@charset "UTF-8";
body {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  background-repeat: repeat-y !important;
  background-size: cover;
}
body a {
  text-decoration: none !important;
  transition: 0.3s ease all;
}
body svg {
  transition: 0.3s ease all;
}
body svg path {
  transition: 0.3s ease all;
}
body img {
  transition: 0.3s ease all;
}

main {
  background: linear-gradient(180deg, rgba(223, 237, 255, 0.22) 0.32%, rgba(255, 255, 255, 0.22) 100%);
  flex: 1 0 auto;
  margin-bottom: 40px;
}

body {
  background-size: 100%;
  background-repeat: repeat-y;
}
body h2 {
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-size: clamp(32px, 1.4vw, 40px);
  line-height: 140%;
  color: #103741;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  body h2 {
    text-align: center;
  }
}

@media (min-width: 993px) {
  .navbar .header__search {
    display: none;
  }
}
@media (max-width: 992px) {
  .navbar {
    position: unset !important;
    display: flex;
    justify-content: center !important;
  }
  .navbar .navbar-collapse {
    padding: 0 15px;
    position: absolute;
    left: 0;
    top: 130px;
    background: #fff;
    z-index: 100;
    width: 100%;
  }
  .navbar .navbar-collapse .header__search {
    width: 100%;
  }
}

.header__aside {
  display: flex;
  justify-content: end;
  gap: 20px;
  align-items: center;
}
.header__aside a {
  display: flex;
}
.header__aside a:hover {
  opacity: 0.6;
}
@media (max-width: 992px) {
  .header__aside {
    padding-right: 0 !important;
  }
  .header__aside .header__search {
    display: none;
  }
}
@media (min-width: 993px) {
  .header__btnNav {
    display: none;
  }
}
@media (max-width: 992px) {
  .header__addressBtn span {
    display: none;
  }
}
.header__cart {
  background: #ff6b6b;
  border-radius: 21px;
  padding: 8px;
  position: relative;
}
.header__cart span {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 90%;
  color: #333;
  border-radius: 9px;
  padding: 4px 5px;
  background: #eae6ff;
  position: absolute;
  top: -5px;
  right: -5px;
  height: 18px;
  width: 18px;
  text-align: center;
}
.header__search {
  border: 1px solid #1e293b;
  border-radius: 60px;
  padding: 4px 12px;
  display: inline-flex;
  gap: 7px;
  justify-content: space-between;
  align-items: center;
}
.header__search button {
  background: unset;
  border: 0;
  outline: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header__search input {
  background: unset;
  border: 0;
  outline: 0;
}
.header__search input::placeholder {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #1e293b;
}
.header__up {
  padding: 22px 0px 20px;
  background: #60a5fa;
}
@media (max-width: 992px) {
  .header__up {
    padding: 13px 0;
  }
}
.header__up-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.header__up a {
  display: flex;
  gap: 14px;
  align-items: center;
  font-weight: 700;
  font-size: 16px;
  line-height: 140%;
  color: #fff;
  font-family: var(--font-family);
}
.header__up a:hover {
  color: #fff;
  opacity: 0.6;
}
.header__socs {
  display: flex;
  gap: 14px;
  align-items: center;
}
.header__down {
  background: #fff;
  padding: 25px 0px;
}
@media (max-width: 992px) {
  .header__down {
    padding: 10px 0;
  }
}
.header__logo {
  position: absolute;
  bottom: -15px;
  left: 0;
  height: 110px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .header__logo {
    position: unset;
  }
  .header__logo img {
    height: 60px;
  }
}
.header__nav {
  list-style-type: none;
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .header__nav {
    flex-direction: column;
    padding: 15px 0;
  }
}
.header__nav ul {
  list-style-type: none;
}
.header__nav li {
  position: relative;
}
.header__nav li ul {
  position: absolute;
  top: 100%;
  left: 0;
  background: white;
  min-width: 180px;
  display: none;
  flex-direction: column;
  z-index: 100;
  border-radius: 0 0 20px 20px;
  padding: 15px;
  gap: 15px;
}
.header__nav li ul a {
  font-weight: 400;
}
.header__nav li:hover > ul {
  display: flex;
}
.header__nav a {
  font-weight: 600;
  font-size: clamp(12px, 1.01vw, 16px);
  line-height: 140%;
  color: #1e293b;
  font-family: "Roboto", sans-serif;
}
@media (max-width: 992px) {
  .header__nav a {
    font-size: 16px;
  }
}
.header__nav a:hover {
  color: #1e293b;
  opacity: 0.6;
}

.section__banner {
  margin: 10px 0 75px;
}
.section__banner-item {
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  position: relative;
  height: 550px;
}
@media (max-width: 1200px) {
  .section__banner-item {
    height: 480px;
  }
}
@media (max-width: 992px) {
  .section__banner-item {
    height: 370px;
  }
}
@media (max-width: 992px) {
  .section__banner-item-container {
    padding: 20px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
.section__banner-item .row {
  height: 100%;
  align-items: center;
  justify-content: end;
}
@media (max-width: 992px) {
  .section__banner-item .row {
    align-items: unset;
    justify-content: unset;
  }
}
.section__banner-item-img {
  position: relative;
  height: 100%;
}
.section__banner-item-img img {
  object-fit: contain;
  aspect-ratio: 1;
}
@media (max-width: 992px) {
  .section__banner-item-img img {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 260px;
  }
}
.section__banner-item h2 {
  font-family: "Nunito", sans-serif;
  font-weight: 800;
  font-size: clamp(24px, 2.5vw, 48px);
  line-height: 115%;
  color: #fff;
  margin-bottom: 40px;
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .section__banner-item h2 {
    text-align: start;
    margin-bottom: 10px;
  }
}
.section__banner-item h2 span {
  color: #f43f5e;
}
.section__banner-item p {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: clamp(14px, 1.5vw, 24px);
  line-height: 140%;
  color: #1e293b;
  margin-bottom: 40px;
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .section__banner-item p {
    max-width: 50%;
  }
}
@media (max-width: 576px) {
  .section__banner-item p {
    max-width: 70%;
  }
}
.section__banner-item-link {
  display: inline-block;
  width: fit-content;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 125%;
  letter-spacing: 0.01em;
  text-align: center;
  color: rgba(255, 255, 255, 0.9);
  border-radius: 60px;
  padding: 14.5px 40px;
  background: #f43f5e;
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .section__banner-item-link {
    bottom: -40px;
  }
}
.section__banner-item-link:hover {
  opacity: 0.6;
  color: #fff;
}
@media (max-width: 992px) {
  .section__category {
    margin-top: 50px;
  }
}
.section__category-item-img {
  background-size: 100%;
  background-repeat: no-repeat;
  height: 300px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1400px) {
  .section__category-item-img {
    height: 255px;
  }
}
@media (max-width: 1200px) {
  .section__category-item-img {
    height: 210px;
  }
}
@media (max-width: 768px) {
  .section__category-item-img {
    height: 250px;
  }
}
@media (max-width: 576px) {
  .section__category-item-img {
    height: 45vw;
  }
}
.section__category-item-inside {
  object-fit: contain;
  width: 70%;
}
.section__category-item-title {
  margin-top: 10px;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 140%;
  color: #1e293b;
}
.section__category-slider .splide__arrow--prev {
  display: none;
}
.section__category-slider .splide__arrow--next {
  right: -1rem;
  border-radius: 60px;
  width: 76px;
  height: 57px;
  background: #60a5fa;
  opacity: 1;
}
.section__catalog {
  margin-top: 100px;
  position: relative;
  padding: 120px 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
@media (max-width: 992px) {
  .section__catalog {
    margin-top: 50px;
    background-size: auto 100%;
    background-position-x: -310px;
  }
}
.section__catalog-block-countBlock {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  gap: 30px;
  padding: 10.5px 16px;
  border: 0.5px solid #9d9fa2;
  border-radius: 60px;
}
@media (max-width: 1400px) {
  .section__catalog-block-countBlock {
    gap: 15px;
  }
}
.section__catalog-block-countBlock button, .section__catalog-block-countBlock input {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0;
  outline: 0;
  background: unset;
  text-align: center;
}
.section__catalog-block-countBlock button {
  width: 100%;
  height: 30px;
}
.section__catalog-block-countBlock input {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #333;
  width: 23px;
}
.section__catalog-addCart {
  border-radius: 60px;
  padding: 16px 24px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #fffdf9;
  gap: 12px;
  display: flex;
  align-items: center;
  border: 0;
  width: 100%;
  justify-content: center;
  background: #60a5fa;
  transition: 0.3s ease all;
}
.section__catalog-addCart:hover {
  opacity: 0.6;
}
.section__catalog-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .section__catalog-flex {
    justify-content: center;
    margin-bottom: 30px;
  }
}
.section__catalog-flex h1 {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .section__catalog-flex h1 {
    text-align: center;
  }
}
.section__catalog-flex .select-wrapper {
  margin-bottom: 0;
}
.section__catalog-item {
  position: relative;
  border: 1px solid #9d9fa2;
  border-radius: 20px;
  padding: 20px;
  background: #fff;
}
.section__catalog-item-img {
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
}
.section__catalog-item-img:hover {
  opacity: 0.7;
}
.section__catalog-item-img img {
  height: 100%;
  object-fit: contain;
  min-height: 240px;
  aspect-ratio: 1;
}
.section__catalog-item-tags {
  position: absolute;
  left: 20px;
  top: 20px;
  display: inline-flex;
  flex-direction: column;
  gap: 10px;
}
.section__catalog-item-tags span {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 140%;
  text-align: center;
  padding: 5px 19px;
  color: #fff;
  border-radius: 60px;
}
.section__catalog-item-fav {
  display: flex;
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
  transition: 0.3s ease all;
}
.section__catalog-item-fav:hover {
  opacity: 0.6;
}
.section__catalog-item-fav.active svg * {
  fill: red;
}
.section__catalog-item-fav svg * {
  fill: black;
}
.section__catalog-item-rating {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 7px;
}
.section__catalog-item-rating svg.active path {
  fill: #f59e0b;
}
.section__catalog-item-footer {
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.section__catalog-item-title {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 140%;
  color: #1e293b;
  height: 40px;
  overflow: hidden;
}
.section__catalog-item-add {
  border-radius: 60px;
  padding: 15px 24px;
  background: #f43f5e;
}
.section__catalog-item-add:hover {
  opacity: 0.6;
}
.section__catalog-item-priceOld {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  text-decoration: line-through;
  color: #1e293b;
}
.section__catalog-item-priceCur {
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-size: clamp(18px, 1.4vw, 28px);
  line-height: 140%;
  color: #f43f5e;
}
.section__catalog-filterBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 20px;
  padding: 16px;
  background: #fff;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  color: #103741;
  margin-bottom: 40px;
}
@media (min-width: 993px) {
  .section__catalog-filterBtn {
    display: none;
  }
}
@media (min-width: 993px) {
  .section__catalog-offcanvas {
    position: unset !important;
    visibility: visible !important;
    transform: unset !important;
    background-color: unset !important;
    border-right: unset !important;
  }
  .section__catalog-offcanvas .select-wrapper {
    display: none;
  }
  .section__catalog-offcanvas .offcanvas-header {
    display: none;
  }
  .section__catalog-offcanvas .offcanvas-body {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .section__catalog-offcanvas {
    background-color: #fff !important;
  }
  .section__catalog-offcanvas .offcanvas-body {
    padding: 0;
  }
  .section__catalog-offcanvas .accordion-container {
    margin: 0;
  }
  .section__catalog-offcanvas .section__catalog-filter {
    margin-bottom: 0;
  }
  .section__catalog-offcanvas .section__catalog-filter-title {
    display: none;
  }
  .section__catalog-offcanvas .offcanvas-header {
    display: flex;
    align-items: center;
    padding: 0 10px;
  }
  .section__catalog-offcanvas .offcanvas-header .section__catalog-filterBtn {
    margin-bottom: 0;
  }
}
.section__catalog-sideSections {
  border-radius: 20px;
  background: #efebe3;
  overflow: hidden;
}
.section__catalog-sideSections a {
  display: flex;
  position: relative;
  gap: 15px;
  align-items: center;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  color: #333;
  padding: 15px 20px;
}
.section__catalog-sideSections a:first-child:after {
  content: unset;
}
.section__catalog-sideSections a:after {
  content: "";
  border-top: 1px solid #c4c1bc;
  position: absolute;
  left: 0;
  top: 0px;
  width: calc(100% - 40px);
  display: flex;
  justify-content: center;
  margin: 0 20px;
}
.section__catalog-sideSections a:first-child {
  border-top: unset;
}
.section__catalog-sideSections a:hover {
  color: #fff;
  background: var(--3);
}
.section__catalog-sideSections a:hover:after {
  content: unset;
}
.section__catalog-categoryList {
  border: 0.5px solid #9d9fa2;
  border-radius: 20px;
  padding: 20px;
  background: #fff;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .section__catalog-categoryList {
    display: none;
    padding: 0;
    border: 0;
  }
}
.section__catalog-categoryList-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.section__catalog-categoryList-list a {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #1e293b;
  display: inline-flex;
  padding: 0px 15px;
}
.section__catalog-categoryList-list a.active {
  border-radius: 20px;
  background: #60a5fa;
  width: 100%;
  padding: 7px 15px;
  color: #fff;
}
.section__catalog-categoryList-list a.active:hover {
  color: #fff;
}
.section__catalog-categoryList-list a:hover {
  color: #1e293b;
  opacity: 0.6;
}
.section__catalog-filter {
  border: 0.5px solid #9d9fa2;
  border-radius: 20px;
  padding: 20px;
  background: #fff;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .section__catalog-filter {
    border: 0;
  }
  .section__catalog-filter .section__catalog-categoryList {
    display: block;
  }
}
.section__catalog-filter-list {
  display: flex;
  flex-direction: column;
  gap: 11px;
  max-height: 155px;
  overflow: hidden;
  overflow-y: auto;
}
.section__catalog-filter-list::-webkit-scrollbar {
  width: 14px;
  border: 1px solid #60a5fa;
  box-shadow: inset 2px 2px 5px 0 rgba(0, 0, 0, 0.25);
  border-radius: 20px;
}
.section__catalog-filter-list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 20px;
  border: 1px solid #60a5fa;
  box-shadow: inset 2px 2px 5px 0 rgba(0, 0, 0, 0.25);
  border-radius: 20px;
  background: #fff;
}
.section__catalog-filter-list::-webkit-scrollbar-thumb {
  background: #60a5fa;
  border-radius: 20px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
}
.section__catalog-filter-list::-webkit-scrollbar-thumb:hover {
  background: #3b82f6; /* немного темнее при наведении */
}
.section__catalog-filter-item {
  margin-bottom: 23px;
  display: flex;
  flex-direction: column;
  gap: 11px;
}
.section__catalog-filter-item:last-child {
  margin-bottom: 0;
}
.section__catalog-filter-search {
  border: 1px solid #1e293b;
  border-radius: 60px;
  padding: 4px 12px;
  display: inline-flex;
  gap: 7px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
.section__catalog-filter-search input {
  background: unset;
  border: 0;
  outline: 0;
}
.section__catalog-filter-search button {
  background: unset;
  border: 0;
  outline: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section__catalog-filter-subTitle {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 140%;
  color: #1e293b;
  text-align: start;
  display: block;
}
.section__catalog-filter-sub {
  margin-top: 25px;
  border: 0;
  outline: 0;
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 16px;
  line-height: 125%;
  letter-spacing: 0.01em;
  text-align: center;
  color: rgba(255, 255, 255, 0.9);
  border-radius: 10px;
  padding: 14px 24px;
  width: 100%;
  background: var(--2);
  transition: 0.3s ease all;
}
.section__catalog-filter-sub:hover {
  opacity: 0.6;
}
.section__catalog-filter-title {
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 140%;
  color: #333;
  margin-bottom: 15px;
}
.section__catalog-filter-block {
  padding: 15px 0;
  border-top: 1px solid #c4c1bc;
}
.section__stock {
  margin-top: 100px;
}
@media (max-width: 992px) {
  .section__stock {
    margin-top: 50px;
  }
}
.section__stock-slider img {
  width: 100%;
  border-radius: 20px;
  height: 355px;
  object-fit: contain;
  aspect-ratio: 1;
}
.section__stock-slider .splide__pagination {
  bottom: -30px;
}
.section__stock-slider .splide__pagination .splide__pagination__page {
  background: #dfedff;
}
.section__chooseAge {
  margin-top: 100px;
}
@media (max-width: 992px) {
  .section__chooseAge {
    margin-top: 50px;
  }
}
.section__chooseAge a {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 140%;
  text-align: center;
  color: #1e293b;
}
.section__chooseAge a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  aspect-ratio: 1;
}
.section__chooseAge a:hover {
  color: #f43f5e;
}
.section__chooseAge a:hover img {
  transform: scale(1.04);
}
.section__reviews {
  margin-top: 100px;
  padding: 80px 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
@media (max-width: 992px) {
  .section__reviews {
    margin-top: 50px;
    background-size: auto 100%;
    background-position-x: -310px;
  }
}
.section__reviews-block {
  border: 0.5px solid #9d9fa2;
  border-radius: 20px;
  padding: 20px;
  background: #fff;
  margin-bottom: 20px;
}
.section__reviews-block .section__catalog-item-img img {
  min-height: unset;
  height: 170px;
}
.section__reviews-block .section__catalog-item-priceCur {
  font-size: clamp(23px, 1.4vw, 32px);
}
.section__reviews-block-title {
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 140%;
  color: #1e293b;
  margin-bottom: 8px;
}
@media (max-width: 992px) {
  .section__reviews-block-title {
    margin-top: 30px;
  }
}
.section__reviews-block-rating {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 15px;
}
.section__reviews-block-rating svg.active path {
  fill: #f59e0b;
}
.section__reviews-block-description {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #333;
}
.section__reviews-block-description h4 {
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 140%;
  color: #1e293b;
}
.section__bigBanner {
  margin: 20px 30px;
}
@media (max-width: 992px) {
  .section__bigBanner {
    margin-top: 50px;
  }
}
.section__bigBanner-block {
  margin-top: 100px;
}
.section__bigBanner-block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}
@media (max-width: 992px) {
  .section__bigBanner-block img {
    height: 501px;
  }
}
.section__bigBanner-block .desktop {
  display: block;
}
@media (max-width: 992px) {
  .section__bigBanner-block .desktop {
    display: none;
  }
}
.section__bigBanner-block .mob {
  display: none;
}
@media (max-width: 992px) {
  .section__bigBanner-block .mob {
    display: block;
  }
}
.section__news {
  margin-top: 100px;
}
@media (max-width: 992px) {
  .section__news {
    margin-top: 50px;
  }
}
.section__news-block {
  display: block;
  border: 0.5px solid #9d9fa2;
  border-radius: 20px;
  padding: 15px;
  background: #fff;
}
.section__news-block:hover img {
  transform: scale(1.05);
}
.section__news-block-img {
  overflow: hidden;
  border-radius: 20px;
}
.section__news-block-img img {
  height: 320px;
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
}
@media (max-width: 1200px) {
  .section__news-block-img img {
    height: 250px;
  }
}
@media (max-width: 992px) {
  .section__news-block-img img {
    height: 301px;
  }
}
.section__news-block-date {
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 140%;
  color: #221514;
  margin-top: 10px;
}
.section__news-block-title {
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 140%;
  color: #221514;
  margin-top: 15px;
}
.section__news-block-link {
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 140%;
  text-decoration: underline;
  text-decoration-skip-ink: none;
  text-align: end;
  color: #221514;
  margin-top: 10px;
}
.section__catalogDetail h1 {
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-size: 36px;
  line-height: 140%;
  color: #103741;
  margin-bottom: 30px;
}
.section__catalogDetail-footer {
  margin-top: 15px;
}
.section__catalogDetail-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.section__catalogDetail-blockInfo {
  background: #fff;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  border-radius: 20px;
}
.section__catalogDetail-blockInfo h4 {
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 140%;
  color: #1e293b;
}
.section__catalogDetail-banner {
  display: flex;
}
.section__catalogDetail-banner img {
  width: 100%;
  height: 363px;
  object-fit: contain;
  aspect-ratio: 1;
}
.section__catalogDetail-div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  position: relative;
}
.section__catalogDetail-div dt {
  position: relative;
  z-index: 3;
  padding-right: 10px;
  background: #fff;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #1e293b;
}
.section__catalogDetail-div dd {
  max-width: 260px;
  background: #fff;
  margin: 0;
  position: relative;
  z-index: 3;
  padding-left: 10px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #1e293b;
}
.section__catalogDetail-div::after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 12px;
  left: 0;
  z-index: 1;
  border-bottom: 2px dashed #9d9fa2;
}
.section__catalogDetail-description {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #1e293b;
}
.section__catalogDetail-description ul {
  margin: 0;
  padding-left: 20px;
}
.section__catalogDetail .section__catalog-item-tags {
  position: unset;
}
.section__catalogDetail-priceBlock {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .section__catalogDetail-priceBlock {
    flex-direction: column-reverse;
  }
}
.section__catalogDetail-oldPrice {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  text-decoration: line-through;
  color: #1e293b;
}
.section__catalogDetail-curPrice {
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-size: 32px;
  line-height: 140%;
  color: #f43f5e;
}
.section__catalogDetail-fav {
  border: 1px solid #9d9fa2;
  border-radius: 60px;
  padding: 11px 26px;
  display: inline-flex;
  justify-content: center;
  gap: 15px;
  align-items: center;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #1e293b;
}
.section__catalogDetail-fav:hover {
  opacity: 0.6;
  color: #1e293b;
}
@media (max-width: 992px) {
  .section__catalogDetail-fav {
    width: 100%;
    margin-bottom: 20px;
  }
}
.section__catalogDetail-sliderBlock {
  border: 1px solid #9d9fa2;
  border-radius: 20px;
  padding: 20px 118px;
  background: #fff;
}
@media (max-width: 992px) {
  .section__catalogDetail-sliderBlock {
    margin-top: 20px;
    padding: 20px 0 30px;
  }
}
.section__catalogDetail-buyNow {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #fffdf9;
  text-align: center;
  border-radius: 60px;
  padding: 16px 24px;
  width: 100%;
  display: flex;
  justify-content: center;
  background: #f43f5e;
}
@media (max-width: 992px) {
  .section__catalogDetail-buyNow {
    margin-top: 20px;
  }
}
.section__catalogDetail-buyNow:hover {
  color: #fff;
  opacity: 0.6;
}
.section__catalogDetail-slider img {
  height: 421px;
  width: 100%;
  object-fit: contain;
  aspect-ratio: 1;
}
@media (max-width: 992px) {
  .section__catalogDetail-slider .splide__pagination {
    bottom: -15px;
  }
  .section__catalogDetail-slider .splide__pagination .splide__pagination__page.is-active {
    background: #60a5fa;
  }
  .section__catalogDetail-slider .splide__pagination .splide__pagination__page {
    background: #bec7d3;
  }
}
.section__catalogDetail-thumb {
  margin-top: 30px;
}
.section__catalogDetail-thumb .splide__slide {
  transition: 0.3s ease all;
  border: 1px solid #9d9fa2 !important;
  border-radius: 20px;
  padding: 12px;
}
.section__catalogDetail-thumb .splide__slide:hover {
  opacity: 0.6;
}
.section__catalogDetail-thumb img {
  border-radius: 20px;
  width: 100%;
  height: 100%;
}
@media (max-width: 992px) {
  .section__catalogDetail-thumb img {
    height: 100px;
  }
}
@media (max-width: 992px) {
  .section__catalogDetail-thumb {
    display: none;
  }
}
.section__cart {
  margin-top: 100px;
}
@media (max-width: 992px) {
  .section__cart {
    margin-top: 50px;
  }
}
.section__cart-blockMain {
  border: 0.5px solid #9d9fa2;
  border-radius: 20px;
  padding: 20px;
  background: #fff;
}
.section__cart-discount {
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 140%;
  color: #333;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}
.section__cart-discount span {
  display: block;
}
.section__cart-discount span:last-child {
  color: #f43f5e;
}
.section__cart .section__catalog-block-countBlock {
  margin: 0 25px;
  gap: 7px;
  background: unset;
}
@media (max-width: 992px) {
  .section__cart .section__catalog-block-countBlock {
    margin: 0;
  }
}
.section__cart-block {
  margin-bottom: 15px;
  display: flex;
  flex-direction: column-reverse;
  gap: 30px;
}
.section__cart-block .title {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #1e293b;
}
.section__cart-block-delete {
  display: flex;
}
.section__cart-block-delete:hover {
  opacity: 0.6;
}
@media (max-width: 992px) {
  .section__cart-block-delete {
    position: absolute;
    top: 40px;
    right: 13px;
  }
}
.section__cart-block-fav {
  display: flex;
}
.section__cart-block-fav:hover {
  opacity: 0.6;
}
@media (max-width: 992px) {
  .section__cart-block-fav {
    position: absolute;
    top: 80px;
    right: 10px;
  }
}
.section__cart-block-flex {
  display: flex;
  gap: 20px;
}
@media (max-width: 992px) {
  .section__cart-block-flex {
    margin-bottom: 20px;
  }
}
.section__cart-block-flexTitle {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.section__cart-block-title {
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 140%;
  color: #103741;
  margin-bottom: 10px;
}
.section__cart-block-value {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #1e293b;
}
.section__cart-block-oldPrice {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  text-decoration: line-through;
  color: #1e293b;
}
.section__cart-block-price {
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-size: 32px;
  line-height: 140%;
  color: #f43f5e;
}
.section__cart-block-sumPrice {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 16px;
  line-height: 140%;
  color: #333;
}
.section__cart-block-sumPrice span {
  font-size: 24px;
}
.section__cart-block-rightBlock {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 55px;
  flex-direction: column;
}
.section__cart-block-item {
  position: relative;
  border-radius: 20px;
  border: 0.5px solid #9d9fa2;
  padding: 20px;
  background: #fff;
}
.section__cart-block-item:first-child {
  border-top: 1px solid #c4c1bc;
}
@media (max-width: 992px) {
  .section__cart-block-item {
    border-top: unset;
  }
}
.section__cart-block-mobFlex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .section__cart-block-mobFlex.footerBlock {
    margin: 0;
  }
}
@media (min-width: 993px) {
  .section__cart-block-mobFlex {
    margin-bottom: 0;
    display: block;
  }
  .section__cart-block-mobFlex .title {
    display: none;
  }
}
.section__cart-block-img {
  display: flex;
}
.section__cart-block-img img {
  border-radius: 10px;
  width: 93px;
  height: 93px;
  object-fit: cover;
}
.section__cart-block-head {
  margin-bottom: 10px;
}
.section__cart-block-head > * {
  text-align: center;
}
.section__cart-link {
  margin-top: 25px;
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 16px;
  line-height: 125%;
  letter-spacing: 0.01em;
  text-align: center;
  color: rgba(255, 255, 255, 0.9);
  border-radius: 10px;
  padding: 14.5px 24px;
  display: flex;
  justify-content: center;
  background: var(--2);
}
.section__cart-link:hover {
  color: #fff;
  opacity: 0.6;
}
.section__cart-title {
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 24px;
  line-height: 140%;
  color: #333;
  margin-bottom: 20px;
}
.section__cart-sum {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}
.section__cart-sum span:first-child {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 16px;
  line-height: 140%;
  color: #333;
}
.section__cart-sum span:last-child {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 16px;
  line-height: 140%;
  color: #333;
}
.section__cart-sum span:last-child strong {
  font-size: 24px;
}
.section__cart-total {
  border-top: 1px solid #c4c1bc;
  padding: 15px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.section__cart-total span {
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-size: clamp(18px, 1.4vw, 24px);
  line-height: 140%;
  color: #333;
}
.section__cart h1 {
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-size: clamp(32px, 1.4vw, 40px);
  line-height: 140%;
  color: #103741;
  margin-bottom: 30px;
}
.section__offer {
  margin-top: 100px;
}
@media (max-width: 992px) {
  .section__offer {
    margin-top: 50px;
  }
}
.section__offer h1 {
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-size: clamp(32px, 1.4vw, 40px);
  line-height: 140%;
  color: #103741;
  margin-bottom: 30px;
}
.section__offer-title {
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 140%;
  color: #103741;
  margin-bottom: 15px;
}
.section__offer-block {
  border: 0.5px solid #9d9fa2;
  border-radius: 20px;
  padding: 20px 19px;
  background: #fff;
}
.section__offer-block input {
  border: 0.5px solid #9d9fa2;
  border-radius: 10px;
  width: 100%;
  padding: 7px 12px;
  outline: 0;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #1e293b;
}
.section__offer-block label {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #1e293b;
  margin-bottom: 10px;
}
.section__offer-block textarea {
  display: block;
  border: 0.5px solid #9d9fa2;
  border-radius: 10px;
  width: 100%;
  padding: 7px;
  outline: 0;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #1e293b;
}
.section__newsDetail-block {
  border: 0.5px solid #9d9fa2;
  border-radius: 20px;
  padding: 20px;
  background: #fff;
}
.section__newsDetail-banner {
  margin-bottom: 15px;
}
.section__newsDetail-banner img {
  border-radius: 20px;
  object-fit: cover;
  height: 518px;
  width: 100%;
}
@media (max-width: 768px) {
  .section__newsDetail-banner img {
    height: 211px;
  }
}
.section__newsDetail p {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: clamp(14px, 1.4vw, 20px);
  line-height: 140%;
  color: #221514;
  margin-bottom: 20px;
}
.section__newsDetail-imgBlock img {
  border-radius: 20px;
  height: 391px;
  object-fit: cover;
  width: 100%;
}
@media (max-width: 576px) {
  .section__newsDetail-imgBlock img {
    height: 193px;
  }
}
.section__newsDetail-borderBlock {
  border: 3px solid #60a5fa;
  border-radius: 20px;
  padding: 20px 22px;
}
.section__newsDetail-borderBlock .title {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 140%;
  color: #221514;
  margin-bottom: 10px;
}
.section__newsDetail-borderBlock ul {
  padding-left: 20px;
  margin-bottom: 0;
}
.section__newsDetail-borderBlock ul li {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  color: #221514;
}
.section__newsDetail-borderBlock ul li span {
  font-weight: 500;
}
.section__delivery ul {
  margin: 0;
  padding-left: 20px;
}
.section__delivery ul li {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #221514;
  margin-bottom: 10px;
}
.section__delivery-title {
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 140%;
  color: #221514;
  margin-bottom: 25px;
}
.section__delivery p {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #221514;
}
.section__delivery-address {
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 140%;
  color: #1e293b;
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 15px;
}
.section__delivery-address span {
  display: block;
}
.section__delivery-smallText p {
  font-size: 12px;
}
.section__delivery-map {
  border-radius: 20px;
  overflow: hidden;
  margin: 32px 0 150px;
}
@media (max-width: 992px) {
  .section__delivery-map {
    margin: 32px 0 100px;
  }
}
.section__404-block {
  text-align: center;
}
.section__404-block img {
  width: 100%;
  height: 519px;
  object-fit: contain;
  aspect-ratio: 1;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .section__404-block img {
    height: 232px;
  }
}
.section__404-block-title {
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-size: clamp(32px, 1.4vw, 40px);
  line-height: 140%;
  text-align: center;
  color: #103741;
  margin-bottom: 10px;
}
.section__404-block p {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: clamp(16px, 1.4vw, 2px);
  line-height: 140%;
  text-align: center;
  color: #1e293b;
}

.splide__pagination .splide__pagination__page {
  scale: 1;
  opacity: 1;
  transform: scale(1);
  width: 14px;
  height: 14px;
  background: #fff;
}
.splide__pagination .splide__pagination__page.is-active {
  transform: scale(1);
  background: #f59e0b;
}

.footer {
  padding: 30px 0px;
  background: #60a5fa;
  margin-top: 66px;
}
.footer__logo img {
  width: 100%;
}
@media (max-width: 992px) {
  .footer__logo {
    margin-bottom: 40px;
    display: flex;
    justify-content: center;
  }
  .footer__logo img {
    width: 100%;
    object-fit: contain;
    height: 175px;
  }
}
.footer__sitename {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  text-align: center;
  color: #fffdf9;
}
.footer__addressBlock {
  border-left: 1px solid #fff;
  padding-left: 10px;
  margin-bottom: 25px;
}
.footer__addressBlock-title {
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 140%;
  color: #fff;
  margin-bottom: 15px;
}
.footer__addressBlock-address {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #fff;
  margin-bottom: 10px;
}
.footer__addressBlock-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
}
.footer__addressBlock-phone {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  text-decoration: underline dotted !important;
  text-decoration-skip-ink: none;
  color: #fff;
  display: flex;
}
.footer__addressBlock-phone:hover {
  color: #fff;
  opacity: 0.6;
}
.footer__title {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 140%;
  color: #fff;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .footer__title {
    text-align: center;
  }
}
.footer__socials {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 992px) {
  .footer__socials {
    justify-content: center;
    margin-bottom: 30px;
  }
}
.footer__socials a {
  display: flex;
}
.footer__socials a:hover {
  opacity: 0.6;
}
.footer__links {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 992px) {
  .footer__links {
    align-items: center;
    margin-bottom: 56px;
  }
}
.footer__links a {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #fffdf9;
}
.footer__links a:hover {
  color: #fff;
  opacity: 0.6;
}

.hit {
  background: #34d399;
}

.disc {
  background: #f59e0b;
}

.btn-red {
  display: inline-block;
  border-radius: 60px;
  padding: 14px 24px;
  background: #f43f5e;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 125%;
  letter-spacing: 0.01em;
  text-align: center;
  color: rgba(255, 255, 255, 0.9);
  outline: 0;
  border: 0;
  transition: 0.3s ease all;
}
.btn-red.flex {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.btn-red:hover {
  opacity: 0.6;
  color: #fff;
}

.flexBlock {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .flexBlock {
    flex-direction: column;
    margin-bottom: 50px;
  }
  .flexBlock h2 {
    margin-bottom: 25px;
  }
}

.bigBanner {
  margin-top: 100px;
}
.bigBanner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.price-container {
  border-radius: 15px;
  width: 100%;
  text-align: center;
}

.slider-container {
  position: relative;
  margin: 10px 0;
}

.slider-track {
  width: 100%;
  height: 2px;
  background-color: #60a5fa;
  border-radius: 3px;
  position: relative;
  margin: 15px 0;
}

.slider-thumb {
  width: 15px;
  height: 15px;
  background-color: #60a5fa;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  transition: all 0.2s ease;
}

.slider-thumb:hover {
  transform: translateY(-50%) scale(1.1);
}

.slider-thumb:active {
  transform: translateY(-50%) scale(0.95);
}

.slider-thumb.left {
  left: 0;
}

.slider-thumb.right {
  right: 0;
}

.price-display {
  display: flex;
  justify-content: start;
  text-align: start;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #333;
}

.price-values {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
  font-size: 14px;
  color: #666;
}

.price-content {
  display: flex;
  align-items: center;
  gap: 5px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #333;
}

/* Анимация при изменении цены */
@keyframes priceUpdate {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
.custom-radio {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #1e293b;
}
.custom-radio.offer {
  align-items: start;
}
.custom-radio.offer .radio-mark {
  margin-top: 2px;
}
.custom-radio-flex {
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 90%;
}
.custom-radio .title {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  color: #103741;
}
.custom-radio .text {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 13px;
  line-height: 140%;
  color: #333;
}

/* Скрываем стандартный радиобаттон */
.custom-radio input {
  display: none;
}

/* Внешний круг */
.radio-mark {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 1px solid #60a5fa;
  background: #fff;
  box-shadow: inset 1px 1px 5px 0 rgba(0, 0, 0, 0.25);
  position: relative;
  transition: all 0.2s ease;
}

/* Внутренний незаполненный круг при checked */
.custom-radio input:checked + .radio-mark::after {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 2px solid #60a5fa; /* делает его незаполненным */
  background: #60a5fa;
}

.select-wrapper {
  position: relative;
  display: inline-block;
  width: 310px;
  margin-bottom: 34px;
  background: transparent;
}
@media (max-width: 992px) {
  .select-wrapper {
    width: 100%;
  }
}

.custom-select {
  width: 100%;
  background: transparent;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  outline: none;
  transition: border-color 0.3s ease;
  border: 1px solid #9d9fa2;
  border-radius: 60px;
  padding: 7px 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #333;
}

.custom-select:hover {
  border-color: #bbb;
}

.select-wrapper::after {
  content: url("data:image/svg+xml,%3Csvg width='19' height='10' viewBox='0 0 19 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.8652 1.42774L10.0527 9.24024C9.98012 9.31288 9.89396 9.3705 9.79912 9.40982C9.70428 9.44914 9.60262 9.46937 9.49995 9.46937C9.39728 9.46937 9.29562 9.44914 9.20077 9.40982C9.10593 9.3705 9.01977 9.31288 8.94721 9.24024L1.13471 1.42774C0.988117 1.28115 0.905762 1.08232 0.905762 0.875007C0.905762 0.667692 0.988117 0.468867 1.13471 0.322272C1.28131 0.175678 1.48013 0.0933228 1.68745 0.0933228C1.89476 0.0933228 2.09359 0.175678 2.24018 0.322272L9.49995 7.58302L16.7597 0.322272C16.8323 0.249686 16.9185 0.192108 17.0133 0.152825C17.1081 0.113541 17.2098 0.0933228 17.3124 0.0933228C17.4151 0.0933228 17.5167 0.113541 17.6116 0.152825C17.7064 0.192108 17.7926 0.249686 17.8652 0.322272C17.9378 0.394859 17.9953 0.481031 18.0346 0.575869C18.0739 0.670708 18.0941 0.772355 18.0941 0.875007C18.0941 0.977659 18.0739 1.07931 18.0346 1.17414C17.9953 1.26898 17.9378 1.35516 17.8652 1.42774Z' fill='%23333333'/%3E%3C/svg%3E");
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  pointer-events: none;
  transition: transform 0.3s ease;
}

/* Анимация поворота стрелки при фокусе */
.custom-select:focus + .select-wrapper::after,
.select-wrapper.open::after {
  transform: translateY(-50%) rotate(180deg);
}

.breadcrumbs {
  margin-bottom: 30px;
  position: relative;
  z-index: 10;
  margin-top: 30px;
}
.breadcrumbs ul {
  list-style-type: none;
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 0;
  margin: 0;
}
.breadcrumbs li {
  display: flex;
  align-items: center;
  gap: 5px;
}
.breadcrumbs li::after {
  content: url("data:image/svg+xml,%3Csvg width='6' height='11' viewBox='0 0 6 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.64416 5.83164L0.956657 10.5191C0.913106 10.5627 0.861402 10.5972 0.804499 10.6208C0.747596 10.6444 0.686608 10.6565 0.625016 10.6565C0.563425 10.6565 0.502437 10.6444 0.445534 10.6208C0.388631 10.5972 0.336927 10.5627 0.293376 10.5191C0.249824 10.4756 0.215277 10.4239 0.191707 10.367C0.168137 10.3101 0.156006 10.2491 0.156006 10.1875C0.156006 10.1259 0.168137 10.0649 0.191707 10.008C0.215277 9.95112 0.249824 9.89941 0.293376 9.85586L4.64982 5.5L0.293376 1.14414C0.205419 1.05619 0.156006 0.936891 0.156006 0.812501C0.156006 0.688112 0.205419 0.568817 0.293376 0.480861C0.381332 0.392904 0.500627 0.343491 0.625016 0.343491C0.749406 0.343491 0.868701 0.392904 0.956657 0.480861L5.64416 5.16836C5.68774 5.21189 5.72231 5.26359 5.7459 5.3205C5.76949 5.3774 5.78163 5.4384 5.78163 5.5C5.78163 5.5616 5.76949 5.6226 5.7459 5.6795C5.72231 5.73641 5.68774 5.78811 5.64416 5.83164Z' fill='black'/%3E%3C/svg%3E");
  display: inline-block;
  margin-left: 5px;
  vertical-align: middle;
}
.breadcrumbs li:last-child::after {
  content: unset;
}
.breadcrumbs span {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #60a5fa;
}
.breadcrumbs a {
  display: block;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #333;
}
.breadcrumbs a:hover {
  color: #333;
  opacity: 0.6;
}

.address-modal {
  position: absolute;
  top: 100%;
  left: 0;
  background: #60a5fa;
  border-radius: 0 0 20px 20px;
  padding: 20px;
  display: none;
  z-index: 100;
}

.address-modal.active {
  display: block;
}

.btn-fav-data.active {
  background: darkred;
  color: white;
}
.btn-fav-data.active svg * {
  fill: white;
}

/*# sourceMappingURL=style.css.map */
