@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600;700;800;900&display=swap");
html {
  color: #0a0a0a;
  font-size: 1rem;
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  font-style: normal;
  scroll-behavior: smooth;
}

body {
  position: relative;
  margin: 0;
}

a,
button,
input,
textarea {
  font-family: "Rubik", sans-serif;
}

a {
  color: #041862;
  text-decoration: none;
}
a:hover {
  color: #0535DF;
}

figure {
  margin: 0;
}

p {
  margin: 16px 0;
}

ul {
  margin: 16px 0;
  padding-left: 18px;
}

.text-16 {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
@media (max-width: 768px) {
  .text-16 {
    font-size: 14px;
  }
}

.h2 {
  margin: 0 0 32px;
  color: #041862;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 42px;
}
@media (max-width: 768px) {
  .h2 {
    font-size: 32px;
    line-height: 40px;
  }
}
@media (max-width: 576px) {
  .h2 {
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;
  }
}

.section {
  padding: 60px 0;
}
@media (max-width: 768px) {
  .section {
    padding: 48px 0;
  }
}
@media (max-width: 576px) {
  .section {
    padding: 32px 0;
  }
}

.container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .container {
    padding: 0 20px;
  }
}
@media (max-width: 576px) {
  .container {
    padding: 0 10px;
  }
}

.button {
  display: inline-block;
  width: 312px;
  height: 48px;
  padding: 10px 52px;
  color: #ffffff;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  box-sizing: border-box;
  border: 4px solid #041862;
  border-radius: 4px;
  background-color: #041862;
  cursor: pointer;
}
@media (max-width: 768px) {
  .button {
    font-size: 16px;
  }
}
@media (max-width: 576px) {
  .button {
    max-width: 232px;
    height: 32px;
    padding: 2px 8px;
    border-width: 2px;
    font-size: 14px;
  }
}
.button:hover {
  border-color: #0535DF;
  background-color: #0535DF;
}
.button:disabled {
  color: #a0a6aa;
  border-color: #a0a6aa;
  background-color: #ececec;
}
.button_light {
  color: #041862;
  background-color: #ffffff;
}
.button_light:hover {
  color: #0535DF;
  background-color: #ffffff;
}

.good-card {
  display: flex;
  flex-direction: column;
  padding: 8px 4px 24px;
  border-radius: 4px;
  border: 2px solid #a0a6aa;
  background: #fff;
}
.good-card__figure {
  padding: 0;
  margin: 0 0 8px;
  text-align: center;
}
.good-card__image {
  width: 100%;
  height: 200px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 768px) {
  .good-card__image {
    height: 164px;
  }
}
@media (max-width: 576px) {
  .good-card__image {
    height: 152px;
  }
}
.good-card__title {
  height: 80px;
  margin: 0 0 8px;
  padding: 0 8px;
  color: #041862;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.good-card__title a {
  color: #041862;
}
@media (max-width: 768px) {
  .good-card__title {
    line-height: 20px;
  }
}
@media (max-width: 576px) {
  .good-card__title {
    font-size: 14px;
  }
}
.good-card__info {
  display: flex;
  align-items: center;
  gap: 24px;
  margin: 0 0 24px;
  padding: 0 8px;
  color: #041862;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 12px;
}
@media (max-width: 576px) {
  .good-card__info {
    gap: 12px;
  }
}
.good-card__info-rating {
  display: flex;
  align-items: center;
  gap: 4px;
  width: 48px;
}
.good-card__info-rating::before {
  content: "";
  display: block;
  height: 16px;
  width: 16px;
  background: url(../assets/icons/star-gold.svg) center no-repeat;
}
.good-card__info-rating.disabled::before {
  background-image: url(../assets/icons/star-grey.svg);
}
.good-card__tags {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  flex: 1 0 auto;
  gap: 8px 12px;
  margin: 0 0 6px;
  padding: 0 8px;
}
@media (max-width: 576px) {
  .good-card__tags {
    gap: 4px 6px;
  }
}
.good-card__tag {
  flex: 0 0 auto;
  color: #e30613;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 14px;
  text-transform: capitalize;
}
@media (max-width: 768px) {
  .good-card__tag {
    font-size: 12px;
    line-height: 12px;
  }
}
@media (max-width: 576px) {
  .good-card__tag {
    font-size: 10px;
    line-height: 10px;
  }
}
.good-card__price {
  display: flex;
  align-items: baseline;
  gap: 20px;
  margin: 0 0 24px;
  padding: 0 8px;
}
@media (max-width: 576px) {
  .good-card__price {
    justify-content: space-between;
    gap: 8px;
  }
}
.good-card__price-current {
  color: #041862;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
@media (max-width: 576px) {
  .good-card__price-current {
    font-size: 12px;
    line-height: 16px;
  }
}
.good-card__price-current span {
  font-size: 20px;
  line-height: 30px;
}
@media (max-width: 576px) {
  .good-card__price-current span {
    font-size: 14px;
    line-height: 16px;
  }
}
.good-card__price-old {
  position: relative;
  color: #041862;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
}
@media (max-width: 576px) {
  .good-card__price-old {
    font-size: 12px;
  }
}
.good-card__price-old::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  height: 1px;
  width: calc(100% + 10px);
  background-color: #e30613;
  transform: translateX(-50%) translateY(-50%) rotate(-8deg);
}
@media (max-width: 576px) {
  .good-card__price-old::after {
    width: calc(100% + 2px);
  }
}
.good-card__controls {
  display: flex;
  justify-content: center;
  padding: 0 8px;
}
.good-card__controls-buy {
  display: inline-block;
  max-width: 148px;
  width: 100%;
  padding: 8px;
  color: #ffffff;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  border: none;
  border-radius: 4px;
  background-color: #041862;
  transition: all ease-in-out 0.15s;
  cursor: pointer;
}
.good-card__controls-buy:hover {
  background-color: #0535DF;
}
.good-card__controls.active .good-card__controls-buy {
  display: none;
}
.good-card__controls-not-available {
  display: inline-block;
  max-width: 148px;
  width: 100%;
  padding: 8px;
  color: #041862;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  border-radius: 4px;
  border: 2px solid #a0a6aa;
  background-color: #ececec;
  transition: all ease-in-out 0.15s;
  cursor: pointer;
}
.good-card__controls-count {
  display: none;
  align-items: center;
  justify-content: center;
  gap: 34px;
}
.good-card__controls-count-minus, .good-card__controls-count-plus {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  width: 32px;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  color: #041862;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  border: 2px solid #041862;
  border-radius: 6px;
  background-color: #ffffff;
  cursor: pointer;
}
.good-card__controls-count-quantity {
  color: #041862;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
}
.good-card__controls.active .good-card__controls-count {
  display: flex;
}

.breadcrumbs {
  display: flex;
  gap: 8px;
  margin: 16px 0;
  padding: 8px 0;
  overflow: auto;
}
@media (max-width: 576px) {
  .breadcrumbs {
    margin: 12px 0 8px;
  }
}
.breadcrumbs__item {
  display: flex;
  align-items: center;
  gap: 4px;
  color: #041862;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  text-wrap: nowrap;
}
@media (max-width: 768px) {
  .breadcrumbs__item {
    font-size: 14px;
  }
}
.breadcrumbs__item::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(../assets/icons/arrow-1.svg) center no-repeat;
  background-size: 8px;
  transform: rotate(-90deg);
}
.breadcrumbs__item:last-child::after {
  display: none;
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}
.pagination__links {
  flex: 0 1 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 4px;
}
.pagination__divider, .pagination__link, .pagination__button {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 56px;
  width: 56px;
  color: #041862;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
}
@media (max-width: 576px) {
  .pagination__divider, .pagination__link, .pagination__button {
    height: 36px;
    width: 36px;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
  }
}
.pagination__link {
  flex: 0 0 56px;
  border-radius: 56px;
  transition: all ease-in-out 0.15s;
}
@media (max-width: 576px) {
  .pagination__link {
    flex: 0 0 36px;
  }
}
.pagination__link:hover {
  background-color: #ececec;
}
.pagination__link.active {
  font-weight: 500;
  background-color: #ececec;
}
.pagination__button {
  flex: 0 0 auto;
  border: none;
  background: url(../assets/icons/arrow-left.svg) center no-repeat;
  background-size: 24px;
  cursor: pointer;
}
.pagination__button_next {
  transform: rotate(180deg);
}

.double-range-slider__labels {
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 0 0 10px;
}
.double-range-slider__label {
  flex: 1 1 calc(50% - 10px);
  max-width: calc(50% - 10px);
  width: 120px;
  display: block;
  padding: 14px 15px;
  box-sizing: border-box;
  border: none;
  border-radius: 16px;
  outline-color: rgba(4, 24, 98, 0.5);
  background-color: #a0a6aa;
}
.double-range-slider__inputs {
  position: relative;
  height: 22px;
}
.double-range-slider__inputs-progress {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  z-index: -1;
  height: 3px;
  background-color: #041862;
  transform: translateY(-50%);
}
.double-range-slider__input {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 22px;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  overflow: hidden;
  border: 0;
  border-radius: 1px;
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)) center no-repeat;
  background-size: 100% 2px;
  outline: none;
  pointer-events: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.double-range-slider__input:active, .double-range-slider__input:focus {
  outline: none;
}
.double-range-slider__input::-webkit-slider-thumb {
  position: relative;
  z-index: 3;
  display: block;
  height: 22px;
  width: 22px;
  box-sizing: border-box;
  border: none;
  border-radius: 14px;
  background-color: #041862;
  cursor: pointer;
  -webkit-appearance: none;
          appearance: none;
  pointer-events: all;
}
.double-range-slider__input::-webkit-slider-thumb::before {
  content: " ";
  position: absolute;
  display: block;
  top: 13px;
  left: 100%;
  width: 2000px;
  height: 3px;
}
.double-range-slider__input::-moz-range-thumb {
  position: relative;
  z-index: 3;
  display: block;
  height: 22px;
  width: 22px;
  box-sizing: border-box;
  border: none;
  border-radius: 14px;
  background-color: #041862;
  cursor: pointer;
  -moz-appearance: none;
       appearance: none;
  pointer-events: all;
}
.double-range-slider__input::-moz-range-thumb::before {
  content: " ";
  position: absolute;
  display: block;
  top: 13px;
  left: 100%;
  width: 2000px;
  height: 3px;
}
.double-range-slider__input:nth-child(1)::-webkit-slider-thumb::before {
  background-color: #041862;
}
.double-range-slider__input:nth-child(2) {
  background: none;
}

.custom-select {
  position: relative;
  margin: 0;
  border: none;
}
.custom-select select {
  display: none;
}
.custom-select .select-selected {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 7px 8px;
  color: #041862;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border-radius: 4px;
  border: 1px solid #a0a6aa;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
}
.custom-select .select-selected::after {
  content: "";
  height: 16px;
  width: 16px;
  background-image: url(../assets/icons/dropdown.svg);
  background-position: right;
  background-repeat: no-repeat;
}
.custom-select .select-hide {
  display: none !important;
}
.custom-select .select-items {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  right: 0;
  z-index: 99;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 16px 8px;
  max-height: 288px;
  min-width: -moz-max-content;
  min-width: max-content;
  overflow-y: auto;
  color: #0a0a0a;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  background-color: #ffffff;
  border-radius: 12px;
  box-shadow: 0px 8px 48px 0px rgba(0, 0, 102, 0.1);
}
@media (max-width: 576px) {
  .custom-select .select-items {
    min-width: none;
  }
}
.custom-select .select-items::-webkit-scrollbar {
  width: 6px;
  height: 8px;
  background-color: #a0a6aa;
}
.custom-select .select-items::-webkit-scrollbar-thumb {
  background-color: #a0a6aa;
  border-radius: 4px;
}
.custom-select .select-items::-webkit-scrollbar-thumb:hover {
  background-color: #a0a6aa;
}
.custom-select .select-items div {
  position: relative;
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 0;
  color: #041862;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
}
.custom-select .select-items div::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  box-sizing: border-box;
  background: url(../assets/icons/option.svg) center no-repeat;
  background-size: 16px;
}
.custom-select .select-items div:hover::before {
  background: url(../assets/icons/option-hover.svg) center no-repeat;
  background-size: 16px;
}
.custom-select .same-as-selected::before {
  background: url(../assets/icons/option-active.svg) center no-repeat !important;
  background-size: 16px !important;
}
.custom-select .select-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.rate {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  gap: 8px;
}
.rate:not(:checked) > input {
  display: none;
}
.rate:not(:checked) > label {
  font-size: 24px;
  line-height: 24px;
  overflow: hidden;
  color: #c7c7c7;
  white-space: nowrap;
  cursor: pointer;
}
.rate:not(:checked) > label:before {
  content: "★ ";
  display: block;
}
.rate > input:checked ~ label {
  color: #ffc700;
}
.rate:not(:checked) > label:hover, .rate:not(:checked) > label:hover ~ label {
  color: #ffbf00;
}
.rate > input:checked + label:hover, .rate > input:checked + label:hover ~ label, .rate > input:checked ~ label:hover, .rate > input:checked ~ label:hover ~ label, .rate > label:hover ~ input:checked ~ label {
  color: #ffae00;
}

.basket-card {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 24px;
  padding: 32px 16px 68px;
  color: #041862;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  border-bottom: 2px solid #a0a6aa;
  background: #ffffff;
}
@media (max-width: 768px) {
  .basket-card {
    padding: 24px;
    flex-wrap: wrap;
  }
}
@media (max-width: 576px) {
  .basket-card {
    padding: 16px 10px 64px;
  }
}
.basket-card__figure {
  flex: 0 0 auto;
  height: 96px;
  width: 96px;
  overflow: hidden;
  border-radius: 4px;
  border: 1px solid #a0a6aa;
  background: #ffffff;
}
.basket-card__figure-image {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.basket-card__info {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 256px;
}
@media (max-width: 768px) {
  .basket-card__info {
    flex: 1 1 calc(100% - 120px);
  }
}
@media (max-width: 576px) {
  .basket-card__info {
    flex: 1 1 50%;
    gap: 12px;
  }
}
.basket-card__info-name {
  font-weight: 500;
}
.basket-card__prices {
  position: relative;
  flex: 1 1 auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 32px;
  min-height: 72px;
  padding-bottom: 16px;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .basket-card__prices {
    flex: 1 1 100%;
    max-width: calc(100% - 156px);
    margin-left: 200px;
  }
}
@media (max-width: 576px) {
  .basket-card__prices {
    justify-content: space-between;
    max-width: none;
    margin-left: 0;
  }
}
.basket-card__prices-counter {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 148px;
  width: 100%;
}
.basket-card__prices-counter-minus, .basket-card__prices-counter-plus {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  width: 32px;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  color: #041862;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  border: 2px solid #041862;
  border-radius: 6px;
  background-color: #ffffff;
  transition: all ease-in-out 0.15s;
  cursor: pointer;
}
.basket-card__prices-counter-minus:hover, .basket-card__prices-counter-plus:hover {
  color: #0535DF;
  border-color: #0535DF;
}
.basket-card__prices-counter-minus:active, .basket-card__prices-counter-plus:active {
  transform: scale(0.96);
}
.basket-card__prices-counter-quantity {
  display: inline-block;
  max-width: 84px;
  min-width: 48px;
  width: 100%;
  padding: 0 8px;
  box-sizing: border-box;
  color: #041862;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  text-align: center;
}
.basket-card__prices-total {
  flex: 0 1 180px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .basket-card__prices-total {
    flex: 0 1 230px;
  }
}
.basket-card__prices-total-price_new {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}
.basket-card__prices-total-price_old {
  position: relative;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
@media (max-width: 576px) {
  .basket-card__prices-total-price_old {
    font-size: 14px;
  }
}
.basket-card__prices-total-price_old::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  height: 1px;
  width: calc(100% + 10px);
  background-color: #e30613;
  transform: translateX(-50%) translateY(-50%) rotate(-8deg);
}
@media (max-width: 576px) {
  .basket-card__prices-total-price_old::after {
    width: calc(100% + 2px);
  }
}
.basket-card__prices-price-new {
  position: absolute;
  bottom: 0;
  left: 0;
}
.basket-card__prices-price-old {
  display: none;
}
.basket-card__button-delete {
  position: absolute;
  bottom: 16px;
  right: 16px;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 0;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  border: none;
  background: none;
  transition: all ease-in-out 0.15s;
  cursor: pointer;
}
@media (max-width: 768px) {
  .basket-card__button-delete {
    bottom: 21px;
    right: auto;
    left: 24px;
  }
}
@media (max-width: 576px) {
  .basket-card__button-delete {
    bottom: 16px;
    left: 10px;
    padding: 1px;
    border: 2px solid #a0a6aa;
    border-radius: 4px;
  }
}
.basket-card__button-delete:hover {
  color: #0535DF;
}
@media (max-width: 576px) {
  .basket-card__button-delete span {
    display: none;
  }
}
.basket-card__button-delete svg {
  max-width: 32px;
}
.basket-card__button-delete svg path {
  transition: all ease-in-out 0.15s;
}
.basket-card__button-delete:hover svg path {
  stroke: #0535DF;
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .header.active:before, .header.catalog:before {
    content: "";
    z-index: 500;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    background-color: rgba(10, 10, 10, 0.5);
  }
}
.header .container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0 20px;
  padding-bottom: 40px;
}
@media (max-width: 992px) {
  .header .container {
    gap: 20px;
    padding-bottom: 36px;
  }
}
@media (max-width: 768px) {
  .header .container {
    gap: 12px 16px;
  }
}
@media (max-width: 576px) {
  .header .container {
    gap: 14px 12px;
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
.header__info {
  flex: 1 1 100%;
  display: flex;
  gap: 48px;
  padding: 26px 0 24px;
}
@media (max-width: 992px) {
  .header__info {
    padding: 32px 0 0;
  }
}
@media (max-width: 576px) {
  .header__info {
    display: none;
  }
}
.header__info-address {
  position: relative;
  flex: 1 0 auto;
  display: flex;
  align-items: center;
  gap: 4px;
  cursor: pointer;
}
@media (max-width: 992px) {
  .header__info-address {
    display: none;
  }
}
.header__info-address::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(../assets/icons/tag.svg) center no-repeat;
}
.header__info-address-text {
  color: #041862;
  transition: all ease-in-out 0.15s;
}
.header__info-address:hover .header__info-address-text {
  color: #0535DF;
}
.header__info-address-button {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(../assets/icons/arrow-1.svg) center no-repeat;
  border: none;
  transition: all ease-in-out 0.15s;
}
.header__info-address:hover .header__info-address-button {
  transform: rotate(180deg);
}
.header__info-address-info {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  width: 280px;
  padding: 10px 6px;
  color: #041862;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  border-radius: 4px;
  border: 1px solid #c7c7c7;
  background: #ffffff;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.header__info-address:hover .header__info-address-info {
  display: inline-block;
}
.header__info-time {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #041862;
}
.header__info-time::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(../assets/icons/clock.svg) center no-repeat;
}
.header__info-email {
  display: flex;
  align-items: center;
  gap: 8px;
}
@media (max-width: 992px) {
  .header__info-email {
    display: none;
  }
}
.header__info-email::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(../assets/icons/mail.svg) center no-repeat;
}
.header__info-email a {
  color: #041862;
}
.header__info-phone {
  flex: 1 0 auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.header__info-phone::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(../assets/icons/phone.svg) center no-repeat;
}
.header__info-phone a {
  color: #e30613;
  font-weight: 500;
}
.header .main-nav {
  flex: 1 1 100%;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .header .main-nav {
    left: -640px;
    margin: 0;
    transition: left ease-in-out 0.3s;
  }
}
@media (max-width: 992px) {
  .header.active .main-nav {
    left: 0;
  }
}
.header__logo {
  flex: 0 0 auto;
  margin-right: 16px;
}
@media (max-width: 1200px) {
  .header__logo {
    margin-right: 0;
  }
}
@media (max-width: 576px) {
  .header__logo {
    flex: 1 1 calc(100% - 200px);
    order: 1;
  }
}
.header__logo-link {
  display: flex;
  align-items: center;
}
@media (max-width: 576px) {
  .header__logo-link {
    justify-content: center;
  }
}
/* LOGO 2024-12 */
.header__logo-image {
  -max-width: 183px;
  -width: 100%;
  -height: auto;
  height: 85px;
}
@media (max-width: 992px) {
  .header__logo-image {
    -max-width: 170px;
    height: 45px;
  }
}
@media (max-width: 576px) {
  .header__logo-image {
    -max-width: 124px;
    height: 45px;
  }
}

.header__burger {
  flex: 0 0 40px;
  display: none;
}
@media (max-width: 992px) {
  .header__burger {
    display: block;
  }
}
@media (max-width: 576px) {
  .header__burger {
    flex: 0 0 24px;
    order: 0;
    margin-left: 24px;
  }
}
.header__burger-button {
  width: 40px;
  height: 40px;
  border: none;
  background: url(../assets/icons/burger-big.svg) center no-repeat;
}
@media (max-width: 576px) {
  .header__burger-button {
    width: 24px;
    height: 24px;
  }
}
.header__menu {
  flex: 1 1 calc(100% - 360px);
  display: none;
  height: 40px;
}
@media (max-width: 992px) {
  .header__menu {
    display: flex;
    gap: 40px;
  }
}
@media (max-width: 576px) {
  .header__menu {
    flex: 1 1 100%;
    justify-content: center;
    gap: 8px;
    order: 5;
  }
}
.header__menu-link {
  display: flex;
  align-items: center;
  gap: 8px;
}
@media (max-width: 576px) {
  .header__menu-link {
    gap: 3px;
  }
}
.header__menu-link_discont {
  display: none;
}
@media (max-width: 576px) {
  .header__menu-link_discont {
    display: flex;
  }
}
.header__menu-link-image {
  width: 32px;
  height: 32px;
}
@media (max-width: 576px) {
  .header__menu-link-image {
    width: 24px;
    height: 24px;
  }
}
.header__menu-link-text {
  color: #041862;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
@media (max-width: 576px) {
  .header__menu-link-text {
    font-size: 14px;
    line-height: 16px;
  }
}
.header__catalog {
  position: relative;
  flex: 0 0 auto;
}
@media (max-width: 576px) {
  .header__catalog {
    order: 3;
  }
}
.header__catalog-button {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 30px;
  color: #ffffff;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  border: none;
  border-radius: 4px;
  background-color: #041862;
  transition: all ease-in-out 0.15s;
  cursor: pointer;
}
@media (max-width: 992px) {
  .header__catalog-button {
    padding: 8px 15px;
    font-size: 16px;
  }
}
.header__catalog-button:hover {
  background-color: #0535DF;
}
.header__catalog-button::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../assets/icons/burger.svg) center no-repeat;
}
@media (max-width: 576px) {
  .header__catalog-button::before {
    display: none;
  }
}
.header__catalog-button::after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 299;
  display: none;
  background-color: rgba(0, 0, 0, 0.25);
}
@media (max-width: 992px) {
  .header__catalog.active .header__catalog-button::after {
    display: block;
  }
}
.header__catalog-subitems {
  position: absolute;
  top: calc(100% + 8px);
  left: 300px;
  z-index: 100;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 24px;
  max-width: 680px;
  height: 710px;
  width: -moz-max-content;
  width: max-content;
  padding: 16px;
  margin: 0;
  box-sizing: border-box;
  overflow: hidden;
  list-style-type: none;
  border-radius: 0px 4px 4px 0px;
  border: 1px solid #c7c7c7;
  background-color: #ffffff;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
@media (max-width: 1200px) {
  .header__catalog-subitems {
    left: 100px;
  }
}
@media (max-width: 992px) {
  .header__catalog-subitems {
    display: none;
  }
}
.header__catalog-subitems.hidden {
  display: none;
}
.header__catalog-menu {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  z-index: 100;
  display: none;
  flex-direction: column;
  gap: 20px;
  height: 710px;
  width: 300px;
  padding: 18px 11px;
  margin: 0;
  box-sizing: border-box;
  list-style-type: none;
  overflow-y: auto;
  overflow-x: visible !important;
  border-radius: 4px;
  border: 1px solid #c7c7c7;
  background-color: #ffffff;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
@media (max-width: 1200px) {
  .header__catalog-menu {
    left: -200px;
  }
}
@media (max-width: 992px) {
  .header__catalog-menu {
    position: fixed;
    top: 0;
    left: 0;
    right: auto;
    bottom: 0;
    z-index: 300;
    display: block !important;
    max-width: 480px;
    width: 100%;
    max-height: 100vh;
    height: 100%;
    padding: 0;
    box-sizing: border-box;
    transform: translateX(-500px);
    transition: transform linear 0.2s;
    will-change: transform;
  }
}
.header__catalog-menu-title {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  display: none;
  margin: 0;
  padding: 26px 20px 22px;
  color: #041862;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 36px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .header__catalog-menu-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.header__catalog-menu-close {
  display: inline-block;
  width: 16px;
  height: 16px;
  border: none;
  background: url(../assets/icons/close.svg) center no-repeat;
  background-size: 16px;
  cursor: pointer;
}
@media (max-width: 992px) {
  .header__catalog-menu-item {
    padding: 18px 44px 18px 36px;
    border-bottom: 1px solid #a0a6aa;
    background: url(../assets/icons/arrow-right.svg) right 10px center no-repeat;
  }
}
.header__catalog-menu-link {
  color: #041862;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.header__catalog-menu-link:hover {
  color: #0535DF;
}
.header__catalog.active .header__catalog-menu {
  display: flex;
}
@media (max-width: 992px) {
  .header__catalog.active .header__catalog-menu {
    transform: translateX(0);
  }
}
.header__catalog-submenu {
  display: none;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 24px;
  max-width: 680px;
  width: -moz-max-content;
  width: max-content;
  padding: 16px;
  margin: 0;
  box-sizing: border-box;
  overflow: auto;
  list-style-type: none;
  border-radius: 0px 4px 4px 0px;
  border: 1px solid #c7c7c7;
  background-color: #ffffff;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
@media (max-width: 992px) {
  .header__catalog-submenu {
    position: fixed;
    top: 0;
    left: 0;
    right: auto;
    bottom: 0;
    z-index: 400;
    display: block !important;
    max-width: 480px;
    width: 100%;
    max-height: 100vh;
    height: 100%;
    padding: 0;
    box-sizing: border-box;
    transform: translateX(-500px);
    transition: transform linear 0.2s;
    will-change: transform;
  }
}
.header__catalog-submenu-top {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  display: none;
  padding: 26px 20px 20px;
  background-color: #ffffff;
  border-bottom: 1px solid #a0a6aa;
}
@media (max-width: 992px) {
  .header__catalog-submenu-top {
    display: block;
  }
}
.header__catalog-submenu-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header__catalog-submenu-back {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #041862;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  border: none;
  background-color: #ffffff;
}
.header__catalog-submenu-back::before {
  content: "";
  display: block;
  height: 24px;
  width: 24px;
  background: url(../assets/icons/arrow-left.svg) center no-repeat;
  background-size: 24px;
}
.header__catalog-submenu-title {
  margin: 12px 0 0;
  color: #041862;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  text-align: center;
}
.header__catalog-submenu-item {
  max-width: 300px;
}
@media (max-width: 992px) {
  .header__catalog-submenu-item {
    max-width: none;
    padding: 18px 36px;
    border-bottom: 1px solid #a0a6aa;
  }
}
.header__catalog-submenu-link {
  color: #041862;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
@media (max-width: 992px) {
  .header__catalog-menu-item.active .header__catalog-submenu {
    transform: translateX(0);
  }
}
.header__search {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  border: 2px solid #041862;
  border-radius: 4px;
  background: #041862;
}
@media (max-width: 576px) {
  .header__search {
    flex: 1 1 50%;
    order: 4;
  }
}
.header__search-input {
  flex: 1 1 auto;
  display: block;
  width: 20px;
  padding: 11px 17px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  border: none;
  border-radius: 4px;
  box-sizing: border-box;
}
@media (max-width: 992px) {
  .header__search-input {
    font-size: 12px;
  }
}
.header__search-input:focus {
  outline: 1px solid #041862;
}
.header__search-button {
  flex: 0 0 auto;
  display: inline-block;
  height: 40px;
  width: 62px;
  box-sizing: border-box;
  border: none;
  background: url(../assets/icons/loupe.svg) center no-repeat;
  cursor: pointer;
}
@media (max-width: 768px) {
  .header__search-button {
    display: none;
  }
}
.header__links {
  flex: 1 1 286px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 286px;
}
@media (max-width: 1200px) {
  .header__links {
    flex: 1 1 auto;
    max-width: 228px;
  }
}
@media (max-width: 576px) {
  .header__links {
    flex: 0 0 24px;
    order: 2;
    gap: 28px;
  }
}
.header__link {
  flex: 0 0 82px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
}
@media (max-width: 992px) {
  .header__link {
    flex: 0 0 76px;
  }
}
@media (max-width: 576px) {
  .header__link {
    flex: 0 0 24px;
  }
}
@media (max-width: 576px) {
  .header__link_discont {
    display: none;
  }
}
.header__link-image {
  width: 32px;
  height: 32px;
}
@media (max-width: 576px) {
  .header__link-image {
    width: 24px;
    height: 24px;
  }
}
.header__link-text {
  color: #041862;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
@media (max-width: 576px) {
  .header__link-text {
    display: none;
  }
}
@media (max-width: 576px) {
  .header__link-text {
    display: none;
  }
}
.header__link-count {
  position: absolute;
  top: 0;
  right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 16px;
  height: 16px;
  padding: 2px 0;
  box-sizing: border-box;
  color: #ffffff;
  font-size: 8px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border-radius: 20px;
  background-color: #e30613;
}
@media (max-width: 768px) {
  .header__link-count {
    right: 16px;
  }
}
@media (max-width: 576px) {
  .header__link-count {
    top: -6px;
    right: -6px;
    width: 12;
    height: 12px;
    min-width: 12px;
  }
}
.header.sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  background-color: #ffffff;
}
.header.sticky .container {
  padding-top: 32px;
  padding-bottom: 20px;
}
@media (max-width: 992px) {
  .header.sticky .container {
    padding-top: 16px;
  }
}
.header.sticky .header__info {
  display: none;
}
.header.sticky .main-nav {
  display: none;
}
@media (max-width: 992px) {
  .header.sticky .main-nav {
    display: block;
  }
}
@media (max-width: 992px) {
  .header.sticky .header__logo {
    display: none;
  }
}
@media (max-width: 576px) {
  .header.sticky .header__logo {
    display: block;
  }
}
@media (max-width: 992px) {
  .header.sticky .header__burger {
    display: none;
  }
}
@media (max-width: 576px) {
  .header.sticky .header__burger {
    display: block;
  }
}
@media (max-width: 992px) {
  .header.sticky .header__menu {
    display: none;
  }
}

.footer .container {
  display: flex;
  gap: 20px;
  padding-top: 24px;
  padding-bottom: 46px;
  background-color: #ececec;
}
@media (max-width: 992px) {
  .footer .container {
    flex-wrap: wrap;
    gap: 56px 20px;
  }
}
@media (max-width: 576px) {
  .footer .container {
    display: block;
  }
}
.footer a {
  transition: all ease-in-out 0.15s;
}
.footer a:hover {
  color: #0535DF;
}
.footer__title {
  margin: 0 0 24px;
  color: #041862;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
@media (max-width: 576px) {
  .footer__title {
    margin: 0 0 12px;
    text-align: center;
    font-size: 16px;
  }
}
.footer__logo {
  flex: 0 0 183px;
}
@media (max-width: 992px) {
  .footer__logo {
    flex: 1 1 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media (max-width: 576px) {
  .footer__logo {
    margin: 0 0 22px;
  }
}
.footer__logo-logo img {
  max-width: 183px;
  height: auto;
  width: 100%;
}
@media (max-width: 768px) {
  .footer__logo-logo img {
    max-width: 170px;
  }
}
@media (max-width: 576px) {
  .footer__logo-logo img {
    max-width: 124px;
  }
}
.footer__logo-phone {
  display: none;
  color: #e30613;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
}
@media (max-width: 992px) {
  .footer__logo-phone {
    display: flex;
    align-items: center;
    gap: 4px;
  }
}
@media (max-width: 576px) {
  .footer__logo-phone {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px;
  }
}
.footer__logo-phone::before {
  content: "";
  display: block;
  height: 24px;
  width: 24px;
  background: url(../assets/icons/phone.svg) center no-repeat;
}
.footer__company {
  flex: 1 1 284px;
}
@media (max-width: 992px) {
  .footer__company {
    flex: 1 1 30%;
  }
}
@media (max-width: 768px) {
  .footer__company {
    display: none;
  }
}
.footer__company-menu {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.footer__company-menu-link {
  color: #041862;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
}
.footer__nav {
  flex: 1 1 284px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (max-width: 992px) {
  .footer__nav {
    flex: 1 1 30%;
  }
}
@media (max-width: 768px) {
  .footer__nav {
    gap: 40px;
  }
}
@media (max-width: 576px) {
  .footer__nav {
    align-items: center;
    gap: 24px;
    margin: 0 0 40px;
  }
}
.footer__nav-link {
  color: #041862;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}
@media (max-width: 576px) {
  .footer__nav-link {
    font-size: 16px;
    line-height: 24px;
  }
}
.footer__contacts {
  flex: 1 1 386px;
}
@media (max-width: 992px) {
  .footer__contacts {
    flex: 1 1 30%;
  }
}
.footer__contacts-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 576px) {
  .footer__contacts-list {
    align-items: center;
  }
}
.footer__contacts-list-item {
  max-width: 322px;
  color: #041862;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
@media (max-width: 576px) {
  .footer__contacts-list-item {
    text-align: center;
  }
}
.footer__contacts-list-item_phones {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 16px 0;
}
@media (max-width: 576px) {
  .footer__contacts-list-item_phones {
    padding: 0;
  }
}
.footer__contacts-link {
  color: #041862;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

@media (max-width: 992px) {
  .main-nav {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 1000;
    display: block;
    max-height: 100vh;
    max-width: 480px;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    margin: 0;
    padding: 0 0 48px;
    background-color: #ffffff;
    overflow: auto;
  }
}
.main-nav__top {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  display: none;
  z-index: 1;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .main-nav__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 23px 32px 16px 20px;
    margin: 0 0 18px;
  }
}
.main-nav__logo {
  display: inline-block;
  max-width: 135px;
  width: 100%;
}
.main-nav__logo img {
  width: 100%;
  height: auto;
}
.main-nav__close {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(../assets/icons/close.svg) center no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
}
.main-nav__phone {
  display: none;
  width: 240px;
  padding: 18px 0;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .main-nav__phone {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 4px;
  }
}
.main-nav__phone::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(../assets/icons/phone.svg) center no-repeat;
}
.main-nav__phone a {
  color: #e30613;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
}
.main-nav__address {
  display: none;
  color: #041862;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
@media (max-width: 992px) {
  .main-nav__address {
    display: block;
  }
}
.main-nav__address-toggler {
  display: flex;
  align-items: center;
  gap: 24px;
  max-width: 240px;
  padding: 20px 0;
  margin: 0 auto;
}
.main-nav__address-toggler::after {
  content: "";
  display: block;
  height: 24px;
  width: 24px;
  background: url(../assets/icons/arrow-polygon.svg) center no-repeat;
  transition: all ease-in-out 0.15s;
}
.main-nav__address.active .main-nav__address-toggler::after {
  transform: rotate(180deg);
}
.main-nav__address-dropdown {
  max-height: 0;
  background-color: #ececec;
  overflow: hidden;
  transition: all ease-in-out 0.15s;
  will-change: max-height;
}
.main-nav__address-dropdown span {
  display: block;
  max-width: 240px;
  margin: 0 auto;
  padding: 6px 0;
}
.main-nav__address.active .main-nav__address-dropdown {
  max-height: 640px;
}
.main-nav__email, .main-nav__time {
  display: none;
  max-width: 240px;
}
@media (max-width: 992px) {
  .main-nav__email, .main-nav__time {
    display: block;
  }
}
.main-nav__email a, .main-nav__time {
  color: #041862;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.main-nav__email {
  margin: 24px auto 0;
}
.main-nav__time {
  margin: 16px auto 0;
}
.main-nav__menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  list-style-type: none;
  margin: 0 -40px;
  padding: 0px 40px;
  background-color: #ececec;
}
@media (max-width: 992px) {
  .main-nav__menu {
    position: relative;
    flex-direction: column;
    align-items: flex-start;
    margin: 0;
    padding: 0;
    background-color: #ffffff;
  }
}
.main-nav__menu-item {
  position: relative;
  display: flex;
  align-items: center;
  gap: 4px;
}
@media (max-width: 992px) {
  .main-nav__menu-item {
    position: static;
    flex-wrap: wrap;
    gap: 0 24px;
    width: 240px;
    margin: 0 auto;
    padding: 20px 0;
  }
}
.main-nav__menu-item_has-submenu::after {
  content: "";
  order: 1;
  display: block;
  width: 16px;
  height: 16px;
  background: url(../assets/icons/arrow-polygon.svg) center no-repeat;
  transition: all ease-in-out 0.15s;
}
@media (max-width: 992px) {
  .main-nav__menu-item_has-submenu::after {
    width: 24px;
    height: 24px;
  }
}
.main-nav__menu-item:hover::after {
  transform: rotate(180deg);
}
@media (max-width: 992px) {
  .main-nav__menu-item:hover::after {
    transform: rotate(0);
  }
}
@media (max-width: 992px) {
  .main-nav__menu-item.active::after {
    transform: rotate(180deg);
  }
}
.main-nav__menu-link {
  display: inline-block;
  padding: 9px 0;
  color: #041862;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 14px;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  transition: all ease-in-out 0.15s;
}
.main-nav__menu-link:hover {
  color: #0535DF;
}
@media (max-width: 992px) {
  .main-nav__menu-link {
    order: 0;
    padding: 0;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
  }
}
.main-nav__submenu {
  position: absolute;
  top: calc(100% - 6px);
  left: 0;
  z-index: 3;
  display: none;
  flex-direction: column;
  gap: 16px;
  width: 250px;
  margin: 0;
  padding: 12px 8px;
  list-style-type: none;
  border-radius: 4px;
  border: 1px solid #a0a6aa;
  background-color: #ffffff;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
@media (max-width: 992px) {
  .main-nav__submenu {
    position: static;
    order: 2;
    display: block;
    width: 100%;
    margin: 20px 0 -20px;
    max-height: 0;
    padding: 0;
    overflow: hidden;
    border-radius: 0px;
    border: none;
    box-shadow: none;
    transition: max-height ease-in-out 0.15s;
  }
}
@media (max-width: 992px) {
  .main-nav__submenu-item {
    padding: 16px 0;
    padding-left: 4px;
  }
}
.main-nav__submenu-link {
  color: #041862;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  transition: all ease-in-out 0.15s;
}
.main-nav__submenu-link:hover {
  color: #0535DF;
}
.main-nav__menu-item:hover .main-nav__submenu {
  display: flex;
}
@media (max-width: 992px) {
  .main-nav__menu-item:hover .main-nav__submenu {
    display: block;
  }
}
@media (max-width: 992px) {
  .main-nav__menu-item.active .main-nav__submenu {
    max-height: 1000px;
  }
}

.divider {
  padding-top: 230px;
}
@media (max-width: 992px) {
  .divider {
    padding-top: 243px;
  }
}
@media (max-width: 768px) {
  .divider {
    padding-top: 226px;
    margin-bottom: 18px;
  }
}
@media (max-width: 576px) {
  .divider {
    padding-top: 198px;
    margin-bottom: 24px;
  }
}
.divider .container {
  height: 48px;
  border-top: 1px solid #a0a6aa;
  border-bottom: 1px solid #a0a6aa;
}
@media (max-width: 576px) {
  .divider .container {
    height: 32px;
  }
}

.banners .container {
  position: relative;
  padding-top: 56px;
  padding-bottom: 56px;
  background-color: #ececec;
}
@media (max-width: 576px) {
  .banners .container {
    padding-top: 44px;
    padding-bottom: 44px;
  }
}
.banners .swiper-slide {
  border-radius: 7px;
  background-color: #a0a6aa;
}
.banners .swiper-button-prev, .banners .swiper-button-next {
  height: 48px;
  width: 48px;
  background: url(../assets/icons/next-button.svg);
}
@media (max-width: 768px) {
  .banners .swiper-button-prev, .banners .swiper-button-next {
    display: none;
  }
}
.banners .swiper-button-prev::after, .banners .swiper-button-next::after {
  display: none;
}
.banners .swiper-button-prev {
  left: 27px;
}
.banners .swiper-button-next {
  right: 27px;
  transform: rotate(180deg);
}
.banners .swiper-pagination {
  position: absolute;
  bottom: 28px !important;
  left: 20px;
  right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
}
@media (max-width: 576px) {
  .banners .swiper-pagination {
    bottom: 20px !important;
  }
}
.banners .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  margin: 0 !important;
  background-color: #c7c7c7;
  opacity: 1;
}
.banners .swiper-pagination-bullet-active {
  width: 12px;
  height: 12px;
  background-color: #041862;
}
.banners__banner {
  height: 320px;
  width: 100%;
  overflow: hidden;
  border-radius: 7px;
}
@media (max-width: 992px) {
  .banners__banner {
    width: 100%;
    height: auto;
    aspect-ratio: 3/2;
  }
}
.banners__banner-lg {
  display: inline-block;
  height: 100%;
  width: auto;
}
@media (max-width: 992px) {
  .banners__banner-lg {
    display: none;
  }
}
.banners__banner-sm {
  display: none;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 992px) {
  .banners__banner-sm {
    display: inline-block;
  }
}

.why-we__title {
  margin-bottom: 72px;
}
@media (max-width: 768px) {
  .why-we__title {
    margin-bottom: 48px;
  }
}
@media (max-width: 576px) {
  .why-we__title {
    margin-bottom: 32px;
  }
}
.why-we__cards {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media (max-width: 992px) {
  .why-we__cards {
    gap: 48px 16px;
  }
}
@media (max-width: 576px) {
  .why-we__cards {
    gap: 20px 12px;
  }
}
.why-we__card {
  flex: 1 1 calc(25% - 20px);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 36px;
}
@media (max-width: 992px) {
  .why-we__card {
    flex: 1 1 calc(50% - 20px);
  }
}
@media (max-width: 576px) {
  .why-we__card {
    gap: 22px;
  }
}
.why-we__card-figure {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin: 0;
  padding: 0;
  height: 150px;
  width: 150px;
  background-color: #ececec;
}
@media (max-width: 576px) {
  .why-we__card-figure {
    height: 78px;
    width: 78px;
  }
}
.why-we__card-figure img {
  position: relative;
  top: 12px;
}
@media (max-width: 576px) {
  .why-we__card-figure img {
    max-width: 80px;
  }
}
.why-we__card-text {
  color: #041862;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
}
@media (max-width: 576px) {
  .why-we__card-text {
    font-size: 14px;
    line-height: 20px;
  }
}

.novelty {
  padding-top: 56px;
}
@media (max-width: 576px) {
  .novelty {
    padding-top: 32px;
  }
}
.novelty__cards {
  position: relative;
}
@media (max-width: 768px) {
  .novelty__cards {
    margin: 0 -20px;
  }
}
@media (max-width: 576px) {
  .novelty__cards {
    margin: 0 -10px;
  }
}
.novelty .swiper-slide {
  box-sizing: border-box;
  height: auto;
}
.novelty .swiper-slide .good-card {
  height: 100%;
  box-sizing: border-box;
}
.novelty .swiper-button-prev, .novelty .swiper-button-next {
  height: 48px;
  width: 48px;
  background: url(../assets/icons/next-button.svg);
}
@media (max-width: 768px) {
  .novelty .swiper-button-prev, .novelty .swiper-button-next {
    display: none;
  }
}
.novelty .swiper-button-prev::after, .novelty .swiper-button-next::after {
  display: none;
}
.novelty .swiper-button-prev {
  left: -17px;
}
.novelty .swiper-button-next {
  right: -17px;
  transform: rotate(180deg);
}

.super-prices__title {
  color: #e30613;
}
.super-prices__cards {
  position: relative;
}
@media (max-width: 768px) {
  .super-prices__cards {
    margin: 0 -20px;
  }
}
@media (max-width: 576px) {
  .super-prices__cards {
    margin: 0 -10px;
  }
}
.super-prices .swiper-slide {
  box-sizing: border-box;
  height: auto;
}
.super-prices .swiper-slide .good-card {
  height: 100%;
  box-sizing: border-box;
}
.super-prices .swiper-button-prev, .super-prices .swiper-button-next {
  height: 48px;
  width: 48px;
  background: url(../assets/icons/next-button.svg);
}
@media (max-width: 768px) {
  .super-prices .swiper-button-prev, .super-prices .swiper-button-next {
    display: none;
  }
}
.super-prices .swiper-button-prev::after, .super-prices .swiper-button-next::after {
  display: none;
}
.super-prices .swiper-button-prev {
  left: -17px;
}
.super-prices .swiper-button-next {
  right: -17px;
  transform: rotate(180deg);
}

.seasonal-offers .container {
  padding-top: 32px;
  padding-bottom: 69px;
  background-color: #ececec;
}
@media (max-width: 768px) {
  .seasonal-offers .container {
    padding-top: 40px;
  }
}
@media (max-width: 576px) {
  .seasonal-offers .container {
    padding-top: 16px;
  }
}
.seasonal-offers__title {
  margin: 0 0 56px;
}
@media (max-width: 768px) {
  .seasonal-offers__title {
    margin: 0 0 48px;
  }
}
@media (max-width: 576px) {
  .seasonal-offers__title {
    margin: 0 0 23px;
  }
}
.seasonal-offers__slider {
  position: relative;
}
@media (max-width: 992px) {
  .seasonal-offers__slider {
    margin: 0 -40px;
  }
}
@media (max-width: 768px) {
  .seasonal-offers__slider {
    margin: 0 -20px;
  }
}
@media (max-width: 576px) {
  .seasonal-offers__slider {
    margin: 0 -10px;
  }
}
.seasonal-offers__slider .swiper-button-prev, .seasonal-offers__slider .swiper-button-next {
  top: 40%;
  height: 48px;
  width: 48px;
  background: url(../assets/icons/next-button.svg);
}
@media (max-width: 768px) {
  .seasonal-offers__slider .swiper-button-prev, .seasonal-offers__slider .swiper-button-next {
    display: none;
  }
}
.seasonal-offers__slider .swiper-button-prev::after, .seasonal-offers__slider .swiper-button-next::after {
  display: none;
}
.seasonal-offers__slider .swiper-button-prev {
  left: -17px;
}
@media (max-width: 992px) {
  .seasonal-offers__slider .swiper-button-prev {
    left: 10px;
  }
}
.seasonal-offers__slider .swiper-button-next {
  right: -17px;
  transform: rotate(180deg);
}
@media (max-width: 992px) {
  .seasonal-offers__slider .swiper-button-next {
    right: 10px;
  }
}
.seasonal-offers__slider .swiper-pagination {
  position: absolute;
  bottom: -35px !important;
  left: 20px;
  right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
}
.seasonal-offers__slider .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  margin: 0 !important;
  background-color: #c7c7c7;
  opacity: 1;
}
.seasonal-offers__slider .swiper-pagination-bullet-active {
  width: 12px;
  height: 12px;
  background-color: #041862;
}
.seasonal-offers__offer-figure {
  margin: 0 0 24px;
  padding: 0;
}
@media (max-width: 576px) {
  .seasonal-offers__offer-figure {
    margin: 0 0 8px;
  }
}
.seasonal-offers__offer-image {
  width: 100%;
  height: auto;
  border-radius: 8px;
}
.seasonal-offers__offer-title {
  margin: 0;
  color: #041862;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
@media (max-width: 576px) {
  .seasonal-offers__offer-title {
    font-size: 14px;
    line-height: 20px;
  }
}

.services .container {
  position: relative;
}
@media (max-width: 768px) {
  .services .container {
    padding-bottom: 80px;
  }
}
@media (max-width: 576px) {
  .services .container {
    padding-bottom: 50px;
  }
}
.services__title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 56px;
}
@media (max-width: 768px) {
  .services__title {
    margin: 0 0 48px;
  }
}
@media (max-width: 576px) {
  .services__title {
    margin: 0 0 24px;
  }
}
.services__title-link {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #041862;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
}
@media (max-width: 768px) {
  .services__title-link {
    position: absolute;
    bottom: 0;
    right: 20px;
  }
}
@media (max-width: 576px) {
  .services__title-link {
    font-size: 16px;
    line-height: 20px;
    right: 10px;
  }
}
.services__title-link::after {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  background: url(../assets/icons/arrow-long.svg) center no-repeat;
}
@media (max-width: 576px) {
  .services__title-link::after {
    width: 24px;
    height: 24px;
    background-size: 20px;
  }
}
.services__cards {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .services__cards {
    margin-bottom: 0;
  }
}
.services__card {
  padding: 6px;
  border-radius: 4px;
  background-color: #ececec;
  transition: all ease-in-out 0.15s;
}
.services__card:hover {
  filter: brightness(0.8);
}
.services__card-figure {
  margin: 0;
  padding: 0;
}
.services__card-image {
  max-width: 100%;
  height: auto;
}
.services__card-title {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 102px;
  margin: 0 0 6px;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  text-align: center;
}
@media (max-width: 576px) {
  .services__card-title {
    height: 82px;
    font-size: 14px;
    line-height: 20px;
  }
}
.services__controls {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 768px) {
  .services__controls {
    display: none;
  }
}
.services__controls-button {
  display: inline-block;
  padding: 14px 35px;
  color: #ffffff;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  border: none;
  border-radius: 4px;
  background-color: #041862;
  transition: all ease-in-out 0.15s;
}
.services__controls-button:hover {
  background-color: #0535DF;
}

.about__title {
  margin: 0 0 56px;
}
@media (max-width: 768px) {
  .about__title {
    margin: 0 0 48px;
  }
}
@media (max-width: 576px) {
  .about__title {
    margin: 0 0 24px;
  }
}
.about__content {
  display: flex;
  justify-content: space-between;
  gap: 32px;
}
@media (max-width: 768px) {
  .about__content {
    display: block;
  }
}
.about__content-text {
  flex: 0 1 690px;
  max-width: 690px;
  color: #041862;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
@media (max-width: 768px) {
  .about__content-text {
    margin-bottom: 32px;
  }
}
@media (max-width: 576px) {
  .about__content-text {
    margin-bottom: 16px;
    font-size: 14px;
    line-height: 20px;
  }
}
.about__content-text-image {
  display: none;
}
@media (max-width: 768px) {
  .about__content-text-image {
    display: inline-block;
    max-width: 232px;
    height: auto;
    float: right;
    padding-left: 16px;
    padding-bottom: 16px;
  }
}
@media (max-width: 576px) {
  .about__content-text-image {
    display: none;
  }
}
.about__content-text p {
  margin: 0 0 24px;
}
@media (max-width: 576px) {
  .about__content-text p {
    margin: 0 0 20px;
  }
}
.about__content-text p:last-child {
  margin: 0;
}
.about__content-sidebar {
  flex: 0 1 386px;
}
.about__content-sidebar-image {
  border-radius: 8px;
  max-width: 100%;
  height: auto;
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .about__content-sidebar-image {
    display: none;
  }
}
.about__content-sidebar-link {
  color: #041862;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
@media (max-width: 576px) {
  .about__content-sidebar-link {
    font-size: 14px;
    line-height: 20px;
  }
}

.news {
  padding-bottom: 120px;
}
@media (max-width: 768px) {
  .news {
    padding-bottom: 85px;
  }
}
@media (max-width: 576px) {
  .news {
    padding-bottom: 64px;
  }
}
.news__title {
  margin: 0 0 48px;
}
@media (max-width: 576px) {
  .news__title {
    margin: 0 0 24px;
  }
}
.news__subtitle {
  margin: 0 0 32px;
  color: #041862;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 36px;
}
@media (max-width: 768px) {
  .news__subtitle {
    margin: 0 0 48px;
  }
}
@media (max-width: 576px) {
  .news__subtitle {
    margin: 0 0 16px;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
  }
}
.news__content {
  display: flex;
  justify-content: space-between;
  gap: 32px;
}
@media (max-width: 768px) {
  .news__content {
    display: block;
  }
}
.news__images {
  flex: 0 0 388px;
  display: flex;
  align-items: flex-start;
  gap: 19px;
  min-width: 286px;
}
@media (max-width: 992px) {
  .news__images {
    flex: 0 0 286px;
  }
}
@media (max-width: 768px) {
  .news__images {
    padding-right: 48px;
    padding-bottom: 48px;
    float: left;
  }
}
@media (max-width: 576px) {
  .news__images {
    justify-content: center;
    padding: 0;
    margin-bottom: 16px;
    float: none;
  }
}
.news__images-main {
  max-width: 286px;
  width: 100%;
  height: auto;
  border-radius: 8px;
}
.news__images-sidebar {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 8px;
}
@media (max-width: 992px) {
  .news__images-sidebar {
    display: none;
  }
}
.news__images-small {
  width: 82px;
  height: auto;
  border-radius: 8px;
}
.news__text {
  flex: 1 1 auto;
  max-width: 690px;
}
.news__text p {
  margin: 0 0 16px;
  color: #041862;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
@media (max-width: 576px) {
  .news__text p {
    font-size: 14px;
  }
}
.news__text p:last-child {
  margin: 0;
}
.news__text-link {
  color: #041862;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  text-decoration: underline;
}
@media (max-width: 576px) {
  .news__text-link {
    font-size: 14px;
    line-height: 20px;
  }
}

.callback .container {
  display: flex;
  gap: 22px;
  padding-top: 56px;
  padding-bottom: 24px;
  background-color: #ececec;
}
@media (max-width: 768px) {
  .callback .container {
    display: block;
  }
}
.callback__title {
  margin: 0;
  color: #041862;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  text-align: center;
}
@media (max-width: 768px) {
  .callback__title {
    margin: 0 0 38px;
    line-height: 24px;
  }
}
@media (max-width: 576px) {
  .callback__title {
    margin: 0 0 16px;
  }
}
.callback__form-fieldset {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 0;
  padding: 0;
  border: none;
}
@media (max-width: 768px) {
  .callback__form-fieldset {
    max-width: 592px;
    margin: 0 auto;
  }
}
@media (max-width: 576px) {
  .callback__form-fieldset {
    flex-direction: column;
  }
}
.callback__form-input {
  flex: 1 1 auto;
  padding: 14px 10px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  box-sizing: border-box;
  border-radius: 4px;
  border: 1px solid #a0a6aa;
  background: #ffffff;
  outline-color: rgba(5, 53, 223, 0.25);
}
@media (max-width: 768px) {
  .callback__form-input {
    padding: 10px 10px;
  }
}
@media (max-width: 576px) {
  .callback__form-input {
    width: 100%;
  }
}
.callback__form-button {
  padding: 5px 50px;
  color: #041862;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  border: 4px solid #041862;
  border-radius: 4px;
  background-color: #ffffff;
  cursor: pointer;
}
@media (max-width: 768px) {
  .callback__form-button {
    padding: 1px 42px;
  }
}
@media (max-width: 576px) {
  .callback__form-button {
    padding: 2px 32px;
    font-size: 14px;
    line-height: 20px;
  }
}
.callback__form-button:hover {
  color: #0535DF;
  border: 4px solid #0535DF;
}
.callback__disclaimer {
  margin: 20px 0 0;
  color: #041862;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
@media (max-width: 768px) {
  .callback__disclaimer {
    margin: 32px 0 0;
    text-align: center;
  }
}
@media (max-width: 576px) {
  .callback__disclaimer {
    margin: 16px 0 0;
    font-size: 12px;
    line-height: 18px;
  }
}
.callback__disclaimer a {
  color: #041862;
  font-weight: 500;
}

.category {
  padding: 0 0 72px;
}
@media (max-width: 768px) {
  .category {
    padding: 0 0 64px;
  }
}
@media (max-width: 576px) {
  .category {
    padding: 0 0 48px;
  }
}
.category__title {
  margin: 0 -40px;
  padding: 31px 40px;
  background-color: #ececec;
}
@media (max-width: 768px) {
  .category__title {
    margin: 0 -20px;
    padding: 20px;
  }
}
@media (max-width: 576px) {
  .category__title {
    margin: 0 -10px;
    padding: 9px 10px;
  }
}
.category__quantity {
  margin: 16px 0 24px;
  color: #041862;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
}
@media (max-width: 768px) {
  .category__quantity {
    margin: 20px 0 32px;
  }
}
@media (max-width: 576px) {
  .category__quantity {
    margin: 16px 0;
    font-size: 14px;
    line-height: 20px;
  }
}
.category__content {
  display: flex;
  gap: 28px;
}
.category__filter {
  flex: 0 0 280px;
  padding-top: 64px;
}
@media (max-width: 992px) {
  .category__filter {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 200;
    max-height: 100vh;
    max-width: 480px;
    height: 100%;
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
    overflow: auto;
    background-color: #ffffff;
    transition: transform linear 0.2s;
    transform: translateX(-500px);
    will-change: transform;
  }
}
@media (max-width: 992px) {
  .category__filter.active {
    transform: translateX(0);
  }
}
.category__filter-heading {
  display: none;
  align-items: center;
  justify-content: space-between;
  padding: 32px 0px;
  margin: 0 0 8px;
  color: #041862;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 36px;
}
@media (max-width: 992px) {
  .category__filter-heading {
    display: flex;
  }
}
.category__filter-close {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(../assets/icons/close.svg);
  background-size: 16px;
  border: none;
  cursor: pointer;
}
@media (max-width: 992px) {
  .category__filter-form {
    max-width: 340px;
    margin: 0 auto;
  }
}
.category__filter-form-title {
  margin: 0 0 16px;
  color: #041862;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
.category__filter-price {
  margin: 0 0 24px;
  padding: 0;
  border: none;
}
.category__filter-price .double-range-slider__inputs {
  margin: 0 0 8px;
}
.category__filter-price .double-range-slider__labels {
  margin: 0;
}
.category__filter-price .double-range-slider__label {
  color: #041862;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  border-radius: 4px;
  border: 1px solid #a0a6aa;
  background-color: #ffffff;
}
.category__filter-buttons {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  padding: 0;
  margin: 20px 0 0;
  border: none;
}
.category__filter-reset-button, .category__filter-show-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 160px;
  padding: 8px;
  box-sizing: border-box;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  border: none;
  transition: all ease-in-out 0.15s;
  cursor: pointer;
}
.category__filter-show-button {
  color: #ffffff;
  border-radius: 4px;
  background-color: #041862;
}
.category__filter-show-button:hover {
  background-color: #0535DF;
}
.category__filter-reset-button {
  color: #041862;
  border-radius: 48px;
  background-color: #ececec;
}
.category__filter-reset-button:hover {
  color: #ffffff;
  background-color: #a0a6aa;
}
.category__filter-checkbox {
  margin: 0;
  padding: 24px 12px 24px 8px;
  border: 1px solid #a0a6aa;
  border-top: none;
}
.category__filter-checkbox_first {
  border-top: 1px solid #a0a6aa;
  border-radius: 4px 4px 0 0;
}
.category__filter-checkbox_last {
  border-radius: 0 0 4px 4px;
}
.category__filter-checkbox-label {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.category__filter-checkbox-text {
  color: #041862;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.category__filter-checkbox-input {
  display: inline-block;
}
.category__filter-checkbox-input::before {
  content: "";
  display: block;
  height: 16px;
  width: 16px;
  background: url(../assets/icons/checkbox.svg) center no-repeat;
  background-size: 16px;
}
.category__filter-checkbox-input:checked::before {
  background: url(../assets/icons/checkbox-checked.svg) center no-repeat;
}
.category__goods {
  flex: 1 1 auto;
}
.category__controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 36px;
  gap: 24px;
}
.category__controls-sort {
  display: flex;
  align-items: center;
  gap: 9px;
  order: 0;
  color: #041862;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
@media (max-width: 992px) {
  .category__controls-sort-title {
    display: none;
  }
}
.category__controls-view {
  display: flex;
  align-items: center;
  gap: 16px;
  order: 1;
}
@media (max-width: 576px) {
  .category__controls-view {
    order: 2;
  }
}
.category__controls-view-button {
  display: inline-block;
  width: 24px;
  height: 24px;
  border: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px;
  cursor: pointer;
}
.category__controls-view-button_tile {
  background-image: url(../assets/icons/tile.svg);
}
.category__controls-view-button_tile.active {
  background-image: url(../assets/icons/tile-active.svg);
}
.category__controls-view-button_list {
  background-image: url(../assets/icons/list.svg);
}
.category__controls-view-button_list.active {
  background-image: url(../assets/icons/list-active.svg);
}
.category__controls-filter {
  position: relative;
  z-index: 20;
  display: none;
  align-items: center;
  gap: 16px;
  padding: 8px 23px;
  color: #041862;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  border-radius: 4px;
  border: 1px solid #a0a6aa;
  background-color: #ffffff;
  cursor: pointer;
}
@media (max-width: 576px) {
  .category__controls-filter {
    order: 1;
  }
}
.category__controls-filter:hover {
  color: #0535DF;
  border-color: #0535DF;
}
.category__controls-filter::after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-image: url(../assets/icons/filter.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px;
}
.category__controls-filter.active::before {
  content: "";
  display: none;
}
@media (max-width: 992px) {
  .category__controls-filter.active::before {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    display: block;
    background-color: rgba(0, 0, 0, 0.25);
  }
}
@media (max-width: 992px) {
  .category__controls-filter {
    display: flex;
  }
}
.category__cards {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin: 0 0 56px;
}
@media (max-width: 768px) {
  .category__cards {
    margin: 0 0 40px;
  }
}
@media (max-width: 576px) {
  .category__cards {
    gap: 20px 12px;
    margin: 0 0 32px;
  }
}
.category__cards .good-card {
  flex: 1 1 calc(33.3333333333% - 13.3333333333px);
  max-width: calc(33.3333333333% - 13.3333333333px);
  box-sizing: border-box;
}
@media (max-width: 1200px) {
  .category__cards .good-card {
    flex: 1 1 calc(50% - 20px);
    max-width: calc(50% - 20px);
  }
}
@media (max-width: 992px) {
  .category__cards .good-card {
    flex: 1 1 calc(33.3333333333% - 13.3333333333px);
    max-width: calc(33.3333333333% - 13.3333333333px);
  }
}
@media (max-width: 576px) {
  .category__cards .good-card {
    flex: 1 1 calc(50% - 6px);
    max-width: calc(50% - 6px);
  }
}
.category__buttons {
  margin: 0 0 56px;
  text-align: center;
}
@media (max-width: 768px) {
  .category__buttons {
    margin: 0 0 40px;
  }
}
.category__buttons-show-more {
  padding: 5px 28px;
  color: #041862;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  text-transform: uppercase;
  border: 4px solid #041862;
  border-radius: 4px;
  background-color: #ffffff;
  cursor: pointer;
}
@media (max-width: 768px) {
  .category__buttons-show-more {
    padding: 1px 23px;
  }
}
@media (max-width: 576px) {
  .category__buttons-show-more {
    padding: 2px 12px;
    font-size: 14px;
    line-height: 20px;
  }
}
.category__buttons-show-more:hover {
  color: #0535DF;
  border: 4px solid #0535DF;
}

.recently-watched__title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 -40px 32px;
  padding: 31px 40px;
  background-color: #ececec;
}
@media (max-width: 768px) {
  .recently-watched__title {
    margin: 0 -20px 48px;
    padding: 20px;
  }
}
@media (max-width: 576px) {
  .recently-watched__title {
    margin: 0 -10px 24px;
    padding: 9px 10px;
  }
}
.recently-watched__title-link {
  color: #041862;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  text-decoration: underline;
}
@media (max-width: 576px) {
  .recently-watched__title-link {
    display: none;
  }
}
.recently-watched__cards {
  max-width: 900px;
  margin-left: auto;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .recently-watched__cards {
    margin-left: 0;
  }
}
@media (max-width: 768px) {
  .recently-watched__cards {
    margin: 0 0 72px;
  }
}
@media (max-width: 576px) {
  .recently-watched__cards {
    margin: 0 0 112px;
  }
}
.recently-watched .swiper-slide {
  box-sizing: border-box;
  height: auto;
}
.recently-watched .swiper-slide .good-card {
  height: 100%;
  box-sizing: border-box;
}

.catalog {
  margin: 0 0 72px;
}
@media (max-width: 576px) {
  .catalog {
    margin: 0 0 60px;
  }
}
.catalog__title {
  margin: 0 -40px 32px;
  padding: 31px 40px;
  background-color: #ececec;
}
@media (max-width: 768px) {
  .catalog__title {
    margin: 0 -20px 32px;
    padding: 20px;
  }
}
@media (max-width: 576px) {
  .catalog__title {
    margin: 0 -10px 24px;
    padding: 9px 10px;
  }
}
.catalog__list {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .catalog__list {
    gap: 16px;
  }
}
@media (max-width: 576px) {
  .catalog__list {
    gap: 12px;
  }
}
.catalog__list-item {
  flex: 1 1 calc((100% - 66px) / 4);
  max-width: calc((100% - 66px) / 4);
  padding: 6px;
  box-sizing: border-box;
  border-radius: 4px;
  border: 2px solid #a0a6aa;
  background-color: #ffffff;
  transition: all ease-in-out 0.15s;
}
@media (max-width: 992px) {
  .catalog__list-item {
    flex: 1 1 calc((100% - 32px) / 3);
    max-width: calc((100% - 32px) / 3);
  }
}
@media (max-width: 576px) {
  .catalog__list-item {
    flex: 1 1 calc((100% - 12px) / 2);
    max-width: calc((100% - 12px) / 2);
  }
}
.catalog__list-item:hover {
  filter: brightness(0.9);
}
.catalog__list-item-link {
  display: flex;
  flex-direction: column;
}
.catalog__list-item-name {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 102px;
  color: #041862;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  text-align: center;
}
@media (max-width: 992px) {
  .catalog__list-item-name {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (max-width: 576px) {
  .catalog__list-item-name {
    min-height: 80px;
    font-size: 14px;
    line-height: 20px;
  }
}
.catalog__list-item-image {
  max-width: 100%;
  height: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 500;
  display: none;
  align-items: center;
  justify-content: center;
  background-color: rgba(10, 10, 10, 0.55);
  filter: blur(-10px);
}
.modal.active {
  display: flex;
}
.modal__content {
  position: relative;
  background-color: #ffffff;
  border-radius: 4px;
  border: 1px solid #041862;
  background: #ffffff;
  box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.modal__close {
  position: absolute;
  top: 24px;
  right: 24px;
  display: inline-block;
  height: 16px;
  width: 16px;
  border: none;
  background: url(../assets/icons/close.svg) center no-repeat;
  background-size: 16px;
  cursor: pointer;
}
.modal-order .modal__content {
  max-width: calc(100% - 30px);
  width: 920px;
  padding: 80px 32px;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .modal-order .modal__content {
    width: 600px;
    padding: 72px 24px;
  }
}
.modal-order .modal__body {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.modal-order__title {
  margin: 0 0 48px;
  color: #041862;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
}
@media (max-width: 576px) {
  .modal-order__title {
    margin: 0 0 40px;
    font-size: 16px;
  }
}
.modal-order__basket-button, .modal-order__continue {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 16px;
  max-width: 312px;
  width: 100%;
  box-sizing: border-box;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  text-transform: uppercase;
  border-radius: 4px;
  border: 4px solid #041862;
  transition: all ease-in-out 0.15s;
  cursor: pointer;
}
@media (max-width: 576px) {
  .modal-order__basket-button, .modal-order__continue {
    font-size: 14px;
    border-width: 2px;
    padding: 8px 16px;
  }
}
.modal-order__basket-button {
  margin-bottom: 24px;
  color: #ffffff;
  background-color: #041862;
}
.modal-order__basket-button:hover {
  border-color: #0535DF;
  background-color: #0535DF;
}
.modal-order__continue {
  color: #041862;
  background-color: #ffffff;
}
.modal-order__continue:hover {
  color: #0535DF;
  border-color: #0535DF;
}
.modal-callback-success .modal__content {
  margin: 0;
  max-width: 920px;
  width: 100%;
  padding: 50px;
  box-sizing: border-box;
}
@media (max-width: 992px) {
  .modal-callback-success .modal__content {
    max-width: calc(100% - 20px);
  }
}
.modal-callback-success__title {
  color: #041862;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 42px;
  text-align: center;
}
.modal-callback-error .modal__content {
  max-width: 920px;
  width: 100%;
  padding: 50px;
  box-sizing: border-box;
}
@media (max-width: 992px) {
  .modal-callback-error .modal__content {
    max-width: calc(100% - 20px);
  }
}
.modal-callback-error__title {
  margin: 0 0 20px;
  color: #e30613;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 42px;
  text-align: center;
}
.modal-callback-error__error {
  color: #e30613;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  text-align: center;
}
.modal-register .modal__content, .modal-security .modal__content {
  max-width: calc(100% - 30px);
  width: 920px;
  padding: 87px 32px;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .modal-register .modal__content, .modal-security .modal__content {
    width: 600px;
    padding: 48px 24px 68px;
  }
}
@media (max-width: 576px) {
  .modal-register .modal__content, .modal-security .modal__content {
    padding: 52px 24px;
  }
}
.modal-register .modal__body, .modal-security .modal__body {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.modal-register__title, .modal-security__title {
  margin: 0 0 32px;
  color: #041862;
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
}
@media (max-width: 768px) {
  .modal-register__title, .modal-security__title {
    margin: 0 0 24px;
    font-size: 24px;
  }
}
@media (max-width: 576px) {
  .modal-register__title, .modal-security__title {
    margin: 0 0 8px;
    font-size: 16px;
  }
}
.modal-register__cabinet-link, .modal-security__cabinet-link {
  font-weight: 500;
  font-size: 24px;
  line-height: 140%;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-align: center;
  color: #041862;
}
@media (max-width: 768px) {
  .modal-register__cabinet-link, .modal-security__cabinet-link {
    font-size: 20px;
  }
}
@media (max-width: 576px) {
  .modal-register__cabinet-link, .modal-security__cabinet-link {
    font-size: 14px;
  }
}

.modal-review {
  color: #041862;
}
.modal-review .modal__content {
  position: relative;
  max-width: calc(100% - 20px);
  max-height: calc(100% - 20px);
  width: 920px;
  padding: 40px;
  box-sizing: border-box;
  overflow: auto;
}
@media (max-width: 768px) {
  .modal-review .modal__content {
    width: 680px;
    padding: 40px 16px;
  }
}
.modal-review__title, .modal-review__name {
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  text-align: center;
}
@media (max-width: 576px) {
  .modal-review__title, .modal-review__name {
    font-size: 16px;
  }
}
.modal-review__title {
  margin: 0 0 16px;
}
@media (max-width: 768px) {
  .modal-review__title {
    margin: 0 0 12px;
  }
}
.modal-review__name {
  margin: 0 0 32px;
}
@media (max-width: 576px) {
  .modal-review__name {
    margin: 0 0 20px;
  }
}
.modal-review__form-fieldset {
  padding: 0;
  border: none;
}
.modal-review__form-rate {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  margin: 0 0 32px;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
@media (max-width: 576px) {
  .modal-review__form-rate {
    margin-bottom: 24px;
  }
}
.modal-review__form-message {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 544px;
  margin: 0 auto 32px;
}
@media (max-width: 576px) {
  .modal-review__form-message {
    margin-bottom: 24px;
  }
}
.modal-review__form-message-label, .modal-review__form-message-counter {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}
@media (max-width: 576px) {
  .modal-review__form-message-label, .modal-review__form-message-counter {
    font-size: 14px;
  }
}
.modal-review__form-message-counter {
  color: #a0a6aa;
}
.modal-review__form-message-textarea {
  flex: 1 1 100%;
  display: inline-block;
  height: 128px;
  width: 100%;
  margin-top: 4px;
  padding: 10px;
  box-sizing: border-box;
  color: #041862;
  font-size: 16px;
  line-height: normal;
  border: 1px solid #a0a6aa;
  outline: none;
  resize: none;
}
@media (max-width: 576px) {
  .modal-review__form-message-textarea {
    font-size: 14px;
  }
}
.modal-review__form-inputs {
  display: flex;
  justify-content: center;
  gap: 32px;
  margin: 0 auto 40px;
}
@media (max-width: 768px) {
  .modal-review__form-inputs {
    flex-direction: column;
    max-width: 554px;
  }
}
@media (max-width: 992px) {
  .modal-review__form-inputs {
    gap: 24px;
    margin: 0 auto 24px;
  }
}
.modal-review__form-inputs-label {
  flex: 0 1 auto;
  display: flex;
  flex-direction: column;
  max-width: 336px;
  width: 100%;
}
.modal-review__form-inputs-label-text {
  display: flex;
  gap: 4px;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}
@media (max-width: 576px) {
  .modal-review__form-inputs-label-text {
    font-size: 14px;
  }
}
.modal-review__form-inputs-label-text::after {
  content: "*";
  color: red;
}
.modal-review__form-inputs-label-input {
  display: inline-block;
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  color: #041862;
  font-size: 16px;
  line-height: normal;
  border-radius: 4px;
  border: 1px solid #a0a6aa;
  background-color: #ffffff;
  outline: none;
}
@media (max-width: 576px) {
  .modal-review__form-inputs-label-input {
    font-size: 14px;
  }
}
.modal-review__form-controls {
  display: flex;
  justify-content: center;
}
.modal-review__close {
  position: absolute;
  top: 24px;
  right: 24px;
  display: block;
  width: 24px;
  height: 24px;
  background: url(../assets/icons/close.svg) center no-repeat;
  padding: 0;
  border: none;
  outline: none;
  cursor: pointer;
}
@media (max-width: 576px) {
  .modal-review__close {
    top: 16px;
    right: 16px;
  }
}

@media (max-width: 768px) {
  .good-info__title {
    margin-bottom: 24px;
  }
}
.good-info__main {
  display: flex;
  align-items: center;
  gap: 170px;
  margin: 0 -40px;
  padding: 32px 40px;
  background-color: #ececec;
}
@media (max-width: 1200px) {
  .good-info__main {
    justify-content: space-between;
    gap: 20px;
  }
}
@media (max-width: 992px) {
  .good-info__main {
    display: block;
    padding: 0 40px;
  }
}
@media (max-width: 768px) {
  .good-info__main {
    margin: 0 -20px;
    padding: 0 20px;
  }
}
@media (max-width: 576px) {
  .good-info__main {
    margin: 0 -10px;
    padding: 0 10px;
  }
}
.good-info__gallery {
  flex: 0 1 auto;
  display: flex;
  justify-content: center;
  gap: 20px;
}
@media (max-width: 992px) {
  .good-info__gallery {
    padding: 32px 0;
  }
}
@media (max-width: 576px) {
  .good-info__gallery {
    padding: 16px 0;
  }
}
.good-info__gallery-main {
  flex: 0 1 auto;
  display: flex;
  align-items: center;
  order: 1;
  min-width: 0;
  max-width: 440px;
}
@media (max-width: 992px) {
  .good-info__gallery-main {
    order: 0;
  }
}
.good-info__gallery-main .swiper {
  min-width: 0;
}
@media (max-width: 576px) {
  .good-info__gallery-main .swiper {
    padding-bottom: 24px;
  }
}
.good-info__gallery-main .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 440px;
  border-radius: 4px;
  background-color: #ffffff;
  overflow: hidden;
}
@media (max-width: 576px) {
  .good-info__gallery-main .swiper-slide {
    height: 320px;
  }
}
.good-info__gallery-main .swiper-slide img {
  max-height: 100%;
  max-width: 100%;
}
.good-info__gallery-main .swiper-pagination {
  display: none;
}
@media (max-width: 576px) {
  .good-info__gallery-main .swiper-pagination {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    bottom: 0 !important;
  }
}
.good-info__gallery-main .swiper-pagination-bullet {
  display: block;
  margin: 0;
  padding: 0;
  width: 6px;
  height: 6px;
}
.good-info__gallery-main .swiper-pagination-bullet-active {
  width: 8px;
  height: 8px;
  background-color: #041862;
}
.good-info__gallery-thumbs {
  flex: 0 0 auto;
  order: 0;
  padding: 32px 52px;
  min-height: 100%;
  box-sizing: border-box;
}
@media (max-width: 1200px) {
  .good-info__gallery-thumbs {
    padding: 32px 16px;
  }
}
@media (max-width: 992px) {
  .good-info__gallery-thumbs {
    order: 1;
    padding: 0 52px;
  }
}
@media (max-width: 768px) {
  .good-info__gallery-thumbs {
    padding: 0;
  }
}
@media (max-width: 576px) {
  .good-info__gallery-thumbs {
    display: none;
  }
}
.good-info__gallery-thumbs .swiper {
  max-height: 368px;
  margin: 12px 0;
}
.good-info__gallery-thumbs .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 80px;
  width: 80px;
  border-radius: 4px;
  box-sizing: border-box;
  background-color: #ffffff;
  box-sizing: border-box;
  overflow: hidden;
  background-color: #ffffff;
}
.good-info__gallery-thumbs .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.good-info__gallery-thumbs .swiper-slide-thumb-active {
  border: 3px solid #0a0a0a;
}
.good-info__gallery-thumbs .swiper-button-prev, .good-info__gallery-thumbs .swiper-button-next {
  position: static;
  height: 24px;
  width: 100%;
  padding: 0;
  margin: 0;
  background-color: aqua;
  background: url(../assets/icons/arrow-down.svg) center no-repeat;
}
.good-info__gallery-thumbs .swiper-button-prev::after, .good-info__gallery-thumbs .swiper-button-next::after {
  display: none;
}
.good-info__gallery-thumbs .swiper-button-next {
  transform: rotate(180deg);
}
.good-info__info {
  flex: 1 1 auto;
  padding: 32px 0;
  color: #041862;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
}
@media (max-width: 992px) {
  .good-info__info {
    padding: 16px 40px;
    margin: 0 -40px;
    background-color: #ffffff;
  }
}
@media (max-width: 768px) {
  .good-info__info {
    padding: 16px 20px;
    margin: 0 -20px;
    font-size: 16px;
    line-height: normal;
  }
}
@media (max-width: 576px) {
  .good-info__info {
    padding: 16px 10px;
    margin: 0 -10px;
    font-size: 14px;
  }
}
.good-info__info-not-available {
  display: none;
}
.good-info__info-stock {
  margin: 0 0 28px;
}
@media (max-width: 768px) {
  .good-info__info-stock {
    margin: 0 0 20px;
  }
}
@media (max-width: 576px) {
  .good-info__info-stock {
    margin: 0 0 14px;
  }
}
.good-info__info-prices {
  display: flex;
  align-items: flex-end;
  gap: 17px;
  margin: 0 0 32px;
}
@media (max-width: 768px) {
  .good-info__info-prices {
    margin-bottom: 24px;
  }
}
.good-info__info-price_new {
  color: #041862;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 125%;
}
@media (max-width: 768px) {
  .good-info__info-price_new {
    font-size: 32px;
  }
}
@media (max-width: 576px) {
  .good-info__info-price_new {
    font-size: 24px;
  }
}
.good-info__info-price_new span {
  font-size: 24px;
  line-height: 24px;
}
@media (max-width: 576px) {
  .good-info__info-price_new span {
    font-size: 16px;
    line-height: 16px;
  }
}
.good-info__info-price_old {
  position: relative;
  padding-bottom: 6px;
  color: #041862;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
}
@media (max-width: 768px) {
  .good-info__info-price_old {
    font-size: 17px;
  }
}
@media (max-width: 576px) {
  .good-info__info-price_old {
    font-size: 14px;
  }
}
.good-info__info-price_old::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  height: 1px;
  width: calc(100% + 10px);
  background-color: #e30613;
  transform: translateX(-50%) translateY(-50%) rotate(-8deg);
}
@media (max-width: 576px) {
  .good-info__info-price_old::after {
    width: calc(100% + 2px);
  }
}
.good-info__info-buttons {
  margin: 0 0 40px;
}
@media (max-width: 768px) {
  .good-info__info-buttons {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 576px) {
  .good-info__info-buttons {
    margin: 0 0 24px;
  }
}
.good-info__info-buttons-add {
  display: inline-block;
}
.good-info__info-buttons.active .good-info__info-buttons-add {
  display: none;
}
.good-info__info-buttons-count {
  display: none;
  align-items: center;
}
.good-info__info-buttons-count > * {
  display: inline-block;
  min-height: 48px;
  box-sizing: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media (max-width: 576px) {
  .good-info__info-buttons-count > * {
    min-height: 32px;
  }
}
.good-info__info-buttons-count-link {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
  padding: 4px 18px;
  border: 2px solid #041862;
  border-radius: 4px;
  box-sizing: border-box;
  color: #041862;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  background-color: #ffffff;
}
@media (max-width: 576px) {
  .good-info__info-buttons-count-link {
    font-size: 14px;
  }
}
.good-info__info-buttons-count-link:hover {
  color: #0535DF;
  border-color: #0535DF;
}
.good-info__info-buttons-count-minus, .good-info__info-buttons-count-plus {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  aspect-ratio: 1;
  color: #041862;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  border: 2px solid #041862;
  border-radius: 6px;
  background-color: #ffffff;
  cursor: pointer;
}
@media (max-width: 576px) {
  .good-info__info-buttons-count-minus, .good-info__info-buttons-count-plus {
    font-size: 24px;
  }
}
.good-info__info-buttons-count-minus:hover, .good-info__info-buttons-count-plus:hover {
  color: #0535DF;
  border-color: #0535DF;
}
.good-info__info-buttons-count-quantity {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 72px;
  padding: 0 8px;
  box-sizing: border-box;
  color: #041862;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  background-color: #ffffff;
}
@media (max-width: 576px) {
  .good-info__info-buttons-count-quantity {
    min-width: 52px;
    font-size: 14px;
  }
}
.good-info__info-buttons.active .good-info__info-buttons-count {
  display: flex;
}
.good-info__info-lot {
  margin: 0 0 24px;
}
@media (max-width: 576px) {
  .good-info__info-lot {
    margin: 0 0 12px;
  }
}
.good-info__info-reviews {
  display: flex;
  align-items: center;
  gap: 24px;
  margin: 0 0 24px;
  line-height: normal;
}
@media (max-width: 576px) {
  .good-info__info-reviews {
    margin: 0 0 12px;
  }
}
.good-info__info-reviews-rating {
  display: flex;
  align-items: center;
  gap: 4px;
}
.good-info__info-reviews-rating::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(../assets/icons/star-gold.svg) center no-repeat;
  background-size: 24px;
}
@media (max-width: 576px) {
  .good-info__info-reviews-rating::before {
    width: 16px;
    height: 16px;
    background-size: 16px;
  }
}
.good-info__info-reviews-rating_disabled {
  background-image: url(../assets/icons/star-grey.svg);
}
.good-info_not-available .good-info__info-stock, .good-info_not-available .good-info__info-prices, .good-info_not-available .good-info__info-buttons, .good-info_not-available .good-info__info-delivery {
  display: none;
}
.good-info_not-available .good-info__info-not-available {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 312px;
  width: 100%;
  margin: 0 0 40px;
  padding: 10px 14px;
  box-sizing: border-box;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  border-radius: 4px;
  border: 4px solid #a0a6aa;
  background: #ececec;
}
@media (max-width: 992px) {
  .good-info_not-available .good-info__info-not-available {
    margin: 0 auto 40px;
  }
}
@media (max-width: 768px) {
  .good-info_not-available .good-info__info-not-available {
    font-size: 16px;
  }
}
@media (max-width: 576px) {
  .good-info_not-available .good-info__info-not-available {
    max-width: 232px;
    margin-bottom: 24px;
    padding: 7px 14px;
    font-size: 14px;
    border-width: 2px;
  }
}
.good-info__properties {
  padding: 48px 0 96px;
}
@media (max-width: 768px) {
  .good-info__properties {
    padding: 80px 0;
  }
}
@media (max-width: 576px) {
  .good-info__properties {
    padding: 48px 0 56px;
  }
}
.good-info__properties-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 0;
  margin: 0 0 54px;
  list-style-type: none;
}
@media (max-width: 768px) {
  .good-info__properties-list {
    margin: 0 0 40px;
  }
}
.good-info__properties-list-item {
  display: flex;
  align-items: center;
  gap: 4px;
  color: #041862;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
}
@media (max-width: 768px) {
  .good-info__properties-list-item {
    font-size: 16px;
  }
}
@media (max-width: 576px) {
  .good-info__properties-list-item {
    font-size: 14px;
  }
}
.good-info__properties-list-item-name {
  flex: 0 1 300px;
  display: flex;
  gap: 4px;
  max-width: 300px;
  width: 100%;
  text-wrap: nowrap;
}
.good-info__properties-list-item-name::after {
  content: "";
  flex: 1 1 auto;
  display: block;
  width: 100%;
  margin: 0 0 6px;
  border-bottom: 2px dotted #041862;
}
.good-info__properties-list-item-value {
  text-wrap: nowrap;
}
.good-info__properties-description {
  max-width: 896px;
  margin: 0;
  color: #041862;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
@media (max-width: 576px) {
  .good-info__properties-description {
    font-size: 14px;
  }
}

.good-reviews {
  padding: 32px 0 0;
  background-color: #ececec;
}
.good-reviews__title {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin: 0 0 32px;
}
@media (max-width: 768px) {
  .good-reviews__title {
    margin-bottom: 20px;
  }
}
.good-reviews__title-button {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 4px 10px;
  color: #041862;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  border: none;
  outline: none;
  background-color: #ffffff;
  cursor: pointer;
}
@media (max-width: 576px) {
  .good-reviews__title-button {
    font-size: 14px;
  }
}
.good-reviews__title-button:hover {
  color: #0535DF;
}
.good-reviews__title-button:hover svg path {
  fill: #0535DF;
}
.good-reviews__title-button svg {
  width: 40px;
  height: auto;
}
@media (max-width: 576px) {
  .good-reviews__title-button svg {
    width: 24px;
  }
}
.good-reviews__info {
  display: flex;
  align-items: center;
  gap: 24px;
  margin: 0 0 48px;
  color: #041862;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}
@media (max-width: 768px) {
  .good-reviews__info {
    font-size: 16px;
    margin: 0 0 24px;
  }
}
@media (max-width: 576px) {
  .good-reviews__info {
    font-size: 14px;
  }
}
.good-reviews__info-rating {
  display: flex;
  align-items: center;
  gap: 4px;
}
.good-reviews__info-rating::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(../assets/icons/star-gold.svg) center no-repeat;
  background-size: 24px;
}
@media (max-width: 576px) {
  .good-reviews__info-rating::before {
    width: 16px;
    height: 16px;
    background-size: 16px;
  }
}
.good-reviews__info-rating_disabled::before {
  background-image: url(../assets/icons/star-grey.svg);
}
.good-reviews__cards {
  padding: 0;
  margin: 0 -40px;
}
@media (max-width: 768px) {
  .good-reviews__cards {
    margin: 0;
    padding: 0;
  }
}
.good-reviews__card {
  padding: 32px 40px;
  border-bottom: 4px solid #ffffff;
}
@media (max-width: 768px) {
  .good-reviews__card {
    padding: 12px 8px;
    margin-bottom: 24px;
    border: 4px solid #ffffff;
    border-radius: 4px;
  }
}
@media (max-width: 576px) {
  .good-reviews__card {
    margin-bottom: 12px;
    border-width: 2px;
  }
}
.good-reviews__card:last-child {
  margin-bottom: 0;
}
.good-reviews__card-info {
  display: flex;
  align-items: center;
  gap: 16px;
  color: #041862;
  margin: 0 0 4px;
}
@media (max-width: 768px) {
  .good-reviews__card-info {
    margin: 0 0 12px;
  }
}
@media (max-width: 576px) {
  .good-reviews__card-info {
    margin: 0 0 2px;
  }
}
.good-reviews__card-info-avatar {
  display: block;
  width: 56px;
  height: 56px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .good-reviews__card-info-avatar {
    width: 48px;
    height: 48px;
  }
}
@media (max-width: 576px) {
  .good-reviews__card-info-avatar {
    width: 40px;
    height: 40px;
  }
}
.good-reviews__card-info-name {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}
@media (max-width: 768px) {
  .good-reviews__card-info-name {
    font-size: 16px;
  }
}
@media (max-width: 576px) {
  .good-reviews__card-info-name {
    font-size: 14px;
  }
}
.good-reviews__card-info-date {
  display: inline-block;
  padding-left: 32px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
@media (max-width: 576px) {
  .good-reviews__card-info-date {
    font-size: 12px;
  }
}
.good-reviews__card-rating {
  display: flex;
  align-items: center;
  gap: 8px;
  padding-left: 72px;
  margin-bottom: 16px;
}
@media (max-width: 576px) {
  .good-reviews__card-rating {
    padding-left: 64px;
    margin-bottom: 8px;
  }
}
.good-reviews__card-rating-star {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(../assets/icons/star-grey.svg) center no-repeat;
  background-size: 100%;
}
@media (max-width: 576px) {
  .good-reviews__card-rating-star {
    width: 16px;
    height: 16px;
  }
}
.good-reviews__card-rating-star_active {
  background-image: url(../assets/icons/star-gold.svg);
}
.good-reviews__card-review-text {
  display: -webkit-box;
  max-width: 896px;
  overflow: hidden;
  color: #041862;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
@media (max-width: 576px) {
  .good-reviews__card-review-text {
    font-size: 14px;
  }
}
.good-reviews__card-review.active .good-reviews__card-review-text {
  -webkit-line-clamp: 100;
}
.good-reviews__card-review-more {
  display: flex;
  justify-content: flex-end;
  max-width: 896px;
  margin: 8px 0 0;
}
.good-reviews__card-review-more-btn {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 4px;
  color: #041862;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  border: none;
  background-color: rgba(255, 255, 255, 0);
}
@media (max-width: 576px) {
  .good-reviews__card-review-more-btn {
    font-size: 14px;
  }
}
.good-reviews__card-review-more-btn::after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(../assets/icons/arrow-down.svg) center no-repeat;
  background-size: 65%;
  transition: all ease-in-out 0.15s;
  transform: rotate(180deg);
}
@media (max-width: 576px) {
  .good-reviews__card-review-more-btn::after {
    width: 20px;
    height: 20px;
  }
}
.good-reviews__card-review-more-btn-text_closed {
  display: inline-block;
}
.good-reviews__card-review-more-btn-text_opened {
  display: none;
}
.good-reviews__card-review.active .good-reviews__card-review-more-btn::after {
  transform: rotate(0deg);
}
.good-reviews__card-review.active .good-reviews__card-review-more-btn-text_closed {
  display: none;
}
.good-reviews__card-review.active .good-reviews__card-review-more-btn-text_opened {
  display: inline-block;
}
.good-reviews__controls {
  padding: 24px 0;
  text-align: right;
}
.good-reviews__controls-show-all {
  padding: 0;
  color: #041862;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  text-decoration: underline;
  border: none;
}
@media (max-width: 576px) {
  .good-reviews__controls-show-all {
    font-size: 16px;
  }
}
.good-reviews__controls-show-all:hover {
  color: #0535DF;
}
.good-reviews__no-reviews {
  padding-bottom: 48px;
  color: #041862;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}
@media (max-width: 768px) {
  .good-reviews__no-reviews {
    padding-bottom: 32px;
    font-size: 16px;
  }
}
@media (max-width: 576px) {
  .good-reviews__no-reviews {
    padding-bottom: 24px;
    font-size: 14px;
  }
}

.basket {
  color: #041862;
}
.basket__title {
  display: flex;
  align-items: flex-end;
  gap: 48px;
}
@media (max-width: 576px) {
  .basket__title {
    gap: 32px;
  }
}
.basket__title-goods {
  padding-bottom: 2px;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}
@media (max-width: 768px) {
  .basket__title-goods {
    font-size: 16px;
  }
}
@media (max-width: 576px) {
  .basket__title-goods {
    font-size: 14px;
  }
}
.basket__disclaimer {
  margin: 0 -40px;
  padding: 32px 40px;
  background-color: #ececec;
}
.basket__disclaimer.hidden {
  display: none;
}
@media (max-width: 768px) {
  .basket__disclaimer {
    margin: 0 -20px;
    padding: 24px 0;
  }
}
@media (max-width: 576px) {
  .basket__disclaimer {
    margin: 0 -10px;
    padding: 12px 10px;
  }
}
.basket__disclaimer-content {
  padding: 32px 24px 32px;
  background-color: #ffffff;
}
@media (max-width: 768px) {
  .basket__disclaimer-content {
    padding-top: 24px;
  }
}
@media (max-width: 576px) {
  .basket__disclaimer-content {
    margin: 0 -10px;
    padding: 16px 10px 24px;
  }
}
.basket__disclaimer-title {
  margin: 0 0 24px;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  text-align: center;
}
@media (max-width: 768px) {
  .basket__disclaimer-title {
    margin: 0 0 20px;
  }
}
@media (max-width: 576px) {
  .basket__disclaimer-title {
    margin: 0 0 16px;
    font-size: 20px;
    font-weight: 500;
  }
}
.basket__disclaimer-text {
  display: flex;
  flex-direction: column;
  gap: 20px;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  text-align: center;
}
@media (max-width: 768px) {
  .basket__disclaimer-text {
    gap: 16px;
    font-size: 16px;
  }
}
@media (max-width: 576px) {
  .basket__disclaimer-text {
    display: block;
    font-size: 14px;
    text-align: left;
  }
}
.basket__disclaimer-text a {
  color: #041862;
  text-decoration: underline;
}
.basket__disclaimer-text a:hover {
  color: #0535DF;
}
.basket__main {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 32px;
  margin: 0 -40px;
  padding: 32px 40px;
  background-color: #ececec;
}
@media (max-width: 992px) {
  .basket__main {
    flex-direction: column;
    align-items: stretch;
  }
}
@media (max-width: 768px) {
  .basket__main {
    gap: 24px;
    margin: 0 -20px;
    padding: 0;
  }
}
@media (max-width: 576px) {
  .basket__main {
    gap: 16px;
    margin: 0 -10px;
  }
}
.basket__main.hidden {
  display: none;
}
.basket__cards {
  flex: 1 1 60%;
  order: 0;
  box-sizing: border-box;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .basket__cards {
    flex: 0 1 auto;
  }
}
@media (max-width: 768px) {
  .basket__cards {
    padding: 0;
  }
}
.basket__checkout {
  flex: 0 1 35%;
  order: 1;
  max-width: 340px;
  padding: 32px 24px;
  box-sizing: border-box;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .basket__checkout {
    flex: 0 1 auto;
    order: 2;
    max-width: none;
  }
}
@media (max-width: 768px) {
  .basket__checkout {
    padding: 16px 20px;
  }
}
@media (max-width: 576px) {
  .basket__checkout {
    padding: 16px 10px;
  }
}
.basket__checkout-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 24px;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
@media (max-width: 768px) {
  .basket__checkout-item {
    max-width: 356px;
    margin: 0 0 12px;
    margin-left: auto;
    font-size: 16px;
    font-weight: 500;
  }
}
@media (max-width: 576px) {
  .basket__checkout-item {
    max-width: none;
    margin-left: 0;
    font-size: 14px;
  }
}
@media (max-width: 576px) {
  .basket__checkout-item_quantity {
    justify-content: flex-start;
    gap: 8px;
  }
}
@media (max-width: 768px) {
  .basket__checkout-item_price, .basket__checkout-item_discount {
    display: none;
  }
}
.basket__checkout-item_total {
  margin-bottom: 32px;
  font-size: 24px;
  font-weight: 600;
}
@media (max-width: 576px) {
  .basket__checkout-item_total {
    margin-bottom: 24px;
  }
}
.basket__checkout-item_discount .basket__checkout-item-data {
  color: #e30613;
}
.basket__checkout-order {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 24px;
}
.basket__checkout-order-button {
  max-width: 260px;
  width: 100%;
  padding: 4px 20px;
  box-sizing: border-box;
}
.basket__checkout-order-disclaimer {
  display: inline-block;
  max-width: 260px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
@media (max-width: 992px) {
  .basket__checkout-order-disclaimer {
    max-width: 480px;
    text-align: center;
  }
}
.basket__buttons {
  flex: 1 1 100%;
  order: 2;
}
@media (max-width: 992px) {
  .basket__buttons {
    flex: 0 1 auto;
    order: 1;
    padding: 0 40px;
  }
}
@media (max-width: 768px) {
  .basket__buttons {
    padding: 0 20px;
  }
}
@media (max-width: 576px) {
  .basket__buttons {
    padding: 0 10px;
  }
}
.basket__buttons-clear-button {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 8px 0 0;
  color: #041862;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  border: none;
  background-color: rgba(255, 255, 255, 0);
  transition: all ease-in-out 0.15s;
  cursor: pointer;
}
@media (max-width: 768px) {
  .basket__buttons-clear-button {
    font-size: 16px;
  }
}
@media (max-width: 576px) {
  .basket__buttons-clear-button {
    font-size: 14px;
  }
}
.basket__buttons-clear-button:hover {
  color: #0535DF;
}
.basket__buttons-clear-button svg {
  display: inline-block;
  max-width: 32px;
  height: auto;
}
.basket__buttons-clear-button svg path {
  fill: #041862;
  transition: all ease-in-out 0.15s;
}
.basket__buttons-clear-button:hover svg path {
  fill: #0535DF;
}

.section-with-banner {
  margin: 0 0 72px;
}
@media (max-width: 576px) {
  .section-with-banner {
    margin: 0 0 56px;
  }
}
.section-with-banner__title {
  margin: 0 -40px 32px;
  padding: 32px 40px;
  background-color: #ececec;
}
@media (max-width: 768px) {
  .section-with-banner__title {
    margin: 0 -20px 32px;
    padding: 20px;
  }
}
@media (max-width: 576px) {
  .section-with-banner__title {
    padding: 10px;
    margin: 0 -10px 32px;
  }
}
.section-with-banner__wrapper {
  display: flex;
  gap: 20px;
}
@media (max-width: 992px) {
  .section-with-banner__wrapper {
    display: block;
  }
}
.section-with-banner__sidebar {
  flex: 0 0 285px;
}
@media (max-width: 992px) {
  .section-with-banner__sidebar {
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .section-with-banner__sidebar {
    margin: 0 -20px 20px;
  }
}
@media (max-width: 576px) {
  .section-with-banner__sidebar {
    margin: 0 -10px 20px;
  }
}
.section-with-banner__banners {
  text-align: center;
}
.section-with-banner__banners img {
  max-width: 100%;
  height: auto;
}
.section-with-banner__banner-lg {
  display: inline-block;
}
@media (max-width: 992px) {
  .section-with-banner__banner-lg {
    display: none;
  }
}
@media (max-width: 576px) {
  .section-with-banner__banner-lg {
    display: none;
  }
}
.section-with-banner__banner-md {
  display: none;
}
@media (max-width: 992px) {
  .section-with-banner__banner-md {
    display: inline-block;
  }
}
@media (max-width: 576px) {
  .section-with-banner__banner-md {
    display: none;
  }
}
.section-with-banner__banner-sm {
  display: none;
}
@media (max-width: 992px) {
  .section-with-banner__banner-sm {
    display: none;
  }
}
@media (max-width: 576px) {
  .section-with-banner__banner-sm {
    display: inline-block;
  }
}
.section-with-banner__content {
  flex: 1 1 auto;
}

.articles__cards {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin: 0 0 56px;
}
@media (max-width: 1200px) {
  .articles__cards {
    gap: 16px;
  }
}
@media (max-width: 768px) {
  .articles__cards {
    margin: 0 0 40px;
  }
}
.articles__card {
  flex: 0 1 calc(33.3333333333% - 13.3333333333px);
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: calc(33.3333333333% - 13.3333333333px);
  padding: 8px;
  box-sizing: border-box;
  color: #041862;
  border-radius: 4px;
  border: 1px solid #a0a6aa;
  background: #fff;
}
@media (max-width: 1200px) {
  .articles__card {
    flex: 0 1 calc(33.3333333333% - 10.6666666667px);
    max-width: calc(33.3333333333% - 10.6666666667px);
  }
}
@media (max-width: 768px) {
  .articles__card {
    flex: 0 1 calc(50% - 8px);
    max-width: calc(50% - 8px);
  }
}
@media (max-width: 576px) {
  .articles__card {
    flex: 0 1 100%;
    max-width: none;
    border: none;
    border-top: 1px solid #a0a6aa;
  }
}
.articles__card > * {
  margin: 0;
}
.articles__card a {
  color: #041862;
}
.articles__card a:hover {
  color: #0535DF;
}
.articles__card-figure {
  text-align: center;
}
.articles__card-figure img {
  display: inline-block;
  max-width: 100%;
  height: 152px;
  width: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.articles__card-title {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
@media (max-width: 576px) {
  .articles__card-title {
    font-size: 16px;
  }
}
.articles__card-text {
  display: -webkit-box;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 768px) {
  .articles__card-text {
    -webkit-line-clamp: 7;
  }
}
@media (max-width: 576px) {
  .articles__card-text {
    -webkit-line-clamp: 6;
  }
}
.articles__card-link a {
  color: #041862;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
.articles__more {
  display: flex;
  justify-content: center;
  margin: 0 0 56px;
}
@media (max-width: 768px) {
  .articles__more {
    margin: 0 0 40px;
  }
}
.articles__more .button {
  display: flex;
  align-items: center;
  justify-content: center;
}

.article {
  max-width: 808px;
  margin: 0 auto;
  color: #041862;
}
.article__back {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
}
.article__back-link {
  display: flex;
  align-items: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  text-decoration: none !important;
}
.article__back-link::after {
  content: "";
  display: block;
  width: 32px;
  aspect-ratio: 1;
  background: url(../assets/icons/arrow-left.svg) center no-repeat;
  transform: rotate(180deg);
}
.article > * {
  margin: 20px 0;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
@media (max-width: 576px) {
  .article > * {
    font-size: 14px;
  }
}
.article > *:first-child {
  margin-top: 0;
}
.article > *:last-child {
  margin-bottom: 0;
}
.article h2 {
  margin: 24px 0;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
}
@media (max-width: 576px) {
  .article h2 {
    font-size: 20px;
  }
}
.article h3 {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 125%;
}
@media (max-width: 576px) {
  .article h3 {
    font-size: 16px;
  }
}
.article b {
  font-weight: 600;
}
.article em {
  color: #e30613;
  font-style: normal;
}
.article a {
  color: #041862;
  text-decoration: underline;
}
.article a:hover {
  color: #0535DF;
}

.news-page__card {
  margin: 0 0 24px;
  padding: 20px 24px;
  color: #041862;
  border: 1px solid #a0a6aa;
  background-color: #ffffff;
}
@media (max-width: 576px) {
  .news-page__card {
    border: none;
    border-top: 1px solid #a0a6aa;
    padding: 16px 4px;
  }
}
.news-page__card-date {
  width: -moz-fit-content;
  width: fit-content;
  padding: 8px;
  margin: 0 0 24px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  border-radius: 20px;
  background-color: #ececec;
}
@media (max-width: 576px) {
  .news-page__card-date {
    margin-bottom: 16px;
    font-size: 14px;
  }
}
.news-page__card-title {
  margin: 0 0 16px;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}
@media (max-width: 576px) {
  .news-page__card-title {
    margin-bottom: 12px;
    font-size: 16px;
  }
}
.news-page__card-content {
  min-height: 160px;
}
.news-page__card-image {
  padding-right: 24px;
  padding-bottom: 24px;
  float: left;
}
@media (max-width: 576px) {
  .news-page__card-image {
    padding: 0;
    margin: 0 0 8px;
    text-align: center;
    float: none;
  }
}
.news-page__card-image img {
  display: inline-block;
  height: 160px;
  width: 160px;
  -o-object-fit: cover;
     object-fit: cover;
}
.news-page__card-text {
  margin: 0 0 14px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
@media (max-width: 768px) {
  .news-page__card-text {
    -webkit-line-clamp: 7;
  }
}
@media (max-width: 576px) {
  .news-page__card-text {
    -webkit-line-clamp: 6;
  }
}
.news-page__card-text:last-child {
  margin: 0;
}
.news-page__more {
  display: flex;
  justify-content: center;
  margin: 0 0 56px;
}
@media (max-width: 768px) {
  .news-page__more {
    margin: 0 0 40px;
  }
}
.news-page__more .button {
  display: flex;
  align-items: center;
  justify-content: center;
}

.order {
  color: #041862;
}
.order__title {
  margin: 0 0 24px;
}
@media (max-width: 768px) {
  .order__title {
    margin: 0 0 20px;
  }
}
@media (max-width: 576px) {
  .order__title {
    margin: 0 0 12px;
  }
}
.order__stages {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 2px;
  margin: 0 0 24px;
}
@media (max-width: 768px) {
  .order__stages {
    margin: 0 0 20px;
  }
}
@media (max-width: 576px) {
  .order__stages {
    gap: 12px;
    margin: 0 0 14px;
  }
}
.order__stages-item {
  flex: 0 0 228px;
  position: relative;
  padding: 0 16px 16px;
  box-sizing: border-box;
  color: #041862;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .order__stages-item {
    flex: 1 1 20%;
    padding: 0 12px 16px;
    font-size: 14px;
  }
}
@media (max-width: 576px) {
  .order__stages-item {
    display: none;
  }
}
.order__stages-item::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 12px;
  -webkit-clip-path: polygon(0% 0%, calc(100% - 12px) 0px, 100% 6px, calc(100% - 12px) 12px, 0 12px, 6px 6px);
          clip-path: polygon(0% 0%, calc(100% - 12px) 0px, 100% 6px, calc(100% - 12px) 12px, 0 12px, 6px 6px);
  background-color: #c7c7c7;
}
.order__stages-item.active::after {
  background-color: #041862;
}
.order__stages-steps {
  display: none;
  padding: 2px 16px;
  color: #041862;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  border: 1px solid #a0a6aa;
  border-radius: 20px;
}
@media (max-width: 576px) {
  .order__stages-steps {
    display: block;
  }
}
.order__stages-name {
  display: none;
  color: #041862;
  font-weight: 400;
  font-size: 14px;
  line-height: 170%;
}
@media (max-width: 576px) {
  .order__stages-name {
    display: block;
  }
}
.order__label {
  display: flex;
  flex-direction: column;
  gap: 2px;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}
@media (max-width: 576px) {
  .order__label {
    font-size: 14px;
  }
}
.order__label:has(input:required) > span::after {
  content: "*";
}
.order__input {
  display: inline-block;
  padding: 11px 10px;
  width: 100%;
  box-sizing: border-box;
  color: #041862;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  border-radius: 4px;
  border: 1px solid #a0a6aa;
  background: #ffffff;
  outline: none;
}
@media (max-width: 576px) {
  .order__input {
    font-size: 14px;
    line-height: 120%;
  }
}
.order__content {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
@media (max-width: 576px) {
  .order__content {
    font-size: 14px;
  }
}
.order__content > * {
  display: none;
}
.order__content > *.active {
  display: block;
}
.order__info {
  max-width: 340px;
  width: 100%;
  padding: 20px 24px;
  box-sizing: border-box;
  background-color: #ffffff;
}
@media (max-width: 576px) {
  .order__info {
    padding: 12px 20px;
  }
}
.order__info-title {
  margin: 0 0 16px;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
}
@media (max-width: 576px) {
  .order__info-title {
    margin: 0 0 12px;
    font-size: 20px;
  }
}
.order__info-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 12px;
  box-sizing: border-box;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}
@media (max-width: 768px) {
  .order__info-item {
    font-size: 16px;
  }
}
@media (max-width: 576px) {
  .order__info-item {
    max-width: 230px;
    font-size: 14px;
  }
}
.order__info-item_total {
  margin: 20px 0 0;
  font-weight: 500;
}
@media (max-width: 576px) {
  .order__info-item_total {
    margin: 0;
  }
}
.order__main {
  margin: 0 -40px;
  padding: 20px 40px 40px;
  background-color: #ececec;
}
@media (max-width: 768px) {
  .order__main {
    margin: 0 -20px;
    padding: 16px 20px 32px;
  }
}
@media (max-width: 576px) {
  .order__main {
    margin: 0 -10px;
    padding: 16px 10px 24px;
  }
}
.order__main-title {
  margin: 0;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
}
@media (max-width: 768px) {
  .order__main-title {
    font-size: 20px;
  }
}
@media (max-width: 576px) {
  .order__main-title {
    margin: 0 0 12px;
    font-size: 16px;
  }
}
.order__main a {
  font-weight: 500;
}
.order__controls {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 32px;
  padding: 24px 0 72px;
}
@media (max-width: 768px) {
  .order__controls {
    padding: 32px 0 56px;
  }
}
@media (max-width: 576px) {
  .order__controls {
    gap: 24px;
    padding: 24px 0 48px;
  }
}
.order__controls-button-next, .order__controls-button-prev {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  transition: all ease-in-out 0.15s;
  cursor: pointer;
}
@media (max-width: 576px) {
  .order__controls-button-next, .order__controls-button-prev {
    font-size: 14px;
  }
}
.order__controls-button-next {
  display: inline-block;
  padding: 12px 24px;
  color: #ffffff;
  border: 2px solid #041862;
  border-radius: 4px;
  background-color: #041862;
}
@media (max-width: 768px) {
  .order__controls-button-next {
    padding: 14px 20px;
  }
}
@media (max-width: 576px) {
  .order__controls-button-next {
    padding: 13px 15px;
  }
}
.order__controls-button-next:hover {
  border-color: #0535DF;
  background-color: #0535DF;
}
.order__controls-button-next:disabled {
  color: #a0a6aa;
  border: 2px solid #a0a6aa;
  background-color: #ececec;
}
.order__controls-button-prev {
  display: inline-block;
  color: #041862;
  text-decoration: underline;
  border: none;
  background-color: rgba(255, 255, 255, 0);
}
.order__controls-button-prev:hover {
  color: #0535DF;
}
.order__personal {
  position: relative;
}
.order__personal .order__info {
  position: absolute;
  right: 0;
  top: 20px;
}
@media (max-width: 992px) {
  .order__personal .order__info {
    max-width: calc((100% - 40px) / 2);
  }
}
@media (max-width: 740px) {
  .order__personal .order__info {
    position: static;
    max-width: 340px;
  }
}
.order__personal .order__main {
  display: flex;
  flex-wrap: wrap;
  gap: 24px 70px;
  padding-right: 430px;
}
@media (max-width: 1200px) {
  .order__personal .order__main {
    gap: 16px 40px;
  }
}
@media (max-width: 992px) {
  .order__personal .order__main {
    padding-right: 40px;
  }
}
@media (max-width: 768px) {
  .order__personal .order__main {
    padding-right: 20px;
  }
}
@media (max-width: 576px) {
  .order__personal .order__main {
    padding-right: 10px;
  }
}
.order__personal-title {
  flex: 1 1 100%;
  margin: 0;
}
.order__personal-name, .order__personal-surname, .order__personal-phone, .order__personal-email {
  flex: 1 1 calc((100% - 70px) / 2);
}
@media (max-width: 1200px) {
  .order__personal-name, .order__personal-surname, .order__personal-phone, .order__personal-email {
    flex: 1 1 calc((100% - 40px) / 2);
  }
}
@media (max-width: 740px) {
  .order__personal-name, .order__personal-surname, .order__personal-phone, .order__personal-email {
    flex: 1 1 100%;
    max-width: none;
  }
}
@media (max-width: 992px) {
  .order__personal-name, .order__personal-surname {
    flex: 1 1 100%;
    max-width: calc((100% - 40px) / 2 + 1px);
  }
}
@media (max-width: 740px) {
  .order__personal-name, .order__personal-surname {
    flex: 1 1 100%;
    max-width: none;
  }
}
.order__personal-bonus {
  flex: 1 1 100%;
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 40px;
  margin-top: 32px;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .order__personal-bonus {
    justify-content: flex-end;
  }
}
@media (max-width: 740px) {
  .order__personal-bonus {
    align-items: flex-start;
    flex-direction: column;
    gap: 2px;
    margin: 0;
    font-size: 16px;
  }
}
@media (max-width: 576px) {
  .order__personal-bonus {
    font-size: 14px;
  }
}
.order__personal-bonus .order__input {
  max-width: 420px;
}
@media (max-width: 992px) {
  .order__personal-bonus .order__input {
    max-width: calc((100% - 40px) / 2 + 1px);
  }
}
@media (max-width: 740px) {
  .order__personal-bonus .order__input {
    max-width: none;
  }
}
.order__personal-description {
  margin: 0;
}
.order__personal-agreement {
  display: flex;
  gap: 8px;
}
.order__personal-agreement input {
  flex: 0 0 auto;
  display: inline-block;
  height: 16px;
  width: 16px;
  margin: 4px 0 0;
}
.order__delivery {
  position: relative;
}
.order__delivery .order__info {
  position: absolute;
  right: 0;
  top: 20px;
}
@media (max-width: 992px) {
  .order__delivery .order__info {
    max-width: calc((100% - 40px) / 2);
  }
}
@media (max-width: 740px) {
  .order__delivery .order__info {
    position: static;
    max-width: 340px;
  }
}
.order__delivery .order__main {
  display: flex;
  align-content: flex-start;
  flex-wrap: wrap;
  gap: 24px 70px;
  min-height: 272px;
  padding-right: 430px;
  box-sizing: border-box;
}
@media (max-width: 1200px) {
  .order__delivery .order__main {
    gap: 16px 40px;
  }
}
@media (max-width: 992px) {
  .order__delivery .order__main {
    padding-right: 40px;
  }
}
@media (max-width: 768px) {
  .order__delivery .order__main {
    padding-right: 20px;
  }
}
@media (max-width: 576px) {
  .order__delivery .order__main {
    padding-right: 10px;
  }
}
.order__delivery-title {
  flex: 1 1 100%;
  display: flex !important;
  align-items: center;
  gap: 70px;
  margin: 0;
}
@media (max-width: 992px) {
  .order__delivery-title {
    display: block !important;
  }
}
.order__delivery-title > .custom-select {
  flex: 1 1 336px;
}
@media (max-width: 992px) {
  .order__delivery-title > .custom-select {
    max-width: calc(50% - 20px);
    margin-top: 16px;
  }
}
@media (max-width: 740px) {
  .order__delivery-title > .custom-select {
    max-width: none;
  }
}
.order__delivery-title > .custom-select > .select-selected {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 12px;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .order__delivery-title > .custom-select > .select-selected {
    font-size: 18px;
  }
}
@media (max-width: 576px) {
  .order__delivery-title > .custom-select > .select-selected {
    font-size: 16px;
  }
}
.order__delivery-title > .custom-select > .select-items {
  gap: 12px;
  padding: 8px 0;
  border: 1px solid #a0a6aa;
  border-radius: 4px;
}
.order__delivery-title > .custom-select > .select-items > div {
  padding: 0 12px;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}
@media (max-width: 992px) {
  .order__delivery-title > .custom-select > .select-items > div {
    font-size: 18px;
  }
}
@media (max-width: 576px) {
  .order__delivery-title > .custom-select > .select-items > div {
    font-size: 16px;
  }
}
.order__delivery-title > .custom-select > .select-items > div:hover {
  background-color: #ececec;
}
.order__delivery-title > .custom-select > .select-items > div::before {
  display: none;
}
.order__delivery-city {
  flex: 1 1 100%;
  max-width: calc(50% - 20px);
  margin-right: 30%;
}
@media (max-width: 992px) {
  .order__delivery-city {
    max-width: calc((100% - 40px) / 2 + 1px);
    margin: 0;
  }
}
@media (max-width: 740px) {
  .order__delivery-city {
    max-width: none;
  }
}
.order__delivery-street {
  flex: 0 1 calc(50% - 20px);
}
@media (max-width: 992px) {
  .order__delivery-street {
    flex: 1 10 100%;
    max-width: calc((100% - 40px) / 2 + 1px);
    margin-right: 40%;
  }
}
@media (max-width: 740px) {
  .order__delivery-street {
    max-width: none;
    flex: 1 1 100%;
    margin: 0;
  }
}
.order__delivery-address {
  flex: 1 1 40%;
  display: flex;
  align-items: center;
  gap: 24px;
}
.order__delivery-house, .order__delivery-building, .order__delivery-room {
  flex: 1 0 25%;
  white-space: nowrap;
}
.order__delivery-message {
  flex: 1 1 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: row;
  gap: 40px;
  margin-top: 32px;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .order__delivery-message {
    justify-content: flex-end;
  }
}
@media (max-width: 740px) {
  .order__delivery-message {
    align-items: flex-start;
    flex-direction: column;
    gap: 2px;
    margin: 0;
    font-size: 16px;
  }
}
@media (max-width: 576px) {
  .order__delivery-message {
    font-size: 14px;
  }
}
.order__delivery-message > span {
  white-space: wrap;
  text-align: right;
}
.order__delivery-message .order__input {
  flex: 0 0 calc(50% - 50px);
  height: 100px;
}
@media (max-width: 1200px) {
  .order__delivery-message .order__input {
    flex: 0 0 calc(50% - 20px);
  }
}
@media (max-width: 992px) {
  .order__delivery-message .order__input {
    max-width: calc((100% - 40px) / 2 + 1px);
  }
}
@media (max-width: 740px) {
  .order__delivery-message .order__input {
    max-width: none;
    flex: 0 1 auto;
  }
}
.order__delivery-description {
  margin: 0;
}
@media (max-width: 992px) {
  .order__delivery-description {
    max-width: calc(50% - 20px);
    margin-right: 20%;
  }
}
@media (max-width: 740px) {
  .order__delivery-description {
    max-width: none;
    margin: 0;
  }
}
.order__delivery-description:last-child {
  max-width: none;
  margin: 0;
}
/*
.order__delivery_self .order__main > * {
  display: none;
}

.order__delivery_self .order__main > .order__delivery-description_self {
  display: block;
}
.order__delivery_express .order__main > .order__delivery-description_self, .order__delivery_express .order__main > .order__delivery-description_gazel {
  display: none;
}
.order__delivery_gazel .order__main > .order__delivery-description_self, .order__delivery_gazel .order__main > .order__delivery-description_express, .order__delivery_kamaz .order__main > .order__delivery-description_self, .order__delivery_kamaz .order__main > .order__delivery-description_express {
  display: none;
}
*/
.order__payment .order__main {
  display: flex;
  gap: 95px;
}
@media (max-width: 1200px) {
  .order__payment .order__main {
    gap: 16px;
  }
}
@media (max-width: 576px) {
  .order__payment .order__main {
    flex-direction: column;
    gap: 32px;
  }
}
.order__payment-method {
  flex: 1 1 40%;
  min-height: 340px;
  padding: 24px;
  box-sizing: border-box;
  border-radius: 8px;
  background-color: #ffffff;
  cursor: pointer;
}
@media (max-width: 576px) {
  .order__payment-method {
    position: relative;
    min-height: auto;
    padding: 0;
    background: none;
  }
}
.order__payment-method::before {
  content: "";
  display: block;
  width: 48px;
  height: 48px;
  margin: 0 auto 24px;
  box-sizing: border-box;
  border: 2px solid #0a0a0a;
  border-radius: 8px;
  background: url(/static/front/assets/icons/payment-radio.svg) center no-repeat;
  background-size: 100%;
  filter: grayscale(100%);
  transition: all ease-in-out 0.15s;
  opacity: 0.5;
}
@media (max-width: 576px) {
  .order__payment-method::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 24px;
    height: 24px;
  }
}
.order__payment-method:hover::before {
  border-color: #0535DF;
  opacity: 1;
  filter: grayscale(0%);
}
.order__payment-method:has(input:checked)::before {
  border-color: #041862;
  opacity: 1;
  filter: grayscale(0%);
}
.order__payment-method input {
  display: none;
}
.order__payment-method-name {
  margin: 0 auto 24px;
  max-width: 300px;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  text-align: center;
}
@media (max-width: 576px) {
  .order__payment-method-name {
    padding-left: 48px;
    margin: 0;
    font-size: 14px;
    text-align: left;
  }
}
.order__payment-method-description {
  margin: 0 auto 68px;
  max-width: 300px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  text-align: center;
}
@media (max-width: 576px) {
  .order__payment-method-description {
    padding-left: 48px;
    margin: 8px 0 16px;
    font-size: 14px;
    text-align: left;
  }
}
.order__payment-method-logos {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 32px;
  max-width: 100%;
}
@media (max-width: 1200px) {
  .order__payment-method-logos {
    gap: 16px;
  }
}
@media (max-width: 576px) {
  .order__payment-method-logos {
    justify-content: flex-start;
  }
}
.order__payment-method-logos img {
  display: block;
  max-width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 576px) {
  .order__payment-method-logos img {
    max-height: 25px;
    width: auto;
  }
}
.order__confirmation-list {
  max-width: 992px;
  margin: 0 auto;
  background-color: #ffffff;
}
@media (max-width: 740px) {
  .order__confirmation-list {
    margin: 0 -20px;
  }
}
@media (max-width: 576px) {
  .order__confirmation-list {
    margin: 0 -10px;
  }
}
.order__confirmation-list-heading {
  display: flex;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
}
@media (max-width: 740px) {
  .order__confirmation-list-heading {
    display: none;
  }
}
.order__confirmation-list-heading-name, .order__confirmation-list-heading-info, .order__confirmation-list-heading-price {
  padding: 12px;
  box-sizing: border-box;
  text-align: center;
  border-bottom: 1px solid #a0a6aa;
}
.order__confirmation-list-heading-name {
  flex: 1 1 auto;
}
.order__confirmation-list-heading-info {
  flex: 0 0 280px;
  border-left: 1px solid #a0a6aa;
  border-right: 1px solid #a0a6aa;
}
@media (max-width: 992px) {
  .order__confirmation-list-heading-info {
    flex: 0 0 216px;
  }
}
.order__confirmation-list-heading-price {
  flex: 0 0 228px;
}
@media (max-width: 992px) {
  .order__confirmation-list-heading-price {
    flex: 0 0 158px;
  }
}
.order__confirmation-list-item {
  display: flex;
  border-bottom: 1px solid #a0a6aa;
}
@media (max-width: 740px) {
  .order__confirmation-list-item {
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 8px;
    padding: 12px;
  }
}
.order__confirmation-list-item-name, .order__confirmation-list-item-info, .order__confirmation-list-item-price {
  padding: 20px 16px;
  box-sizing: border-box;
}
@media (max-width: 992px) {
  .order__confirmation-list-item-name, .order__confirmation-list-item-info, .order__confirmation-list-item-price {
    padding: 12px;
  }
}
@media (max-width: 740px) {
  .order__confirmation-list-item-name, .order__confirmation-list-item-info, .order__confirmation-list-item-price {
    padding: 0;
  }
}
.order__confirmation-list-item-name {
  flex: 1 1 auto;
  display: flex;
  gap: 24px;
}
@media (max-width: 992px) {
  .order__confirmation-list-item-name {
    gap: 16px;
  }
}
@media (max-width: 740px) {
  .order__confirmation-list-item-name {
    flex: 1 1 100%;
  }
}
.order__confirmation-list-item-name-image {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 96px;
  height: 96px;
  border-radius: 4px;
  border: 1px solid #a0a6aa;
  background-color: #ffffff;
}
.order__confirmation-list-item-name-image img {
  display: block;
  max-width: 100%;
  height: auto;
}
.order__confirmation-list-item-name-text {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (max-width: 740px) {
  .order__confirmation-list-item-name-text {
    gap: 8px;
  }
}
.order__confirmation-list-item-name-title, .order__confirmation-list-item-name-id {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
@media (max-width: 576px) {
  .order__confirmation-list-item-name-title, .order__confirmation-list-item-name-id {
    font-size: 14px;
  }
}
.order__confirmation-list-item-info, .order__confirmation-list-item-price {
  display: flex;
  align-items: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}
.order__confirmation-list-item-info {
  flex: 0 0 280px;
  justify-content: space-around;
  border-left: 1px solid #a0a6aa;
  border-right: 1px solid #a0a6aa;
}
@media (max-width: 992px) {
  .order__confirmation-list-item-info {
    flex: 0 0 216px;
  }
}
@media (max-width: 740px) {
  .order__confirmation-list-item-info {
    flex: 1 1 auto;
    justify-content: flex-start;
    gap: 20px;
    font-size: 16px;
    border: none;
  }
}
.order__confirmation-list-item-price {
  flex: 0 0 228px;
  justify-content: center;
  font-weight: 500;
}
@media (max-width: 992px) {
  .order__confirmation-list-item-price {
    flex: 0 0 158px;
  }
}
@media (max-width: 740px) {
  .order__confirmation-list-item-price {
    flex: 1 1 auto;
    justify-content: flex-end;
    padding-right: 32px;
  }
}
.order__confirmation-list-delivery {
  display: flex;
  border-bottom: 1px solid #a0a6aa;
}
@media (max-width: 740px) {
  .order__confirmation-list-delivery {
    flex-direction: column;
    gap: 12px;
    padding: 12px 12px 20px;
  }
}
.order__confirmation-list-delivery-title {
  flex: 1 1 auto;
  padding: 40px 0;
  padding-right: 148px;
  padding-left: 16px;
  box-sizing: border-box;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  text-align: right;
  border-right: 1px solid #a0a6aa;
}
@media (max-width: 992px) {
  .order__confirmation-list-delivery-title {
    padding-right: 66px;
  }
}
@media (max-width: 740px) {
  .order__confirmation-list-delivery-title {
    flex: 0 1 auto;
    padding: 0;
    text-align: left;
    border: none;
  }
}
.order__confirmation-list-delivery-text {
  flex: 0 0 228px;
  padding: 10px;
  box-sizing: border-box;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
@media (max-width: 740px) {
  .order__confirmation-list-delivery-text {
    flex: 0 1 auto;
    padding: 0;
    font-size: 14px;
  }
}
.order__confirmation-list-delivery-text a {
  font-weight: 500;
}
.order__confirmation-list-total {
  display: flex;
}
@media (max-width: 740px) {
  .order__confirmation-list-total {
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    padding: 12px 12px 20px;
  }
}
.order__confirmation-list-total-title {
  flex: 1 1 auto;
  padding: 40px 0;
  padding-right: 148px;
  padding-left: 16px;
  box-sizing: border-box;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  text-align: right;
  border-right: 1px solid #a0a6aa;
}
@media (max-width: 992px) {
  .order__confirmation-list-total-title {
    padding-right: 66px;
  }
}
@media (max-width: 740px) {
  .order__confirmation-list-total-title {
    flex: 0 1 auto;
    padding: 0;
    text-align: left;
    border: none;
  }
}
.order__confirmation-list-total-price {
  flex: 0 0 228px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
  padding: 10px;
  box-sizing: border-box;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
}
@media (max-width: 740px) {
  .order__confirmation-list-total-price {
    flex: 0 0 auto;
    justify-content: flex-start;
    padding: 0;
  }
}
.order__confirmation-list-total-price::after {
  content: "*";
  color: #e30613;
}
.order__confirmation-description {
  display: flex;
  gap: 4px;
  max-width: 992px;
  margin: 24px auto 40px;
}
@media (max-width: 992px) {
  .order__confirmation-description {
    margin: 20px 0 32px;
  }
}
@media (max-width: 740px) {
  .order__confirmation-description {
    margin: 12px 0 24px;
  }
}
.order__confirmation-description::before {
  content: "*";
  color: #e30613;
}
.order__confirmation-data {
  display: flex;
  gap: 64px;
  max-width: 992px;
  margin: 0 auto;
  padding: 20px 27px 40px;
  box-sizing: border-box;
  background-color: #ffffff;
}
@media (max-width: 1200px) {
  .order__confirmation-data {
    gap: 16px;
  }
}
@media (max-width: 740px) {
  .order__confirmation-data {
    flex-direction: column;
    margin: 0 -20px;
    padding: 12px 16px 24px;
  }
}
@media (max-width: 576px) {
  .order__confirmation-data {
    margin: 0 -10px;
  }
}
.order__confirmation-data-block {
  flex: 1 1 40px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.order__confirmation-data-title {
  margin: 48px 0 0;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
}
.order__confirmation-data-title:first-child {
  margin: 0;
}
@media (max-width: 740px) {
  .order__confirmation-data-title {
    margin: 0;
  }
}
.order__confirmation-data-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}
@media (max-width: 740px) {
  .order__confirmation-data-item {
    font-size: 14px;
  }
}
.order__confirmation-data-item-name {
  flex: 0 1 220px;
  display: flex;
  gap: 4px;
  white-space: nowrap;
}
.order__confirmation-data-item-name::after {
  content: "";
  flex: 1 1 auto;
  border-bottom: 1px dashed #041862;
}
.order__confirmation-data-item-value {
  flex: 0 1 180px;
}
@media (max-width: 740px) {
  .order__confirmation-data-item-value {
    flex: 1 1 180px;
  }
}
.order__completed .order__main {
  padding-top: 32px;
  padding-bottom: 32px;
}
@media (max-width: 768px) {
  .order__completed .order__main {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media (max-width: 576px) {
  .order__completed .order__main {
    padding: 12px 0;
  }
}
.order__completed-body {
  padding: 20px 20px 40px;
  background-color: #ffffff;
}
@media (max-width: 768px) {
  .order__completed-body {
    padding: 20px 20px 24px;
  }
}
@media (max-width: 576px) {
  .order__completed-body {
    padding: 16px 10px 24px;
  }
}
.order__completed-title {
  margin: 0 0 16px;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  text-align: center;
}
@media (max-width: 768px) {
  .order__completed-title {
    font-size: 20px;
  }
}
@media (max-width: 576px) {
  .order__completed-title {
    margin-bottom: 4px;
  }
}
.order__completed-text {
  margin: 24px 0;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  text-align: center;
}
@media (max-width: 768px) {
  .order__completed-text {
    font-size: 16px;
  }
}
@media (max-width: 576px) {
  .order__completed-text {
    margin: 24px 0 16px;
    font-size: 14px;
  }
}
.order__completed-info {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  text-align: center;
}
@media (max-width: 768px) {
  .order__completed-info {
    font-size: 16px;
  }
}
@media (max-width: 576px) {
  .order__completed-info {
    font-size: 14px;
  }
}
.order__completed-info-id {
  font-weight: 500;
}

.services-page__cards {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.services-page__card {
  position: relative;
  min-height: 252px;
  padding: 20px 16px;
  padding-left: 204px;
  box-sizing: border-box;
  border-radius: 4px;
  border: 1px solid #a0a6aa;
}
@media (max-width: 576px) {
  .services-page__card {
    position: static;
    padding: 16px 4px;
  }
}
.services-page__card-image {
  position: absolute;
  top: 72px;
  left: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 176px;
  height: 160px;
}
@media (max-width: 576px) {
  .services-page__card-image {
    position: static;
    width: 140px;
    height: 88px;
    margin: 0 auto 8px;
  }
}
.services-page__card-image img {
  display: block;
  max-width: 100%;
  height: auto;
}
.services-page__card-title {
  margin: 0 0 16px;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
}
.services-page__card-content {
  display: flex;
  flex-direction: column;
  gap: 16px;
  color: #041862;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
@media (max-width: 576px) {
  .services-page__card-content {
    gap: 8px;
    font-size: 14px;
  }
}
.services-page__card-content p {
  margin: 0;
}
.services-page__card-content ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 0;
}
@media (max-width: 576px) {
  .services-page__card-content ul {
    gap: 4px;
  }
}
.services-page__card-content a {
  color: #041862;
  font-weight: 500;
  text-decoration: underline;
  transition: all ease-in-out 0.15s;
}
.services-page__card-content a:hover {
  color: #0535DF;
}

.service-details {
  position: relative;
  padding-left: 196px;
}
@media (max-width: 576px) {
  .service-details {
    padding-left: 0;
  }
}
.service-details__image {
  position: absolute;
  top: 60px;
  left: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 176px;
  height: 160px;
}
@media (max-width: 576px) {
  .service-details__image {
    position: static;
    width: 140px;
    height: 96px;
    margin: 0 auto 8px;
  }
}
.service-details__image img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  height: auto;
}
.service-details__title {
  margin: 0 0 20px;
  padding: 2px 8px;
  color: #041862;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  background-color: #ececec;
}
@media (max-width: 576px) {
  .service-details__title {
    font-size: 20px;
  }
}
.service-details__content {
  display: flex;
  flex-direction: column;
  gap: 16px;
  color: #041862;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
@media (max-width: 576px) {
  .service-details__content {
    gap: 8px;
    font-size: 14px;
  }
}
.service-details__content h4 {
  margin: 0;
  font-weight: 600;
}
.service-details__content p {
  margin: 0;
}
.service-details__content ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 0;
}
@media (max-width: 576px) {
  .service-details__content ul {
    gap: 4px;
  }
}
.service-details__content a {
  color: #041862;
  font-weight: 500;
  text-decoration: underline;
  transition: all ease-in-out 0.15s;
}
.service-details__content a:hover {
  color: #0535DF;
}

.login__title {
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .login__title {
    margin-bottom: 20px;
  }
}

.auth-form__top, .auth-form__bottom {
  margin: 0 -40px;
  padding: 0 40px;
}
@media (max-width: 768px) {
  .auth-form__top, .auth-form__bottom {
    margin: 0 -20px;
    padding: 0 20px;
  }
}
@media (max-width: 576px) {
  .auth-form__top, .auth-form__bottom {
    margin: 0 -10px;
    padding: 10 10px;
  }
}
.auth-form__top {
  padding-top: 16px;
  padding-bottom: 24px;
  background-color: #ececec;
}
@media (max-width: 768px) {
  .auth-form__top {
    padding-bottom: 16px;
  }
}
@media (max-width: 576px) {
  .auth-form__top {
    padding-top: 8px;
    padding-bottom: 12px;
  }
}
.auth-form__bottom {
  padding-top: 24px;
  padding-bottom: 56px;
  background-color: #ffffff;
}
@media (max-width: 576px) {
  .auth-form__bottom {
    padding-bottom: 48px;
  }
}
.auth-form__content {
  max-width: 400px;
  margin: 0 auto;
}
.auth-form__content > *:last-child {
  margin-bottom: 0;
}
.auth-form__title {
  margin: 0 0 24px;
  font-weight: 600;
  font-size: 24px;
  line-height: 150%;
  color: #041862;
  text-align: center;
}
@media (max-width: 576px) {
  .auth-form__title {
    margin: 0 0 12px;
    font-size: 16px;
  }
}
.auth-form__description {
  margin: 0 0 16px;
  font-weight: 400;
  font-size: 20px;
  line-height: 160%;
  text-align: center;
  color: #041862;
}
@media (max-width: 768px) {
  .auth-form__description {
    font-size: 16px;
    line-height: 150%;
  }
}
@media (max-width: 576px) {
  .auth-form__description {
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 171%;
  }
}
.auth-form__label {
  display: block;
  max-width: 336px;
  margin: 0 auto 24px;
}
@media (max-width: 768px) {
  .auth-form__label {
    margin-bottom: 16px;
  }
}
@media (max-width: 576px) {
  .auth-form__label {
    max-width: 304px;
    margin-bottom: 12px;
  }
}
.auth-form__label-text {
  margin: 0 0 4px;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: #041862;
}
@media (max-width: 576px) {
  .auth-form__label-text {
    font-size: 14px;
  }
}
.auth-form__input input {
  display: block;
  max-width: none;
  width: 100%;
  padding: 10px 13px;
  padding-right: 64px;
  box-sizing: border-box;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #041862;
  border: 1px solid #a0a6aa;
  border-radius: 4px;
  outline-color: #0535df;
}
@media (max-width: 576px) {
  .auth-form__input input {
    padding-right: 36px;
    font-size: 14px;
  }
}
.auth-form__input input::-moz-placeholder {
  color: #a0a6aa;
}
.auth-form__input input::placeholder {
  color: #a0a6aa;
}
.auth-form__input_password {
  position: relative;
}
.auth-form__input_password::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 12px;
  z-index: 5;
  display: block;
  width: 24px;
  height: 24px;
  transform: translate3d(0, -50%, 0);
  background: url(../assets/icons/eye.svg) center/16px no-repeat;
  transition: filter ease-in-out 0.1s;
  filter: grayscale(1) brightness(5);
  cursor: pointer;
}
.auth-form__input_password.active::after {
  filter: grayscale(0) brightness(1);
}
.auth-form__recover, .auth-form__back {
  display: block;
  max-width: 336px;
  margin: 0 auto 24px;
}
@media (max-width: 768px) {
  .auth-form__recover, .auth-form__back {
    margin-bottom: 16px;
  }
}
@media (max-width: 576px) {
  .auth-form__recover, .auth-form__back {
    max-width: 304px;
    margin-bottom: 12px;
  }
}
.auth-form__recover-link, .auth-form__back-link {
  font-weight: 500;
  font-size: 20px;
  line-height: 160%;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-align: center;
  color: #041862;
}
@media (max-width: 576px) {
  .auth-form__recover-link, .auth-form__back-link {
    font-size: 14px;
    line-height: 143%;
  }
}
.auth-form__back {
  text-align: center;
}
.auth-form .button {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 264px;
  margin: 0 auto 32px;
  padding-left: 16px;
  padding-right: 16px;
}
@media (max-width: 576px) {
  .auth-form .button {
    max-width: 184px;
    margin-bottom: 24px;
  }
}
.auth-form__policy {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  color: #041862;
}
@media (max-width: 576px) {
  .auth-form__policy {
    font-size: 14px;
  }
}
.auth-form__policy a {
  font-weight: 500;
  color: #041862;
}
.auth-form__policy a:hover {
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: #0535df;
}

.cabinet__title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cabinet__title {
    margin-bottom: 20px;
  }
}
.cabinet__back {
  display: none;
  margin: 24px 0;
}
@media (max-width: 992px) {
  .cabinet__back {
    display: block;
  }
}
@media (max-width: 576px) {
  .cabinet__back {
    margin: 16px 0;
  }
}
.cabinet__back-link {
  display: flex;
  align-items: center;
  gap: 10px;
  max-width: -moz-fit-content;
  max-width: fit-content;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: #041862;
}
@media (max-width: 576px) {
  .cabinet__back-link {
    font-size: 14px;
    line-height: 143%;
  }
}
.cabinet__back-link::before {
  content: "";
  display: block;
  flex: 0 0 auto;
  width: 32px;
  height: 32px;
  background: url(../assets/icons/arrow-left.svg) center/cover no-repeat;
}
@media (max-width: 576px) {
  .cabinet__back-link::before {
    width: 24px;
    height: 24px;
  }
}
.cabinet__wrapper {
  display: flex;
  gap: 122px;
  margin: 0 -40px;
  padding: 32px 40px 40px;
  border-bottom: 56px solid #ffffff;
  background-color: #ececec;
}
@media (max-width: 1200px) {
  .cabinet__wrapper {
    gap: 64px;
  }
}
@media (max-width: 992px) {
  .cabinet__wrapper {
    flex-wrap: wrap;
    margin: 0 -40px;
    padding: 16px 40px 40px;
  }
}
@media (max-width: 768px) {
  .cabinet__wrapper {
    margin: 0 -20px;
    padding: 16px 20px 40px;
  }
}
@media (max-width: 576px) {
  .cabinet__wrapper {
    margin: 0 -10px;
    padding: 12px 10px 24px;
    border-bottom-width: 48px;
  }
}
.cabinet__sidebar {
  display: flex;
  flex-direction: column;
  flex: 0 0 285px;
  gap: 24px;
}
@media (max-width: 992px) {
  .cabinet__sidebar {
    flex: 1 1 100%;
    gap: 16px;
  }
}
@media (max-width: 576px) {
  .cabinet__sidebar {
    gap: 12px;
  }
}
.cabinet__sidebar-link {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 4px 8px;
  font-weight: 400;
  font-size: 20px;
  line-height: 160%;
  color: #041862;
}
@media (max-width: 992px) {
  .cabinet__sidebar-link {
    margin: 0 -20px;
    padding: 14px 24px;
    font-weight: 600;
    font-size: 24px;
    line-height: 150%;
    color: #041862;
    background: url(../assets/icons/arrow-right.svg) center right 32px/32px no-repeat;
  }
}
@media (max-width: 576px) {
  .cabinet__sidebar-link {
    margin: 0 -10px;
    padding: 12px 24px;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #041862;
    background-size: 24px;
    background-position: center right 24px;
  }
}
.cabinet__sidebar-link.active {
  font-weight: 500;
  background-color: #ffffff;
}
.cabinet__sidebar-link::before {
  content: "";
  display: block;
  flex: 0 0 auto;
  width: 24px;
  height: 24px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all ease-in-out 0.1s;
}
@media (max-width: 992px) {
  .cabinet__sidebar-link::before {
    width: 32px;
    height: 32px;
  }
}
@media (max-width: 576px) {
  .cabinet__sidebar-link::before {
    width: 24px;
    height: 24px;
  }
}
.cabinet__sidebar-link:hover::before {
  filter: brightness(2.5);
}
.cabinet__sidebar-link_user::before {
  background-image: url(../assets/icons/account.svg);
}
.cabinet__sidebar-link_orders::before {
  background-image: url(../assets/icons/box.svg);
}
.cabinet__sidebar-link_security::before {
  background-image: url(../assets/icons/security.svg);
}
.cabinet__sidebar-logout {
  display: flex;
  display: none;
  align-items: center;
  gap: 16px;
  max-width: -moz-fit-content;
  max-width: fit-content;
  padding: 0;
  font-weight: 600;
  font-size: 24px;
  line-height: 150%;
  color: #041862;
  border: none;
  transition: all ease-in-out 0.1s;
}
@media (max-width: 992px) {
  .cabinet__sidebar-logout {
    display: flex;
    margin-top: 24px;
  }
}
@media (max-width: 576px) {
  .cabinet__sidebar-logout {
    padding-left: 14px;
    margin-top: 20px;
    font-size: 16px;
  }
}
.cabinet__sidebar-logout:hover {
  color: #0535df;
}
.cabinet__sidebar-logout::before {
  content: "";
  display: block;
  flex: 0 0 auto;
  width: 32px;
  height: 32px;
  background-image: url(../assets/icons/logout.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all ease-in-out 0.1s;
}
@media (max-width: 576px) {
  .cabinet__sidebar-logout::before {
    width: 24px;
    height: 24px;
  }
}
.cabinet__sidebar-logout:hover::before {
  filter: brightness(2.5);
}
.cabinet__content {
  flex: 1 1 auto;
}
@media (max-width: 992px) {
  .cabinet__content .auth-form {
    max-width: 336px;
    margin: 0 auto;
  }
}
.cabinet__content .auth-form__content {
  margin: 0;
}
.cabinet__content .auth-form__title {
  max-width: none;
  text-align: left;
}
@media (max-width: 992px) {
  .cabinet__content .auth-form__title {
    text-align: center;
  }
}
.cabinet__content .auth-form__label {
  max-width: 385px;
  margin-left: 0;
  margin-right: 0;
}
.cabinet__content .auth-form .button {
  max-width: 208px;
  margin: 0;
}
@media (max-width: 992px) {
  .cabinet__content .auth-form .button {
    margin: 0 auto;
  }
}
@media (max-width: 992px) {
  .cabinet__hidden-md {
    display: none;
  }
}

.cabinet-orders__title {
  margin: 0 0 24px;
  font-weight: 600;
  font-size: 24px;
  line-height: 150%;
  color: #041862;
  text-align: left;
}
@media (max-width: 576px) {
  .cabinet-orders__title {
    margin: 0 0 12px;
    font-size: 16px;
    text-align: center;
  }
}
.cabinet-orders__heading {
  display: flex;
  align-items: center;
  gap: 16px 32px;
  padding: 12px;
  margin: 0 0 24px;
  font-weight: 400;
  font-size: 20px;
  line-height: 160%;
  color: #041862;
  background-color: #ffffff;
}
@media (max-width: 576px) {
  .cabinet-orders__heading {
    display: none;
  }
}
.cabinet-orders__heading-item {
  flex: 0 0 136px;
}
.cabinet-orders__list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (max-width: 576px) {
  .cabinet-orders__list {
    gap: 12px;
  }
}
.cabinet-orders__list::before {
  content: "Нет заказов";
  display: block;
  padding: 12px;
  font-weight: 400;
  font-size: 20px;
  line-height: 160%;
  color: #041862;
  background-color: #ffffff;
}
.cabinet-orders__list:has(.cabinet-orders__card)::before {
  display: none;
}
.cabinet-orders__card {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px 32px;
  padding: 12px;
  background-color: #ffffff;
}
@media (max-width: 576px) {
  .cabinet-orders__card {
    gap: 12px;
  }
}
.cabinet-orders__card-item {
  flex: 0 0 136px;
}
@media (max-width: 576px) {
  .cabinet-orders__card-item {
    display: flex;
    align-items: center;
    gap: 14px;
    flex: 1 1 100%;
  }
}
.cabinet-orders__card-item-value {
  font-weight: 400;
  font-size: 20px;
  line-height: 160%;
  color: #041862;
}
@media (max-width: 992px) {
  .cabinet-orders__card-item-value {
    font-weight: 500;
    line-height: 120%;
  }
}
@media (max-width: 576px) {
  .cabinet-orders__card-item-value {
    font-size: 14px;
    line-height: 143%;
  }
}
.cabinet-orders__card-item-text {
  display: none;
  font-weight: 400;
  font-size: 14px;
  line-height: 171%;
  color: #041862;
}
@media (max-width: 576px) {
  .cabinet-orders__card-item-text {
    display: inline-block;
    flex: 0 0 86px;
  }
}
.cabinet-orders__card-more {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex: 1 1 auto;
}
@media (max-width: 768px) {
  .cabinet-orders__card-more {
    justify-content: flex-end;
    flex: 1 1 100%;
  }
}
.cabinet-orders__card-more-link {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 500;
  font-size: 20px;
  line-height: 120%;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-align: center;
  color: #041862;
  transition: color ease-in-out 0.1s;
}
.cabinet-orders__card-more-link:hover {
  color: #0535df;
}
.cabinet-orders__card-more-link::after {
  content: "";
  display: none;
  height: 32px;
  width: 32px;
  background: url(../assets/icons/arrow-left.svg) center/cover no-repeat;
  transform: rotate(180deg);
  transition: filter ease-in-out 0.1s;
}
@media (max-width: 768px) {
  .cabinet-orders__card-more-link::after {
    display: block;
  }
}
@media (max-width: 576px) {
  .cabinet-orders__card-more-link::after {
    height: 24px;
    width: 24px;
  }
}
.cabinet-orders__card-more-link:hover::after {
  filter: brightness(2.5);
}
@media (max-width: 576px) {
  .cabinet-orders__card-more-link {
    font-size: 14px;
    line-height: 143%;
  }
}

.cabinet-order__title {
  margin: 0 0 16px;
}
@media (max-width: 576px) {
  .cabinet-order__title {
    margin: 0 0 8px;
  }
}
.cabinet-order__title-text {
  font-weight: 600;
  font-size: 24px;
  line-height: 150%;
  color: #041862;
}
@media (max-width: 992px) {
  .cabinet-order__title-text {
    font-size: 32px;
    line-height: 125%;
  }
}
@media (max-width: 576px) {
  .cabinet-order__title-text {
    font-size: 24px;
    line-height: 150%;
  }
}
.cabinet-order__title-date {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #041862;
}
@media (max-width: 992px) {
  .cabinet-order__title-date {
    font-size: 20px;
    line-height: 125%;
  }
}
@media (max-width: 576px) {
  .cabinet-order__title-date {
    font-size: 14px;
    line-height: 171%;
  }
}
.cabinet-order__back {
  margin: 0 0 24px;
}
@media (max-width: 992px) {
  .cabinet-order__back {
    display: none;
  }
}
.cabinet-order__back-link {
  display: flex;
  align-items: center;
  gap: 8px;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: 0 0 24px;
  font-weight: 500;
  font-size: 20px;
  line-height: 160%;
  color: #041862;
  transition: color ease-in-out 0.1s;
}
.cabinet-order__back-link::before {
  content: "";
  display: block;
  flex: 0 0 auto;
  width: 32px;
  height: 32px;
  background: url(../assets/icons/arrow-left.svg) center/cover no-repeat;
  transition: filter ease-in-out 0.1s;
}
.cabinet-order__back-link:hover::before {
  filter: brightness(2.5);
}
.cabinet-order__status {
  margin: 0 0 16px;
  padding-left: 16px;
  font-weight: 500;
  font-size: 20px;
  line-height: 160%;
  color: #041862;
}
@media (max-width: 992px) {
  .cabinet-order__status {
    padding: 0;
    font-size: 24px;
    line-height: 150%;
  }
}
@media (max-width: 576px) {
  .cabinet-order__status {
    margin-bottom: 8px;
    font-weight: 500;
    font-size: 16px;
  }
}
.cabinet-order__content {
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cabinet-order__content {
    margin: 0 -40px;
  }
}
@media (max-width: 768px) {
  .cabinet-order__content {
    margin: 0 -20px;
  }
}
@media (max-width: 576px) {
  .cabinet-order__content {
    margin: 0 -10px;
  }
}
@media (max-width: 992px) {
  .cabinet-order__content > * {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}
@media (max-width: 768px) {
  .cabinet-order__content > * {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media (max-width: 576px) {
  .cabinet-order__content > * {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}
.cabinet-order__quantity {
  padding: 18px 20px;
  font-weight: 500;
  font-size: 20px;
  line-height: 160%;
  color: #041862;
  border-bottom: 1px solid #a0a6aa;
}
@media (max-width: 992px) {
  .cabinet-order__quantity {
    font-weight: 600;
    font-size: 24px;
    line-height: 150%;
  }
}
@media (max-width: 576px) {
  .cabinet-order__quantity {
    font-weight: 500;
    font-size: 16px;
  }
}
.cabinet-order__card {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 16px;
  padding-top: 20px;
  padding-bottom: 64px;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #041862;
  border-bottom: 1px solid #a0a6aa;
}
@media (max-width: 992px) {
  .cabinet-order__card {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
@media (max-width: 576px) {
  .cabinet-order__card {
    flex-wrap: wrap;
    padding-top: 12px;
    padding-bottom: 16px;
    font-size: 14px;
    line-height: 143%;
  }
}
.cabinet-order__card-figure {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 96px;
  height: 96px;
  border: 1px solid #a0a6aa;
  border-radius: 4px;
}
.cabinet-order__card-figure-image {
  display: block;
  max-width: 100%;
  height: auto;
  border-radius: 4px;
}
.cabinet-order__card-info {
  display: flex;
  flex-direction: column;
  flex: 0 1 251px;
  gap: 16px;
}
@media (max-width: 576px) {
  .cabinet-order__card-info {
    flex: 1 1 50%;
    gap: 8px;
  }
}
.cabinet-order__card-info-name {
  font-weight: 500;
}
.cabinet-order__card-details {
  display: flex;
  align-items: center;
  flex: 0 1 184px;
  gap: 16px;
}
@media (max-width: 576px) {
  .cabinet-order__card-details {
    flex: 0 0 auto;
    gap: 48px;
  }
}
.cabinet-order__card-details-price, .cabinet-order__card-details-quantity {
  flex: 0 0 calc(50% - 8px);
}
@media (max-width: 576px) {
  .cabinet-order__card-details-price, .cabinet-order__card-details-quantity {
    flex: 0 0 auto;
  }
}
.cabinet-order__card-details-price {
  position: relative;
}
@media (max-width: 576px) {
  .cabinet-order__card-details-price::after {
    content: "x";
    position: absolute;
    top: 50%;
    left: calc(100% + 24px);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    transform: translate3d(-50%, -50%, 0);
  }
}
.cabinet-order__card-total {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 120px;
  font-weight: 500;
  font-size: 20px;
  line-height: 140%;
  text-align: center;
  color: #041862;
}
@media (max-width: 992px) {
  .cabinet-order__card-total {
    flex: 0 0 108px;
  }
}
.cabinet-order__delivery, .cabinet-order__total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 28px;
  padding-bottom: 28px;
  border-bottom: 1px solid #a0a6aa;
}
@media (max-width: 992px) {
  .cabinet-order__delivery, .cabinet-order__total {
    padding-top: 36px;
    padding-bottom: 36px;
  }
}
@media (max-width: 576px) {
  .cabinet-order__delivery, .cabinet-order__total {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
.cabinet-order__delivery-text, .cabinet-order__total-text {
  font-weight: 500;
  font-size: 20px;
  line-height: 160%;
  color: #041862;
}
.cabinet-order__delivery-cost, .cabinet-order__total-cost {
  flex: 0 0 180px;
  font-weight: 500;
  font-size: 20px;
  line-height: 120%;
  color: #041862;
  text-align: center;
}
@media (max-width: 992px) {
  .cabinet-order__delivery-cost, .cabinet-order__total-cost {
    flex: 0 0 108px;
  }
}
@media (max-width: 576px) {
  .cabinet-order__delivery-cost, .cabinet-order__total-cost {
    flex: 0 0 auto;
  }
}
.cabinet-order__total {
  border: none;
}
.cabinet-order__total-cost {
  flex: 0 0 180px;
  font-weight: 600;
  font-size: 24px;
  line-height: 150%;
  text-align: center;
  color: #041862;
}
@media (max-width: 992px) {
  .cabinet-order__total-cost {
    flex: 0 0 108px;
  }
}
@media (max-width: 576px) {
  .cabinet-order__total-cost {
    flex: 0 0 auto;
  }
}
