@font-face {
  font-family: "Raleway";
  src: local("Raleway"),
  url("../fonts/raleway/raleway-800.woff2") format("woff2");
  font-style: normal;
  font-weight: 800;
  font-display: swap;
}

@font-face {
  font-family: "Rubik";
  src: local("Rubik"),
  url("../fonts/rubik/rubik-400.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Rubik";
  src: local("Rubik"),
  url("../fonts/rubik/rubik-700.woff2") format("woff2");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: "Rubik";
  src: local("Rubik"),
  url("../fonts/rubik/rubik-800.woff2") format("woff2");
  font-style: normal;
  font-weight: 800;
  font-display: swap;
}

/*---global-styles---*/
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}

.absolutely-hidden {
  display: none;
}

.reset-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.container {
  width: 1160px;
  margin: 0 auto;
}

.link {
  text-decoration: none;
  color: #000000;
}

.link--bold {
  font-family: "Raleway", "Arial", sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 18px;
  line-height: 21px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.link--attractive {
  box-sizing: border-box;
  display: block;
  padding: 15px 5px;
  outline: none;
  text-align: center;
  background-image: linear-gradient(rgba(255, 255, 255, 0) 22px, #FFE17F 7px, #FFE17F 30px, rgba(255, 255, 255, 0) 30px);
  background-color: inherit;
  transition: 0.5s;
}

.link--attractive:focus {
  background-image: linear-gradient(rgba(255, 255, 255, 0) 22px, #AF4FFF 7px, #AF4FFF 30px, rgba(255, 255, 255, 0) 30px);
}

.link--attractive:hover {
  background: #ffe17f;
  cursor: pointer;
}

.link--attractive:active {
  opacity: 0.3;
}

.link--white {
  color: #ffffff;
}

.link--motley {
  box-sizing: border-box;
  display: block;
  padding: 10px 5px;
  outline: none;
  background-image: linear-gradient(rgba(255, 255, 255, 0) 17px, #FFC700 17px, #FFC700 25px, rgba(255, 255, 255, 0) 25px);
  background-color: inherit;
  transition: 0.5s;
}

.link--motley:focus {
  background-image: linear-gradient(rgba(255, 255, 255, 0) 17px, #AF4FFF 17px, #AF4FFF 25px, rgba(255, 255, 255, 0) 25px);
}

.link--motley:hover {
  background: #ffc700;
  cursor: pointer;
}

.link--motley:active {
  color: #ffe17f;
}

.page input[type="number"]::-webkit-outer-spin-button,
.page input[type="number"]::-webkit-inner-spin-button,
.page-catalog input[type="number"]::-webkit-outer-spin-button,
.page-catalog input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.page input[type="number"],
.page-catalog input[type="number"] {
  -moz-appearance: textfield;
}

.page,
.page-catalog {
  min-width: 1200px;
  margin: 0;
  padding: 40px 0 0 0;
  font-family: Raleway, "Verdana", sans-serif;;
  font-style: normal;
  font-weight: 800;
  font-size: 18px;
  color: #000000;
}

/*---header----*/
.page-header {
  position: relative;
  min-height: 300px;
  display: grid;
  grid-template-columns: 540px auto;
  grid-template-rows: repeat(2, min-content);
  row-gap: 25px;
  padding: 30px 60px;
  box-sizing: border-box;
  align-items: center;
  background-color: #ffe17f;
}

.page-header--catalog {
  min-height: 186px;
}

.header-logo {
  position: absolute;
  top: -23px;
  left: 61px;
}

.header-logo__link {
  border-radius: 20px;
}

.header-logo__link:focus-visible {
  outline: 2px solid #af4fff;
  outline-offset: 5px;
}

.header-searcher {
  position: relative;
  padding: 10px 0;
  font-family: "Rubik", "Verdana", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  color: #000000;
}

.searcher__label::before {
  position: absolute;
  top: 20px;
  left: 0;
  display: block;
  width: 16px;
  height: 16px;
  margin: 0 16px 0 0;
  transform: translateY(2px);
  content: "";
  background-image: url("../images/svg/header/header-searcher.svg");
}

.searcher__input {
  position: relative;
  width: 516px;
  box-sizing: border-box;
  padding: 12px 150px 10px 50px;
  border: none;
  border-radius: 20px;
  font-family: "Rubik", "Verdana", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 105%;
  background-color: inherit;
  transform: translateX(-15px);
  opacity: 0.3;
  transition: 0.3s;
}

.searcher__input:hover {
  opacity: 0.6;
}

.searcher__input:focus-visible {
  outline: 2px solid #af4fff;
  opacity: 1;
}

.searcher__form--active .searcher__input {
  opacity: 1;
}

.searcher__form--active .searcher__input:focus {
  outline: 2px solid #000000;
}

.searcher__button {
  position: absolute;
  top: 10px;
  left: 362px;
  display: none;
  min-width: 140px;
  box-sizing: border-box;
  padding: 11px 5px;
  border: none;
  border-left: 2px solid #000000;
  border-radius: 0 20px 20px 0;
  font-family: "Rubik", "Verdana", sans-serif;
  font-style: normal;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  background-color: inherit;
  transition: 0.3s;
}

.searcher__button:hover {
  background-color: #000000;
  color: #ffffff;
}

.searcher__button:focus {
  outline: 2px solid #af4fff;
  outline-offset: -1px;
}

.searcher__button:active {
  color: rgba(255, 255, 255, 0.3);
}

.searcher__form--active + .searcher__button {
  display: block;
}

.searcher__input:not(:placeholder-shown) {
  outline: 2px solid #000000;
  opacity: 1;
}

.searcher__input:not(:placeholder-shown) .searcher__button {
  display: block;
}

.searcher__input:not(:placeholder-shown) ~ .searcher__button {
  display: block;
}

.header-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  font-family: "Rubik", "Verdana", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  color: #000000;
}

.header-login {
  width: 245px;
  padding: 10px 0;
}

.header-login__item {
  transition: 0.3s;
}

.header-login__item:hover {
  opacity: 0.6;
}

.header-login__item:focus-within {
  outline: 2px solid #af4fff;
  outline-offset: 10px;
  border-radius: 20px;
}

.header-login__item:active {
  opacity: 0.3;
}

.header-login__item:not(:last-of-type) {
  margin-right: 28px;
}

.header-login__list {
  display: flex;
}

.header-login__item:first-of-type::before {
  display: inline-block;
  width: 13px;
  height: 12px;
  margin: 0 8px 0 0;
  vertical-align: middle;
  content: "";
  background-image: url("../images/svg/header/header-person.svg");
}

.header-login__item:nth-of-type(2) {
  opacity: 0.3;
}

.header-login__link:focus {
  outline: none;
}

.header-shopping{
  display: flex;
  flex-wrap: wrap;
  padding: 5px 5px 0 0;
}

.header-shopping__link:focus-within {
  outline: 2px solid #af4fff;
  outline-offset: 10px;
  border-radius: 20px;
  opacity: 1;
}

.header-shopping__link {
  transition: 0.3s;
}

.header-shopping__link:hover {
  opacity: 0.6;
}

.header-shopping__link:active {
  opacity: 0.3;
}

.header-shopping__list {
  display: flex;
}

.header-shopping__link--compare {
  width: 120px;
  margin: 0 46px 0 0;
}

.header-shopping__link--compare::before {
  display: inline-block;
  height: 12px;
  width: 10px;
  margin: 0 10px 0 0;
  vertical-align: middle;
  content: "";
  background-image: url("../images/svg/header/header-compare.svg");
}

/*---basket---*/
.header-shopping__item{
  padding: 0 0 5px 0;
}

.header-shopping__item--basket:focus-within .shopping-basket{
  display: block;
}

.header-shopping__item:hover .shopping-basket{
  display: block;
}

.header-shopping__link--basket {
  position: relative;
  width: 141px;
  padding: 0 0 0 8px;
  box-sizing: border-box;
}

.header-shopping__link--basket::before {
  display: inline-block;
  width: 16px;
  height: 14px;
  margin: 0 10px 0 0;
  vertical-align: middle;
  content: "";
  background-image: url("../images/svg/header/header-basket.svg");
}

.shopping-basket {
  top: 79px;
  left: 860px;
  z-index: 10;
  display: none;
  width: 320px;
  box-sizing: border-box;
  position: absolute;
  font-family: Rubik, "Verdana", sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 125%;
  color: #ffffff;
  background-color: #000000;
}

.shopping-basket--closed {
  display: none;
}

.shopping-basket:before {
  position: absolute;
  top: -8px;
  left: 142px;
  display: block;
  width: 0;
  height: 0;
  content: "";
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-bottom: 14px solid #000000;
}

.header-basket__counter {
  position: absolute;
  top: 50px;
  left: 994px;
  display: block;
  width: 21px;
  height: 21px;
  font-family: "Rubik", "Verdana", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  text-align: center;
  border-radius: 50%;
  background-color: #ffffff;
  color: #000000;
}

.shopping-basket__item {
  display: flex;
  column-gap: 20px;
  padding: 20px;
  box-sizing: border-box;
}

.shopping-basket__item:not(:last-of-type) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.shopping-basket__img {
  margin-right: 23px;
  order: -1;
}

.shopping-basket__link {
  display: flex;
  align-items: center;
  padding: 0 20px 0 0;
  align-self: end;
  outline: none;
}

.shopping-basket__link:hover {
  color: rgba(255, 255, 255, 0.6);
}

.shopping-basket__link:hover .shopping-basket__img {
  opacity: 0.6;
}

.shopping-basket__link:active {
  color: rgba(255, 255, 255, 0.3);
}

.shopping-basket__link:active .shopping-basket__img {
  opacity: 0.3;
}

.shopping-basket__link:focus-visible {
  color: #af4fff;
}

.shopping-basket__link:focus-visible .shopping-basket__img {
  outline: 5px solid #af4fff;
}

.shopping-basket__button {
  width: 20px;
  height: 17px;
  order: 3;
  transform: translate(5px, 5px);
  border: none;
  border-radius: 50%;
  background-color: inherit;
  cursor: pointer;
  background: url("../images/svg/header/basket-deleter.svg") no-repeat 50% 50%;
}

.shopping-basket__button:hover {
  opacity: 0.6;
}

.shopping-basket__button:active {
  opacity: 0.3;
}

.shopping-basket__button:focus-visible {
  outline: 2px solid #af4fff;
  outline-offset: 2px;
}

.basket-prepaid {
  position: relative;
  display: flex;
  padding: 15px 20px;
  justify-content: space-between;
}

.basket-prepaid:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  height: 100%;
  width: 100%;
  content: "";
  background-color: #1a1a1a;
}

.basket-nav__item {
  padding: 20px;
}

.basket-nav__link {
  display: inline-block;
  width: 100%;
  padding: 15px 5px;
  box-sizing: border-box;
  vertical-align: middle;
  text-align: center;
  outline: none;
  border: none;
  background: #ffffff;
}

.basket-nav__link:hover {
  background-color: #ffe17f;
  color: #000000;
}

.basket-nav__link:active {
  color: rgba(0, 0, 0, 0.3);
}

.basket-nav__link:focus-visible {
  outline: 5px solid #af4fff;
  outline-offset: -1px;
}

.catalog-outer__link {
  position: relative;
  z-index: 4;
  width: 227px;
  box-sizing: border-box;
  border-radius: 20px;
  transition: 0.3s;
}

.catalog-outer__link::after {
  position: absolute;
  top: -15px;
  left: 243px;
  z-index: 10;
  width: 46px;
  height: 46px;
  border: 2px solid #000000;
  border-radius: 50%;
  content: "";
  background: url("../images/svg/header/header-catalog-plus.svg") no-repeat 50% 50%;
  opacity: 0.2;
  transition: 0.3s;
}

.catalog-outer__item:hover .catalog-outer__link::after {
  background: url("../images/svg/header/header-catalog-minus.svg") no-repeat 50% 50%;
  transform: rotate(180deg);
  opacity: 1;
}

.catalog-outer__link:hover:after {
  background: url("../images/svg/header/header-catalog-minus.svg") no-repeat 50% 50%;
  opacity: 1;
  transform: rotate(180deg);
}

.catalog-outer__link:active .catalog-outer__item {
  opacity: 0.3;
}

.catalog-outer__link:active {
  opacity: 0.3;
}

.catalog-outer__link:focus-within {
  outline: 2px solid #af4fff;
  outline-offset: 15px;
}

.catalog-outer__item:focus-within .header-catalog__list{
  display: grid;
  transition: 0.3s;
}

.header-catalog__item:last-of-type {
  grid-column: 3;
}

.catalog-outer__item:hover .header-catalog__list {
  display: grid;
}

.header-catalog__list {
  position: absolute;
  top: 140px;
  left: 0;
  z-index: 3;
  min-height: 182px;
  box-sizing: border-box;
  padding: 36px 60px 46px 50px;
  grid-template-rows: repeat(3, min-content);
  grid-template-columns: max-content 172px max-content;
  grid-auto-flow: column;
  column-gap: 30px;
  row-gap: 1px;
  background-color: #ffe17f;
}

.header-catalog__item {
  display: flex;
  box-sizing: border-box;
  align-items: center;
}

.header-catalog__item:focus-within{
  outline: 2px solid transparent;
}

.header-catalog__link {
  padding: 8px;
  font-family: "Rubik", "Verdana", sans-serif;
  font-weight: normal;
  font-size: 16px;
  box-sizing: border-box;
}

.header-catalog__link:hover {
  opacity: 0.6;
  cursor: pointer;
}

.header-catalog__link:focus {
  outline: 2px solid #af4fff;
  border-radius: 25px;
}

.header-catalog__link:active {
  color: rgba(0, 0, 0, 0.3);
}

.vendor-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 10px;
}

.vendor-list__item {
  z-index: 4;
  box-sizing: border-box;
}

.vendor-list__link {
  position: relative;
  transition: 0.3s;
  border-radius: 20px;
}

.vendor-list__link:active {
  opacity: 0.3;
}

.vendor-list__link:focus {
  outline: 2px solid #af4fff;
  outline-offset: 10px;
}

.vendor-list__link:after {
  position: absolute;
  top: 27px;
  left: 0;
  display: none;
  width: 100%;
  height: 2px;
  content: "";
  background-color: #000000;
}

.vendor-list__link:hover:after {
  display: block;
}

.vendor-list__item:first-of-type {
  margin-right: 30px;
}

.vendor-list__item:nth-of-type(2) {
  margin-right: 91px;
}

.main-page {
  display: flex;
  flex-direction: column;
}

/*---slider---*/
.slider {
  position: relative;
  min-height: 560px;
  margin: -148px auto 0 auto;
}

.first-card {
  display: flex;
  justify-content: space-between;
}

.product-view {
  position: relative;
  max-width: 560px;
}

.card-content {
  max-width: 560px;
  padding: 110px 0 0 0;
}

.card-content__id {
  position: absolute;
  top: -10px;
  left: 890px;
  z-index: 1;
  font-family: "Rubik", "Verdana", sans-serif;
  font-size: 180px;
  color: #ffffff;
}

.card-content__title {
  position: relative;
  z-index: 2;
  box-sizing: border-box;
  padding: 10px 0 12px 0;
  font-size: 50px;
  line-height: 50px;
  color: #000000;
}

.card-content__description {
  box-sizing: border-box;
  padding: 18px 0;
  font-family: "Rubik", "Verdana", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 167%;
  color: #444444;
}

.paginator {
  display: flex;
  padding: 16px 0;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
}

.slider-pagination {
  display: flex;
  width: 80px;
  margin-right: 59px;
  transform: translateY(-4px);
  justify-content: space-between;
}

.paginator__link {
  width: 220px;
}

.slider-pagination-button {
  width: 12px;
  height: 12px;
  margin: 0;
  padding: 0;
  border: 2px solid #000000;
  border-radius: 50%;
  background-color: inherit;
  transition: 0.3s;
}

.slider-pagination-button:hover {
  border: 2px solid rgba(0, 0, 0, 0.6);
  cursor: pointer;
}

.slider-pagination-button:active {
  border: 2px solid rgba(0, 0, 0, 0.3);
}

.slider-pagination-button:focus {
  border: 2px solid #af4fff;
}

.slider-pagination-button--current {
  background-color: #000000;
}

.slider-button {
  position: absolute;
  display: block;
  width: 20px;
  height: 60px;
  margin: 0;
  padding: 0;
  text-align: center;
  border: none;
  border-radius: 1px;
  transition: 0.3s;
}

.slider-button--prev {
  top: 250px;
  left: 20px;
}

.slider-button--next {
  top: 250px;
  left: 520px;
}

.slider-button:hover {
  opacity: 0.6;
  cursor: pointer;
}

.slider-button:active {
  opacity: 0.3;
}

.slider-button:focus {
  outline: 2px solid #af4fff;
  outline-offset: 10px;
}

.slider-button--prev {
  background: url("../images/svg/main/slider-left.svg") no-repeat 50% 50%;
}

.slider-button--next {
  background: url("../images/svg/main/slider-right.svg") no-repeat 50% 50%;
}

.features-table {
  display: flex;
  flex-wrap: wrap;
  padding: 23px 0;
  box-sizing: border-box;
}

.features__item {
  display: flex;
  flex-direction: column-reverse;
}

.features__item:not(:last-of-type) {
  margin-right: 20px;
}

.features__table__header {
  font-family: "Rubik", "Verdana", sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 167%;
  color: #444444;
}

.features__table__data {
  max-width: 160px;
  font-family: "Rubik", "Verdana", sans-serif;
  font-weight: normal;
  font-size: 36px;
  line-height: 167%;
}

/*----catalog----*/
.catalog-tiles {
  display: grid;
  grid-template-columns: repeat(6, 160px);
  column-gap: 40px;
  row-gap: 20px;
  padding: 66px 0;
  box-sizing: border-box;
}

.catalog-tiles__link {
  position: relative;
  display: flex;
  flex-direction: column;
  max-width: 160px;
  line-height: 133%;
  letter-spacing: -0.02em;
}

.catalog-tiles__link::before {
  display: inline-block;
  vertical-align: middle;
  width: 160px;
  height: 160px;
  margin: 0 0 31px 0;
  content: "";
}

.catalog-tiles__link::after {
  position: absolute;
  z-index: -1;
  display: inline-block;
  vertical-align: middle;
  width: 160px;
  height: 160px;
  margin: 0 0 33px 0;
  content: "";
  background-color: #ffe17f;
}

.catalog-tiles__link:hover::after {
  background-color: #ffc700;
}

.catalog-tiles__link--virtual::before {
  background: url("../images/svg/main/catalog-virtual.svg") 50% 50% no-repeat;
}

.catalog-tiles__link--monopod::before {
  background: url("../images/svg/main/catalog-monopod.svg") 50% 100% no-repeat;
}

.catalog-tiles__link--camera::before {
  background: url("../images/svg/main/catalog-camera.svg") 55% 50% no-repeat;
}

.catalog-tiles__link--fitbraslet::before {
  background: url("../images/svg/main/catalog-fitbraslet.svg") 50% 50% no-repeat;
}

.catalog-tiles__link--smartwatch::before {
  background: url("../images/svg/main/catalog-smartwatch.svg") 50% 50% no-repeat;
}

.catalog-tiles__link--copter::before {
  background: url("../images/svg/main/catalog-copter.svg") 50% 50% no-repeat;
}

.catalog-tiles__link:focus {
  color: #af4fff;
  outline: none;
}

.catalog-tiles__link:focus::before {
  outline: 5px solid #af4fff;
}

.catalog-tiles__link:active {
  color: rgba(0, 0, 0, 0.3);
}

.catalog-tiles__link:active::before {
  opacity: 0.3;
  outline: none;
}

/*---benefits---*/
.benefits {
  min-height: 290px;
  padding: 117px 0 37px 0;
  background-color: #f0f0f0;
  background-clip: content-box;
}

.benefits-inner {
  display: grid;
  grid-template-columns: 277px 1fr;
  column-gap: 123px;
  transform: translateY(-20px);
}

.benefits-titles {
  position: relative;
  width: 280px;
}

.benefits-titles::after {
  position: absolute;
  top: -78px;
  left: 277px;
  display: block;
  width: 7px;
  height: 319px;
  background-color: #000000;
  content: "";
}

.benefits-titles__item {
  display: block;
  max-width: 280px;
}

.benefits-titles__link {
  position: relative;
  width: 160px;
  min-height: 40px;
  text-align: center;
  transition: 0.5s;
}

.benefits-titles__item:not(:last-of-type) {
  margin: 0 0 23px 0;
}

.benefits-titles__link--active {
  display: block;
  width: 280px;
  min-height: 40px;
  padding: 10px 5px 10px 19px;
  box-sizing: border-box;
  background: #000000;
  color: #ffe17f;
}

.benefits-titles__link::before {
  position: absolute;
  top: 0;
  left: 280px;
  display: none;
  width: 280px;
  height: 41px;
  content: "";
  background-color: #000000;
}

.benefits-titles__link:active {
  background: none;
  transition: 0.5s;
}

.benefits-titles__link:active:before {
  display: block;
  z-index: -1;
  transform: translateX(-280px);
  transition-delay: 0.1s;
}

.benefit-card {
  position: relative;
  transform: translateY(-10px);
}

.benefits-content__title {
  margin: 0 0 34px 0;
  font-size: 50px;
  line-height: 100%;
}

.benefits-content__description {
  display: flex;
  max-width: 500px;
  font-family: "Rubik", "Verdana", sans-serif;
  font-weight: normal;
  line-height: 167%;
  color: #444444;
}

.benefit-card:after {
  position: absolute;
  top: 14px;
  left: 557px;
  width: 136px;
  height: 164px;
  content: "";
}

.benefit-card--delivery::after {
  background: url("../images/svg/main/benefits-delivery.svg") no-repeat 50% 50%;
}

.benefit-card--warranty {
  background: url("../images/svg/main/benefits-warranty.svg") no-repeat 50% 50%;
}

.benefit-card--credit {
  background: url("../images/svg/main/benefits-credit.svg") no-repeat 50% 50%;
}

/*---rare-item---*/
.rare-item {
  position: relative;
  padding: 50px 0;
  background: #f0f0f0;
  background-clip: content-box;
}

.rare-item__link {
  display: grid;
  grid-template-columns: 125px auto 120px;
  column-gap: 20px;
  align-items: center;
  font-size: 20px;
  line-height: 127%;
  text-align: center;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  transition: 0.3s;
}

.rare-item__link::before {
  display: block;
  box-sizing: border-box;
  width: 125px;
  height: 100px;
  vertical-align: middle;
  content: "";
  background: url("../images/svg/main/rare-delivery.svg") 50% 50% no-repeat,
              #ffe17f;
  transition: 0.3s;
}

.rare-item__link::after {
  position: absolute;
  top: 80px;
  right: 33px;
  display: block;
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  justify-self: center;
  vertical-align: middle ;
  content: "";
  background: url("../images/svg/main/rare-info.svg") 50% 50% no-repeat,
  rgba(220, 220, 220, 0.5);
  border-radius: 50%;
  opacity: 0.5;
}

.rare-item__link:hover::before {
  background-color: #ffc700;
}

.rare-item__link:hover::after {
  opacity: 1;
}

.rare-item__link:active{
  opacity: 0.3;
}

.rare-item__link:focus {
  outline: 5px solid #af4fff;
}

/*---vendor-about---*/
.vendor-about {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 40px;
  box-sizing: border-box;
  padding: 98px 0 70px 0;
  font-family: "Rubik", "Verdana", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 167%;
  color: #444444;
}

.about,
.contacts {
  position: relative;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  padding: 0 40px 0 0;
}

.about__title,
.contacts__title {
  margin: 0 0 45px 0;
  font-family: "Raleway", "Verdana", sans-serif;
  max-width: 560px;
  font-size: 50px;
  line-height: 100%;
  color: #000000;
}

.contacts::before,
.about::before {
  position: absolute;
  top: -50px;
  display: block;
  width: 80px;
  height: 7px;
  content: "";
  background: url("../images/svg/main/vendor-divider.svg") no-repeat;
}

.about__description:not(:last-of-type){
  margin: 0 0 30px 0;
}

.about__description:last-of-type{
  margin: 0 0 75px 0;
}

.delivery-firm__item:not(:last-of-type) {
  margin: 0 0 21px 0;
}

.delivery-firm{
  margin: 0 0 58px 0;
}

.delivery-firm__item {
  font-weight: 700;
  line-height: 111%;
  color: #000000;
}

.delivery-firm__item::before {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 0 26px 0 0;
  vertical-align: middle;
  content: "";
  background: #ffe17f;
  border-radius: 50%;
}

.about-vendor__link,
.contacts-connect__link {
  width: 260px;
}

.schedule__title {
  margin: 0 0 15px 0;
  font-weight: 700;
  font-size: 24px;
}

.contacts-inner--title {
  margin: 0 0 15px 0;
  font-weight: 700;
  font-size: 24px;
}

.contacts__description{
  margin: 0 0 28px 0;
}

.contact_inner{
  margin: 0 0 31px 0;
}

.contacts-inner__phone {
  color: inherit;
  text-decoration: underline;
  outline: none;
}

.contacts-inner__phone:focus-visible {
  outline: 3px solid #af4fff;
  outline-offset: 5px;
}

.schedule{
  margin: 0 0 53px 0;
}

/*---subscribe---*/
.subscribe {
  padding: 75px 0 128px 0;
  background-color: #f0f0f0;
  color: #444444;
}

.subscribe-content {
  display: flex;
  margin: 0 0 57px 0;
  justify-content: space-between;
}

.subscribe-form__title {
  box-sizing: border-box;
  max-width: 560px;
  padding: 3px 145px 0 0;
  font-size: 50px;
  line-height: 100%;
  color: #000000;
}

.subscribe-content__description {
  width: 560px;
  padding-top: 12px;
  font-family: "Rubik", "Verdana", sans-serif;
  font-weight: normal;
  line-height: 167%;
}

.subscribe-form__description {
  font-family: "Rubik", "Verdana", sans-serif;
  font-weight: normal;
  line-height: 167%;
}

.subscribe-form__description::before {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin: 0 21px 0 0;
  vertical-align: middle;
  content: "";
  background: url("../images/svg/main/subscribe-ok.svg") 50% 50% no-repeat;
  border: none;
}

.subscribe-form {
  display: flex;
  align-items: center;
}

.subscribe-form__form {
  display: flex;
}

.subscribe-form__input {
  width: 595px;
  border: none;
  border-bottom: 3px solid rgba(0, 0, 0, 0.1);
  outline: none;
  background: inherit;
  font-family: "Rubik", "Verdana", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 30px;
  transition: 0.3s;
}

.subscribe-form__input::placeholder {
  color: rgba(68, 68, 68, 0.5);
  transition: 0.3s;
}

.subscribe-form__input:hover {
  border-bottom: 3px solid rgba(0, 0, 0, 0.2);
}

.subscribe-form__input:hover::placeholder {
  color: rgba(68, 68, 68, 0.7);
}

.subscribe-form__form:focus-within {
  background-color: #dcdcdc;
  border: none;
}

.subscribe-form__input:not(:placeholder-shown) {
  border-bottom: 3px solid rgb(0, 0, 0);
  opacity: 1;
}

.subscribe-form__input--error {
  border-bottom: 3px solid #ff3d3d;
  opacity: 1;
}

.subscribe-form__button {
  box-sizing: border-box;
  width: 260px;
  margin: 0;
  padding: 16px 0;
  border: 3px solid #d8d8d8;
  color: #000000;
  transition: 0.3s;
  outline: none;
}

.subscribe-form__button:focus {
  border-color: #af4fff;
}

.subscribe-form__button:hover {
  background-color: #000000;
  color: #ffffff;
  border-color: #000000;
  cursor: pointer;
}

.subscribe-form__button:active {
  color: rgba(255, 255, 255, 0.3);
}

.subscribe-form__description {
  margin-left: auto;
}

/*---pop-up---*/
.rare-item__link:hover .main-popup-inner {
  display: block;
}

.main-popup {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  background-color: rgba(229, 229, 229, 0.7);
}

.main-popup--closed {
  display: none;
}

.main-popup-inner {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 10px solid #000000;
  box-sizing: border-box;
  padding: 65px 70px;
  background-color: #ffffff;
  box-shadow: 0 10px 0 rgba(0, 0, 0, 0.1);
}

.main-popup__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 65px 0;
}

.main-popup__title {
  font-size: 50px;
  line-height: 50px;
}

.main-popup__button {
  width: 26px;
  height: 26px;
  box-sizing: border-box;
  padding: 5px;
  border-radius: 50%;
  border: none;
  background-color: inherit;
  background: url("../images/svg/popup/close.svg") 50% 50% no-repeat;
  cursor: pointer;
}

.main-popup__button:hover {
  opacity: 0.6;
}

.main-popup__button:active {
  opacity: 0.3;
}

.main-popup__button:focus-visible {
  outline: 5px solid #af4fff;
  outline-offset: 7px;
}

.popup-form__list {
  display: grid;
  grid-template-columns: 360px 40px 160px 40px 160px;
  grid-template-rows: repeat(3, min-content);
}

.popup-form_item {
  position: relative;
  display: flex;
  flex-direction: column;
}

.popup-form_item:after {
  position: absolute;
  display: block;
}

.popup-form_item--name {
  grid-row: 1 / 2;
  grid-column: 1 / 2;
  margin: 0 0 15px 0;
}

.popup-form_item--email {
  grid-row: 1 / 2;
  grid-column: 3 / -1;
  margin: 0 0 15px 0;
}

.popup-form_item--product {
  grid-row: 2 / 3;
  grid-column: 1 / 4;
}

.popup-form_item--product-count {
  grid-row: 2 / 3;
  grid-column: 5 / -1;
}

.popup-form_item--button {
  margin: 38px 0 0 0;
  width: 200px;
  grid-row: 3 / 4;
  grid-column: 1 / -1;
}

.popup-form_item--name:after {
  top: 60px;
  left: 325px;
  content: "";
  width: 13px;
  height: 12px;
  background: url("../images/svg/popup/person.svg") 50% 50% no-repeat;
}

.popup-form_item--email:after {
  top: 60px;
  left: 325px;
  content: "";
  width: 15px;
  height: 12px;
  background: url("../images/svg/popup/mailbox.svg") 50% 50% no-repeat;
}

.popup-form_button--product-count {
  position: absolute;
  top: 0;
  left: 120px;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: url("../images/svg/popup/info.svg") 50% 50% no-repeat,
  #ffe17f;
  content: "";
  border: none;
  cursor: pointer;
}

.popup-form_button--product-count:hover + .popup-form__tooltip {
  display: block;
}

.popup-form__tooltip {
  position: absolute;
  width: 164px;
  top: 40px;
  left: -21px;
  z-index: 1;
  display: none;
  padding: 19px;
  background-color: black;
  color: white;
  font-family: "Rubik", "Verdana", sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
}

.popup-form__tooltip:before {
  position: absolute;
  top: -10px;
  left: 140px;
  width: 0;
  height: 0;
  content: "";
  display: block;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-bottom: 14px solid #000000;
}

.popup-form__button {
  border: none;
}

.popup-form__label {
  margin: 0 0 14px 0;
}

.popup-form__input {
  position: relative;
  margin: 0 0 5px 0;
  min-height: 60px;
  padding: 0 0 0 20px;
  box-sizing: border-box;
  border: none;
  background-color: #f0f0f0;
  font-family: "Rubik", "Verdana", sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.6);
}

.popup-form__input--product-count {
  box-sizing: border-box;
  padding: 0 50px;
  text-align: center;
}

.popup-form__input--active {
  color: #000000;
}

.popup-form__span {
  font-family: "Rubik", "Verdana", sans-serif;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
}

.popup-form__span--name {
  color: #FF3D3D;
}

.input-control__button {
  position: absolute;
  width: 50px;
  height: 50px;
  border: none;
  border-radius: 50%;
  background-color: inherit;
  cursor: pointer;
  opacity: 0.3;
}

.input-control__button:hover {
  opacity: 1;
}

.input-control__button:active {
  opacity: 0.1;
}

.input-control__button:focus-visible {
  outline: 2px solid #af4fff;
  outline-offset: -10px;
}

.input-control__button--minus {
  top: 40px;
  left: 6px;
  background: url("../images/svg/popup/minus.svg") 50% 50% no-repeat;
}

.input-control__button--plus {
  top: 40px;
  left: 108px;
  background: url("../images/svg/popup/plus.svg") 50% 50% no-repeat;
}

.main-popup input:hover {
  background: #ebebeb;
}

.main-popup input:focus-visible {
  outline: 5px solid #af4fff;
}

.main-popup input:active {
  outline: 3px solid #000000;
}

.main-popup--error {
  outline: 3px solid #ff3d3d
}

/*---footer---*/
.page-footer {
  box-sizing: border-box;
  padding: 62px 0 61px 0;
  font-family: "Rubik", "Verdana", sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 105%;
  background-color: #444444;
}

.footer {
  display: grid;
  grid-template-rows: 40px min-content min-content;
  grid-template-columns: 250px auto 250px;
  column-gap: 110px;
  align-items: baseline;
  row-gap: 32px;
}

.footer-logo {
  position: relative;
  grid-column: span 3;
  padding: 0 0 35px 0;
}

.footer-logo__link:focus-within {
  outline: 2px solid #af4fff;
  outline-offset: 10px;
  border-radius: 20px;
  opacity: 1;
}

.footer-address{
  line-height: 120%;
  transform: translateY(-5px);
}

.footer-vendor-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 30px;
  padding: 3px 0 0 0;
  box-sizing: border-box;
  flex-wrap: wrap;
  justify-content: space-between;
}

.footer-vendor-list__link {
  position: relative;
  border-radius: 20px;
  transition: 0.3s;
}

.footer-vendor-list__link:after {
  position: absolute;
  top: 27px;
  left: 0;
  display: none;
  width: 100%;
  height: 2px;
  background-color: #ffc700;
  content: "";
}

.footer-vendor-list__link:hover {
  color: #ffc700;
}

.footer-vendor-list__link:hover:after {
  display: block;
}

.footer-vendor-list__link:active {
  opacity: 0.3;
}

.footer-vendor-list__link:focus {
  outline: 2px solid #af4fff;
  outline-offset: 10px;
}

.footer-logo::after {
  position: absolute;
  top: 175px;
  display: block;
  width: 80px;
  height: 7px;
  content: "";
  background: url("../images/svg/footer/footer-divider.svg");
}

.phone__link {
  height: min-content;
  box-sizing: border-box;
  padding: 0 3px;
  border-radius: 25px;
  justify-self: flex-end;
  line-height: 167%;
  transition: 0.3s;
}

.phone__link:hover {
  color: #ffc700;
}

.phone__link:hover {
  color: #ffc700;
}

.phone__link:focus {
  outline: 2px solid #af4fff;
  outline-offset: 3px;
}

.vendor-social-list {
  grid-column: 2;
  display: flex;
  padding: 11px 0 0 0;
  justify-content: center;
}

.vendor-social-list__item:not(:last-of-type) {
  margin-right: 15px;
}

.vendor-social-list__link {
  position: relative;
  display: inline-block;
  border: none;
  width: 40px;
  height: 40px;
  vertical-align: middle;
  border-radius: 50%;
  content: "";
  transition: 0.3s;
}

.vendor-social-list__link svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.vendor-social-list__link {
  background: rgba(255, 255, 255, 0.3);
}

.vendor-social-list__link:hover {
  background: #ffc700;
}

.vendor-social-list__link:active .vendor-social-list__svg{
  fill: rgba(0, 0, 0, 0.3);
}

.vendor-social-list__link:focus-visible {
  outline: 5px solid #af4fff;
  outline-offset: -1px;
}

.vendor-social-list__link:focus-visible .vendor-social-list__svg{
  fill: rgb(255, 255, 255);
}

.academy_logo__link {
  width: 115px;
  padding: 15px 3px 0 0;
  justify-self: flex-end;
  align-self: start;
  transition: 0.3s;
  border-radius: 10px;
}

.academy_logo__link:focus-within {
  outline: 2px solid #af4fff;
  outline-offset: 10px;
}

.academy_logo__svg path {
  transition: 0.3s;
}

.academy_logo__svg:hover path {
  fill: #ffffff;
}

/*-----catalog-page---*/
.page-catalog {
  font-family: "Rubik", "Verdana", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  color: #000000;
}

.catalog-header {
  box-sizing: border-box;
  padding: 39px 60px 49px 60px;
}

.catalog-header__title {
  margin: 0 0 25px 0;
  font-family: "Raleway", "Verdana", sans-serif;;
  font-weight: 800;
  font-size: 50px;
  line-height: 100%;
}

.breadcrumbs__list {
  display: flex;
  flex-wrap: wrap;
  transform: translateX(-12px);
}

.breadcrumbs__item {
  position: relative;
  transition: 0.3s;
}

.breadcrumbs__link {
  box-sizing: border-box;
  padding: 0 12px;
  margin-right: 10px;
  color: rgba(0, 0, 0, 0.6);
  transition: 0.3s;
}

.breadcrumbs__link:hover {
  color: #000000;
}

.breadcrumbs__link:active {
  color: rgba(0, 0, 0, 0.3);
}

.breadcrumbs__link:focus-visible {
  outline: 5px solid #af4fff;
}

.breadcrumbs__link--active {
  cursor: pointer;
  color: rgba(0, 0, 0, 0.3);
}

.breadcrumbs__link--active:hover {
  color: rgba(0, 0, 0, 0.3);
}

.breadcrumbs__item:not(:last-of-type)::after {
  position: absolute;
  top: 50%;
  left: 100%;
  display: block;
  width: 4px;
  height: 7px;
  transform: translate(-100%, -50%);
  content: "";
  background-image: url("../images/svg/catalog/breascrumbs-arrow.svg");
}

/*---catalog-tiles---*/
.catalog-products {
  display: flex;
}

.catalog-products-inner {
  display: flex;
  column-gap: 72px;
}

.catalog-filter__header {
  position: relative;
  width: 326px;
  padding: 25px 10px 25px 60px;
  margin: 0;
  box-sizing: border-box;
  background-color: #dbdbdb;
  text-transform: uppercase;
  font-family: "Raleway", "Verdana", sans-serif;
  font-weight: 800;
  letter-spacing: 0.2em;
}

.catalog-filter__header::before {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  width: 300vw;
  height: 100%;
  content: "";
  background-color: #dbdbdb;
}

.filter {
  position: relative;
  width: 326px;
  box-sizing: border-box;
  background: #ebebeb;
}

.filter::before {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  width: 100vw;
  height: 100%;
  content: "";
  background-color: #ebebeb;
}

.catalog-filter {
  padding: 85px 65px 0 57px;
}

.fieldset-title {
  font-weight: bold;
  font-size: 18px;
  line-height: 105%;
  letter-spacing: -0.02em;
}

.filter-inner fieldset {
  border: none;
}

.price-filter__group {
  position: relative;
  margin-bottom: 82px;
}

.price-filter__title {
  margin-bottom: 38px;
}

.price-filter__group::before {
  position: absolute;
  top: -71px;
  left: 0;
  width: 100%;
  height: 2px;
  content: "";
  background-color: #000000;
}

.range-scale {
  position: relative;
  height: 2px;
  background-color: #dcdcdc;
}

.range-bar {
  position: absolute;
  left: 0;
  width: 119px;
  height: 3px;
  display: flex;
  justify-content: space-between;
  background-color: #000000;
}

.range-toggle {
  position: absolute;
  top: 2px;
  left: 0;
  width: 18px;
  height: 18px;
  margin-top: -10px;
  border-radius: 50%;
  border: 2px solid #000000;
  font-size: 0;
  cursor: pointer;
  outline: 0;
  transition: 0.3s;
}

.range-toggle:active {
  background-color: #000000;
}

.range-toggle--min {
  left: 0;
}

.range-toggle--max {
  left: 95%;
}

.range-toggle:focus-visible {
  color: #af4fff;
}

.range-toggle:focus-visible {
  border: 2px solid #af4fff;
}

.range-toggle:focus-visible + .price-filter__label {
  color: #af4fff;
}

.range-toggle:active + .price-filter__label {
  color: #000000;
}

.price-filter__label {
  position: absolute;
  display: flex;
  align-items: center;
  font-size: 15px;
  line-height: 18px;
  color: rgba(0, 0, 0, 0.3);
}

.price-filter__label--min{
  top: 16px;
  left: -5px;
}

.price-filter__label--max{
  top: 16px;
  left: 91px;
}

.price-filter__input {
  width: 70px;
  margin-left: 3px;
  border: none;
  background-color: inherit;
  box-sizing: border-box;
  font-family: "Rubik", "Verdana", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 18px;
  color: inherit;
  outline: none;
}

.color-filter__group {
  position: relative;
  margin-bottom: 59px;
}

.color-filter__group::before {
  position: absolute;
  top: -55px;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background-color: #000000;
}

.color-filter__title {
  margin-bottom: 21px;
}

.color-filter__item {
  display: flex;
  align-items: center;
  margin: 6px 0 22px 3px;
}

.color-filter__item:last-of-type {
  margin: 9px 0 0 3px;
}

.color__label {
  margin: 0 0 0 37px;
}

.color__label:hover {
  opacity: 0.5;
  cursor: pointer;
}

.color__label:active {
  opacity: 0.2;
}

.color__label:before {
  position: absolute;
  left: 0;
  display: block;
  width: 17px;
  height: 17px;
  margin: 0 17px 0 0;
  transform: translate(2px, -1px);
  border: 2px solid #000000;
  border-radius: 3px;
  content: "";
  vertical-align: middle;
  opacity: 0.2;

}

.color__input:checked + label::before {
  background: url("../images/svg/catalog/filter-ok.svg") 50% 50% no-repeat;
  opacity: 1;
}

.color__input:focus-visible + label {
  color: #af4fff;
}

.color__input:checked:focus-visible + label:before {
  border: 2px solid #af4fff;
  background: url("../images/svg/catalog/filter-ok-violet.svg") 50% 50% no-repeat;
  opacity: 1;
}

.wireless-filter__group {
  position: relative;
  margin-bottom: 42px;
}

.wireless-filter__group::before {
  position: absolute;
  top: -63px;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background-color: #000000;
}

.wireless-filter__title {
  margin: 0 0 30px 0;
}

.wireless-filter__item:not(:last-child) {
  margin-bottom: 22px;
}

.wireless__label {
  position: relative;
  margin: 0 0 0 40px;
  cursor: pointer;
}

.wireless__label:hover {
  opacity: 0.5;
}

.wireless__label:active {
  opacity: 0.2;
}

.wireless__label::before {
  position: absolute;
  top: -6px;
  left: -37px;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 0 17px 0 0;
  transform: translateY(6px);
  content: "";
  border: 2px solid #000000;
  border-radius: 50%;
  vertical-align: middle;
  opacity: 0.2;
}

.wireless__label::after {
  position: absolute;
  top: 6px;
  left: -31px;
  display: none;
  width: 8px;
  height: 8px;
  content: "";
  background-color: #000000;
  border-radius: 50%;
}

.wireless-filter__item:focus {
  background-color: #ff2c51;
}

.wireless__input:checked + label::before {
  opacity: 1;
}

.wireless__input:checked + label::after {
  display: block;
}

.wireless__input:focus-visible + label {
  color: #af4fff;
}

.wireless__input:focus-visible + label::before {
  border-color: #af4fff;
}

.wireless__input:focus-visible + label::after {
  background-color: #af4fff;
}

.catalog-button {
  width: 100%;
  margin: 0 0 0 2px;
  border: none;
}

/*--sorting---*/
.products-sorting {
  display: flex;
  align-items: center;
}

.sorting__header {
  margin: 0 50px 0 0;
  padding: 23px 0;
  box-sizing: border-box;
  font-family: "Raleway", "Verdana", sans-serif;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.sorting__select {
  width: 200px;
  margin: 0 330px 0 0;
  border: none;
  font-family: "Rubik", "Verdana", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  color: #000000
}

.sorting__select:hover {
  color: rgba(0, 0, 0, 0.6);
  cursor: pointer;
}

.sorting__select:active {
  color: rgba(0, 0, 0, 0.3);
}

.sorting__select:focus-visible {
  outline: 5px solid #af4fff;
}

.sorting-arrow {
  display: inline-block;
  width: 11px;
  height: 10px;
  vertical-align: middle;
  content: "";
}

.sorting-arrow {
  display: block;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 11px solid rgba(0, 0, 0, 0.2);
  margin-right: 20px;
}

.arrow--down {
  transform: rotate(180deg);
}

.sorting-arrow--active {
  border-bottom: 11px solid rgb(0, 0, 0);
}

.sorting-arrow {
  transition: 0.3s;
}

.sorting-arrow--unactive:hover {
  border-bottom: 11px solid rgba(0, 0, 0, 0.5);
}

.sorting-arrow--unactive:active {
  border-bottom: 11px solid rgb(0, 0, 0);
}

.sorting-arrow--unactive:focus-visible {
  outline: 5px solid #af4fff;
  outline-offset: 10px;
}

.products-column {
  max-width: 832px;
}

.products-column {
  width: 760px;
}

.sorting {
  position: relative;
}

.sorting::before {
  position: absolute;
  left: -100px;
  top: 0;
  z-index: -1;
  width: 860px;
  height: 69px;
  content: "";
  background-color: #ebebeb;
}

.sorting::after {
  position: absolute;
  left: 760px;
  top: 0;
  z-index: -1;
  width: calc((100vw - 1160px) / 2.06);
  height: 69px;
  content: "";
  background-color: #ebebeb;
}

.sorting__select,
.sorting__option {
  border: none;
  background: inherit;
}

/*--product---*/
.product-card-inner {
  padding: 69px 0 77px 0;
}

.product-card-tiles {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 41px;
  row-gap: 42px;
  margin: 0 0 42px 0;
  box-sizing: border-box;
}

.product-card {
  position: relative;
  display: grid;
  grid-template-rows: 380px auto;
  grid-template-columns: 260px auto;
  row-gap: 35px;
  column-gap: 20px;
  max-width: 359px;
  transition: 0.5s;
}

.product-card:focus-within,
.product-card:focus-within .product-card__price {
  color: #af4fff;
}

.product-card:focus-within .product-card__img {
  outline: 5px solid #af4fff;
}

.product-card__img {
  transition: 0.3s;
}

.product-card__img:focus {
  outline: none;
}

.product-card:hover .product-card__img {
  opacity: 0.3;
}

.product-card:hover .product-card__button {
  display: block;
}

.product-card__link--new:before {
  position: absolute;
  top: 30px;
  left: 275px;
  display: flex;
  width: 57px;
  height: 57px;
  align-items: center;
  justify-content: center;
  border: 2px solid rgba(0, 0, 0, 0.6);
  border-radius: 50%;
  content: "New";
  transition: 0.3s;
  font-family: "Raleway", "Verdana", sans-serif;;
  font-weight: 800;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.6);
}

.product-card:hover .product-card__link--new:before {
  opacity: 0.3;
}

.product-card__link {
  grid-column: 1 / -1;
  outline: none;
}

.product-card__title {
  display: inline-block;
  width: 280px;
  vertical-align: middle;
  font-weight: bold;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: -0.02em;
}

.product-card__price {
  display: inline-block;
  vertical-align: middle;
  padding: 5px 0 0 0;
  margin-left: auto;
  font-size: 18px;
  font-weight: 400;
  line-height: 110%;
  color: #444444;
}

.product-card__button {
  position: absolute;
  top: 37%;
  left: 26%;
  display: none;
  width: 180px;
  text-align: center;
}

/*--pagination---*/
.pagination-list {
  display: flex;
  padding: 15px 0;
  justify-content: space-between;
  align-items: center;
  background: #ebebeb;
}

.pagination-show-more {
  width: 100%;
  margin: 0 0 51px 0;
  padding: 17px 19px;
  border: 3px solid rgba(0, 0, 0, 0.1);
  background-color: inherit;
  outline: none;
  font-family: "Raleway", "Verdana", sans-serif;
  font-weight: 800;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  transform: translateX(5px);
  transition: 0.3s;
}

.pagination-show-more:hover {
  border-color: #000000;
  cursor: pointer;
}

.pagination-show-more:active {
  opacity: 0.3;
}

.pagination-show-more:focus-visible {
  border-color: #af4fff;
}

.pagination__link {
  width: 125px;
  padding: 20px 20px 20px 26px;
  box-sizing: border-box;
  border: 5px solid transparent;
  cursor: pointer;
  outline: none;
}

.pagination__link:hover {
  background-color: #dcdcdc
}

.pagination__link:active {
  color: rgba(0, 0, 0, 0.3);
}

.pagination__link:focus-visible {
  border: 5px solid #af4fff;
}

.pagination__link--prev,
.pagination__link--next {
  font-family: "Raleway", "Verdana", sans-serif;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #000000;
}

.pages {
  display: flex;
  flex-wrap: wrap;
  transform: translateX(26px);
}

.pages__link {
  display: block;
  max-width: 38px;
  padding: 10px 15px;
  box-sizing: border-box;
  color: rgba(68, 68, 68, 0.3);
}

.pages__link:hover {
  color: rgb(68, 68, 68);
}

.pages__link:active {
  color: rgba(68, 68, 68, 0.1);
}

.pages__link:focus-visible {
  outline: 5px solid #af4fff;
}
