.modal-share {
  box-shadow: inset 0 0 40px 0 hsla(0, 0%, 100%, 0.8),
    inset 0 0 2px 0 hsla(0, 0%, 100%, 0.8), 0 4px 20px 0 rgba(0, 0, 0, 0.1);
  background: hsla(0, 0%, 100%, 0.6);
  border-radius: 14px;
  position: absolute;
  z-index: 30;
  display: none;
  padding: 10px;
}
@media only screen and (min-width: 600px) {
  .modal-share {
    padding: 13px 20px;
  }
}
@media only screen and (min-width: 900px) {
  .modal-share {
    backdrop-filter: blur(8px);
  }
}
.modal-share__content {
  display: flex;
  gap: 10px;
}
@media only screen and (min-width: 600px) {
  .modal-share__content {
    gap: 20px;
  }
}
.modal-share__el {
  font-size: 0;
  display: block;
  flex: none;
}
.modal-share__el-img {
  display: block;
  user-select: none;
  width: 30px;
  height: 30px;
}
@media only screen and (min-width: 600px) {
  .modal-share__el-img {
    width: 40px;
    height: 40px;
  }
}
.article-content {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 10px;
  line-height: 1.6;
  color: #4b4e51;
}
@media only screen and (min-width: 900px) {
  .article-content {
    font-size: 11px;
  }
}
@media only screen and (min-width: 1180px) {
  .article-content {
    font-size: 12px;
  }
}
.article-content h1,
.article-content h2,
.article-content h3,
.article-content h4,
.article-content h5,
.article-content h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.6;
  margin-bottom: 11px;
}
@media only screen and (min-width: 900px) {
  .article-content h1,
  .article-content h2,
  .article-content h3,
  .article-content h4,
  .article-content h5,
  .article-content h6 {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1180px) {
  .article-content h1,
  .article-content h2,
  .article-content h3,
  .article-content h4,
  .article-content h5,
  .article-content h6 {
    font-size: 15px;
    margin-bottom: 10px;
  }
}
.article-content h1:last-child,
.article-content h2:last-child,
.article-content h3:last-child,
.article-content h4:last-child,
.article-content h5:last-child,
.article-content h6:last-child {
  margin-bottom: 0;
}
.article-content h4 {
  font-size: 10px;
  margin-bottom: 7px;
}
.article-content p {
  margin-bottom: 10px;
  min-height: 1px;
}
@media only screen and (min-width: 900px) {
  .article-content p {
    margin-bottom: 13px;
  }
}
@media only screen and (min-width: 1180px) {
  .article-content p {
    margin-bottom: 10px;
  }
}
.article-content p:last-child {
  margin-bottom: 0;
}
.article-content ul {
  padding-left: 6px;
  margin-bottom: 9px;
}
@media only screen and (min-width: 1180px) {
  .article-content ul {
    margin-bottom: 8px;
  }
}
.article-content ul:last-child {
  margin-bottom: 0;
}
.article-content ul li {
  position: relative;
  padding-left: 14px;
  margin-bottom: 10px;
}
@media only screen and (min-width: 900px) {
  .article-content ul li {
    margin-bottom: 11px;
  }
}
@media only screen and (min-width: 1180px) {
  .article-content ul li {
    margin-bottom: 10px;
  }
}
.article-content ul li:last-child {
  margin-bottom: 0;
}
.article-content ul li::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  border-radius: 100%;
  display: block;
  background: #b1b4b9;
  width: 6px;
  height: 6px;
}
@media only screen and (min-width: 1180px) {
  .article-content ul li::before {
    top: 7px;
  }
}
.article-content__bg {
  padding: 20px 26px !important;
  background: #f5f5f5;
  border-radius: 14px;
  margin-bottom: 9px;
}
@media only screen and (min-width: 1180px) {
  .article-content__bg {
    margin-bottom: 8px;
  }
}
.article-content__bg:last-child {
  margin-bottom: 0;
}
.article-content__bg_2 {
  padding: 20px 20px !important;
}
.article-content__flex {
  display: flex;
  flex-wrap: wrap;
}
.article-content__flex li {
  width: 50%;
  padding: 0 15px;
}
.article-content__flex li:nth-last-child(2) {
  margin-bottom: 0;
}
.article-content__flex-side {
  width: 100%;
  margin-bottom: 20px;
}
.article-content__flex-side li {
  width: 100%;
  padding-right: 0;
}
@media only screen and (min-width: 600px) {
  .article-content__flex-side {
    width: 50%;
    padding-right: 20px;
    margin: 0;
  }
}
.article-content__flex-side:last-child {
  margin-bottom: 0;
}
.article-content strong {
  font-weight: 500;
}
.article-content__image {
  width: 100%;
  display: block;
  border-radius: 20px;
  aspect-ratio: 1.31;
  position: relative;
  object-fit: cover;
}
@media only screen and (min-width: 900px) {
  .article-content__image {
    max-height: 393px;
  }
}
@media only screen and (min-width: 1180px) {
  .article-content__image {
    max-height: 419px;
  }
}
@media only screen and (min-width: 1440px) {
  .article-content__image {
    max-height: 500px;
  }
}
.article-content__m {
  margin-bottom: 22px;
}
@media only screen and (min-width: 1440px) {
  .article-content__m {
    margin-bottom: 30px;
  }
}
.article-content__image-button {
  position: absolute;
  bottom: 16px;
  right: 16px;
  z-index: 10;
}
.article-content__grid {
  margin-bottom: 16px;
}
@media only screen and (min-width: 768px) {
  .article-content__grid {
    display: flex;
    align-items: flex-start;
    gap: 15px;
  }
}
@media only screen and (min-width: 900px) {
  .article-content__grid {
    gap: 27px;
  }
}
@media only screen and (min-width: 1440px) {
  .article-content__grid {
    gap: 38px;
  }
}
.article-content__grid-body {
  margin-top: 16px;
}
@media only screen and (min-width: 768px) {
  .article-content__grid-body {
    flex: 1;
    width: 10px;
    margin-top: 0;
  }
}
.article-content__grid-body:first-child {
  margin-top: 0;
}
.article-content__grid-image {
  margin-top: 16px;
}
@media only screen and (min-width: 768px) {
  .article-content__grid-image {
    width: 50%;
    margin-top: 0;
  }
}
@media only screen and (min-width: 900px) {
  .article-content__grid-image {
    width: 46%;
  }
}
@media only screen and (min-width: 1180px) {
  .article-content__grid-image {
    width: 43%;
  }
}
@media only screen and (min-width: 1440px) {
  .article-content__grid-image {
    width: 36%;
  }
}
.article-content__grid-image:first-child {
  margin-top: 0;
}
.article-content a {
  text-decoration: underline;
  text-decoration-skip-ink: none;
  color: #f60;
  text-underline-offset: 2px;
}
.article-content a strong {
  font-weight: 600;
  text-decoration: none;
}
.article-content__link {
  text-decoration: none;
}
.article-content__slider {
  overflow: visible;
  margin-bottom: 14px;
}
@media only screen and (min-width: 1180px) {
  .article-content__slider {
    margin-bottom: 20px;
  }
}
.article-content__slider-slide {
  width: 290px;
  width: 91%;
}
@media only screen and (min-width: 768px) {
  .article-content__slider-slide {
    width: 50%;
  }
}
@media only screen and (min-width: 900px) {
  .article-content__slider-slide {
    width: 31%;
  }
}
.article-content__block {
  box-shadow: 0 4px 20px 0 rgba(25, 25, 27, 0.1);
  background: #fff;
  padding: 11px 16px;
  border-radius: 20px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 900px) {
  .article-content__block {
    padding: 34px 39px;
  }
}
@media only screen and (min-width: 1180px) {
  .article-content__block {
    margin-bottom: 30px;
  }
}
.article-content__descrp {
  margin-bottom: 17px;
}
@media only screen and (min-width: 900px) {
  .article-content__descrp {
    padding-left: 11px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    max-height: 360px;
    gap: 18px 20px;
  }
}
.article-content__descrp-el {
  margin-top: 20px;
}
@media only screen and (min-width: 900px) {
  .article-content__descrp-el {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    width: 48%;
    margin: 0;
  }
}
.article-content__descrp-el:first-child {
  margin-top: 0;
}
.article-content__descrp-count {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 1;
  color: #d9d9d9;
  opacity: 0.5;
}
@media only screen and (min-width: 900px) {
  .article-content__descrp-count {
    font-size: 60px;
    width: 86px;
    flex: none;
  }
}
.article-content__descrp-body {
  margin-top: 2px;
}
.article-content__form {
  margin-bottom: 14px;
}
@media only screen and (min-width: 1180px) {
  .article-content__form {
    margin-bottom: 30px;
  }
}
.article-content blockquote {
  background: #f5f5f5;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.8;
  color: #282726;
  border-radius: 20px;
  padding: 17px 30px;
  padding-right: 16px;
  position: relative;
  margin-bottom: 15px;
}
@media only screen and (min-width: 900px) {
  .article-content blockquote {
    padding: 61px 120px;
    padding-right: 30px;
  }
}
@media only screen and (min-width: 1440px) {
  .article-content blockquote {
    font-size: 20px;
    padding: 53px 125px;
    padding-right: 40px;
    margin-bottom: 26px;
  }
}
.article-content blockquote::before {
  content: "";
  position: absolute;
  width: 85px;
  background: url(../icons\quote.055b0ad08dd1fb7ba4a8.svg) no-repeat
    center/contain;
  height: 80px;
  position: absolute;
  top: 49px;
  left: 45px;
  z-index: 1;
}
.article-content blockquote p {
  position: relative;
  z-index: 10;
}
.article-content__products-slider {
  overflow: visible;
  margin-bottom: 20px;
}
@media only screen and (min-width: 900px) {
  .article-content__products-slider {
    padding: 0 20px;
  }
}
@media only screen and (min-width: 1180px) {
  .article-content__products-slider {
    margin-top: 52px;
    padding: 0 20px;
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 1440px) {
  .article-content__products-slider {
    padding: 0;
  }
}
.article-content__products-slider-arr {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  border-radius: 14px;
  width: 44px;
  height: 44px;
  display: none;
  padding: 16px;
}
@media only screen and (min-width: 900px) {
  .article-content__products-slider-arr {
    display: flex;
  }
}
.article-content__products-slider-arr.slider-nav__arr_prev {
  left: -12px;
}
@media only screen and (min-width: 1440px) {
  .article-content__products-slider-arr.slider-nav__arr_prev {
    left: -18px;
  }
}
.article-content__products-slider-arr.slider-nav__arr_next {
  right: -12px;
}
@media only screen and (min-width: 1440px) {
  .article-content__products-slider-arr.slider-nav__arr_next {
    right: -18px;
  }
}
.article-content__products-slider-slide {
  width: 155px;
}
@media only screen and (min-width: 600px) {
  .article-content__products-slider-slide {
    width: 208px;
  }
}
@media only screen and (min-width: 900px) {
  .article-content__products-slider-slide {
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.3s;
  }
  .article-content__products-slider-slide.swiper-slide-active {
    pointer-events: auto;
    opacity: 1;
  }
  .article-content__products-slider-slide.swiper-slide-active + .swiper-slide {
    pointer-events: auto;
    opacity: 1;
  }
  .article-content__products-slider-slide.swiper-slide-active
    + .swiper-slide
    + .swiper-slide {
    pointer-events: auto;
    opacity: 1;
  }
  .article-content__products-slider-slide.swiper-slide-active
    + .swiper-slide
    + .swiper-slide
    + .swiper-slide {
    pointer-events: auto;
    opacity: 1;
  }
}
@media only screen and (min-width: 900px) and (min-width: 1180px) {
  .article-content__products-slider-slide.swiper-slide-active
    + .swiper-slide
    + .swiper-slide
    + .swiper-slide {
    pointer-events: none;
    opacity: 0;
  }
}
@media only screen and (min-width: 900px) and (min-width: 1440px) {
  .article-content__products-slider-slide.swiper-slide-active
    + .swiper-slide
    + .swiper-slide
    + .swiper-slide {
    pointer-events: auto;
    opacity: 1;
  }
}
@media only screen and (min-width: 1180px) {
  .article-content__products-slider-slide {
    width: 280px;
  }
}
.article-content__selection {
  background: rgba(251, 144, 49, 0.1);
  border-left: 3px solid #fb9031;
  border-radius: 0 20px 20px 0;
  padding: 10px 17px;
  font-size: 10px;
  line-height: 1.8;
  margin-bottom: 19px;
}
@media only screen and (min-width: 600px) {
  .article-content__selection {
    font-size: 12px;
  }
}
@media only screen and (min-width: 900px) {
  .article-content__selection {
    font-size: 14px;
    padding: 30px 38px;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 1180px) {
  .article-content__selection {
    margin-top: 49px;
    margin-bottom: 48px;
  }
}
@media only screen and (min-width: 1440px) {
  .article-content__selection {
    font-size: 16px;
    padding: 44px 38px;
  }
}
.article-content__selection p {
  margin-bottom: 10px !important;
}
.article-content__selection p:last-child {
  margin-bottom: 0 !important;
}
.article-content__video {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 1.53;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 21px;
}
@media only screen and (min-width: 900px) {
  .article-content__video {
    aspect-ratio: unset;
    height: 541px;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 1180px) {
  .article-content__video {
    margin-bottom: 52px;
  }
}
@media only screen and (min-width: 1440px) {
  .article-content__video {
    height: 646px;
  }
}
.article-content__video-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.article-content__video-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.article-content ol {
  margin-bottom: 11px;
}
@media only screen and (min-width: 900px) {
  .article-content ol {
    padding-left: 20px;
  }
}
.article-content ol li {
  padding-left: 38px;
  margin-top: 12px;
  position: relative;
}
.article-content ol li::before {
  content: "1";
  position: absolute;
  top: -1px;
  left: 0;
  border-radius: 8px;
  width: 24px;
  height: 24px;
  background: #d9d9d9;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
.article-content ol li:nth-child(1)::before {
  content: "1";
}
.article-content ol li:nth-child(2)::before {
  content: "2";
}
.article-content ol li:nth-child(3)::before {
  content: "3";
}
.article-content ol li:nth-child(4)::before {
  content: "4";
}
.article-content ol li:nth-child(5)::before {
  content: "5";
}
.article-content ol li:nth-child(6)::before {
  content: "6";
}
.article-content ol li:nth-child(7)::before {
  content: "7";
}
.article-content ol li:nth-child(8)::before {
  content: "8";
}
.article-content ol li:nth-child(9)::before {
  content: "9";
}
.article-content ol li:nth-child(10)::before {
  content: "10";
}
.article-content ol li:nth-child(11)::before {
  content: "11";
}
.article-content ol li:nth-child(12)::before {
  content: "12";
}
.article-content ol li:nth-child(13)::before {
  content: "13";
}
.article-content ol li:nth-child(14)::before {
  content: "14";
}
.article-content ol li:nth-child(15)::before {
  content: "15";
}
.article-content ol li:nth-child(16)::before {
  content: "16";
}
.article-content ol li:nth-child(17)::before {
  content: "17";
}
.article-content ol li:nth-child(18)::before {
  content: "18";
}
.article-content ol li:nth-child(19)::before {
  content: "19";
}
.article-content ol li:nth-child(20)::before {
  content: "20";
}
.article-content ol li:nth-child(21)::before {
  content: "21";
}
.article-content ol li:nth-child(22)::before {
  content: "22";
}
.article-content ol li:nth-child(23)::before {
  content: "23";
}
.article-content ol li:nth-child(24)::before {
  content: "24";
}
.article-content ol li:nth-child(25)::before {
  content: "25";
}
.article-content ol li:nth-child(26)::before {
  content: "26";
}
.article-content ol li:nth-child(27)::before {
  content: "27";
}
.article-content ol li:nth-child(28)::before {
  content: "28";
}
.article-content ol li:nth-child(29)::before {
  content: "29";
}
.article-content ol li:nth-child(30)::before {
  content: "30";
}
.article-content ol li:first-child {
  margin-top: 0;
}
@media only screen and (min-width: 900px) {
  .article-content__ul_flex {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 24px !important;
  }
  .article-content__ul_flex li {
    width: 50%;
    padding: 0 15px;
  }
}
.article-content_type_2 {
  font-size: 12px;
}
.article-content_type_2 strong {
  font-weight: 600;
}
.article-content_type_2 ul li::before {
  background: #4b4e51;
  top: 7px;
}
.article-content_page {
  font-size: 12px;
  line-height: 1.58;
}
@media only screen and (min-width: 1180px) {
  .article-content_page {
    font-size: 13px;
  }
}
@media only screen and (min-width: 1440px) {
  .article-content_page {
    font-size: 15px;
  }
}
.article-content_page p {
  margin-bottom: 17px;
}
@media only screen and (min-width: 1180px) {
  .article-content_page p {
    margin-bottom: 24px;
  }
}
.article-content_page h2 {
  font-size: 20px;
  margin-bottom: 11px;
}
@media only screen and (min-width: 1180px) {
  .article-content_page h2 {
    font-size: 26px;
  }
}
@media only screen and (min-width: 1440px) {
  .article-content_page h2 {
    font-size: 28px;
  }
}
.article-content_page h3 {
  font-size: 15px;
  margin-bottom: 11px;
}
@media only screen and (min-width: 1180px) {
  .article-content_page h3 {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1440px) {
  .article-content_page h3 {
    font-size: 18px;
  }
}
.article-content_page ul {
  padding-left: 10px;
  margin-bottom: 16px;
}
@media only screen and (min-width: 1180px) {
  .article-content_page ul {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 1440px) {
  .article-content_page ul {
    margin-bottom: 21px;
  }
}
.article-content_page ul li {
  padding-left: 22px;
  margin-bottom: 20px;
}
.article-content_page ul li::before {
  background: #4b4e51;
  top: 7px;
  width: 8px;
  height: 8px;
  top: 5px;
}
@media only screen and (min-width: 1180px) {
  .article-content_page ul li::before {
    top: 6px;
  }
}
@media only screen and (min-width: 1440px) {
  .article-content_page ul li::before {
    top: 8px;
  }
}
.basket-product__remove {
  background-color: rgba(0, 0, 0, 0);
  border: 0;
  padding: 0;
  box-shadow: none;
  line-height: 1;
}
.basket-product__remove:focus {
  outline-color: rgba(0, 0, 0, 0);
}
@media (hover: hover) {
  .basket-product__remove {
    cursor: pointer;
  }
}
.basket-product {
  box-shadow: 0 4px 20px 0 rgba(25, 25, 27, 0.06);
  background: #fff;
  border-radius: 14px;
  padding: 16px 16px;
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
@media only screen and (min-width: 600px) {
  .basket-product {
    gap: 16px;
  }
}
@media only screen and (min-width: 1180px) {
  .basket-product {
    padding: 20px 24px;
  }
}
@media only screen and (min-width: 1440px) {
  .basket-product {
    padding: 20px 30px;
    padding-bottom: 33px;
    gap: 30px;
  }
}
.basket-product_removed {
  background: rgba(241, 28, 57, 0.1);
  box-shadow: none;
}
@media only screen and (min-width: 1440px) {
  .basket-product_removed {
    padding-bottom: 20px;
  }
}
.basket-product__media {
  flex: none;
  width: 31%;
  padding-bottom: 26px;
}
@media only screen and (min-width: 768px) {
  .basket-product__media {
    padding: 0;
    display: flex;
    align-items: center;
    gap: 6px;
    width: 21%;
  }
}
@media only screen and (min-width: 900px) {
  .basket-product__media {
    width: 22.5%;
  }
}
@media only screen and (min-width: 1180px) {
  .basket-product__media {
    width: 18%;
  }
}
@media only screen and (min-width: 1440px) {
  .basket-product__media {
    gap: 24px;
    width: 13%;
  }
}
.basket-product__media_removed {
  display: none;
}
@media only screen and (min-width: 768px) {
  .basket-product__media_removed {
    display: block;
  }
}
.basket-product__img {
  border-radius: 14px;
  display: block;
  width: 100%;
  aspect-ratio: 1.3;
}
.basket-product__content {
  flex: 1;
  width: 100px;
  margin-top: 4px;
}
@media only screen and (min-width: 768px) {
  .basket-product__content {
    display: flex;
    align-items: flex-start;
    margin-top: 0;
    gap: 18px;
  }
}
@media only screen and (min-width: 1440px) {
  .basket-product__content {
    margin-top: 4px;
  }
}
.basket-product__content_removed {
  margin: 0;
}
.basket-product__checkbox {
  position: absolute;
  top: 20px;
  right: 16px;
  z-index: 10;
  flex: none;
}
@media only screen and (min-width: 768px) {
  .basket-product__checkbox {
    position: relative;
    top: 0;
    right: 0;
  }
}
@media only screen and (min-width: 768px) {
  .basket-product__info {
    width: 51%;
  }
}
@media only screen and (min-width: 1180px) {
  .basket-product__info {
    width: 56%;
  }
}
@media only screen and (min-width: 1440px) {
  .basket-product__info {
    width: 66%;
  }
}
.basket-product__art {
  font-size: 10px;
  gap: 3px;
  align-items: flex-end;
}
@media only screen and (min-width: 600px) {
  .basket-product__art {
    font-size: 11px;
  }
}
@media only screen and (min-width: 1180px) {
  .basket-product__art {
    font-size: 12px;
  }
}
.basket-product__art-icon {
  margin-left: 2px;
}
.basket-product__removed {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 11px;
  line-height: 1.6;
  color: #f63751;
}
@media only screen and (min-width: 1180px) {
  .basket-product__removed {
    font-size: 13px;
  }
}
@media only screen and (min-width: 1440px) {
  .basket-product__removed {
    font-size: 15px;
  }
}
.basket-product__title {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 10px;
  line-height: 1.6;
  color: #4b4e51;
  margin-top: 5px;
}
@media only screen and (min-width: 900px) {
  .basket-product__title {
    margin-top: 8px;
  }
}
@media only screen and (min-width: 1180px) {
  .basket-product__title {
    font-size: 13px;
  }
}
@media only screen and (min-width: 1440px) {
  .basket-product__title {
    font-size: 15px;
  }
}
.basket-product__delivery {
  font-size: 10px;
  gap: 3px;
  margin-top: 7px;
}
@media only screen and (min-width: 600px) {
  .basket-product__delivery {
    font-size: 11px;
  }
}
@media only screen and (min-width: 1180px) {
  .basket-product__delivery {
    font-size: 12px;
  }
}
.basket-product__count {
  margin-top: 13px;
  display: flex;
  align-items: center;
  gap: 10px;
}
@media only screen and (min-width: 768px) {
  .basket-product__count {
    display: block;
    margin-top: 0;
    flex: none;
    width: 61px;
    margin-top: 22px;
  }
}
@media only screen and (min-width: 1180px) {
  .basket-product__count {
    width: 67px;
    margin-top: 27px;
  }
}
@media only screen and (min-width: 1440px) {
  .basket-product__count {
    width: 70px;
    margin-left: 26px;
  }
}
.basket-product__count-form {
  width: 63px;
}
@media only screen and (min-width: 768px) {
  .basket-product__count-form {
    width: 100%;
  }
}
@media only screen and (min-width: 900px) {
  .basket-product__count-form-input {
    font-size: 13px;
  }
}
@media only screen and (min-width: 1440px) {
  .basket-product__count-form-input {
    font-size: 15px;
  }
}
.basket-product__count-info {
  font-size: 10px;
  gap: 3px;
}
@media only screen and (min-width: 768px) {
  .basket-product__count-info {
    flex-direction: column;
    margin-top: 13px;
  }
}
@media only screen and (min-width: 1180px) {
  .basket-product__count-info {
    font-size: 12px;
  }
}
@media only screen and (min-width: 1440px) {
  .basket-product__count-info {
    margin-top: 15px;
  }
}
.basket-product__price {
  margin-top: 10px;
  gap: 8px 7px;
  align-items: flex-end;
}
@media only screen and (min-width: 768px) {
  .basket-product__price {
    flex-wrap: wrap;
    margin: 0;
    flex: 1;
    width: 100px;
    gap: 12px 7px;
    margin-top: 22px;
    justify-content: flex-end;
    text-align: right;
  }
}
@media only screen and (min-width: 1180px) {
  .basket-product__price {
    margin-left: 0;
    margin-top: 27px;
  }
}
@media only screen and (min-width: 1440px) {
  .basket-product__price {
    margin-left: auto;
    margin-top: 25px;
    margin-right: 20px;
    min-width: 130px;
  }
}
.basket-product__price-val {
  font-size: 14px;
}
@media only screen and (min-width: 600px) {
  .basket-product__price-val {
    font-size: 15px;
  }
}
@media only screen and (min-width: 768px) {
  .basket-product__price-val {
    width: 100%;
    order: 1;
  }
}
@media only screen and (min-width: 1180px) {
  .basket-product__price-val {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1440px) {
  .basket-product__price-val {
    font-size: 20px;
  }
}
.basket-product__price-old {
  font-size: 11px;
}
@media only screen and (min-width: 600px) {
  .basket-product__price-old {
    font-size: 12px;
    order: 3;
  }
}
@media only screen and (min-width: 1180px) {
  .basket-product__price-old {
    font-size: 13px;
  }
}
@media only screen and (min-width: 1440px) {
  .basket-product__price-old {
    font-size: 15px;
  }
}
@media only screen and (min-width: 600px) {
  .basket-product__price-sale {
    font-size: 11px;
    order: 2;
  }
}
@media only screen and (min-width: 1180px) {
  .basket-product__price-sale {
    font-size: 12px;
  }
}
@media only screen and (min-width: 1440px) {
  .basket-product__price-sale {
    font-size: 13px;
  }
}
.basket-product__actions {
  display: flex;
  align-items: center;
  gap: 24px;
  position: absolute;
  bottom: 16px;
  left: 16px;
  z-index: 10;
}
@media only screen and (min-width: 768px) {
  .basket-product__actions {
    position: relative;
    bottom: 0;
    left: 0;
    flex-direction: column;
    align-self: flex-start;
    gap: 17px;
    margin-top: 2px;
  }
}
@media only screen and (min-width: 1180px) {
  .basket-product__actions {
    flex-direction: row-reverse;
    margin-top: 0;
    gap: 20px;
    margin-top: 27px;
  }
}
@media only screen and (min-width: 1440px) {
  .basket-product__actions {
    gap: 40px;
    margin-top: 25px;
  }
}
.basket-product__remove {
  width: 16px;
  height: 16px;
  padding: 2px;
  fill: #4b4e51;
  stroke: #4b4e51;
  transition: 0.3s;
}
@media (hover: hover) {
  .basket-product__remove {
    cursor: pointer;
  }
  .basket-product__remove:hover {
    fill: #f60;
    stroke: #f60;
  }
}
@media only screen and (min-width: 600px) {
  .basket-product__remove {
    width: 18px;
    height: 18px;
  }
}
.basket-product__favorite {
  width: 16px;
  height: 16px;
}
@media only screen and (min-width: 600px) {
  .basket-product__favorite {
    width: 18px;
    height: 18px;
  }
}
.basket-product__recover {
  margin-top: 2px;
  gap: 10px;
}
@media (hover: hover) {
  .switcher__el {
    cursor: pointer;
  }
}
@media only screen and (min-width: 768px) {
  .switcher {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-left: -8px;
    margin-right: -8px;
    gap: 10px 0;
  }
}
@media only screen and (min-width: 768px) and (min-width: 1180px) {
  .switcher {
    margin-left: -10px;
    margin-right: -10px;
    gap: 20px 0;
  }
}
.switcher__el {
  margin-top: 10px;
  display: block;
}
@media only screen and (min-width: 768px) {
  .switcher__el {
    padding: 0 8px;
    width: 33.33333%;
    margin: 0;
  }
}
@media only screen and (min-width: 1180px) {
  .switcher__el {
    padding: 0 10px;
  }
}
.switcher__el:first-child {
  margin-top: 0;
}
@media only screen and (min-width: 768px) {
  .switcher__el_2 {
    width: 100%;
  }
}
@media only screen and (min-width: 1440px) {
  .switcher__el_2 {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .switcher__el_3 {
    width: 100%;
  }
}
@media only screen and (min-width: 1440px) {
  .switcher__el_3 {
    width: 50%;
  }
}
.switcher__input {
  display: none;
}
.switcher__icons {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-left: auto;
}
@media only screen and (min-width: 1180px) {
  .switcher__icons {
    gap: 20px;
  }
}
.switcher__content {
  display: flex;
  align-items: center;
  gap: 8px;
}
@media only screen and (min-width: 768px) {
  .switcher__content {
    min-height: 48px;
    padding: 5px 15px;
    border: 1px solid #d5dde3;
    border-radius: 14px;
    background: #fff;
  }
  .switcher__input:checked + .switcher__content {
    background: rgba(254, 220, 197, 0.3);
    border-color: #fb9031;
  }
}
@media only screen and (min-width: 1180px) {
  .switcher__content {
    min-height: 56px;
    padding: 5px 18px;
    gap: 16px;
  }
}
@media only screen and (min-width: 1440px) {
  .switcher__content {
    min-height: 66px;
  }
}
.switcher__content_2 {
  border: 1px solid #d5dde3;
  border-radius: 14px;
  min-height: 48px;
  padding: 5px 15px;
  overflow: hidden;
  transition: 0.3s;
}
.switcher__input:checked + .switcher__content_2 {
  background: rgba(254, 220, 197, 0.3);
  border-color: #fb9031;
}
@media only screen and (min-width: 1180px) {
  .switcher__content_2 {
    min-height: 66px;
    padding: 5px 18px;
    gap: 16px;
  }
}
.switcher__content_padding {
  padding: 5px 20px;
  gap: 14px;
}
@media only screen and (min-width: 1180px) {
  .switcher__content_padding {
    min-height: 54px;
  }
}
@media only screen and (min-width: 1440px) {
  .switcher__content_padding {
    min-height: 65px;
  }
}
.switcher__icon {
  margin-left: auto;
}
@media only screen and (min-width: 1180px) {
  .switcher__icon {
    height: 16px;
    width: auto;
  }
}
@media only screen and (min-width: 1180px) {
  .switcher__icon_sbp {
    height: 42px;
    width: auto;
  }
}
@media only screen and (min-width: 1180px) {
  .switcher__icon_invoice {
    height: 40px;
  }
}
.switcher__circle {
  flex: none;
  border: 1px solid #cad1d8;
  border-radius: 20px;
  width: 16px;
  height: 16px;
  padding: 2px;
  display: flex;
  transition: 0.3s;
}
.switcher__input:checked + .switcher__content .switcher__circle {
  border-color: #fb9031;
}
.switcher__circle-point {
  border-radius: 20px;
  width: 100%;
  height: 100%;
  background: #fb9031;
  opacity: 0;
  transition: 0.3s;
}
.switcher__input:checked + .switcher__content .switcher__circle-point {
  opacity: 1;
}
.switcher__text {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 11px;
  line-height: 1.2;
  display: block;
  color: #4b4e51;
}
@media only screen and (min-width: 1180px) {
  .switcher__text {
    font-size: 13px;
  }
}
@media only screen and (min-width: 1440px) {
  .switcher__text {
    font-size: 15px;
  }
}
.switcher__hint {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
@media only screen and (min-width: 600px) {
  .switcher__hint {
    max-width: 400px;
  }
}
.switcher__hint-icon {
  flex: none;
  font-size: 0;
  width: 16px;
  height: 16px;
  stroke: #9c9e9f;
  fill: #9c9e9f;
}
.switcher__hint-text {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 10px;
  line-height: 1.4;
  color: #9c9e9f;
}
@media only screen and (min-width: 1180px) {
  .switcher__hint-text {
    font-size: 13px;
  }
}
@media only screen and (min-width: 1440px) {
  .switcher__hint-text {
    font-size: 14px;
  }
}
.popup-mobile {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  background: #fff;
  z-index: 999;
  display: none;
}
.popup-mobile__wrap {
  min-height: 100%;
  display: flex;
  width: 100%;
}
.popup-mobile__content {
  min-height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.popup-mobile__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.popup-mobile__title {
  padding: 10px;
  flex: 1;
  text-align: center;
}
.popup-mobile__button {
  height: 42px;
  width: 52px;
  padding: 14px;
}
.popup-mobile__map {
  display: block;
  width: 100%;
  height: 150px;
  flex: 1;
}
.popup-mobile__body {
  box-shadow: 0 4px 20px 0 rgba(25, 25, 27, 0.06);
  background: #fff;
  border-radius: 14px 14px 0 0;
  padding: 16px 16px;
}
.popup-mobile__title2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 11px;
  line-height: 1.6;
  color: #4b4e51;
}
@media only screen and (min-width: 1180px) {
  .popup-mobile__title2 {
    font-size: 13px;
  }
}
@media only screen and (min-width: 1440px) {
  .popup-mobile__title2 {
    font-size: 15px;
  }
}
.popup-mobile__text {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 11px;
  line-height: 1.2;
  color: #4b4e51;
  margin-top: 5px;
}
@media only screen and (min-width: 1180px) {
  .popup-mobile__text {
    font-size: 13px;
  }
}
@media only screen and (min-width: 1440px) {
  .popup-mobile__text {
    font-size: 15px;
  }
}
.popup-mobile__el {
  margin-top: 17px;
}
.popup-mobile__el:first-child {
  margin-top: 0;
}
.popup-mobile__location {
  margin-top: 16px;
}
.popup-mobile__select {
  margin-top: 15px;
}
