@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap");
.primaryBtn {
  width: fit-content;
  padding: 8px 12px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 500;
  font-style: Medium;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: var(--neutral-white);
  background: var(--primary-main-orange);
  text-transform: uppercase;
  transition: background 0.3s ease;
  border: none;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  position: relative;
  text-decoration: none;
}
.primaryBtn .counterWrapper {
  width: 16px;
  height: 16px;
  position: absolute;
  top: -2px;
  right: -2px;
  background: var(--primary-soft);
  border-radius: 2px;
  font-family: "Rubik", sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
}
.primaryBtn .counterWrapper p {
  font-weight: 500;
  font-style: Medium;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: rgb(28, 30, 34);
}
.primaryBtn .counterWrapper span {
  display: none;
  font-family: var(--font-family-Rubik);
  font-weight: 500;
  font-style: Medium;
  font-size: 8px;
  color: rgb(28, 30, 34);
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: bottom;
}
.primaryBtn:disabled {
  color: var(--gray);
  background: var(--primary-soft);
}
.primaryBtn:disabled:hover {
  cursor: not-allowed;
  background: var(--primary-soft);
}
.primaryBtn:hover {
  cursor: pointer;
  transition: background 0.3s ease;
  background: var(--primary-main-orange-hover);
}

.secondaryBtn {
  width: fit-content;
  padding: 8px 12px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 500;
  font-style: Medium;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  color: var(--primary-main-orange);
  background: transparent;
  border: 1.5px solid var(--primary-main-orange);
  text-transform: uppercase;
  transition: all 0.3s ease;
  border-radius: 2px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
}
.secondaryBtn span {
  display: none;
  transition: all 0.3s ease;
}
.secondaryBtn i {
  font-size: 20px;
  transition: all 0.3s ease;
}
.secondaryBtn:disabled {
  color: var(--gray);
  background: var(--primary-soft);
  border-color: transparent;
}

.secondaryBtn:not(:disabled):hover {
  cursor: pointer;
  transition: background 0.3s ease;
  background: var(--primary-main-orange-hover);
  color: var(--primary-soft);
}

.ghostBtn {
  width: fit-content;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 500;
  font-style: Medium;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: var(--secondary-dark-soft);
  background: transparent;
  text-transform: uppercase;
  transition: background 0.3s ease;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
}
.ghostBtn i {
  font-size: 20px;
}
.ghostBtn :disabled {
  color: var(--gray);
  background: var(--primary-soft);
}
.ghostBtn:hover {
  cursor: pointer;
  transition: background 0.3s ease;
  color: var(--secondary-dark);
}

.banner_container {
  margin: 0 auto;
  padding: 32px 16px 11px;
}
.banner_container h1 {
  font-family: var(--font-family-Roboto);
  font-weight: 500;
  font-style: Medium;
  font-size: 40px;
  color: rgb(43, 45, 51);
  line-height: 115%;
  letter-spacing: 0%;
}
.banner_container h1 span {
  font-family: var(--font-family-Roboto);
  font-weight: 500;
  font-style: Medium;
  font-size: 40px;
  line-height: 115%;
  letter-spacing: 0%;
  color: var(--primary-main-orange);
}
.banner_container .banner_content {
  margin-top: 16px;
}
.banner_container .banner_content .banner {
  width: 100%;
  height: 320px;
}
.banner_container .banner_content .banner img {
  width: 100%;
  height: 320px;
  object-fit: cover;
}
.banner_container .banner_content .bannerSlider__nav {
  display: none;
}
.banner_container .banner_content .banner_content_prodCard {
  margin-top: 16px;
  display: flex;
}
.banner_container .banner_content .banner_content_prodCard .prodCard_content {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.banner_container .banner_content .banner_content_prodCard .prodCard_content h2 {
  font-family: var(--font-family-Roboto);
  font-weight: 500;
  font-style: Medium;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  height: 80px;
  color: rgb(43, 45, 51);
}
.banner_container .banner_content .banner_content_prodCard .prodCard_content hr {
  border: none;
  height: 1px;
  background: var(--gray);
}
.banner_container .banner_content .banner_content_prodCard .prodCard_content .prodCard_content_bottomBox p {
  font-family: var(--font-family-Roboto);
  font-weight: 500;
  font-style: Medium;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
}
.banner_container .banner_content .banner_content_prodCard .prodCard_content .prodCard_content_bottomBox p span {
  font-family: var(--font-family-Roboto);
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  color: rgb(159, 159, 159);
}
.banner_container .banner_content .banner_content_prodCard .prodCard_content .prodCard_content_bottomBox a {
  width: 114px;
  height: 32px;
  display: flex;
  align-items: center;
  font-family: var(--font-family-Roboto);
  font-weight: 500;
  font-style: Medium;
  font-size: 14px;
  color: rgb(255, 111, 57);
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
  text-decoration: none;
  text-transform: uppercase;
  gap: 4px;
  margin-top: 8px;
}
.banner_container .banner_content .banner_content_prodCard .prodCard_content .prodCard_content_bottomBox a i {
  font-size: 16px;
}

@media screen and (min-width: 768px) {
  .banner_container {
    width: 100%;
    max-width: 1728px;
    margin: 0 auto;
    padding: 64px 32px;
    height: fit-content;
  }
  .banner_container h1 {
    font-family: var(--font-family-Roboto);
    font-weight: 500;
    font-style: Medium;
    font-size: 56px;
    color: rgb(43, 45, 51);
    line-height: 115%;
    letter-spacing: 0%;
  }
  .banner_container h1 span {
    font-family: var(--font-family-Roboto);
    font-weight: 500;
    font-style: Medium;
    font-size: 56px;
    line-height: 115%;
    letter-spacing: 0%;
    color: var(--primary-main-orange);
  }
  .banner_container .banner_content {
    margin-top: 16px;
    display: flex;
    gap: 24px;
  }
  .banner_container .banner_content .banner {
    display: none;
  }
  .banner_container .banner_content .bannerSlider {
    display: flex;
    position: relative;
  }
  .banner_container .banner_content .bannerSlider .swiper-wrapper {
    height: 382px;
    border-radius: 4px;
  }
  .banner_container .banner_content .bannerSlider .swiper-wrapper .swiper-slide {
    width: 100%;
    border-radius: 4px;
  }
  .banner_container .banner_content .bannerSlider .swiper-wrapper .swiper-slide img {
    border-radius: 4px;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .banner_container .banner_content .bannerSlider .bannerSlider__nav {
    display: flex;
    position: absolute;
    bottom: 16px;
    right: 16px;
    z-index: 90;
    gap: 8px;
  }
  .banner_container .banner_content .bannerSlider .bannerSlider__nav .bannerSlide__prev button,
  .banner_container .banner_content .bannerSlider .bannerSlider__nav .bannerSlide__next button {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-color: rgb(43, 45, 51);
    color: rgb(43, 45, 51);
  }
  .banner_container .banner_content .bannerSlider .bannerSlider__nav .bannerSlide__prev button:hover,
  .banner_container .banner_content .bannerSlider .bannerSlider__nav .bannerSlide__next button:hover {
    background: rgb(43, 45, 51);
    color: #fff;
  }
  .banner_container .banner_content .cable {
    width: 431px;
  }
  .banner_container .banner_content .banner_content_prodCard {
    margin-top: 0;
    display: flex;
    flex-direction: column;
    flex: 0 0 249px;
  }
  .banner_container .banner_content .banner_content_prodCard .cablePicture {
    width: 249px;
  }
  .banner_container .banner_content .banner_content_prodCard .prodCard_content {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 249px;
  }
  .banner_container .banner_content .banner_content_prodCard .prodCard_content h2 {
    font-family: var(--font-family-Roboto);
    font-weight: 500;
    font-style: Medium;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    height: fit-content;
    margin-top: 10px;
    color: rgb(43, 45, 51);
  }
  .banner_container .banner_content .banner_content_prodCard .prodCard_content hr {
    border: none;
    height: 1px;
    background: var(--gray);
  }
  .banner_container .banner_content .banner_content_prodCard .prodCard_content .prodCard_content_bottomBox {
    display: flex;
    align-items: center;
  }
  .banner_container .banner_content .banner_content_prodCard .prodCard_content .prodCard_content_bottomBox p {
    font-family: var(--font-family-Roboto);
    font-weight: 500;
    font-style: Medium;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
  }
  .banner_container .banner_content .banner_content_prodCard .prodCard_content .prodCard_content_bottomBox p span {
    font-family: var(--font-family-Roboto);
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    color: rgb(159, 159, 159);
  }
  .banner_container .banner_content .banner_content_prodCard .prodCard_content .prodCard_content_bottomBox a {
    width: 114px;
    height: 32px;
    display: flex;
    align-items: center;
    font-family: var(--font-family-Roboto);
    font-weight: 500;
    font-style: Medium;
    font-size: 14px;
    color: rgb(255, 111, 57);
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: middle;
    text-decoration: none;
    text-transform: uppercase;
    gap: 4px;
    margin-top: 0;
    padding: 0px 10px;
  }
  .banner_container .banner_content .banner_content_prodCard .prodCard_content .prodCard_content_bottomBox a i {
    font-size: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .banner_container {
    width: 100%;
    max-width: 1728px;
    margin: 0 auto;
    height: fit-content;
    padding: 64px 48px;
  }
  .banner_container h1 {
    font-family: var(--font-family-Roboto);
    font-weight: 500;
    font-style: Medium;
    font-size: 56px;
    color: rgb(43, 45, 51);
    line-height: 115%;
    letter-spacing: 0%;
  }
  .banner_container h1 span {
    font-family: var(--font-family-Roboto);
    font-weight: 500;
    font-style: Medium;
    font-size: 56px;
    line-height: 115%;
    letter-spacing: 0%;
    color: var(--primary-main-orange);
  }
  .banner_container .banner_content {
    margin-top: 16px;
    display: flex;
    gap: 24px;
  }
  .banner_container .banner_content .bannerSlider {
    width: 100%;
    position: relative;
  }
  .banner_container .banner_content .bannerSlider .swiper-wrapper {
    width: 100%;
    height: 382px;
    border-radius: 4px;
  }
  .banner_container .banner_content .bannerSlider .swiper-wrapper .swiper-slide {
    width: 100%;
    border-radius: 4px;
  }
  .banner_container .banner_content .bannerSlider .swiper-wrapper .swiper-slide img {
    border-radius: 4px;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .banner_container .banner_content .bannerSlider .bannerSlider__nav {
    display: flex;
    position: absolute;
    bottom: 16px;
    right: 16px;
    z-index: 90;
    gap: 8px;
  }
  .banner_container .banner_content .bannerSlider .bannerSlider__nav .bannerSlide__prev button,
  .banner_container .banner_content .bannerSlider .bannerSlider__nav .bannerSlide__next button {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-color: rgb(43, 45, 51);
    color: rgb(43, 45, 51);
  }
  .banner_container .banner_content .bannerSlider .bannerSlider__nav .bannerSlide__prev button:hover,
  .banner_container .banner_content .bannerSlider .bannerSlider__nav .bannerSlide__next button:hover {
    background: rgb(43, 45, 51);
    color: #fff;
  }
  .banner_container .banner_content .banner_content_prodCard {
    margin-top: 0px;
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .banner_container .banner_content .banner_content_prodCard .cablePicture {
    width: 293px;
  }
  .banner_container .banner_content .banner_content_prodCard .prodCard_content {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
  }
  .banner_container .banner_content .banner_content_prodCard .prodCard_content h2 {
    font-family: var(--font-family-Roboto);
    font-weight: 500;
    font-style: Medium;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    height: fit-content;
    color: rgb(43, 45, 51);
  }
  .banner_container .banner_content .banner_content_prodCard .prodCard_content hr {
    border: none;
    height: 1px;
    background: var(--gray);
  }
  .banner_container .banner_content .banner_content_prodCard .prodCard_content .prodCard_content_bottomBox {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .banner_container .banner_content .banner_content_prodCard .prodCard_content .prodCard_content_bottomBox p {
    font-family: var(--font-family-Roboto);
    font-weight: 500;
    font-style: Medium;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
  }
  .banner_container .banner_content .banner_content_prodCard .prodCard_content .prodCard_content_bottomBox p span {
    font-family: var(--font-family-Roboto);
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    color: rgb(159, 159, 159);
  }
  .banner_container .banner_content .banner_content_prodCard .prodCard_content .prodCard_content_bottomBox a {
    width: 114px;
    height: 32px;
    display: flex;
    align-items: center;
    font-family: var(--font-family-Roboto);
    font-weight: 500;
    font-style: Medium;
    font-size: 14px;
    color: rgb(255, 111, 57);
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: middle;
    text-decoration: none;
    text-transform: uppercase;
    gap: 4px;
    margin-top: 0;
    padding: 0px 10px;
  }
  .banner_container .banner_content .banner_content_prodCard .prodCard_content .prodCard_content_bottomBox a i {
    font-size: 16px;
  }
}
@media screen and (min-width: 1440px) {
  .banner_container {
    width: 100%;
    max-width: 1728px;
    margin: 0 auto;
    height: fit-content;
    padding: 80px;
  }
  .banner_container h1 {
    font-family: var(--font-family-Roboto);
    font-weight: 500;
    font-style: Medium;
    font-size: 112px;
    color: rgb(43, 45, 51);
    line-height: 115%;
    letter-spacing: 0%;
  }
  .banner_container h1 span {
    font-family: var(--font-family-Roboto);
    font-weight: 500;
    font-style: Medium;
    font-size: 112px;
    line-height: 115%;
    letter-spacing: 0%;
    color: var(--primary-main-orange);
  }
  .banner_container .banner_content {
    margin-top: 24px;
    display: flex;
    gap: 24px;
  }
  .banner_container .banner_content .bannerSlider {
    width: 100%;
    position: relative;
  }
  .banner_container .banner_content .bannerSlider .swiper-wrapper {
    height: 382px;
    border-radius: 4px;
  }
  .banner_container .banner_content .bannerSlider .swiper-wrapper .swiper-slide {
    width: 100%;
    border-radius: 4px;
  }
  .banner_container .banner_content .bannerSlider .swiper-wrapper .swiper-slide img {
    border-radius: 4px;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .banner_container .banner_content .bannerSlider .bannerSlider__nav {
    display: flex;
    position: absolute;
    bottom: 16px;
    right: 16px;
    z-index: 90;
    gap: 8px;
  }
  .banner_container .banner_content .bannerSlider .bannerSlider__nav .bannerSlide__prev button,
  .banner_container .banner_content .bannerSlider .bannerSlider__nav .bannerSlide__next button {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-color: rgb(43, 45, 51);
    color: rgb(43, 45, 51);
  }
  .banner_container .banner_content .bannerSlider .bannerSlider__nav .bannerSlide__prev button:hover,
  .banner_container .banner_content .bannerSlider .bannerSlider__nav .bannerSlide__next button:hover {
    background: rgb(43, 45, 51);
    color: #fff;
  }
  .banner_container .banner_content .banner_content_prodCard {
    margin-top: 0px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    flex: 0 0 383px;
  }
  .banner_container .banner_content .banner_content_prodCard picture {
    flex: 0 0 300px;
    margin-left: auto;
    margin-right: auto;
  }
  .banner_container .banner_content .banner_content_prodCard .cablePicture {
    width: 300px;
  }
  .banner_container .banner_content .banner_content_prodCard .prodCard_content {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
  }
  .banner_container .banner_content .banner_content_prodCard .prodCard_content h2 {
    font-family: var(--font-family-Roboto);
    font-weight: 500;
    font-style: Medium;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;
    height: fit-content;
    color: rgb(43, 45, 51);
  }
  .banner_container .banner_content .banner_content_prodCard .prodCard_content hr {
    border: none;
    height: 1px;
    background: var(--gray);
  }
  .banner_container .banner_content .banner_content_prodCard .prodCard_content .prodCard_content_bottomBox {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .banner_container .banner_content .banner_content_prodCard .prodCard_content .prodCard_content_bottomBox p {
    font-family: var(--font-family-Roboto);
    font-weight: 500;
    font-style: Medium;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
  }
  .banner_container .banner_content .banner_content_prodCard .prodCard_content .prodCard_content_bottomBox p span {
    font-family: var(--font-family-Rubik);
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    color: rgb(159, 159, 159);
  }
  .banner_container .banner_content .banner_content_prodCard .prodCard_content .prodCard_content_bottomBox a {
    width: 114px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: var(--font-family-Roboto);
    font-weight: 500;
    font-style: Medium;
    font-size: 14px;
    color: rgb(255, 111, 57);
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: middle;
    text-decoration: none;
    text-transform: uppercase;
    gap: 4px;
    margin-top: 0;
    padding: 0px 0px;
  }
  .banner_container .banner_content .banner_content_prodCard .prodCard_content .prodCard_content_bottomBox a i {
    font-size: 16px;
  }
}
@media screen and (min-width: 1920px) {
  .banner_container {
    width: 100%;
    max-width: 1728px !important;
    margin: 0 auto;
    height: fit-content;
    padding: 96px 0px;
  }
  .banner_container h1 {
    font-family: var(--font-family-Roboto);
    font-weight: 500;
    font-style: Medium;
    font-size: 112px;
    color: rgb(43, 45, 51);
    line-height: 115%;
    letter-spacing: 0%;
  }
  .banner_container h1 span {
    font-family: var(--font-family-Roboto);
    font-weight: 500;
    font-style: Medium;
    font-size: 112px;
    line-height: 115%;
    letter-spacing: 0%;
    color: var(--primary-main-orange);
  }
  .banner_container .banner_content {
    margin-top: 24px;
    display: flex;
    gap: 24px;
  }
  .banner_container .banner_content .bannerSlider {
    width: 100%;
    position: relative;
  }
  .banner_container .banner_content .bannerSlider .swiper-wrapper {
    height: 515px;
    border-radius: 4px;
  }
  .banner_container .banner_content .bannerSlider .swiper-wrapper .swiper-slide {
    width: 100%;
    border-radius: 4px;
  }
  .banner_container .banner_content .bannerSlider .swiper-wrapper .swiper-slide img {
    border-radius: 4px;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .banner_container .banner_content .bannerSlider .bannerSlider__nav {
    display: flex;
    position: absolute;
    bottom: 16px;
    right: 16px;
    z-index: 90;
    gap: 8px;
  }
  .banner_container .banner_content .bannerSlider .bannerSlider__nav .bannerSlide__prev button,
  .banner_container .banner_content .bannerSlider .bannerSlider__nav .bannerSlide__next button {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-color: rgb(43, 45, 51);
    color: rgb(43, 45, 51);
  }
  .banner_container .banner_content .bannerSlider .bannerSlider__nav .bannerSlide__prev button:hover,
  .banner_container .banner_content .bannerSlider .bannerSlider__nav .bannerSlide__next button:hover {
    background: rgb(43, 45, 51);
    color: #fff;
  }
  .banner_container .banner_content .banner_content_prodCard {
    margin-top: 0px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    flex: 0 0 526px;
  }
  .banner_container .banner_content .banner_content_prodCard picture {
    flex: 0 0 350px;
    margin-left: auto;
    margin-right: auto;
  }
  .banner_container .banner_content .banner_content_prodCard .cablePicture {
    width: 350px;
  }
  .banner_container .banner_content .banner_content_prodCard .prodCard_content {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
  }
  .banner_container .banner_content .banner_content_prodCard .prodCard_content h2 {
    font-family: var(--font-family-Roboto);
    font-weight: 500;
    font-style: Medium;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;
    height: fit-content;
    color: rgb(43, 45, 51);
  }
  .banner_container .banner_content .banner_content_prodCard .prodCard_content hr {
    border: none;
    height: 1px;
    background: var(--gray);
  }
  .banner_container .banner_content .banner_content_prodCard .prodCard_content .prodCard_content_bottomBox {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .banner_container .banner_content .banner_content_prodCard .prodCard_content .prodCard_content_bottomBox p {
    font-family: var(--font-family-Roboto);
    font-weight: 500;
    font-style: Medium;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;
  }
  .banner_container .banner_content .banner_content_prodCard .prodCard_content .prodCard_content_bottomBox p span {
    font-family: var(--font-family-Roboto);
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    color: rgb(159, 159, 159);
  }
  .banner_container .banner_content .banner_content_prodCard .prodCard_content .prodCard_content_bottomBox a {
    width: 114px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: var(--font-family-Roboto);
    font-weight: 500;
    font-style: Medium;
    font-size: 14px;
    color: rgb(255, 111, 57);
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: middle;
    text-decoration: none;
    text-transform: uppercase;
    gap: 4px;
    margin-top: 0;
    padding: 0px 0px;
  }
  .banner_container .banner_content .banner_content_prodCard .prodCard_content .prodCard_content_bottomBox a i {
    font-size: 16px;
  }
}
header {
  width: 100%;
  height: 56px;
  padding: 8px 0px;
  background: var(--neutral-white);
  position: fixed;
  top: 0;
  z-index: 999;
  border-bottom: 1px solid rgb(243, 243, 243);
}
header .container {
  margin: 0 auto;
  height: 40px;
  padding: 0 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  top: 0;
}
header .container .header_leftSide_wrapper .header_leftSide {
  display: flex;
  gap: 4px;
  align-items: center;
  flex-direction: row;
}
header .container .header_leftSide_wrapper .header_leftSide .ghostBtn {
  width: 40px;
  height: 40px;
}
header .container .header_leftSide_wrapper .header_leftSide .ghostBtn .btn-text {
  display: none;
}
header .container .header_leftSide_wrapper .header_leftSide .ghostBtn i {
  font-size: 20px;
}
header .container .header_leftSide_wrapper .header_nav {
  display: none;
}
header .container .header_rightSide {
  display: flex;
  gap: 4px;
}
header .container .header_rightSide .header_r_link {
  display: none !important;
  text-decoration: none;
}
header .container .header_rightSide .secondaryBtn {
  height: 40px;
  padding: 12px;
}
header .container .header_rightSide .secondaryBtn span {
  display: block;
}
header .container .header_rightSide .primaryBtn {
  width: 40px;
  height: 40px;
  padding: 10px;
}
header .container .header_rightSide .primaryBtn .counterWrapper p {
  display: flex;
  align-items: end;
}
header .container .header_rightSide .primaryBtn span {
  display: flex;
}
header .container .header_rightSide .primaryBtn .btn-text {
  display: none;
}
header .container .header_rightSide .primaryBtn i {
  font-size: 20px;
}

@media screen and (min-width: 768px) {
  header {
    width: 100%;
    height: 72px;
    padding: 8px 0px;
    background: var(--neutral-white);
    position: fixed;
    top: 0;
    z-index: 999;
    border-bottom: 1px solid rgb(243, 243, 243);
  }
  header .container {
    height: fit-content;
    margin: 0 auto;
    padding: 0 32px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  header .container .header_leftSide_wrapper .header_leftSide {
    display: flex;
    gap: 24px;
    align-items: center;
    flex-direction: row-reverse;
  }
  header .container .header_leftSide_wrapper .header_leftSide .ghostBtn {
    width: 98px;
    height: 40px;
  }
  header .container .header_leftSide_wrapper .header_leftSide .ghostBtn .btn-text {
    display: block;
  }
  header .container .header_leftSide_wrapper .header_leftSide .ghostBtn i {
    font-size: 20px;
  }
  header .container .header_leftSide_wrapper .header_leftSide img {
    width: 112px;
    height: 48px;
  }
  header .container .header_rightSide {
    display: flex;
    gap: 4px;
  }
  header .container .header_rightSide .secondaryBtn {
    width: 139px;
    height: 48px;
    padding: 12px 24px;
    display: flex;
    gap: 4px;
    justify-content: center;
    align-items: center;
  }
  header .container .header_rightSide .secondaryBtn i {
    font-size: 24px;
  }
  header .container .header_rightSide .primaryBtn {
    width: 145px;
    height: 48px;
    padding: 12px 24px;
    display: flex;
    align-items: center;
    gap: 4px;
  }
  header .container .header_rightSide .primaryBtn .counterWrapper {
    position: static;
    width: 20px;
    height: 20px;
  }
  header .container .header_rightSide .primaryBtn .counterWrapper p {
    font-size: 12px !important;
  }
  header .container .header_rightSide .primaryBtn .counterWrapper p span {
    font-size: 8px;
  }
  header .container .header_rightSide .primaryBtn .btn-text {
    height: 100%;
    display: flex;
    align-items: center;
    vertical-align: bottom;
  }
  header .container .header_rightSide .primaryBtn i {
    font-size: 24px;
  }
}
@media screen and (min-width: 1024px) {
  header {
    width: 100%;
    height: 72px;
    padding: 8px 0px;
    background: var(--neutral-white);
    position: fixed;
    top: 0;
    z-index: 999;
    border-bottom: 1px solid rgb(243, 243, 243);
  }
  header .container {
    height: fit-content;
    margin: 0 auto;
    padding: 0 48px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  header .container .header_leftSide_wrapper .header_leftSide {
    display: flex;
    gap: 24px;
    align-items: center;
    flex-direction: row-reverse;
  }
  header .container .header_leftSide_wrapper .header_leftSide .ghostBtn {
    width: 98px;
    height: 40px;
  }
  header .container .header_leftSide_wrapper .header_leftSide .ghostBtn .btn-text {
    display: block;
  }
  header .container .header_leftSide_wrapper .header_leftSide .ghostBtn i {
    font-size: 20px;
  }
  header .container .header_leftSide_wrapper .header_leftSide img {
    width: 112px;
    height: 48px;
  }
  header .container .header_rightSide {
    display: flex;
    gap: 4px;
  }
  header .container .header_rightSide .secondaryBtn {
    width: 139px;
    height: 48px;
    padding: 12px 24px;
    display: flex;
    gap: 4px;
    justify-content: center;
    align-items: center;
  }
  header .container .header_rightSide .secondaryBtn i {
    font-size: 24px;
  }
  header .container .header_rightSide .primaryBtn {
    width: 145px;
    height: 48px;
    padding: 12px 24px;
    display: flex;
    align-items: center;
    gap: 4px;
  }
  header .container .header_rightSide .primaryBtn .counterWrapper {
    position: static;
    width: 20px;
    height: 20px;
  }
  header .container .header_rightSide .primaryBtn .counterWrapper p {
    font-size: 12px !important;
  }
  header .container .header_rightSide .primaryBtn .counterWrapper p span {
    font-size: 8px;
  }
  header .container .header_rightSide .primaryBtn .btn-text {
    height: 100%;
    display: flex;
    align-items: center;
    vertical-align: bottom;
  }
  header .container .header_rightSide .primaryBtn i {
    font-size: 24px;
  }
}
@media screen and (min-width: 1440px) {
  header {
    width: 100%;
    height: 72px;
    padding: 8px 0px;
    background: var(--neutral-white);
    position: fixed;
    top: 0;
    z-index: 999;
    border-bottom: 1px solid rgb(243, 243, 243);
  }
  header .container {
    width: 100%;
    height: fit-content;
    margin: 0 auto;
    padding: 0 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  header .container .header_leftSide_wrapper {
    display: flex;
  }
  header .container .header_leftSide_wrapper .header_leftSide {
    display: flex;
    gap: 24px;
    align-items: center;
    flex-direction: row-reverse;
  }
  header .container .header_leftSide_wrapper .header_leftSide .ghostBtn {
    display: none;
    width: 98px;
    height: 40px;
  }
  header .container .header_leftSide_wrapper .header_leftSide .ghostBtn .btn-text {
    display: block;
  }
  header .container .header_leftSide_wrapper .header_leftSide .ghostBtn i {
    font-size: 20px;
  }
  header .container .header_leftSide_wrapper .header_leftSide img {
    width: 119px;
    height: 56px;
  }
  header .container .header_leftSide_wrapper .header_nav {
    display: flex !important;
    margin-left: 124px;
  }
  header .container .header_leftSide_wrapper .header_nav nav {
    display: flex;
    align-items: center;
  }
  header .container .header_leftSide_wrapper .header_nav nav ul {
    display: flex;
    flex-direction: row;
    gap: 8px;
  }
  header .container .header_leftSide_wrapper .header_nav nav ul li {
    list-style: none;
    padding: 8px 20px;
  }
  header .container .header_leftSide_wrapper .header_nav nav ul li a {
    text-decoration: none;
    font-family: var(--font-family-Rubik);
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0%;
    color: rgb(28, 30, 34);
  }
  header .container .header_leftSide_wrapper .header_nav nav ul li a:hover {
    color: #ff6f39;
  }
  header .container .header_rightSide {
    display: flex;
    gap: 4px;
  }
  header .container .header_rightSide .header_r_link {
    width: 40px !important;
    height: 40px !important;
    display: flex !important;
    padding: 0 !important;
  }
  header .container .header_rightSide .header_r_link span {
    display: none;
  }
  header .container .header_rightSide .header_r_link i {
    font-size: 20px;
  }
  header .container .header_rightSide .secondaryBtn:not(.header_r_link) {
    display: none !important;
    width: 139px;
    height: 48px;
    padding: 12px 24px;
    display: flex;
    gap: 4px;
    justify-content: center;
    align-items: center;
  }
  header .container .header_rightSide .secondaryBtn:not(.header_r_link) i {
    font-size: 24px;
  }
  header .container .header_rightSide .primaryBtn {
    width: 117px;
    height: 40px;
    padding: 10px 12px;
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 14px;
  }
  header .container .header_rightSide .primaryBtn .counterWrapper {
    position: static;
    width: 20px;
    height: 20px;
  }
  header .container .header_rightSide .primaryBtn .counterWrapper p {
    font-size: 12px !important;
  }
  header .container .header_rightSide .primaryBtn .counterWrapper p span {
    font-size: 8px;
  }
  header .container .header_rightSide .primaryBtn .btn-text {
    height: 100%;
    display: flex;
    align-items: center;
    vertical-align: bottom;
  }
  header .container .header_rightSide .primaryBtn i {
    font-size: 20px;
  }
}
@media screen and (min-width: 1920px) {
  header {
    width: 100%;
    height: 72px;
    padding: 8px 0px;
    background: var(--neutral-white);
    position: fixed;
    top: 0;
    z-index: 999;
    border-bottom: 1px solid rgb(243, 243, 243);
  }
  header .container {
    max-width: 1728px;
    height: fit-content;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
  }
  header .container .header_leftSide_wrapper {
    display: flex;
  }
  header .container .header_leftSide_wrapper .header_leftSide {
    display: flex;
    gap: 24px;
    align-items: center;
    flex-direction: row-reverse;
  }
  header .container .header_leftSide_wrapper .header_leftSide .ghostBtn {
    display: none;
    width: 98px;
    height: 40px;
  }
  header .container .header_leftSide_wrapper .header_leftSide .ghostBtn .btn-text {
    display: block;
  }
  header .container .header_leftSide_wrapper .header_leftSide .ghostBtn i {
    font-size: 20px;
  }
  header .container .header_leftSide_wrapper .header_leftSide img {
    width: 119px;
    height: 56px;
  }
  header .container .header_leftSide_wrapper .header_nav {
    display: flex !important;
    margin-left: 124px;
  }
  header .container .header_leftSide_wrapper .header_nav nav {
    display: flex;
    align-items: center;
  }
  header .container .header_leftSide_wrapper .header_nav nav ul {
    display: flex;
    flex-direction: row;
    gap: 8px;
  }
  header .container .header_leftSide_wrapper .header_nav nav ul li {
    list-style: none;
    padding: 8px 20px;
  }
  header .container .header_leftSide_wrapper .header_nav nav ul li a {
    text-decoration: none;
    font-family: var(--font-family-Rubik);
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0%;
    color: rgb(28, 30, 34);
  }
  header .container .header_leftSide_wrapper .header_nav nav ul li a:hover {
    color: #ff6f39;
  }
  header .container .header_rightSide {
    display: flex;
    gap: 4px;
  }
  header .container .header_rightSide .header_r_link {
    width: 40px !important;
    height: 40px !important;
    display: flex !important;
    padding: 0 !important;
  }
  header .container .header_rightSide .header_r_link i {
    font-size: 20px;
  }
  header .container .header_rightSide .secondaryBtn:not(.header_r_link) {
    display: none !important;
    width: 139px;
    height: 48px;
    padding: 12px 24px;
    display: flex;
    gap: 4px;
    justify-content: center;
    align-items: center;
  }
  header .container .header_rightSide .secondaryBtn:not(.header_r_link) i {
    font-size: 24px;
  }
  header .container .header_rightSide .primaryBtn {
    width: 117px;
    height: 40px;
    padding: 10px 12px;
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 14px;
  }
  header .container .header_rightSide .primaryBtn .counterWrapper {
    position: static;
    width: 20px;
    height: 20px;
  }
  header .container .header_rightSide .primaryBtn .counterWrapper p {
    font-size: 12px !important;
  }
  header .container .header_rightSide .primaryBtn .counterWrapper p span {
    font-size: 8px;
  }
  header .container .header_rightSide .primaryBtn .btn-text {
    height: 100%;
    display: flex;
    align-items: center;
    vertical-align: bottom;
  }
  header .container .header_rightSide .primaryBtn i {
    font-size: 20px;
  }
}
.benefits {
  width: 100%;
  height: fit-content;
  background: var(--accent-oai);
}
.benefits .container {
  margin: 0 auto;
  padding: 0px 16px;
}
.benefits .container .benefit_card {
  width: 100%;
  height: fit-content;
  padding: 32px 0;
  border-bottom: 1px solid rgb(159, 159, 159);
  display: flex;
  flex-direction: row;
  gap: 16px;
}
.benefits .container .benefit_card i {
  height: 64px;
  font-size: 32px;
  padding: 16px;
  color: var(--accent-oai);
  background: var(--accent-light-oai);
  border-radius: 4px;
}
.benefits .container .benefit_card:last-child {
  border: none;
}
.benefits .container .benefit_card .benefit_card_content {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.benefits .container .benefit_card .benefit_card_content h3 {
  font-family: var(--font-family-Roboto);
  font-weight: 500;
  font-style: Medium;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: var(--neutral-white);
}
.benefits .container .benefit_card .benefit_card_content p {
  font-family: var(--font-family-Rubik);
  font-weight: 400;
  font-size: 14px;
  line-height: 145%;
  letter-spacing: 0%;
  color: var(--gray);
}

@media screen and (min-width: 768px) {
  .benefits {
    width: 100%;
    height: fit-content;
    background: var(--accent-oai);
  }
  .benefits .container {
    width: 100%;
    height: fit-content;
    background: var(--accent-oai);
    padding: 0px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 1px;
    background: rgb(159, 159, 159);
  }
  .benefits .container > * {
    background: var(--accent-oai);
  }
  .benefits .container .benefit_card {
    width: 100%;
    height: fit-content;
    padding: 32px;
    border-bottom: 1px solid rgb(159, 159, 159);
    display: flex;
    flex-direction: column;
    gap: 32px;
  }
  .benefits .container .benefit_card i {
    width: 64px;
    height: 64px;
    font-size: 32px;
    padding: 16px;
    color: var(--accent-oai);
    background: var(--accent-light-oai);
    border-radius: 4px;
  }
  .benefits .container .benefit_card:last-child {
    border: none;
  }
  .benefits .container .benefit_card .benefit_card_content {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
  .benefits .container .benefit_card .benefit_card_content h3 {
    font-family: var(--font-family-Roboto);
    font-weight: 500;
    font-style: Medium;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: uppercase;
    color: var(--neutral-white);
  }
  .benefits .container .benefit_card .benefit_card_content p {
    font-family: var(--font-family-Rubik);
    font-weight: 400;
    font-size: 14px;
    line-height: 145%;
    letter-spacing: 0%;
    color: var(--gray);
  }
  .benefits .benefits_product {
    display: flex;
    flex-direction: row;
    height: 357px;
  }
  .benefits .benefits_product .benefit_card {
    height: 100%;
    padding: 48px 32px;
  }
  .benefits .benefits_product .benefit_card p {
    width: 176px;
    height: 100%;
  }
  .benefits .benefits_product .benefit_card:first-child {
    padding-left: 48px;
  }
  .benefits .benefits_product .benefit_card:last-child {
    padding-right: 48px;
  }
}
@media screen and (min-width: 1024px) {
  .benefits {
    width: 100%;
    height: fit-content;
    background: var(--accent-oai);
  }
  .benefits .container {
    margin: 0 auto;
    padding: 0px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(1, 1fr);
    gap: 1px;
    background: rgb(159, 159, 159);
  }
  .benefits .container .benefit_card {
    width: 100%;
    height: 100%;
    padding: 48px 32px;
    border: none !important;
    display: flex;
    flex-direction: column;
    gap: 32px;
  }
  .benefits .container .benefit_card:first-child {
    padding-left: 48px;
  }
  .benefits .container .benefit_card:last-child {
    padding-right: 48px;
  }
  .benefits .container .benefit_card i {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 72px;
    height: 72px;
    font-size: 32px;
    padding: 16px;
    color: var(--accent-oai);
    background: var(--accent-light-oai);
    border-radius: 4px;
  }
  .benefits .container .benefit_card:last-child {
    border: none;
  }
  .benefits .container .benefit_card .benefit_card_content {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
  .benefits .container .benefit_card .benefit_card_content h3 {
    font-family: var(--font-family-Roboto);
    font-weight: 500;
    font-style: Medium;
    font-size: 22px;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: uppercase;
    color: var(--neutral-white);
  }
  .benefits .container .benefit_card .benefit_card_content p {
    font-family: var(--font-family-Rubik);
    font-weight: 400;
    font-size: 14px;
    line-height: 145%;
    letter-spacing: 0%;
    color: var(--gray);
  }
  .benefits .benefits_product {
    display: flex;
    flex-direction: row;
    height: 337px;
  }
  .benefits .benefits_product .benefit_card {
    height: 100%;
    padding: 48px 32px;
  }
  .benefits .benefits_product .benefit_card p {
    width: 261px;
    height: 100%;
  }
  .benefits .benefits_product .benefit_card:first-child {
    padding-left: 48px;
  }
  .benefits .benefits_product .benefit_card:last-child {
    padding-right: 48px;
  }
}
@media screen and (min-width: 1440px) {
  .benefits {
    width: 100%;
    height: fit-content;
    padding: 0 80px;
    background: var(--accent-oai);
  }
  .benefits .container {
    width: 100%;
    height: fit-content;
    margin: 0 auto;
    padding: 0px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(1, 1fr);
    gap: 1px;
    background: rgb(159, 159, 159);
  }
  .benefits .container .benefit_card {
    width: 100%;
    height: 100%;
    padding: 48px 32px;
    border: none !important;
    display: flex;
    flex-direction: column;
    gap: 32px;
  }
  .benefits .container .benefit_card:first-child {
    padding-left: 32px !important;
  }
  .benefits .container .benefit_card:last-child {
    padding-right: 32px !important;
  }
  .benefits .container .benefit_card i {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 72px;
    height: 72px;
    font-size: 32px;
    padding: 16px;
    color: var(--accent-oai);
    background: var(--accent-light-oai);
    border-radius: 4px;
  }
  .benefits .container .benefit_card:last-child {
    border: none;
  }
  .benefits .container .benefit_card .benefit_card_content {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
  .benefits .container .benefit_card .benefit_card_content h3 {
    font-family: var(--font-family-Roboto);
    font-weight: 500;
    font-style: Medium;
    font-size: 22px;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: uppercase;
    color: var(--neutral-white);
  }
  .benefits .container .benefit_card .benefit_card_content p {
    font-family: var(--font-family-Rubik);
    font-weight: 400;
    font-size: 14px;
    line-height: 145%;
    letter-spacing: 0%;
    color: var(--gray);
  }
  .benefits .benefits_product {
    display: flex;
    flex-direction: row;
    height: 297px;
  }
  .benefits .benefits_product .benefit_card {
    height: 100%;
    padding: 48px 32px;
  }
  .benefits .benefits_product .benefit_card p {
    width: fit-content;
    height: 100%;
  }
  .benefits .benefits_product .benefit_card:first-child {
    padding-left: 112px;
  }
  .benefits .benefits_product .benefit_card:last-child {
    padding-right: 112px;
  }
}
@media screen and (min-width: 1920px) {
  .benefits {
    width: 100%;
    height: fit-content;
    padding: 0 80px;
    background: var(--accent-oai);
  }
  .benefits .container {
    max-width: 1728px;
    width: 100%;
    height: fit-content;
    background: var(--accent-oai);
    padding: 0px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(1, 1fr);
    gap: 1px;
    background: rgb(159, 159, 159);
  }
  .benefits .container .benefit_card {
    width: 100%;
    height: 100%;
    padding: 48px 32px;
    border: none !important;
    display: flex;
    flex-direction: column;
    gap: 32px;
  }
  .benefits .container .benefit_card i {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 72px;
    height: 72px;
    font-size: 32px;
    padding: 16px;
    color: var(--accent-oai);
    background: var(--accent-light-oai);
    border-radius: 4px;
  }
  .benefits .container .benefit_card:last-child {
    border: none;
  }
  .benefits .container .benefit_card .benefit_card_content {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
  .benefits .container .benefit_card .benefit_card_content h3 {
    font-family: var(--font-family-Roboto);
    font-weight: 500;
    font-style: Medium;
    font-size: 22px;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: uppercase;
    color: var(--neutral-white);
  }
  .benefits .container .benefit_card .benefit_card_content p {
    font-family: var(--font-family-Rubik);
    font-weight: 400;
    font-size: 14px;
    line-height: 145%;
    letter-spacing: 0%;
    color: var(--gray);
  }
  .benefits .benefits_product {
    display: flex;
    flex-direction: row;
    height: 277px;
  }
  .benefits .benefits_product .benefit_card {
    height: 100%;
    padding: 48px 32px;
  }
  .benefits .benefits_product .benefit_card p {
    width: fit-content;
    height: 100%;
    text-wrap: nowrap;
  }
  .benefits .benefits_product .benefit_card:first-child {
    padding-left: 128px;
  }
  .benefits .benefits_product .benefit_card:last-child {
    padding-right: 128px;
  }
}
.ourMission_container {
  width: 100%;
  height: fit-content;
  background: rgb(58, 61, 66);
  padding: 64px 16px 80px;
}
.ourMission_container .ourMission_content {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 1728px;
  margin: 0 auto;
}
.ourMission_container .ourMission_content .ourMission_leftSide h1 {
  font-family: var(--font-family-Roboto);
  font-weight: 500;
  font-style: Medium;
  font-size: 28px;
  line-height: 125%;
  letter-spacing: 0%;
  color: var(--neutral-white);
  margin-bottom: 48px;
}
.ourMission_container .ourMission_content .ourMission_leftSide p {
  font-family: var(--font-family-Rubik);
  font-weight: 400;
  font-size: 14px;
  line-height: 145%;
  letter-spacing: 0%;
  color: var(--neutral-white);
  margin-bottom: 16px;
}
.ourMission_container .ourMission_content .ourMission_rightSide h1 {
  font-family: var(--font-family-Roboto);
  font-weight: 500;
  font-style: Medium;
  font-size: 28px;
  line-height: 125%;
  letter-spacing: 0%;
  color: var(--neutral-white);
  margin-bottom: 48px;
}
.ourMission_container .ourMission_content .ourMission_rightSide p {
  font-family: var(--font-family-Rubik);
  font-weight: 400;
  font-size: 14px;
  line-height: 145%;
  letter-spacing: 0%;
  color: var(--neutral-white);
  margin-bottom: 16px;
}
.ourMission_container .ourMission_content .ourMission_picture {
  width: 100%;
  height: 240px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--neutral-white);
}
.ourMission_container .ourMission_content .ourMission_picture i {
  font-size: 52px;
  color: rgba(28, 28, 28, 0.2);
}

@media screen and (min-width: 768px) {
  .ourMission_container {
    width: 100%;
    height: fit-content;
    background: rgb(58, 61, 66);
    padding: 64px 32px;
  }
  .ourMission_container h1 {
    font-family: var(--font-family-Roboto);
    font-weight: 500;
    font-style: Medium;
    font-size: 40px !important;
    line-height: 125%;
    letter-spacing: 0%;
    color: var(--neutral-white);
    margin-bottom: 48px;
  }
  .ourMission_container .ourMission_content {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .ourMission_container .ourMission_content p {
    font-family: var(--font-family-Rubik);
    font-weight: 400;
    font-size: 16px;
    line-height: 145%;
    letter-spacing: 0%;
    color: var(--neutral-white);
  }
  .ourMission_container .ourMission_content .ourMission_picture {
    width: 100%;
    height: 240px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--neutral-white);
  }
  .ourMission_container .ourMission_content .ourMission_picture i {
    font-size: 52px;
    color: rgba(28, 28, 28, 0.2);
  }
}
@media screen and (min-width: 1024px) {
  .ourMission_container {
    width: 100%;
    height: fit-content;
    background: rgb(58, 61, 66);
    padding: 64px 48px;
  }
  .ourMission_container .ourMission_content {
    display: flex;
    flex-direction: row;
    gap: 24px;
  }
  .ourMission_container .ourMission_content .ourMission_leftSide {
    width: 100%;
  }
  .ourMission_container .ourMission_content .ourMission_leftSide h1 {
    font-family: var(--font-family-Roboto);
    font-weight: 500;
    font-style: Medium;
    font-size: 40px !important;
    line-height: 125%;
    letter-spacing: 0%;
    color: var(--neutral-white);
    margin-bottom: 48px;
  }
  .ourMission_container .ourMission_content .ourMission_leftSide p {
    margin-left: 239px;
    width: 292px;
    font-family: var(--font-family-Rubik);
    font-weight: 400;
    font-size: 16px;
    line-height: 145%;
    letter-spacing: 0%;
    color: var(--neutral-white);
    margin-bottom: 24px;
  }
  .ourMission_container .ourMission_content .ourMission_leftSide .ourMission_picture {
    width: 531px;
    height: 411px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--neutral-white);
  }
  .ourMission_container .ourMission_content .ourMission_leftSide .ourMission_picture i {
    font-size: 52px;
    color: rgba(28, 28, 28, 0.2);
  }
  .ourMission_container .ourMission_content .ourMission_rightSide {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column-reverse;
  }
  .ourMission_container .ourMission_content .ourMission_rightSide h1 {
    font-family: var(--font-family-Roboto);
    font-weight: 500;
    font-style: Medium;
    font-size: 28px;
    line-height: 125%;
    letter-spacing: 0%;
    color: var(--neutral-white);
    margin-bottom: 48px;
  }
  .ourMission_container .ourMission_content .ourMission_rightSide p {
    margin-top: 24px;
    font-family: var(--font-family-Rubik);
    font-weight: 400;
    font-size: 16px;
    line-height: 145%;
    letter-spacing: 0%;
    color: var(--neutral-white);
    margin-bottom: 0px;
  }
  .ourMission_container .ourMission_content .ourMission_rightSide .ourMission_picture {
    width: 372px;
    height: 472px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--neutral-white);
  }
  .ourMission_container .ourMission_content .ourMission_rightSide .ourMission_picture i {
    font-size: 52px;
    color: rgba(28, 28, 28, 0.2);
  }
}
@media screen and (min-width: 1440px) {
  .ourMission_container {
    width: 100%;
    height: fit-content;
    background: rgb(58, 61, 66);
    padding: 80px;
    padding-bottom: 72px;
  }
  .ourMission_container .ourMission_content {
    display: flex;
    flex-direction: row;
    gap: 83px;
  }
  .ourMission_container .ourMission_content .ourMission_leftSide {
    min-width: 732px;
    display: flex;
    flex-direction: column;
    justify-content: end;
  }
  .ourMission_container .ourMission_content .ourMission_leftSide h1 {
    font-family: var(--font-family-Roboto);
    font-weight: 500;
    font-style: Medium;
    font-size: 56px !important;
    line-height: 125%;
    letter-spacing: 0%;
    color: var(--neutral-white);
    margin-bottom: 48px;
  }
  .ourMission_container .ourMission_content .ourMission_leftSide p {
    margin: 0;
    margin-left: 348px;
    width: 384px;
    font-family: var(--font-family-Rubik);
    font-weight: 400;
    font-size: 16px;
    line-height: 145%;
    letter-spacing: 0%;
    color: var(--neutral-white);
    margin-bottom: 24px;
  }
  .ourMission_container .ourMission_content .ourMission_leftSide .ourMission_picture {
    width: 100%;
    height: 472px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--neutral-white);
  }
  .ourMission_container .ourMission_content .ourMission_leftSide .ourMission_picture i {
    font-size: 52px;
    color: rgba(28, 28, 28, 0.2);
  }
  .ourMission_container .ourMission_content .ourMission_rightSide {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column-reverse;
  }
  .ourMission_container .ourMission_content .ourMission_rightSide h1 {
    font-family: var(--font-family-Roboto);
    font-weight: 500;
    font-style: Medium;
    font-size: 28px;
    line-height: 125%;
    letter-spacing: 0%;
    color: var(--neutral-white);
    margin-bottom: 48px;
  }
  .ourMission_container .ourMission_content .ourMission_rightSide p {
    width: 384px;
    margin-top: 48px;
    font-family: var(--font-family-Rubik);
    font-weight: 400;
    font-size: 16px;
    line-height: 145%;
    letter-spacing: 0%;
    color: var(--neutral-white);
    margin-bottom: 0px;
  }
  .ourMission_container .ourMission_content .ourMission_rightSide .ourMission_picture {
    width: 100%;
    height: 472px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--neutral-white);
  }
  .ourMission_container .ourMission_content .ourMission_rightSide .ourMission_picture i {
    font-size: 52px;
    color: rgba(28, 28, 28, 0.2);
  }
}
@media screen and (min-width: 1920px) {
  .ourMission_container {
    width: 100%;
    height: fit-content;
    background: rgb(58, 61, 66);
    padding: 96px;
    padding-bottom: 80px;
  }
  .ourMission_container .ourMission_content {
    display: flex;
    flex-direction: row;
    gap: 83px;
  }
  .ourMission_container .ourMission_content .ourMission_leftSide {
    min-width: 958px;
    display: flex;
    flex-direction: column;
    position: relative;
  }
  .ourMission_container .ourMission_content .ourMission_leftSide h1 {
    font-family: var(--font-family-Roboto);
    font-weight: 500;
    font-style: Medium;
    font-size: 56px;
    line-height: 125%;
    letter-spacing: 0%;
    color: var(--neutral-white);
    margin-bottom: 48px;
  }
  .ourMission_container .ourMission_content .ourMission_leftSide p {
    margin: 0;
    margin-left: 574px;
    width: 384px;
    font-family: var(--font-family-Rubik);
    font-weight: 400;
    font-size: 18px;
    line-height: 145%;
    letter-spacing: 0%;
    color: var(--neutral-white);
    margin-bottom: 48px;
  }
  .ourMission_container .ourMission_content .ourMission_leftSide .ourMission_picture {
    width: 100%;
    height: 651px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--neutral-white);
  }
  .ourMission_container .ourMission_content .ourMission_leftSide .ourMission_picture i {
    font-size: 52px;
    color: rgba(28, 28, 28, 0.2);
  }
  .ourMission_container .ourMission_content .ourMission_rightSide {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column-reverse;
  }
  .ourMission_container .ourMission_content .ourMission_rightSide h1 {
    font-family: var(--font-family-Roboto);
    font-weight: 500;
    font-style: Medium;
    font-size: 28px;
    line-height: 125%;
    letter-spacing: 0%;
    color: var(--neutral-white);
    margin-bottom: 48px;
  }
  .ourMission_container .ourMission_content .ourMission_rightSide p {
    width: 384px;
    margin-top: 48px;
    font-family: var(--font-family-Rubik);
    font-weight: 400;
    font-size: 18px;
    line-height: 145%;
    letter-spacing: 0%;
    color: var(--neutral-white);
    margin-bottom: 0px;
  }
  .ourMission_container .ourMission_content .ourMission_rightSide .ourMission_picture {
    width: 100%;
    height: 724px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--neutral-white);
  }
  .ourMission_container .ourMission_content .ourMission_rightSide .ourMission_picture i {
    font-size: 52px;
    color: rgba(28, 28, 28, 0.2);
  }
}
.questions_container_wrapper {
  background: var(--accent-light-oai);
}
.questions_container_wrapper .questions_container {
  width: 100%;
  height: fit-content;
  padding: 64px 16px;
  background: var(--accent-light-oai);
  max-width: 1728px;
  margin: 0 auto;
}
.questions_container_wrapper .questions_container h1 {
  font-family: var(--font-family-Roboto);
  font-weight: 500;
  font-style: Medium;
  font-size: 28px;
  line-height: 125%;
  letter-spacing: 0%;
  color: var(--secondary-dark-soft);
  text-transform: uppercase;
}
.questions_container_wrapper .questions_container .questions_content {
  margin-top: 32px;
}
.questions_container_wrapper .questions_container .questions_content details {
  width: 100%;
  border-top: 1px solid var(--gray);
}
@media (prefers-reduced-motion: no-preference) {
  .questions_container_wrapper .questions_container .questions_content details {
    interpolate-size: allow-keywords;
  }
}
.questions_container_wrapper .questions_container .questions_content details:last-child {
  border-bottom: 1px solid var(--gray);
}
.questions_container_wrapper .questions_container .questions_content details summary {
  cursor: pointer;
  display: flex;
  align-items: center;
  position: relative;
  list-style: none;
  -webkit-appearance: none;
  font-family: var(--font-family-Roboto);
  font-weight: 500;
  font-size: 18px;
  text-transform: uppercase;
  line-height: 100%;
  padding: 37px 0;
}
.questions_container_wrapper .questions_container .questions_content details summary .icon {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.questions_container_wrapper .questions_container .questions_content details summary .ph-plus {
  display: inline-block;
  font-size: 32px;
  color: rgb(255, 111, 57);
  transition: opacity 0.3s ease;
}
.questions_container_wrapper .questions_container .questions_content details summary .ph-minus {
  display: none;
  font-size: 32px;
  color: rgb(255, 111, 57);
  transition: opacity 0.3s ease;
}
.questions_container_wrapper .questions_container .questions_content details summary::marker {
  display: none;
}
.questions_container_wrapper .questions_container .questions_content details p {
  font-family: var(--font-family-Rubik);
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 145%;
  letter-spacing: 0%;
  color: #5a5a5a;
  padding-bottom: 30px;
}
.questions_container_wrapper .questions_container .questions_content details::details-content {
  opacity: 0;
  block-size: 0;
  overflow-y: clip;
  transition: content-visibility 0.3s allow-discrete, opacity 0.3s, block-size 0.3s;
}
.questions_container_wrapper .questions_container .questions_content details[open]::details-content {
  opacity: 1;
  block-size: auto;
}
.questions_container_wrapper .questions_container .questions_content details[open] summary .ph-plus {
  display: none;
}
.questions_container_wrapper .questions_container .questions_content details[open] summary {
  padding-bottom: 16px;
}
.questions_container_wrapper .questions_container .questions_content details[open] summary .ph-minus {
  display: inline-block;
}

@media screen and (min-width: 768px) {
  .questions_container_wrapper {
    background: var(--accent-light-oai);
  }
  .questions_container_wrapper .questions_container {
    width: 100%;
    height: fit-content;
    padding: 64px 32px;
    display: flex;
    justify-content: space-between;
    background: var(--accent-light-oai);
  }
  .questions_container_wrapper .questions_container h1 {
    font-family: var(--font-family-Roboto);
    font-weight: 500;
    font-style: Medium;
    font-size: 28px;
    line-height: 125%;
    letter-spacing: 0%;
    color: var(--secondary-dark-soft);
    text-transform: uppercase;
  }
  .questions_container_wrapper .questions_container .questions_content {
    width: 451px;
    margin-top: 0;
  }
  .questions_container_wrapper .questions_container .questions_content details {
    width: 100%;
    border-top: 1px solid var(--gray);
  }
}
@media screen and (min-width: 768px) and (prefers-reduced-motion: no-preference) {
  .questions_container_wrapper .questions_container .questions_content details {
    interpolate-size: allow-keywords;
  }
}
@media screen and (min-width: 768px) {
  .questions_container_wrapper .questions_container .questions_content details:last-child {
    border-bottom: 1px solid var(--gray);
  }
  .questions_container_wrapper .questions_container .questions_content details summary {
    cursor: pointer;
    display: flex;
    align-items: center;
    position: relative;
    list-style: none;
    -webkit-appearance: none;
    font-family: var(--font-family-Roboto);
    font-weight: 500;
    font-size: 18px;
    text-transform: uppercase;
    line-height: 100%;
    padding: 25px 0;
  }
  .questions_container_wrapper .questions_container .questions_content details summary .icon {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .questions_container_wrapper .questions_container .questions_content details summary .ph-plus {
    display: inline-block;
    font-size: 24px;
    color: rgb(255, 111, 57);
    transition: opacity 0.3s ease;
  }
  .questions_container_wrapper .questions_container .questions_content details summary .ph-minus {
    display: none;
    font-size: 24px;
    color: rgb(255, 111, 57);
    transition: opacity 0.3s ease;
  }
  .questions_container_wrapper .questions_container .questions_content details summary::marker {
    display: none;
  }
  .questions_container_wrapper .questions_container .questions_content details p {
    font-family: var(--font-family-Rubik);
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 145%;
    letter-spacing: 0%;
    color: #5a5a5a;
    padding-bottom: 30px;
  }
  .questions_container_wrapper .questions_container .questions_content details::details-content {
    opacity: 0;
    block-size: 0;
    overflow-y: clip;
    transition: content-visibility 0.3s allow-discrete, opacity 0.3s, block-size 0.3s;
  }
  .questions_container_wrapper .questions_container .questions_content details[open]::details-content {
    opacity: 1;
    block-size: auto;
  }
  .questions_container_wrapper .questions_container .questions_content details[open] summary .ph-plus {
    display: none;
  }
  .questions_container_wrapper .questions_container .questions_content details[open] summary {
    padding-bottom: 16px;
  }
  .questions_container_wrapper .questions_container .questions_content details[open] summary .ph-minus {
    display: inline-block;
  }
}
@media screen and (min-width: 1024px) {
  .questions_container_wrapper {
    background: var(--accent-light-oai);
  }
  .questions_container_wrapper .questions_container {
    width: 100%;
    height: fit-content;
    padding: 64px 48px;
    display: flex;
    justify-content: space-between;
    background: var(--accent-light-oai);
  }
  .questions_container_wrapper .questions_container h1 {
    font-family: var(--font-family-Roboto);
    font-weight: 500;
    font-style: Medium;
    font-size: 28px;
    line-height: 125%;
    letter-spacing: 0%;
    color: var(--secondary-dark-soft);
    text-transform: uppercase;
  }
  .questions_container_wrapper .questions_container .questions_content {
    width: 440px;
    margin-top: 0;
  }
  .questions_container_wrapper .questions_container .questions_content details {
    width: 100%;
    border-top: 1px solid var(--gray);
  }
}
@media screen and (min-width: 1024px) and (prefers-reduced-motion: no-preference) {
  .questions_container_wrapper .questions_container .questions_content details {
    interpolate-size: allow-keywords;
  }
}
@media screen and (min-width: 1024px) {
  .questions_container_wrapper .questions_container .questions_content details:last-child {
    border-bottom: 1px solid var(--gray);
  }
  .questions_container_wrapper .questions_container .questions_content details summary {
    cursor: pointer;
    display: flex;
    align-items: center;
    position: relative;
    list-style: none;
    -webkit-appearance: none;
    font-family: var(--font-family-Roboto);
    font-weight: 500;
    font-size: 18px;
    text-transform: uppercase;
    line-height: 100%;
    padding: 25px 0;
  }
  .questions_container_wrapper .questions_container .questions_content details summary .icon {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .questions_container_wrapper .questions_container .questions_content details summary .ph-plus {
    display: inline-block;
    font-size: 24px;
    color: rgb(255, 111, 57);
    transition: opacity 0.3s ease;
  }
  .questions_container_wrapper .questions_container .questions_content details summary .ph-minus {
    display: none;
    font-size: 24px;
    color: rgb(255, 111, 57);
    transition: opacity 0.3s ease;
  }
  .questions_container_wrapper .questions_container .questions_content details summary::marker {
    display: none;
  }
  .questions_container_wrapper .questions_container .questions_content details p {
    font-family: var(--font-family-Rubik);
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 145%;
    letter-spacing: 0%;
    color: #5a5a5a;
    padding-bottom: 30px;
  }
  .questions_container_wrapper .questions_container .questions_content details::details-content {
    opacity: 0;
    block-size: 0;
    overflow-y: clip;
    transition: content-visibility 0.3s allow-discrete, opacity 0.3s, block-size 0.3s;
  }
  .questions_container_wrapper .questions_container .questions_content details[open]::details-content {
    opacity: 1;
    block-size: auto;
  }
  .questions_container_wrapper .questions_container .questions_content details[open] summary .ph-plus {
    display: none;
  }
  .questions_container_wrapper .questions_container .questions_content details[open] summary {
    padding-bottom: 16px;
  }
  .questions_container_wrapper .questions_container .questions_content details[open] summary .ph-minus {
    display: inline-block;
  }
}
@media screen and (min-width: 1440px) {
  .questions_container_wrapper {
    background: var(--accent-light-oai);
  }
  .questions_container_wrapper .questions_container {
    width: 100%;
    height: fit-content;
    padding: 80px;
    padding-bottom: 72px;
    display: flex;
    justify-content: space-between;
    background: var(--accent-light-oai);
  }
  .questions_container_wrapper .questions_container h1 {
    font-family: var(--font-family-Roboto);
    font-weight: 500;
    font-style: Medium;
    font-size: 56px;
    line-height: 125%;
    letter-spacing: 0%;
    color: var(--secondary-dark-soft);
    text-transform: uppercase;
  }
  .questions_container_wrapper .questions_container .questions_content {
    width: 616px;
    margin-top: 0;
  }
  .questions_container_wrapper .questions_container .questions_content details {
    width: 100%;
    border-top: 1px solid var(--gray);
  }
}
@media screen and (min-width: 1440px) and (prefers-reduced-motion: no-preference) {
  .questions_container_wrapper .questions_container .questions_content details {
    interpolate-size: allow-keywords;
  }
}
@media screen and (min-width: 1440px) {
  .questions_container_wrapper .questions_container .questions_content details:last-child {
    border-bottom: 1px solid var(--gray);
  }
  .questions_container_wrapper .questions_container .questions_content details summary {
    cursor: pointer;
    display: flex;
    align-items: center;
    position: relative;
    list-style: none;
    -webkit-appearance: none;
    font-family: var(--font-family-Roboto);
    font-weight: 500;
    font-size: 22px;
    text-transform: uppercase;
    line-height: 100%;
    padding: 33px 0;
  }
  .questions_container_wrapper .questions_container .questions_content details summary .icon {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .questions_container_wrapper .questions_container .questions_content details summary .ph-plus {
    display: inline-block;
    font-size: 32px;
    color: rgb(255, 111, 57);
    transition: opacity 0.3s ease;
  }
  .questions_container_wrapper .questions_container .questions_content details summary .ph-minus {
    display: none;
    font-size: 32px;
    color: rgb(255, 111, 57);
    transition: opacity 0.3s ease;
  }
  .questions_container_wrapper .questions_container .questions_content details summary::marker {
    display: none;
  }
  .questions_container_wrapper .questions_container .questions_content details p {
    font-family: var(--font-family-Rubik);
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 145%;
    letter-spacing: 0%;
    color: #5a5a5a;
    padding-bottom: 30px;
  }
  .questions_container_wrapper .questions_container .questions_content details::details-content {
    opacity: 0;
    block-size: 0;
    overflow-y: clip;
    transition: content-visibility 0.3s allow-discrete, opacity 0.3s, block-size 0.3s;
  }
  .questions_container_wrapper .questions_container .questions_content details[open]::details-content {
    opacity: 1;
    block-size: auto;
  }
  .questions_container_wrapper .questions_container .questions_content details[open] summary {
    padding-bottom: 16px;
  }
  .questions_container_wrapper .questions_container .questions_content details[open] summary .ph-plus {
    display: none;
  }
  .questions_container_wrapper .questions_container .questions_content details[open] summary .ph-minus {
    display: inline-block;
  }
}
@media screen and (min-width: 1920px) {
  .questions_container_wrapper {
    background: var(--accent-light-oai);
  }
  .questions_container_wrapper .questions_container {
    width: 100%;
    height: fit-content;
    padding: 96px 0 72px;
    display: flex;
    justify-content: space-between;
    background: var(--accent-light-oai);
  }
  .questions_container_wrapper .questions_container h1 {
    font-family: var(--font-family-Roboto);
    font-weight: 500;
    font-style: Medium;
    font-size: 56px;
    line-height: 125%;
    letter-spacing: 0%;
    color: var(--secondary-dark-soft);
    text-transform: uppercase;
  }
  .questions_container_wrapper .questions_container .questions_content {
    width: 840px;
    margin-top: 0;
  }
  .questions_container_wrapper .questions_container .questions_content details {
    width: 100%;
    border-top: 1px solid var(--gray);
  }
}
@media screen and (min-width: 1920px) and (prefers-reduced-motion: no-preference) {
  .questions_container_wrapper .questions_container .questions_content details {
    interpolate-size: allow-keywords;
  }
}
@media screen and (min-width: 1920px) {
  .questions_container_wrapper .questions_container .questions_content details:last-child {
    border-bottom: 1px solid var(--gray);
  }
  .questions_container_wrapper .questions_container .questions_content details summary {
    cursor: pointer;
    display: flex;
    align-items: center;
    position: relative;
    list-style: none;
    -webkit-appearance: none;
    font-family: var(--font-family-Roboto);
    font-weight: 500;
    font-size: 28px;
    text-transform: uppercase;
    line-height: 100%;
    padding: 38px 0;
  }
  .questions_container_wrapper .questions_container .questions_content details summary .icon {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .questions_container_wrapper .questions_container .questions_content details summary .ph-plus {
    display: inline-block;
    font-size: 48px;
    color: rgb(255, 111, 57);
    transition: opacity 0.3s ease;
  }
  .questions_container_wrapper .questions_container .questions_content details summary .ph-minus {
    display: none;
    font-size: 48px;
    color: rgb(255, 111, 57);
    transition: opacity 0.3s ease;
  }
  .questions_container_wrapper .questions_container .questions_content details summary::marker {
    display: none;
  }
  .questions_container_wrapper .questions_container .questions_content details p {
    font-family: var(--font-family-Rubik);
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 145%;
    letter-spacing: 0%;
    color: #5a5a5a;
    padding-bottom: 40px;
  }
  .questions_container_wrapper .questions_container .questions_content details::details-content {
    opacity: 0;
    block-size: 0;
    overflow-y: clip;
    transition: content-visibility 0.3s allow-discrete, opacity 0.3s, block-size 0.3s;
  }
  .questions_container_wrapper .questions_container .questions_content details[open]::details-content {
    opacity: 1;
    block-size: auto;
  }
  .questions_container_wrapper .questions_container .questions_content details[open] summary .ph-plus {
    display: none;
  }
  .questions_container_wrapper .questions_container .questions_content details[open] summary {
    padding-bottom: 16px;
  }
  .questions_container_wrapper .questions_container .questions_content details[open] summary .ph-minus {
    display: inline-block;
  }
}
footer {
  width: 100%;
  padding: 64px 16px 32px;
  background: rgb(58, 61, 66);
}
footer p {
  margin-top: 24px;
  font-family: var(--font-family-Rubik);
  font-weight: 400;
  font-size: 14px;
  line-height: 145%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: var(--gray);
}
footer .footer_slogan .footer_methods_payment {
  display: none;
}
footer .footer_contactInfo {
  margin-top: 24px;
}
footer .footer_contactInfo .contactInfo_socialLinks {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
footer .footer_contactInfo .contactInfo_socialLinks .socialLinks {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  height: 56px;
}
footer .footer_contactInfo .contactInfo_socialLinks .socialLinks a {
  text-decoration: none;
}
footer .footer_contactInfo .contactInfo_socialLinks .socialLinks a:hover {
  cursor: pointer;
  color: #e65b27;
}
footer .footer_contactInfo .contactInfo_socialLinks .socialLinks a i {
  color: var(--primary-main-orange);
  font-size: 28px;
}
footer .footer_contactInfo .contactInfo_socialLinks .socialLinks a i:hover {
  cursor: pointer;
  color: #e65b27;
}
footer .footer_contactInfo .contactInfoBox {
  width: 100%;
  height: 56px;
  border: 1px solid var(--dark-gray);
  padding: 12px 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 2px;
}
footer .footer_contactInfo .contactInfoBox a {
  color: #fff;
  text-decoration: none;
}
footer .footer_contactInfo .contactInfoBox p {
  margin: 0;
  color: var(--neutral-white);
  cursor: pointer;
}
footer .footer_contactInfo .contactInfoBox p:hover {
  cursor: pointer;
  color: #e65b27;
}
footer .footer_contactInfo .contactInfoBox i {
  font-size: 32px;
  color: var(--neutral-white);
}
footer .footer_navLinks {
  display: flex;
  flex-direction: column;
  margin-top: 24px;
}
footer .footer_navLinks .navLinks_Box {
  display: flex;
  flex-direction: column;
  padding: 24px 0px;
  gap: 24px;
}
footer .footer_navLinks .navLinks_Box h3 {
  font-family: var(--font-family-Rubik);
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: var(--neutral-white);
}
footer .footer_navLinks .navLinks_Box ul {
  display: flex;
  flex-direction: column;
  list-style: none;
  gap: 16px;
}
footer .footer_navLinks .navLinks_Box ul li a {
  text-decoration: none;
  color: var(--neutral-white);
  font-family: var(--font-family-Rubik);
  font-weight: 400;
  font-size: 14px;
  line-height: 145%;
  letter-spacing: 0%;
  vertical-align: middle;
}
footer .footer_navLinks .navLinks_Box ul li a:hover {
  color: #e65b27;
}
footer .footer_methods_payment {
  margin-top: 32px;
}
footer .footer_methods_payment ul {
  display: flex;
  list-style: none;
  gap: 8px;
}
footer .footer_methods_payment ul li {
  width: 35px;
  height: 24px;
  background: var(--neutral-white);
  border: 1px solid var(--gray);
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
}
footer .footer_methods_payment ul li picture {
  display: flex;
  justify-content: center;
  align-items: center;
}
footer .footer_methods_payment ul li picture img {
  height: 100%;
}
footer .footer_contactInfo1024 {
  display: none;
}
footer .footer_bottom hr {
  margin: 32px 0px;
}
footer .footer_bottom p {
  margin: 0;
  font-family: var(--font-family-Rubik);
  font-weight: 400;
  font-size: 14px;
  line-height: 145%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: rgb(243, 243, 243);
}
footer .footer_bottom .footer_bottom_content :first-child {
  display: none;
}
footer .footer_bottom .footer_bottom_content .author {
  display: none;
}
footer .author {
  display: flex;
  align-items: center;
  gap: 16px;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0;
  margin-top: 32px;
}
footer .author p {
  margin: 0 !important;
}
footer .author a {
  display: block;
  transform: translateY(-2px);
}
footer .author a img {
  width: 100px;
  display: block;
}

@media screen and (min-width: 768px) {
  footer {
    width: 100%;
    padding: 64px 32px;
    padding-bottom: 32px;
    background: rgb(58, 61, 66);
  }
  footer .footer_container .footer_slogan .footer_methods_payment {
    display: none;
  }
  footer .footer_container p {
    margin-top: 24px;
    font-family: var(--font-family-Rubik);
    font-weight: 400;
    font-size: 14px;
    line-height: 145%;
    letter-spacing: 0%;
    vertical-align: middle;
    color: var(--gray);
  }
  footer .footer_container .footer_contactInfo {
    margin-top: 24px;
  }
  footer .footer_container .footer_contactInfo .contactInfo_socialLinks {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  footer .footer_container .footer_contactInfo .contactInfo_socialLinks .socialLinks {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
    height: 56px;
  }
  footer .footer_container .footer_contactInfo .contactInfo_socialLinks .socialLinks a {
    cursor: pointer;
    text-decoration: none;
  }
  footer .footer_container .footer_contactInfo .contactInfo_socialLinks .socialLinks a:hover {
    cursor: pointer;
    color: #e65b27;
  }
  footer .footer_container .footer_contactInfo .contactInfo_socialLinks .socialLinks a i {
    color: var(--primary-main-orange);
    font-size: 28px;
  }
  footer .footer_container .footer_contactInfo .contactInfo_socialLinks .socialLinks a i:hover {
    cursor: pointer;
    color: #e65b27;
  }
  footer .footer_container .footer_contactInfo .contactInfoBox {
    width: 100%;
    height: 56px;
    border: 1px solid var(--dark-gray);
    padding: 12px 32px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 2px;
  }
  footer .footer_container .footer_contactInfo .contactInfoBox p {
    margin: 0;
    color: var(--neutral-white);
    cursor: pointer;
  }
  footer .footer_container .footer_contactInfo .contactInfoBox p:hover {
    cursor: pointer;
    color: #e65b27;
  }
  footer .footer_container .footer_contactInfo .contactInfoBox i {
    font-size: 32px;
    color: var(--neutral-white);
  }
  footer .footer_container .footer_contactInfo .contactInfoBox i:hover {
    cursor: pointer;
    color: #e65b27;
  }
  footer .footer_container .footer_navLinks {
    display: flex;
    flex-direction: column;
    margin-top: 24px;
  }
  footer .footer_container .footer_navLinks .navLinks_Box {
    display: flex;
    flex-direction: column;
    padding: 24px 0px;
    gap: 24px;
  }
  footer .footer_container .footer_navLinks .navLinks_Box h3 {
    font-family: var(--font-family-Rubik);
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0%;
    vertical-align: middle;
    color: var(--neutral-white);
  }
  footer .footer_container .footer_navLinks .navLinks_Box ul {
    display: flex;
    flex-direction: column;
    list-style: none;
    gap: 16px;
  }
  footer .footer_container .footer_navLinks .navLinks_Box ul li a {
    text-decoration: none;
    color: var(--neutral-white);
    font-family: var(--font-family-Rubik);
    font-weight: 400;
    font-size: 14px;
    line-height: 145%;
    letter-spacing: 0%;
    vertical-align: middle;
  }
  footer .footer_container .footer_navLinks .navLinks_Box ul li a:hover {
    cursor: pointer;
    color: #e65b27;
  }
  footer .footer_container .footer_methods_payment {
    margin-top: 32px;
  }
  footer .footer_container .footer_methods_payment ul {
    display: flex;
    list-style: none;
    gap: 8px;
  }
  footer .footer_container .footer_methods_payment ul li {
    width: 35px;
    height: 24px;
    background: var(--neutral-white);
    border: 1px solid var(--gray);
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  footer .footer_container .footer_contactInfo1024 {
    display: none;
  }
  footer .footer_bottom hr {
    margin: 32px 0px;
  }
  footer .footer_bottom .footer_bottom_content :first-child {
    display: none;
  }
  footer .footer_bottom p {
    margin: 0;
    font-family: var(--font-family-Rubik);
    font-weight: 400;
    font-size: 14px;
    line-height: 145%;
    letter-spacing: 0%;
    vertical-align: middle;
    color: rgb(243, 243, 243);
  }
}
@media screen and (min-width: 1024px) {
  footer {
    width: 100%;
    padding: 80px 48px;
    padding-bottom: 24px;
    display: block;
    background: rgb(58, 61, 66);
  }
  footer .footer_container {
    display: flex;
    gap: 24px;
  }
  footer .footer_container .footer_slogan {
    min-width: 293px;
  }
  footer .footer_container .footer_slogan .footer_methods_payment {
    display: block;
  }
  footer .footer_container .footer_slogan p {
    margin-top: 68px;
    font-family: var(--font-family-Rubik);
    font-weight: 400;
    font-size: 14px;
    line-height: 145%;
    letter-spacing: 0%;
    vertical-align: middle;
    color: var(--gray);
  }
  footer .footer_container .footer_contactInfo {
    display: none;
    margin-top: 24px;
  }
  footer .footer_container .footer_contactInfo .contactInfo_socialLinks {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  footer .footer_container .footer_contactInfo .contactInfo_socialLinks .socialLinks {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
    height: 56px;
  }
  footer .footer_container .footer_contactInfo .contactInfo_socialLinks .socialLinks a {
    cursor: pointer;
    text-decoration: none;
  }
  footer .footer_container .footer_contactInfo .contactInfo_socialLinks .socialLinks a i {
    color: var(--primary-main-orange);
    font-size: 28px;
  }
  footer .footer_container .footer_contactInfo .contactInfoBox {
    width: 100%;
    height: 56px;
    border: 1px solid var(--dark-gray);
    padding: 12px 32px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 2px;
  }
  footer .footer_container .footer_contactInfo .contactInfoBox p {
    margin: 0;
    color: var(--neutral-white);
    cursor: pointer;
  }
  footer .footer_container .footer_contactInfo .contactInfoBox i {
    font-size: 32px;
    color: var(--neutral-white);
  }
  footer .footer_container .footer_contactInfo1024 {
    display: flex;
    margin-top: 0px;
  }
  footer .footer_container .footer_contactInfo1024 .contactInfo_socialLinks {
    min-width: 187px;
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  footer .footer_container .footer_contactInfo1024 .contactInfo_socialLinks .socialLinks {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: end;
    gap: 0px;
    height: 40px;
  }
  footer .footer_container .footer_contactInfo1024 .contactInfo_socialLinks .socialLinks a {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
  }
  footer .footer_container .footer_contactInfo1024 .contactInfo_socialLinks .socialLinks a i {
    color: var(--primary-main-orange);
    font-size: 20px;
  }
  footer .footer_container .footer_contactInfo1024 .contactInfo_socialLinks .socialLinks a i:hover {
    cursor: pointer;
    color: #e65b27;
  }
  footer .footer_container .footer_contactInfo1024 .contactInfoBox {
    width: 100%;
    height: 56px;
    border: 1px solid var(--dark-gray);
    padding: 18px 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 2px;
  }
  footer .footer_container .footer_contactInfo1024 .contactInfoBox a {
    color: #fff;
    text-decoration: none;
  }
  footer .footer_container .footer_contactInfo1024 .contactInfoBox a:hover {
    color: #e65b27;
  }
  footer .footer_container .footer_contactInfo1024 .contactInfoBox p {
    margin: 0;
    color: var(--neutral-white);
    cursor: pointer;
  }
  footer .footer_container .footer_contactInfo1024 .contactInfoBox p:hover {
    cursor: pointer;
    color: #e65b27;
  }
  footer .footer_container .footer_contactInfo1024 .contactInfoBox i {
    font-size: 16px;
    color: var(--neutral-white);
  }
  footer .footer_container .footer_navLinks {
    display: flex;
    flex-direction: row;
    gap: 24px;
    margin-top: 0px;
  }
  footer .footer_container .footer_navLinks :last-child > ul :nth-child(7) > a,
  footer .footer_container .footer_navLinks :last-child > ul :nth-child(6) > a {
    display: none;
  }
  footer .footer_container .footer_navLinks .navLinks_Box {
    width: 187px;
    display: flex;
    flex-direction: column;
    padding: 0px;
    gap: 24px;
  }
  footer .footer_container .footer_navLinks .navLinks_Box h3 {
    font-family: var(--font-family-Rubik);
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0%;
    vertical-align: middle;
    color: var(--neutral-white);
  }
  footer .footer_container .footer_navLinks .navLinks_Box ul {
    display: flex;
    flex-direction: column;
    list-style: none;
    gap: 16px;
  }
  footer .footer_container .footer_navLinks .navLinks_Box ul li a {
    text-decoration: none;
    color: var(--neutral-white);
    font-family: var(--font-family-Rubik);
    font-weight: 400;
    font-size: 14px;
    line-height: 145%;
    letter-spacing: 0%;
    vertical-align: middle;
    cursor: pointer;
  }
  footer .footer_container .footer_methods_payment {
    display: none;
    margin-top: 32px;
  }
  footer .footer_container .footer_methods_payment ul {
    display: flex;
    list-style: none;
    gap: 8px;
  }
  footer .footer_container .footer_methods_payment ul li {
    width: 35px;
    height: 24px;
    background: var(--neutral-white);
    border: 1px solid var(--gray);
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  footer .footer_container .author {
    display: none;
  }
  footer .footer_bottom {
    width: 100%;
  }
  footer .footer_bottom hr {
    margin: 72px 0px;
    margin-bottom: 24px;
  }
  footer .footer_bottom .footer_bottom_content {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  footer .footer_bottom .footer_bottom_content :first-child {
    display: flex;
    gap: 24px;
  }
  footer .footer_bottom .footer_bottom_content :first-child p {
    transition: 0.3s ease;
  }
  footer .footer_bottom .footer_bottom_content :first-child p:hover {
    color: #e65b27;
    cursor: pointer;
  }
  footer .footer_bottom .footer_bottom_content p {
    margin: 0;
    font-family: var(--font-family-Rubik);
    font-weight: 400;
    font-size: 14px;
    line-height: 145%;
    letter-spacing: 0%;
    vertical-align: middle;
    color: rgb(243, 243, 243);
  }
  footer .footer_bottom .footer_bottom_content .author {
    display: flex;
    margin: 0;
  }
}
@media screen and (min-width: 1440px) {
  footer {
    width: 100%;
    padding: 80px 80px;
    padding-bottom: 24px;
    display: block;
    background: rgb(58, 61, 66);
  }
  footer .footer_container_wrapper {
    width: 100%;
    max-width: 1728px;
    margin: 0 auto;
  }
  footer .footer_container_wrapper .footer_container {
    display: flex;
    justify-content: space-between;
    gap: 24px;
  }
  footer .footer_container_wrapper .footer_container .footer_slogan {
    min-width: 369px;
    margin-right: 96px;
  }
  footer .footer_container_wrapper .footer_container .footer_slogan .footer_methods_payment {
    display: block;
  }
  footer .footer_container_wrapper .footer_container .footer_slogan p {
    max-width: 369px;
    margin-top: 68px;
    font-family: var(--font-family-Rubik);
    font-weight: 400;
    font-size: 14px;
    line-height: 145%;
    letter-spacing: 0%;
    vertical-align: middle;
    color: var(--gray);
  }
  footer .footer_container_wrapper .footer_container .footer_contactInfo {
    display: none;
    margin-top: 24px;
  }
  footer .footer_container_wrapper .footer_container .footer_contactInfo .contactInfo_socialLinks {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  footer .footer_container_wrapper .footer_container .footer_contactInfo .contactInfo_socialLinks .socialLinks {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
    height: 56px;
  }
  footer .footer_container_wrapper .footer_container .footer_contactInfo .contactInfo_socialLinks .socialLinks a {
    text-decoration: none;
  }
  footer .footer_container_wrapper .footer_container .footer_contactInfo .contactInfo_socialLinks .socialLinks a:hover {
    cursor: pointer;
    color: #e65b27;
  }
  footer .footer_container_wrapper .footer_container .footer_contactInfo .contactInfo_socialLinks .socialLinks a i {
    color: var(--primary-main-orange);
    font-size: 28px;
  }
  footer .footer_container_wrapper .footer_container .footer_contactInfo .contactInfo_socialLinks .socialLinks a i:hover {
    cursor: pointer;
    color: #e65b27;
  }
  footer .footer_container_wrapper .footer_container .footer_contactInfo .contactInfoBox {
    width: 100%;
    height: 56px;
    border: 1px solid var(--dark-gray);
    padding: 12px 32px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 2px;
  }
  footer .footer_container_wrapper .footer_container .footer_contactInfo .contactInfoBox p {
    margin: 0;
    color: var(--neutral-white);
    cursor: pointer;
  }
  footer .footer_container_wrapper .footer_container .footer_contactInfo .contactInfoBox p:hover {
    cursor: pointer;
    color: #e65b27;
  }
  footer .footer_container_wrapper .footer_container .footer_contactInfo .contactInfoBox i {
    font-size: 32px;
    color: var(--neutral-white);
  }
  footer .footer_container_wrapper .footer_container .footer_contactInfo1024 {
    display: flex;
    margin-top: 0px;
  }
  footer .footer_container_wrapper .footer_container .footer_contactInfo1024 .contactInfo_socialLinks {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  footer .footer_container_wrapper .footer_container .footer_contactInfo1024 .contactInfo_socialLinks .socialLinks {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: end;
    gap: 0px;
    height: 56px;
  }
  footer .footer_container_wrapper .footer_container .footer_contactInfo1024 .contactInfo_socialLinks .socialLinks a {
    width: 56px;
    height: 56px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
  }
  footer .footer_container_wrapper .footer_container .footer_contactInfo1024 .contactInfo_socialLinks .socialLinks a:hover {
    cursor: pointer;
    color: #e65b27;
  }
  footer .footer_container_wrapper .footer_container .footer_contactInfo1024 .contactInfo_socialLinks .socialLinks a i {
    color: var(--primary-main-orange);
    font-size: 28px;
  }
  footer .footer_container_wrapper .footer_container .footer_contactInfo1024 .contactInfo_socialLinks .socialLinks a i:hover {
    cursor: pointer;
    color: #e65b27;
  }
  footer .footer_container_wrapper .footer_container .footer_contactInfo1024 .contactInfoBox {
    width: 301px;
    height: 56px;
    border: 1px solid var(--dark-gray);
    padding: 12px 32px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 2px;
  }
  footer .footer_container_wrapper .footer_container .footer_contactInfo1024 .contactInfoBox p {
    margin: 0;
    color: var(--neutral-white);
    cursor: pointer;
  }
  footer .footer_container_wrapper .footer_container .footer_contactInfo1024 .contactInfoBox p:hover {
    cursor: pointer;
    color: #e65b27;
  }
  footer .footer_container_wrapper .footer_container .footer_contactInfo1024 .contactInfoBox i {
    font-size: 32px;
    color: var(--neutral-white);
  }
  footer .footer_container_wrapper .footer_container .footer_navLinks {
    display: flex;
    flex-direction: row;
    gap: 24px;
    margin-top: 0px;
  }
  footer .footer_container_wrapper .footer_container .footer_navLinks :last-child > ul :nth-child(7) > a,
  footer .footer_container_wrapper .footer_container .footer_navLinks :last-child > ul :nth-child(6) > a {
    display: none;
  }
  footer .footer_container_wrapper .footer_container .footer_navLinks .navLinks_Box {
    width: 221px;
    display: flex;
    flex-direction: column;
    padding: 0px;
    gap: 24px;
  }
  footer .footer_container_wrapper .footer_container .footer_navLinks .navLinks_Box h3 {
    font-family: var(--font-family-Rubik);
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0%;
    vertical-align: middle;
    color: var(--neutral-white);
  }
  footer .footer_container_wrapper .footer_container .footer_navLinks .navLinks_Box ul {
    display: flex;
    flex-direction: column;
    list-style: none;
    gap: 12px;
  }
  footer .footer_container_wrapper .footer_container .footer_navLinks .navLinks_Box ul li a {
    text-decoration: none;
    color: var(--neutral-white);
    font-family: var(--font-family-Rubik);
    font-weight: 400;
    font-size: 14px;
    line-height: 145%;
    letter-spacing: 0%;
    vertical-align: middle;
  }
  footer .footer_container_wrapper .footer_container .footer_navLinks .navLinks_Box ul li a:hover {
    color: #e65b27;
  }
  footer .footer_container_wrapper .footer_container .footer_methods_payment {
    display: none;
    margin-top: 32px;
  }
  footer .footer_container_wrapper .footer_container .footer_methods_payment ul {
    display: flex;
    list-style: none;
    gap: 8px;
  }
  footer .footer_container_wrapper .footer_container .footer_methods_payment ul li {
    width: 35px;
    height: 24px;
    background: var(--neutral-white);
    border: 1px solid var(--gray);
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  footer .footer_container_wrapper .footer_bottom {
    width: 100%;
  }
  footer .footer_container_wrapper .footer_bottom .footer_bottom_content {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  footer .footer_container_wrapper .footer_bottom .footer_bottom_content :first-child {
    display: flex;
    gap: 24px;
  }
  footer .footer_container_wrapper .footer_bottom .footer_bottom_content hr {
    margin: 32px 0px;
  }
  footer .footer_container_wrapper .footer_bottom .footer_bottom_content p {
    margin: 0;
    font-family: var(--font-family-Rubik);
    font-weight: 400;
    font-size: 14px;
    line-height: 145%;
    letter-spacing: 0%;
    vertical-align: middle;
    color: rgb(243, 243, 243);
  }
}
@media screen and (min-width: 1920px) {
  footer {
    width: 100%;
    padding: 96px;
    padding-bottom: 32px;
    display: block;
    background: rgb(58, 61, 66);
  }
  footer .footer_container_wrapper {
    max-width: 1728px;
    margin: 0 auto;
  }
  footer .footer_container {
    display: flex;
    gap: 24px;
  }
  footer .footer_container .footer_slogan {
    min-width: 465px;
    margin-right: 96px;
  }
  footer .footer_container .footer_slogan .footer_methods_payment {
    display: block;
  }
  footer .footer_container .footer_slogan p {
    max-width: 369px;
    margin-top: 68px;
    font-family: var(--font-family-Rubik);
    font-weight: 400;
    font-size: 14px;
    line-height: 145%;
    letter-spacing: 0%;
    vertical-align: middle;
    color: var(--gray);
  }
  footer .footer_container .footer_contactInfo {
    display: none;
    margin-top: 24px;
  }
  footer .footer_container .footer_contactInfo .contactInfo_socialLinks {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  footer .footer_container .footer_contactInfo .contactInfo_socialLinks .socialLinks {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
    height: 56px;
  }
  footer .footer_container .footer_contactInfo .contactInfo_socialLinks .socialLinks a {
    text-decoration: none;
  }
  footer .footer_container .footer_contactInfo .contactInfo_socialLinks .socialLinks a:hover {
    transition: 0.3s ease;
    color: #ff6f39;
  }
  footer .footer_container .footer_contactInfo .contactInfo_socialLinks .socialLinks a i {
    color: var(--primary-main-orange);
    font-size: 28px;
  }
  footer .footer_container .footer_contactInfo .contactInfoBox {
    width: 100%;
    height: 56px;
    border: 1px solid var(--dark-gray);
    padding: 12px 32px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 2px;
  }
  footer .footer_container .footer_contactInfo .contactInfoBox p {
    margin: 0;
    color: var(--neutral-white);
    cursor: pointer;
  }
  footer .footer_container .footer_contactInfo .contactInfoBox p:hover {
    cursor: pointer;
    color: #e65b27;
  }
  footer .footer_container .footer_contactInfo .contactInfoBox i {
    font-size: 32px;
    color: var(--neutral-white);
  }
  footer .footer_container .footer_contactInfo .contactInfoBox i:hover {
    cursor: pointer;
    color: #e65b27;
  }
  footer .footer_container .footer_contactInfo1024 {
    display: flex;
    margin-top: 0px;
  }
  footer .footer_container .footer_contactInfo1024 .contactInfo_socialLinks {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  footer .footer_container .footer_contactInfo1024 .contactInfo_socialLinks .socialLinks {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: end;
    gap: 0px;
    height: 56px;
  }
  footer .footer_container .footer_contactInfo1024 .contactInfo_socialLinks .socialLinks a {
    width: 56px;
    height: 56px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
  }
  footer .footer_container .footer_contactInfo1024 .contactInfo_socialLinks .socialLinks a:hover {
    transition: 0.3s ease;
    color: #ff6f39;
  }
  footer .footer_container .footer_contactInfo1024 .contactInfo_socialLinks .socialLinks a i {
    color: var(--primary-main-orange);
    font-size: 28px;
  }
  footer .footer_container .footer_contactInfo1024 .contactInfo_socialLinks .socialLinks a i:hover {
    cursor: pointer;
    color: #e65b27;
  }
  footer .footer_container .footer_contactInfo1024 .contactInfoBox {
    width: 407px;
    height: 56px;
    border: 1px solid var(--dark-gray);
    padding: 12px 32px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 2px;
  }
  footer .footer_container .footer_contactInfo1024 .contactInfoBox p {
    margin: 0;
    color: var(--neutral-white);
    cursor: pointer;
  }
  footer .footer_container .footer_contactInfo1024 .contactInfoBox p:hover {
    cursor: pointer;
    color: #e65b27;
  }
  footer .footer_container .footer_contactInfo1024 .contactInfoBox i {
    font-size: 32px;
    color: var(--neutral-white);
  }
  footer .footer_container .footer_navLinks {
    display: flex;
    flex-direction: row;
    gap: 24px;
    margin-top: 0px;
    width: 100%;
  }
  footer .footer_container .footer_navLinks :last-child > ul :nth-child(7) > a,
  footer .footer_container .footer_navLinks :last-child > ul :nth-child(6) > a {
    display: none;
  }
  footer .footer_container .footer_navLinks .navLinks_Box {
    width: 221px;
    display: flex;
    flex-direction: column;
    padding: 0px;
    gap: 24px;
  }
  footer .footer_container .footer_navLinks .navLinks_Box h3 {
    font-family: var(--font-family-Rubik);
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0%;
    vertical-align: middle;
    color: var(--neutral-white);
  }
  footer .footer_container .footer_navLinks .navLinks_Box ul {
    display: flex;
    flex-direction: column;
    list-style: none;
    gap: 12px;
  }
  footer .footer_container .footer_navLinks .navLinks_Box ul li a {
    text-decoration: none;
    color: var(--neutral-white);
    font-family: var(--font-family-Rubik);
    font-weight: 400;
    font-size: 14px;
    line-height: 145%;
    letter-spacing: 0%;
    vertical-align: middle;
    transition: 0.3s ease;
  }
  footer .footer_container .footer_navLinks .navLinks_Box ul li a:hover {
    transition: 0.3s ease;
    color: #ff6f39;
  }
  footer .footer_container .footer_methods_payment {
    display: none;
    margin-top: 32px;
  }
  footer .footer_container .footer_methods_payment ul {
    display: flex;
    list-style: none;
    gap: 8px;
  }
  footer .footer_container .footer_methods_payment ul li {
    width: 35px;
    height: 24px;
    background: var(--neutral-white);
    border: 1px solid var(--gray);
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  footer .footer_bottom {
    width: 100%;
  }
  footer .footer_bottom .footer_bottom_content {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  footer .footer_bottom .footer_bottom_content :first-child {
    display: flex;
    gap: 24px;
  }
  footer .footer_bottom .footer_bottom_content hr {
    margin: 32px 0px;
  }
  footer .footer_bottom .footer_bottom_content p {
    margin: 0;
    font-family: var(--font-family-Rubik);
    font-weight: 400;
    font-size: 14px;
    line-height: 145%;
    letter-spacing: 0%;
    vertical-align: middle;
    color: rgb(243, 243, 243);
  }
}
.howWorks_container_wrapper {
  background: var(--accent-light-oai);
  background-image: url("/assets/frontend/images/bg.svg");
  background-position: center;
  background-size: cover;
  background-blend-mode: luminosity;
  background-repeat: no-repeat;
}
.howWorks_container_wrapper .howWorks_container {
  padding: 64px 16px;
  background: transparent;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.howWorks_container_wrapper .howWorks_container .howWorks_wrapper hr {
  height: 1px;
  border: none;
  background: rgb(196, 196, 196);
  margin: 16px 0px;
}
.howWorks_container_wrapper .howWorks_container h1 {
  font-family: var(--font-family-Roboto);
  font-weight: 500;
  font-size: 28px;
  text-transform: uppercase;
  line-height: 125%;
}
.howWorks_container_wrapper .howWorks_container p {
  font-family: var(--font-family-Rubik);
  font-size: 14px;
  line-height: 145%;
  color: rgb(90, 90, 90);
}
.howWorks_container_wrapper .howWorks_container hr {
  height: 1px;
  border: none;
  background: var(--gray);
}
.howWorks_container_wrapper .howWorks_container #opt1:checked ~ .howWorks_tabs .tabs label:nth-of-type(1) .tab,
.howWorks_container_wrapper .howWorks_container #opt2:checked ~ .howWorks_tabs .tabs label:nth-of-type(2) .tab {
  background: var(--primary-main-orange);
  color: var(--neutral-white);
}
.howWorks_container_wrapper .howWorks_container #opt1:checked ~ .howWorks_tabs .content1 {
  display: block;
}
.howWorks_container_wrapper .howWorks_container #opt2:checked ~ .howWorks_tabs .content2 {
  display: block;
}
.howWorks_container_wrapper .howWorks_container .howWorks_tabs {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.howWorks_container_wrapper .howWorks_container .howWorks_tabs .tabs {
  height: 56px;
  display: flex;
  background: var(--neutral-white);
  padding: 8px;
  gap: 8px;
}
.howWorks_container_wrapper .howWorks_container .howWorks_tabs .tabs .tabLabel {
  flex: 1;
  cursor: pointer;
}
.howWorks_container_wrapper .howWorks_container .howWorks_tabs .tabs .tabLabel .tab {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
  transition: background 0.3s;
  color: var(--primary-main-orange);
  font-size: 14px;
  font-family: var(--font-family-Roboto);
  text-transform: uppercase;
  padding: 12px 0px;
}
.howWorks_container_wrapper .howWorks_container .howWorks_tabs .content {
  display: none;
  background: var(--neutral-white);
  border-radius: 2px;
  padding: 24px;
}
.howWorks_container_wrapper .howWorks_container .howWorks_tabs .content ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.howWorks_container_wrapper .howWorks_container .howWorks_tabs .content ul li h1 {
  color: var(--primary-main-orange);
  font-family: var(--font-family-Rubik);
  font-size: 18px;
  font-weight: 400 !important;
}
.howWorks_container_wrapper .howWorks_container .howWorks_tabs .content ul li h3 {
  margin-top: 16px;
  font-family: var(--font-family-Roboto);
  font-size: 14px;
  color: var(--secondary-dark-soft);
}
.howWorks_container_wrapper .howWorks_container .howWorks_tabs .content ul li p {
  margin-top: 4px;
  font-family: var(--font-family-Rubik);
  font-size: 14px;
  color: rgb(159, 159, 159);
}
.howWorks_container_wrapper .howWorks_container .howWorks_tabs .content .btnCatalog,
.howWorks_container_wrapper .howWorks_container .howWorks_tabs .content .btnConfigurator {
  width: 100%;
  height: 56px;
  margin-top: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: var(--font-family-Roboto);
  border-color: rgb(43, 45, 51);
  color: rgb(43, 45, 51);
  font-size: 18px;
}
.howWorks_container_wrapper .howWorks_container .howWorks_tabs .content .btnCatalog span,
.howWorks_container_wrapper .howWorks_container .howWorks_tabs .content .btnConfigurator span {
  display: block;
}
.howWorks_container_wrapper .howWorks_container .howWorks_tabs .content .btnCatalog i,
.howWorks_container_wrapper .howWorks_container .howWorks_tabs .content .btnConfigurator i {
  font-size: 28px;
}
.howWorks_container_wrapper .howWorks_container .howWorks_tabs .content .btnCatalog:hover,
.howWorks_container_wrapper .howWorks_container .howWorks_tabs .content .btnConfigurator:hover {
  background: rgb(28, 30, 34);
  color: var(--neutral-white);
  cursor: pointer;
  transition: background 0.3s ease;
}

@media screen and (min-width: 768px) {
  .howWorks_container_wrapper {
    background: var(--accent-light-oai);
    background-image: url("/assets/frontend/images/bg.svg");
    background-position: center;
    background-size: cover;
    background-blend-mode: luminosity;
    background-repeat: no-repeat;
  }
  .howWorks_container_wrapper .howWorks_container {
    padding: 64px 16px;
    background: var(--accent-light-oai);
    display: flex;
    flex-direction: column;
    gap: 16px;
    display: none;
  }
  .howWorks_container_wrapper .howWorks_container h1 {
    font-family: var(--font-family-Roboto);
    font-weight: 500;
    font-size: 28px;
    text-transform: uppercase;
    line-height: 125%;
  }
  .howWorks_container_wrapper .howWorks_container p {
    font-family: var(--font-family-Rubik);
    font-size: 14px;
    line-height: 145%;
    color: rgb(90, 90, 90);
  }
  .howWorks_container_wrapper .howWorks_container hr {
    height: 1px;
    border: none;
    background: var(--gray);
  }
  .howWorks_container_wrapper .howWorks_container #opt1:checked ~ .howWorks_tabs .tabs label:nth-of-type(1) .tab,
  .howWorks_container_wrapper .howWorks_container #opt2:checked ~ .howWorks_tabs .tabs label:nth-of-type(2) .tab {
    background: var(--primary-main-orange);
    color: var(--neutral-white);
  }
  .howWorks_container_wrapper .howWorks_container #opt1:checked ~ .howWorks_tabs .content1 {
    display: block;
  }
  .howWorks_container_wrapper .howWorks_container #opt2:checked ~ .howWorks_tabs .content2 {
    display: block;
  }
  .howWorks_container_wrapper .howWorks_container .howWorks_tabs {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .howWorks_container_wrapper .howWorks_container .howWorks_tabs .tabs {
    height: 56px;
    display: flex;
    background: var(--neutral-white);
    padding: 8px;
    gap: 8px;
  }
  .howWorks_container_wrapper .howWorks_container .howWorks_tabs .tabs .tabLabel {
    flex: 1;
    cursor: pointer;
  }
  .howWorks_container_wrapper .howWorks_container .howWorks_tabs .tabs .tabLabel .tab {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 2px;
    transition: background 0.3s;
    color: var(--primary-main-orange);
    font-size: 14px;
    font-family: var(--font-family-Roboto);
    text-transform: uppercase;
    padding: 12px 0px;
  }
  .howWorks_container_wrapper .howWorks_container .howWorks_tabs .content {
    display: none;
    background: var(--neutral-white);
    border-radius: 2px;
    padding: 24px;
  }
  .howWorks_container_wrapper .howWorks_container .howWorks_tabs .content ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
  .howWorks_container_wrapper .howWorks_container .howWorks_tabs .content ul li h1 {
    color: var(--primary-main-orange);
    font-family: var(--font-family-Rubik);
    font-size: 18px;
    font-weight: 400 !important;
  }
  .howWorks_container_wrapper .howWorks_container .howWorks_tabs .content ul li h3 {
    margin-top: 16px;
    font-family: var(--font-family-Roboto);
    font-size: 14px;
    color: var(--secondary-dark-soft);
  }
  .howWorks_container_wrapper .howWorks_container .howWorks_tabs .content ul li p {
    margin-top: 4px;
    font-family: var(--font-family-Rubik);
    font-size: 14px;
    color: rgb(159, 159, 159);
  }
  .howWorks_container_wrapper .howWorks_container .howWorks_tabs .content .btnCatalog,
  .howWorks_container_wrapper .howWorks_container .howWorks_tabs .content .btnConfigurator {
    width: 100%;
    height: 56px;
    margin-top: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: var(--font-family-Roboto);
    border-color: rgb(43, 45, 51);
    color: rgb(43, 45, 51);
    font-size: 18px;
  }
  .howWorks_container_wrapper .howWorks_container .howWorks_tabs .content .btnCatalog i,
  .howWorks_container_wrapper .howWorks_container .howWorks_tabs .content .btnConfigurator i {
    font-size: 28px;
  }
  .howWorks_container_wrapper .howWorks_container .howWorks_tabs .content .btnCatalog:hover,
  .howWorks_container_wrapper .howWorks_container .howWorks_tabs .content .btnConfigurator:hover {
    background: rgb(28, 30, 34);
    color: var(--neutral-white);
    cursor: pointer;
    transition: background 0.3s ease;
  }
}
@media screen and (min-width: 1440px) {
  .howWorks_container_wrapper {
    background: var(--accent-light-oai);
    background-image: url("/assets/frontend/images/bg.svg");
    background-position: center;
    background-size: cover;
    background-blend-mode: luminosity;
    background-repeat: no-repeat;
  }
  .howWorks_container_wrapper .howWorks_container {
    padding: 80px;
    padding-bottom: 63px;
    max-width: 1728px;
    margin: 0 auto;
    background: transparent;
    display: flex;
    flex-direction: column;
    gap: 48px;
  }
  .howWorks_container_wrapper .howWorks_container .howWorks_wrapper {
    display: flex;
    border-top: 1px solid rgb(196, 196, 196);
  }
  .howWorks_container_wrapper .howWorks_container .howWorks_wrapper .howWorks_leftSide {
    padding: 48px 24px;
    padding-left: 0;
  }
  .howWorks_container_wrapper .howWorks_container .howWorks_wrapper .howWorks_leftSide p {
    font-family: var(--font-family-Rubik);
    font-size: 16px;
    line-height: 145%;
    color: rgb(90, 90, 90);
  }
  .howWorks_container_wrapper .howWorks_container .howWorks_wrapper .howWorks_rightSide {
    min-width: 954px;
    border-left: 1px solid rgb(196, 196, 196);
    padding: 32px 0 32px 24px;
  }
  .howWorks_container_wrapper .howWorks_container h1 {
    font-family: var(--font-family-Roboto);
    font-weight: 500;
    font-size: 56px;
    text-transform: uppercase;
    line-height: 125%;
  }
  .howWorks_container_wrapper .howWorks_container hr {
    height: 1px;
    border: none;
    background: var(--gray);
  }
  .howWorks_container_wrapper .howWorks_container #opt1:checked ~ .howWorks_tabs .tabs label:nth-of-type(1) .tab,
  .howWorks_container_wrapper .howWorks_container #opt2:checked ~ .howWorks_tabs .tabs label:nth-of-type(2) .tab {
    width: 162px;
    background: var(--primary-main-orange);
    color: var(--neutral-white);
  }
  .howWorks_container_wrapper .howWorks_container #opt1:checked ~ .howWorks_tabs .content1 {
    height: 341px;
    display: block;
  }
  .howWorks_container_wrapper .howWorks_container #opt2:checked ~ .howWorks_tabs .content2 {
    display: block;
  }
  .howWorks_container_wrapper .howWorks_container .howWorks_tabs {
    width: fit-content;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .howWorks_container_wrapper .howWorks_container .howWorks_tabs .tabs {
    width: fit-content;
    height: 48px;
    display: flex;
    background: var(--neutral-white);
    padding: 8px;
    gap: 8px;
  }
  .howWorks_container_wrapper .howWorks_container .howWorks_tabs .tabs .tabLabel {
    flex: 1;
    cursor: pointer;
  }
  .howWorks_container_wrapper .howWorks_container .howWorks_tabs .tabs .tabLabel .tab {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 2px;
    transition: background 0.3s;
    color: var(--primary-main-orange);
    font-size: 14px;
    font-family: var(--font-family-Roboto);
    text-transform: uppercase;
    padding: 8px 12px;
  }
  .howWorks_container_wrapper .howWorks_container .howWorks_tabs .content {
    display: none;
    background: var(--neutral-white);
    border-radius: 2px;
    padding: 24px;
    padding-top: 48px;
  }
  .howWorks_container_wrapper .howWorks_container .howWorks_tabs .content ul {
    list-style: none;
    display: flex;
    flex-direction: row;
    gap: 24px;
    height: 165px;
  }
  .howWorks_container_wrapper .howWorks_container .howWorks_tabs .content ul li {
    width: 202px;
  }
  .howWorks_container_wrapper .howWorks_container .howWorks_tabs .content ul li h1 {
    color: var(--primary-main-orange);
    font-family: var(--font-family-Rubik);
    font-size: 22px;
    font-weight: 400 !important;
  }
  .howWorks_container_wrapper .howWorks_container .howWorks_tabs .content ul li h3 {
    margin-top: 24px;
    font-family: var(--font-family-Roboto);
    font-size: 14px;
    color: var(--secondary-dark-soft);
  }
  .howWorks_container_wrapper .howWorks_container .howWorks_tabs .content ul li p {
    margin-top: 4px;
    font-family: var(--font-family-Rubik);
    font-size: 14px;
    color: rgb(159, 159, 159);
  }
  .howWorks_container_wrapper .howWorks_container .howWorks_tabs .content .btnCatalog,
  .howWorks_container_wrapper .howWorks_container .howWorks_tabs .content .btnConfigurator {
    width: 100%;
    height: 56px;
    margin-top: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: var(--font-family-Roboto);
    border-color: rgb(43, 45, 51);
    color: rgb(43, 45, 51);
    font-size: 18px;
  }
  .howWorks_container_wrapper .howWorks_container .howWorks_tabs .content .btnCatalog span,
  .howWorks_container_wrapper .howWorks_container .howWorks_tabs .content .btnConfigurator span {
    display: block;
  }
  .howWorks_container_wrapper .howWorks_container .howWorks_tabs .content .btnCatalog i,
  .howWorks_container_wrapper .howWorks_container .howWorks_tabs .content .btnConfigurator i {
    font-size: 28px;
  }
  .howWorks_container_wrapper .howWorks_container .howWorks_tabs .content .btnCatalog:hover,
  .howWorks_container_wrapper .howWorks_container .howWorks_tabs .content .btnConfigurator:hover {
    background: rgb(28, 30, 34);
    color: var(--neutral-white);
    cursor: pointer;
    transition: background 0.3s ease;
  }
}
@media screen and (min-width: 1920px) {
  .howWorks_container_wrapper {
    background: var(--accent-light-oai);
    background-image: url("/assets/frontend/images/bg.svg");
    background-position: center;
    background-size: cover;
    background-blend-mode: luminosity;
    background-repeat: no-repeat;
  }
  .howWorks_container_wrapper .howWorks_container {
    padding: 96px 0px;
    padding-bottom: 92px;
    max-width: 1728px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 64px;
    background: transparent;
  }
  .howWorks_container_wrapper .howWorks_container .howWorks_wrapper {
    display: flex;
    border-top: 1px solid rgb(196, 196, 196);
  }
  .howWorks_container_wrapper .howWorks_container .howWorks_wrapper .howWorks_leftSide {
    padding: 48px 24px;
    padding-left: 0;
  }
  .howWorks_container_wrapper .howWorks_container .howWorks_wrapper .howWorks_leftSide p {
    font-family: var(--font-family-Rubik);
    font-size: 18px;
    line-height: 145%;
    color: rgb(90, 90, 90);
  }
  .howWorks_container_wrapper .howWorks_container .howWorks_wrapper .howWorks_rightSide {
    min-width: 1100px;
    border-left: 1px solid rgb(196, 196, 196);
    padding: 32px 0 32px 24px;
  }
  .howWorks_container_wrapper .howWorks_container h1 {
    font-family: var(--font-family-Roboto);
    font-weight: 500;
    font-size: 56px;
    text-transform: uppercase;
    line-height: 125%;
  }
  .howWorks_container_wrapper .howWorks_container hr {
    height: 1px;
    border: none;
    background: var(--gray);
  }
  .howWorks_container_wrapper .howWorks_container #opt1:checked ~ .howWorks_tabs .tabs label:nth-of-type(1) .tab,
  .howWorks_container_wrapper .howWorks_container #opt2:checked ~ .howWorks_tabs .tabs label:nth-of-type(2) .tab {
    width: 162px;
    background: var(--primary-main-orange);
    color: var(--neutral-white);
  }
  .howWorks_container_wrapper .howWorks_container #opt1:checked ~ .howWorks_tabs .content1 {
    height: 363px;
    display: block;
  }
  .howWorks_container_wrapper .howWorks_container #opt2:checked ~ .howWorks_tabs .content2 {
    height: 363px;
    display: block;
  }
  .howWorks_container_wrapper .howWorks_container .howWorks_tabs {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .howWorks_container_wrapper .howWorks_container .howWorks_tabs .tabs {
    width: fit-content;
    height: 56px;
    display: flex;
    background: var(--neutral-white);
    padding: 8px;
    gap: 8px;
  }
  .howWorks_container_wrapper .howWorks_container .howWorks_tabs .tabs .tabLabel {
    flex: 1;
    cursor: pointer;
  }
  .howWorks_container_wrapper .howWorks_container .howWorks_tabs .tabs .tabLabel .tab {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 2px;
    transition: background 0.3s;
    color: var(--primary-main-orange);
    font-size: 14px;
    font-family: var(--font-family-Roboto);
    text-transform: uppercase;
    padding: 8px 12px;
  }
  .howWorks_container_wrapper .howWorks_container .howWorks_tabs .content {
    display: none;
    background: var(--neutral-white);
    border-radius: 2px;
    padding: 24px;
    padding-top: 48px;
  }
  .howWorks_container_wrapper .howWorks_container .howWorks_tabs .content ul {
    list-style: none;
    display: flex;
    flex-direction: row;
    gap: 24px;
    height: 187px;
  }
  .howWorks_container_wrapper .howWorks_container .howWorks_tabs .content ul li {
    width: 239px;
  }
  .howWorks_container_wrapper .howWorks_container .howWorks_tabs .content ul li h1 {
    color: var(--primary-main-orange);
    font-family: var(--font-family-Rubik);
    font-size: 22px;
    font-weight: 400 !important;
  }
  .howWorks_container_wrapper .howWorks_container .howWorks_tabs .content ul li h3 {
    margin-top: 24px;
    font-family: var(--font-family-Roboto);
    font-size: 18px;
    color: var(--secondary-dark-soft);
  }
  .howWorks_container_wrapper .howWorks_container .howWorks_tabs .content ul li p {
    margin-top: 4px;
    font-family: var(--font-family-Rubik);
    font-size: 16px;
    color: rgb(159, 159, 159);
  }
  .howWorks_container_wrapper .howWorks_container .howWorks_tabs .content .btnCatalog,
  .howWorks_container_wrapper .howWorks_container .howWorks_tabs .content .btnConfigurator {
    width: 100%;
    height: 56px;
    margin-top: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: var(--font-family-Roboto);
    border-color: rgb(43, 45, 51);
    color: rgb(43, 45, 51);
    font-size: 18px;
  }
  .howWorks_container_wrapper .howWorks_container .howWorks_tabs .content .btnCatalog span,
  .howWorks_container_wrapper .howWorks_container .howWorks_tabs .content .btnConfigurator span {
    display: block;
  }
  .howWorks_container_wrapper .howWorks_container .howWorks_tabs .content .btnCatalog i,
  .howWorks_container_wrapper .howWorks_container .howWorks_tabs .content .btnConfigurator i {
    font-size: 28px;
  }
  .howWorks_container_wrapper .howWorks_container .howWorks_tabs .content .btnCatalog:hover,
  .howWorks_container_wrapper .howWorks_container .howWorks_tabs .content .btnConfigurator:hover {
    background: rgb(28, 30, 34);
    color: var(--neutral-white);
    cursor: pointer;
    transition: background 0.3s ease;
  }
}
.card_container {
  width: 100%;
  padding: 8px;
  border: 1px solid rgb(243, 243, 243);
}
.card_container .card_header {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.card_container .card_header picture {
  width: 155.5px;
  height: 155.5px;
  margin-bottom: 10px;
}
.card_container .card_header picture img {
  width: 155.5px;
  height: 155.5px;
}
.card_container .card_header .labelPopular {
  border-radius: 1px;
  position: absolute;
  top: 4px;
  left: 4px;
  width: 60px;
  height: 20px;
  background: rgb(63, 185, 80);
  font-family: var(--font-family-Rubik);
  font-weight: 500;
  font-style: Medium;
  font-size: 10px;
  line-height: 130%;
  letter-spacing: 0%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgb(255, 255, 255);
}
.card_container .card_inStock {
  display: flex;
  justify-content: space-between;
}
.card_container .card_inStock p {
  text-align: start;
  font-family: var(--font-family-Inter);
  font-weight: 500;
  font-style: Medium;
  font-size: 10px;
  display: flex;
  align-items: center;
  gap: 4.5px;
  line-height: 130%;
  letter-spacing: 0%;
  color: rgb(63, 185, 80);
  padding: 0 8px;
}
.card_container .card_inStock p span {
  border-radius: 999px;
  width: 4px;
  height: 4px;
  background: rgb(63, 185, 80);
}
.card_container .card_inStock .art {
  display: none;
}
.card_container hr {
  margin: 8px 0px;
  border: none;
  height: 1px;
  background: var(--gray);
}
.card_container .card_content {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.card_container .card_content a {
  text-decoration: none;
  font-family: var(--font-family-Roboto);
  font-weight: 400;
  font-size: 12px;
  color: rgb(58, 61, 66);
  line-height: 16px;
  letter-spacing: 0%;
}
.card_container .card_content .card_content_wrapper {
  display: flex;
  align-items: end;
  gap: 4.5px;
}
.card_container .card_content .card_content_wrapper .card_content_price {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.card_container .card_content .card_content_wrapper .card_content_price .discountBlock {
  width: 100%;
  display: flex;
  gap: 4px;
  align-items: center;
}
.card_container .card_content .card_content_wrapper .card_content_price .discountBlock .discount_container {
  width: 32px;
  height: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgb(229, 57, 53);
}
.card_container .card_content .card_content_wrapper .card_content_price .discountBlock .discount_container span {
  font-family: var(--font-family-Roboto);
  font-weight: 300;
  font-style: Light;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0%;
  color: var(--neutral-white);
}
.card_container .card_content .card_content_wrapper .card_content_price .discountBlock p {
  text-decoration: line-through;
  font-family: var(--font-family-Rubik);
  font-weight: 500;
  font-style: Medium;
  font-size: 10px;
  color: rgb(159, 159, 159);
  line-height: 130%;
  letter-spacing: 0%;
}
.card_container .card_content .card_content_wrapper .card_content_price .priceBlock .priceBlock_package {
  display: none;
}
.card_container .card_content .card_content_wrapper .card_content_price .priceBlock h2 {
  font-family: var(--font-family-Roboto);
  font-weight: 500;
  font-style: Medium;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0%;
  display: flex;
  align-items: center;
  gap: 4px;
}
.card_container .card_content .card_content_wrapper .card_content_price .priceBlock h2 span {
  font-family: var(--font-family-Rubik);
  font-weight: 500;
  font-style: Medium;
  font-size: 10px;
  color: rgb(159, 159, 159);
  line-height: 130%;
  letter-spacing: 0%;
}
.card_container .card_content .card_content_wrapper .card_content_price .priceBlock p {
  font-family: var(--font-family-Rubik);
  font-weight: 500;
  font-style: Medium;
  font-size: 10px;
  leading-trim: NONE;
  line-height: 130%;
  color: rgb(159, 159, 159);
  letter-spacing: 0%;
}
.card_container .card_content .card_content_wrapper .chooseProdBtn {
  min-width: 40px;
  height: 40px;
  border-radius: 2px;
  font-size: 20px;
  padding: 0;
  background: var(--primary-main-orange);
}
.card_container .card_content .card_content_wrapper .chooseProdBtn:hover {
  transition: background 0.3s ease;
  cursor: pointer;
  background: var(--primary-main-orange-hover);
}

@media screen and (min-width: 768px) {
  .card_container {
    width: 100%;
    padding: 8px;
    border: 1px solid rgb(243, 243, 243);
  }
  .card_container .card_header {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .card_container .card_header picture {
    width: 218px;
    height: 218px;
  }
  .card_container .card_header picture img {
    width: 218px;
    height: 218px;
  }
  .card_container .card_header .labelPopular {
    border-radius: 1px;
    position: absolute;
    top: 4px;
    left: 4px;
    width: fit-content;
    padding: 0px 4px;
    height: 20px;
    background: rgb(63, 185, 80);
    font-family: var(--font-family-Rubik);
    font-weight: 500;
    font-style: Medium;
    font-size: 12px;
    line-height: 130%;
    letter-spacing: 0%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgb(255, 255, 255);
  }
  .card_container .card_inStock {
    display: flex;
    justify-content: space-between;
  }
  .card_container .card_inStock p {
    text-align: start;
    font-family: var(--font-family-Inter);
    font-weight: 500;
    font-style: Medium;
    font-size: 12px;
    display: flex;
    align-items: center;
    gap: 4.5px;
    line-height: 130%;
    letter-spacing: 0%;
    color: rgb(63, 185, 80);
    padding: 0 8px;
  }
  .card_container .card_inStock p span {
    border-radius: 999px;
    width: 8px;
    height: 8px;
    background: rgb(63, 185, 80);
  }
  .card_container .card_inStock .art {
    display: block;
    font-family: var(--font-family-Rubik);
    font-weight: 500;
    font-style: Medium;
    font-size: 12px;
    line-height: 130%;
    letter-spacing: 0%;
    color: rgb(159, 159, 159);
  }
  .card_container hr {
    margin: 8px 0px;
    border: none;
    height: 1px;
    background: var(--gray);
  }
  .card_container .card_content {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
  .card_container .card_content h3 {
    font-family: var(--font-family-Roboto);
    font-weight: 400;
    font-size: 14px;
    color: rgb(58, 61, 66);
    line-height: 16px;
    letter-spacing: 0%;
  }
  .card_container .card_content .card_content_wrapper {
    display: flex;
    align-items: end;
    gap: 4.5px;
  }
  .card_container .card_content .card_content_wrapper .card_content_price {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 4px;
  }
  .card_container .card_content .card_content_wrapper .card_content_price .discountBlock {
    width: 100%;
    display: flex;
    gap: 4px;
    align-items: center;
  }
  .card_container .card_content .card_content_wrapper .card_content_price .discountBlock .discount_container {
    width: 32px;
    height: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgb(229, 57, 53);
  }
  .card_container .card_content .card_content_wrapper .card_content_price .discountBlock .discount_container span {
    font-family: var(--font-family-Roboto);
    font-weight: 300;
    font-style: Light;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0%;
    color: var(--neutral-white);
  }
  .card_container .card_content .card_content_wrapper .card_content_price .discountBlock p {
    font-family: var(--font-family-Rubik);
    font-weight: 500;
    font-style: Medium;
    font-size: 10px;
    color: rgb(159, 159, 159);
    line-height: 130%;
    letter-spacing: 0%;
  }
  .card_container .card_content .card_content_wrapper .card_content_price .priceBlock .priceBlock_package {
    display: flex;
  }
  .card_container .card_content .card_content_wrapper .card_content_price .priceBlock h2 {
    font-family: var(--font-family-Roboto);
    font-weight: 500;
    font-style: Medium;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;
    display: flex;
    align-items: center;
    gap: 4px;
  }
  .card_container .card_content .card_content_wrapper .card_content_price .priceBlock h2 span {
    font-family: var(--font-family-Rubik);
    font-weight: 500;
    font-style: Medium;
    font-size: 10px;
    color: rgb(159, 159, 159);
    line-height: 130%;
    letter-spacing: 0%;
  }
  .card_container .card_content .card_content_wrapper .card_content_price .priceBlock p {
    display: none;
    font-family: var(--font-family-Rubik);
    font-weight: 500;
    font-style: Medium;
    font-size: 10px;
    leading-trim: NONE;
    line-height: 130%;
    color: rgb(159, 159, 159);
    letter-spacing: 0%;
  }
  .card_container .card_content .card_content_wrapper .chooseProdBtn {
    min-width: 48px;
    height: 48px;
    border-radius: 2px;
    font-size: 24px;
    padding: 0;
    background: var(--primary-main-orange);
  }
  .card_container .card_content .card_content_wrapper .chooseProdBtn:hover {
    transition: background 0.3s ease;
    cursor: pointer;
    background: var(--primary-main-orange-hover);
  }
  .card_container .card_content .card_content_wrapper .chooseProdBtn span {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .card_container {
    width: 100% !important;
    height: fit-content !important;
    padding: 8px;
    border: 1px solid rgb(243, 243, 243);
  }
  .card_container .card_header {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .card_container .card_header picture {
    width: 216px;
    height: 216px;
  }
  .card_container .card_header picture img {
    width: 216px;
    height: 216px;
  }
  .card_container .card_header .labelPopular {
    border-radius: 1px;
    position: absolute;
    top: 4px;
    left: 4px;
    width: fit-content;
    padding: 0px 4px;
    height: 20px;
    background: rgb(63, 185, 80);
    font-family: var(--font-family-Rubik);
    font-weight: 500;
    font-style: Medium;
    font-size: 12px;
    line-height: 130%;
    letter-spacing: 0%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgb(255, 255, 255);
  }
  .card_container .card_inStock {
    display: flex;
    justify-content: space-between;
  }
  .card_container .card_inStock p {
    text-align: start;
    font-family: var(--font-family-Inter);
    font-weight: 500;
    font-style: Medium;
    font-size: 12px;
    display: flex;
    align-items: center;
    gap: 4.5px;
    line-height: 130%;
    letter-spacing: 0%;
    color: rgb(63, 185, 80);
    padding: 0 8px;
  }
  .card_container .card_inStock p span {
    border-radius: 999px;
    width: 8px;
    height: 8px;
    background: rgb(63, 185, 80);
  }
  .card_container .card_inStock .art {
    display: block;
    font-family: var(--font-family-Rubik);
    font-weight: 500;
    font-style: Medium;
    font-size: 12px;
    line-height: 130%;
    letter-spacing: 0%;
    color: rgb(159, 159, 159);
  }
  .card_container hr {
    margin: 8px 0px;
    border: none;
    height: 1px;
    background: var(--gray);
  }
  .card_container .card_content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0px 8px;
    padding-bottom: 8px;
    height: 137px;
    gap: 12px;
  }
  .card_container .card_content a {
    text-decoration: none;
    font-family: var(--font-family-Roboto);
    font-weight: 400;
    font-size: 14px;
    color: rgb(58, 61, 66);
    line-height: 16px;
    letter-spacing: 0%;
  }
  .card_container .card_content .card_content_wrapper {
    display: flex;
    align-items: end;
    gap: 4.5px;
    padding: 0 !important;
  }
  .card_container .card_content .card_content_wrapper .card_content_price {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 4px;
  }
  .card_container .card_content .card_content_wrapper .card_content_price .discountBlock {
    width: 100%;
    display: flex;
    gap: 4px;
    align-items: center;
  }
  .card_container .card_content .card_content_wrapper .card_content_price .discountBlock .discount_container {
    width: 32px;
    height: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgb(229, 57, 53);
  }
  .card_container .card_content .card_content_wrapper .card_content_price .discountBlock .discount_container span {
    font-family: var(--font-family-Roboto);
    font-weight: 300;
    font-style: Light;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0%;
    color: var(--neutral-white);
  }
  .card_container .card_content .card_content_wrapper .card_content_price .discountBlock p {
    font-family: var(--font-family-Rubik);
    font-weight: 500;
    font-style: Medium;
    font-size: 10px;
    color: rgb(159, 159, 159);
    line-height: 130%;
    letter-spacing: 0%;
  }
  .card_container .card_content .card_content_wrapper .card_content_price .priceBlock h2 {
    font-family: var(--font-family-Roboto);
    font-weight: 500;
    font-style: Medium;
    font-size: 22px;
    line-height: 100%;
    letter-spacing: 0%;
    display: flex;
    align-items: center;
    gap: 4px;
  }
  .card_container .card_content .card_content_wrapper .card_content_price .priceBlock h2 span {
    font-family: var(--font-family-Rubik);
    font-weight: 500;
    font-style: Medium;
    font-size: 12px;
    color: rgb(159, 159, 159);
    line-height: 130%;
    letter-spacing: 0%;
  }
  .card_container .card_content .card_content_wrapper .card_content_price .priceBlock p {
    display: none;
    font-family: var(--font-family-Rubik);
    font-weight: 500;
    font-style: Medium;
    font-size: 10px;
    leading-trim: NONE;
    line-height: 130%;
    color: rgb(159, 159, 159);
    letter-spacing: 0%;
  }
  .card_container .card_content .card_content_wrapper .chooseProdBtn {
    min-width: 48px;
    height: 48px;
    border-radius: 2px;
    font-size: 24px;
    padding: 0;
    background: var(--primary-main-orange);
  }
  .card_container .card_content .card_content_wrapper .chooseProdBtn:hover {
    transition: background 0.3s ease;
    cursor: pointer;
    background: var(--primary-main-orange-hover);
  }
}
@media screen and (min-width: 1440px) {
  .card_container {
    width: 100%;
    padding: 8px;
    border: 1px solid rgb(243, 243, 243);
  }
  .card_container .card_header {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .card_container .card_header picture {
    width: 218px;
    height: 218px;
  }
  .card_container .card_header picture img {
    width: 218px;
    height: 218px;
  }
  .card_container .card_header .labelPopular {
    border-radius: 1px;
    position: absolute;
    top: 4px;
    left: 4px;
    width: fit-content;
    padding: 0px 4px;
    height: 20px;
    background: rgb(63, 185, 80);
    font-family: var(--font-family-Rubik);
    font-weight: 500;
    font-style: Medium;
    font-size: 12px;
    line-height: 130%;
    letter-spacing: 0%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgb(255, 255, 255);
  }
  .card_container .card_inStock {
    display: flex;
    justify-content: space-between;
  }
  .card_container .card_inStock p {
    text-align: start;
    font-family: var(--font-family-Inter);
    font-weight: 500;
    font-style: Medium;
    font-size: 12px;
    display: flex;
    align-items: center;
    gap: 4.5px;
    line-height: 130%;
    letter-spacing: 0%;
    color: rgb(63, 185, 80);
    padding: 0 8px;
  }
  .card_container .card_inStock p span {
    border-radius: 999px;
    width: 8px;
    height: 8px;
    background: rgb(63, 185, 80);
  }
  .card_container .card_inStock .art {
    display: block;
    font-family: var(--font-family-Rubik);
    font-weight: 500;
    font-style: Medium;
    font-size: 12px;
    line-height: 130%;
    letter-spacing: 0%;
    color: rgb(159, 159, 159);
  }
  .card_container hr {
    margin: 8px 0px;
    border: none;
    height: 1px;
    background: var(--gray);
  }
  .card_container .card_content {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
  .card_container .card_content h3 {
    font-family: var(--font-family-Roboto);
    font-weight: 400;
    font-size: 14px;
    color: rgb(58, 61, 66);
    line-height: 16px;
    letter-spacing: 0%;
  }
  .card_container .card_content .card_content_wrapper {
    display: flex;
    align-items: end;
    gap: 4.5px;
  }
  .card_container .card_content .card_content_wrapper .card_content_price {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 4px;
  }
  .card_container .card_content .card_content_wrapper .card_content_price .discountBlock {
    width: 100%;
    display: flex;
    gap: 4px;
    align-items: center;
  }
  .card_container .card_content .card_content_wrapper .card_content_price .discountBlock .discount_container {
    width: 32px;
    height: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgb(229, 57, 53);
  }
  .card_container .card_content .card_content_wrapper .card_content_price .discountBlock .discount_container span {
    font-family: var(--font-family-Roboto);
    font-weight: 300;
    font-style: Light;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0%;
    color: var(--neutral-white);
  }
  .card_container .card_content .card_content_wrapper .card_content_price .discountBlock p {
    font-family: var(--font-family-Rubik);
    font-weight: 500;
    font-style: Medium;
    font-size: 10px;
    color: rgb(159, 159, 159);
    line-height: 130%;
    letter-spacing: 0%;
  }
  .card_container .card_content .card_content_wrapper .card_content_price .priceBlock h2 {
    font-family: var(--font-family-Roboto);
    font-weight: 500;
    font-style: Medium;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;
    display: flex;
    align-items: center;
    gap: 4px;
  }
  .card_container .card_content .card_content_wrapper .card_content_price .priceBlock h2 span {
    font-family: var(--font-family-Rubik);
    font-weight: 500;
    font-style: Medium;
    font-size: 10px;
    color: rgb(159, 159, 159);
    line-height: 130%;
    letter-spacing: 0%;
  }
  .card_container .card_content .card_content_wrapper .card_content_price .priceBlock p {
    font-family: var(--font-family-Rubik);
    font-weight: 500;
    font-style: Medium;
    font-size: 10px;
    leading-trim: NONE;
    line-height: 130%;
    color: rgb(159, 159, 159);
    letter-spacing: 0%;
  }
  .card_container .card_content .card_content_wrapper .chooseProdBtn {
    min-width: 48px;
    height: 48px;
    border-radius: 2px;
    font-size: 24px;
    padding: 0;
    background: var(--primary-main-orange);
  }
  .card_container .card_content .card_content_wrapper .chooseProdBtn:hover {
    transition: background 0.3s ease;
    cursor: pointer;
    background: var(--primary-main-orange-hover);
  }
}
@media screen and (min-width: 1920px) {
  .card_container {
    width: 100%;
    height: 465px;
    padding: 8px;
    border: 1px solid rgb(243, 243, 243);
  }
  .card_container .card_header {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .card_container .card_header picture {
    width: 241px;
    height: 241px;
  }
  .card_container .card_header picture img {
    width: 241px;
    height: 241px;
  }
  .card_container .card_header .productImgHome {
    width: 272px;
    height: 272px;
  }
  .card_container .card_header .productImgHome img {
    width: 272px;
    height: 272px;
  }
  .card_container .card_header .labelPopular {
    border-radius: 1px;
    position: absolute;
    top: 8px;
    left: 8px;
    width: fit-content;
    padding: 2px 4px;
    height: 20px;
    background: rgb(63, 185, 80);
    font-family: var(--font-family-Rubik);
    font-weight: 500;
    font-style: Medium;
    font-size: 12px;
    line-height: 130%;
    letter-spacing: 0%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgb(255, 255, 255);
  }
  .card_container .productImgHome .productImg picture {
    min-width: 272px;
    height: 272px;
  }
  .card_container .productImgHome .productImg picture img {
    min-width: 272px;
    height: 272px;
  }
  .card_container .card_inStock {
    display: flex;
    justify-content: space-between;
  }
  .card_container .card_inStock p {
    text-align: start;
    font-family: var(--font-family-Inter);
    font-weight: 500;
    font-style: Medium;
    font-size: 12px;
    display: flex;
    align-items: center;
    gap: 4.5px;
    line-height: 130%;
    letter-spacing: 0%;
    color: rgb(63, 185, 80);
    padding: 0 8px;
  }
  .card_container .card_inStock p span {
    border-radius: 999px;
    width: 8px;
    height: 8px;
    background: rgb(63, 185, 80);
  }
  .card_container .card_inStock .art {
    display: block;
    font-family: var(--font-family-Rubik);
    font-weight: 500;
    font-style: Medium;
    font-size: 12px;
    line-height: 130%;
    letter-spacing: 0%;
    color: rgb(159, 159, 159);
  }
  .card_container hr {
    margin: 8px 0px;
    border: none;
    height: 1px;
    background: var(--gray);
  }
  .card_container .card_content {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
  .card_container .card_content h3 {
    font-family: var(--font-family-Roboto);
    font-weight: 400;
    font-size: 14px;
    color: rgb(58, 61, 66);
    line-height: 16px;
    letter-spacing: 0%;
    padding: 0 8px;
    height: 63px;
  }
  .card_container .card_content .card_content_wrapper {
    display: flex;
    align-items: end;
    gap: 4.5px;
    padding: 0 8px;
  }
  .card_container .card_content .card_content_wrapper .card_content_price {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 4px;
  }
  .card_container .card_content .card_content_wrapper .card_content_price .discountBlock {
    width: 100%;
    display: flex;
    gap: 4px;
    align-items: center;
  }
  .card_container .card_content .card_content_wrapper .card_content_price .discountBlock .discount_container {
    width: 36px;
    height: 21px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgb(229, 57, 53);
  }
  .card_container .card_content .card_content_wrapper .card_content_price .discountBlock .discount_container span {
    font-family: var(--font-family-Roboto);
    font-weight: 300;
    font-style: Light;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    color: var(--neutral-white);
  }
  .card_container .card_content .card_content_wrapper .card_content_price .discountBlock p {
    font-family: var(--font-family-Rubik);
    font-weight: 500;
    font-style: Medium;
    font-size: 12px;
    color: rgb(159, 159, 159);
    line-height: 130%;
    letter-spacing: 0%;
  }
  .card_container .card_content .card_content_wrapper .card_content_price .priceBlock h2 {
    font-family: var(--font-family-Roboto);
    font-weight: 500;
    font-style: Medium;
    font-size: 22px;
    line-height: 100%;
    letter-spacing: 0%;
    display: flex;
    align-items: center;
    gap: 4px;
  }
  .card_container .card_content .card_content_wrapper .card_content_price .priceBlock h2 span {
    font-family: var(--font-family-Rubik);
    font-weight: 500;
    font-style: Medium;
    font-size: 12px;
    color: rgb(159, 159, 159);
    line-height: 130%;
    letter-spacing: 0%;
  }
  .card_container .card_content .card_content_wrapper .card_content_price .priceBlock p {
    font-family: var(--font-family-Rubik);
    font-weight: 500;
    font-style: Medium;
    font-size: 10px;
    leading-trim: NONE;
    line-height: 130%;
    color: rgb(159, 159, 159);
    letter-spacing: 0%;
  }
  .card_container .card_content .card_content_wrapper .chooseProdBtn {
    min-width: 48px;
    height: 48px;
    border-radius: 2px;
    font-size: 24px;
    padding: 0;
    background: var(--primary-main-orange);
  }
  .card_container .card_content .card_content_wrapper .chooseProdBtn:hover {
    transition: background 0.3s ease;
    cursor: pointer;
    background: var(--primary-main-orange-hover);
  }
}
.popularProducts_container {
  width: 100%;
  max-width: 1728px;
  margin: 0 auto;
  padding: 96px 16px 80px;
}
.popularProducts_container .popularProducts_header .popularProductSlider__nav {
  display: none;
}
.popularProducts_container h1 {
  font-family: var(--font-family-Roboto);
  font-weight: 500;
  font-style: Medium;
  font-size: 28px;
  leading-trim: NONE;
  line-height: 125%;
  letter-spacing: 0%;
  text-transform: uppercase;
  margin-bottom: 32px;
  color: rgb(43, 45, 51);
}
.popularProducts_container .showMore {
  margin-top: 32px;
  width: 100%;
  padding: 0;
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid rgba(0, 0, 0, 0.64);
  color: rgb(0, 0, 0);
  font-family: var(--font-family-Roboto);
  font-weight: 500;
  font-style: Medium;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  transition: background 0.3s ease;
  text-transform: uppercase;
}
.popularProducts_container .showMore span {
  display: inline;
}
.popularProducts_container .showMore:hover {
  transition: background 0.3s ease;
  cursor: pointer;
  background: var(--secondary-dark);
  color: var(--neutral-white);
}
.popularProducts_container .popularProducts_wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.popularProducts_container .popularProductSlider .swiper-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.popularProducts_container .popularProductSlider .swiper-wrapper .swiper-slide {
  display: none;
}
.popularProducts_container .popularProductSlider .swiper-wrapper .swiper-slide:nth-child(1) {
  display: block;
}
.popularProducts_container .popularProductSlider .swiper-wrapper .swiper-slide:nth-child(2) {
  display: block;
}
.popularProducts_container .popularProductSlider .swiper-wrapper .swiper-slide:nth-child(3) {
  display: block;
}
.popularProducts_container .popularProductSlider .swiper-wrapper .swiper-slide:nth-child(4) {
  display: block;
}
.popularProducts_container .popularProductSlider .swiper-wrapper .swiper-slide:nth-child(5) {
  display: block;
}
.popularProducts_container .popularProductSlider .swiper-wrapper .swiper-slide:nth-child(6) {
  display: block;
}
.popularProducts_container .popularProductSlider .swiper-wrapper .swiper-slide.active {
  display: block;
}

@media screen and (min-width: 768px) {
  .popularProducts_container {
    width: 100%;
    margin: 0 auto;
    padding: 64px 32px;
  }
  .popularProducts_container h1 {
    font-family: var(--font-family-Roboto);
    font-weight: 500;
    font-style: Medium;
    font-size: 40px;
    line-height: 125%;
    letter-spacing: 0%;
    text-transform: uppercase;
    margin-bottom: 32px;
    color: rgb(43, 45, 51);
  }
  .popularProducts_container .popularProductSlider .swiper-wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 1024px) {
  .popularProducts_container {
    width: 100%;
    padding: 64px 48px;
  }
  .popularProducts_container .popularProducts_header {
    margin-bottom: 32px;
  }
  .popularProducts_container h1 {
    font-family: var(--font-family-Roboto);
    font-weight: 500;
    font-style: Medium;
    font-size: 40px;
    line-height: 125%;
    letter-spacing: 0%;
    text-transform: uppercase;
    margin-bottom: 0px;
    color: rgb(43, 45, 51);
  }
  .popularProducts_container .popularProductSlider .swiper-wrapper {
    grid-template-columns: repeat(4, 1fr);
  }
  .popularProducts_container .popularProductSlider .swiper-wrapper .swiper-slide:nth-child(1) {
    display: block;
  }
  .popularProducts_container .popularProductSlider .swiper-wrapper .swiper-slide:nth-child(2) {
    display: block;
  }
  .popularProducts_container .popularProductSlider .swiper-wrapper .swiper-slide:nth-child(3) {
    display: block;
  }
  .popularProducts_container .popularProductSlider .swiper-wrapper .swiper-slide:nth-child(4) {
    display: block;
  }
  .popularProducts_container .popularProductSlider .swiper-wrapper .swiper-slide:nth-child(5) {
    display: block;
  }
  .popularProducts_container .popularProductSlider .swiper-wrapper .swiper-slide:nth-child(6) {
    display: block;
  }
  .popularProducts_container .popularProductSlider .swiper-wrapper .swiper-slide:nth-child(7) {
    display: block;
  }
  .popularProducts_container .popularProductSlider .swiper-wrapper .swiper-slide:nth-child(8) {
    display: block;
  }
}
@media screen and (min-width: 1440px) {
  .popularProducts_container {
    width: 100%;
    padding: 80px;
    padding-bottom: 72px;
  }
  .popularProducts_container .popularProducts_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 48px;
  }
  .popularProducts_container .popularProducts_header .popularProductSlider__nav {
    display: flex;
    flex-direction: row;
    gap: 9px;
  }
  .popularProducts_container .popularProducts_header .popularProductSlider__nav button {
    width: 56px;
    height: 56px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: transparent;
    color: rgb(43, 45, 51);
    border-color: rgb(43, 45, 51);
  }
}
@media screen and (min-width: 1440px) and (hover: hover) {
  .popularProducts_container .popularProducts_header .popularProductSlider__nav button:hover {
    background: rgb(43, 45, 51);
    color: #fff;
  }
}
@media screen and (min-width: 1440px) {
  .popularProducts_container h1 {
    font-family: var(--font-family-Roboto);
    font-weight: 500;
    font-style: Medium;
    font-size: 56px;
    line-height: 125%;
    letter-spacing: 0%;
    text-transform: uppercase;
    margin-bottom: 0px;
    color: rgb(43, 45, 51);
  }
  .popularProducts_container .popularProducts_wrapper {
    display: none;
    grid-template-columns: repeat(5, 1fr);
  }
  .popularProducts_container .popularProductSlider {
    display: block;
  }
  .popularProducts_container .popularProductSlider .swiper-wrapper {
    display: flex;
  }
  .popularProducts_container .popularProductSlider .swiper-wrapper .swiper-slide {
    display: block !important;
  }
  .popularProducts_container .popularProductSlider .popularProductSlider_pagination {
    display: flex;
    justify-content: center;
    margin-top: 24px;
  }
  .popularProducts_container .popularProductSlider .popularProductSlider_pagination .swiper-pagination-bullet {
    border-radius: 1px;
  }
  .popularProducts_container .popularProductSlider .popularProductSlider_pagination .swiper-pagination-bullet-active {
    background: rgb(28, 30, 34);
  }
  .popularProducts_container .showMore {
    display: none;
  }
}
@media screen and (min-width: 1920px) {
  .popularProducts_container {
    width: 100%;
    padding: 96px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 80px;
  }
  .popularProducts_container .popularProducts_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 48px;
  }
  .popularProducts_container .popularProducts_header .popularProductSlider__nav {
    display: flex;
    flex-direction: row;
    gap: 9px;
  }
  .popularProducts_container .popularProducts_header .popularProductSlider__nav div:first-child button {
    background: transparent;
    color: rgb(43, 45, 51);
    border-color: rgb(43, 45, 51);
  }
  .popularProducts_container .popularProducts_header .popularProductSlider__nav div:first-child button:hover {
    background: rgb(43, 45, 51);
    color: #fff;
  }
  .popularProducts_container .popularProducts_header .popularProductSlider__nav div:last-child button {
    background: rgb(43, 45, 51);
    color: #fff;
    border-color: rgb(43, 45, 51);
  }
  .popularProducts_container .popularProducts_header .popularProductSlider__nav div:last-child button:hover {
    background: rgb(28, 30, 34);
    color: #fff;
  }
  .popularProducts_container .popularProducts_header .popularProductSlider__nav button {
    width: 56px;
    height: 56px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .popularProducts_container h1 {
    font-family: var(--font-family-Roboto);
    font-weight: 500;
    font-style: Medium;
    font-size: 56px !important;
    line-height: 125%;
    letter-spacing: 0%;
    text-transform: uppercase;
    margin-bottom: 0px;
    color: rgb(43, 45, 51);
  }
  .popularProducts_container .popularProducts_wrapper {
    display: none;
    grid-template-columns: repeat(6, 1fr);
  }
  .productPage {
    padding: 96px 0 48px;
  }
}
.menuModal_container {
  top: 0;
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.16);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease;
}
.menuModal_container.active {
  visibility: visible;
  transition: 0.3s ease;
  opacity: 1;
}
.menuModal_container .menuModal_body {
  width: 0px;
  background: var(--neutral-white);
  position: relative;
  padding: 16px;
  height: 100vh;
  visibility: hidden;
  transition: 0.3s ease;
  opacity: 0;
}
.menuModal_container .menuModal_body.active {
  width: 285px;
  transition: 0.3s ease;
  visibility: visible;
  opacity: 1;
}
.menuModal_container .menuModal_body #closeModalMenu {
  position: absolute;
  top: 16px;
  right: 16px;
  font-size: 24px;
  color: rgb(159, 159, 159);
}
.menuModal_container .menuModal_body #closeModalMenu:hover {
  cursor: pointer;
  color: #1c1e22;
}
.menuModal_container .menuModal_body h1 {
  font-family: var(--font-family-Roboto);
  font-weight: 500;
  font-style: Medium;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0%;
  color: rgb(58, 61, 66);
}
.menuModal_container .menuModal_body .content {
  display: flex;
  flex-direction: column;
  margin-top: 16px;
}
.menuModal_container .menuModal_body .content a {
  border: 1px solid rgb(243, 243, 243);
  border-right: none;
  border-left: none;
  font-family: var(--font-family-Roboto);
  font-weight: 500;
  font-style: Medium;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  color: rgb(43, 45, 51);
  padding: 16px 0px;
  display: flex;
  justify-content: space-between;
  text-decoration: none;
}
.menuModal_container .menuModal_body .content a i {
  font-size: 20px;
}

@media screen and (min-width: 768px) {
  .menuModal_container {
    top: 0;
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.16);
    opacity: 0;
    visibility: hidden;
    transition: 0.3s ease;
  }
  .menuModal_container.active {
    visibility: visible;
    transition: 0.3s ease;
    opacity: 1;
  }
  .menuModal_container .menuModal_body {
    width: 0px;
    background: var(--neutral-white);
    position: relative;
    padding: 32px;
    height: 100vh;
    visibility: hidden;
    transition: 0.3s ease;
  }
  .menuModal_container .menuModal_body.active {
    width: 463px;
    transition: 0.3s ease;
    visibility: visible;
    opacity: 1;
  }
  .menuModal_container .menuModal_body #closeModalMenu {
    position: absolute;
    top: 32px;
    right: 32px;
    font-size: 24px;
    color: rgb(159, 159, 159);
  }
  .menuModal_container .menuModal_body #closeModalMenu:hover {
    cursor: pointer;
  }
  .menuModal_container .menuModal_body h1 {
    font-family: var(--font-family-Roboto);
    font-weight: 500;
    font-style: Medium;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;
    color: rgb(58, 61, 66);
  }
  .menuModal_container .menuModal_body .content {
    display: flex;
    flex-direction: column;
    margin-top: 16px;
  }
  .menuModal_container .menuModal_body .content a {
    border: 1px solid rgb(243, 243, 243);
    border-right: none;
    border-left: none;
    font-family: var(--font-family-Roboto);
    font-weight: 500;
    font-style: Medium;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;
    color: rgb(43, 45, 51);
    padding: 16px 0px;
    display: flex;
    justify-content: space-between;
    text-decoration: none;
  }
  .menuModal_container .menuModal_body .content a i {
    font-size: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .menuModal_container {
    top: 0;
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.16);
    opacity: 0;
    visibility: hidden;
    transition: 0.3s ease;
  }
  .menuModal_container.active {
    visibility: visible;
    transition: 0.3s ease;
    opacity: 1;
  }
  .menuModal_container .menuModal_body {
    width: 0px;
    background: var(--neutral-white);
    position: relative;
    padding: 32px;
    height: 100vh;
    visibility: hidden;
    transition: 0.3s ease;
  }
  .menuModal_container .menuModal_body.active {
    width: 463px;
    transition: 0.3s ease;
    visibility: visible;
    opacity: 1;
  }
  .menuModal_container .menuModal_body #closeModalMenu {
    position: absolute;
    top: 32px;
    right: 32px;
    font-size: 24px;
    color: rgb(159, 159, 159);
  }
  .menuModal_container .menuModal_body #closeModalMenu:hover {
    cursor: pointer;
  }
  .menuModal_container .menuModal_body h1 {
    font-family: var(--font-family-Roboto);
    font-weight: 500;
    font-style: Medium;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;
    color: rgb(58, 61, 66);
  }
  .menuModal_container .menuModal_body .content {
    display: flex;
    flex-direction: column;
    margin-top: 16px;
  }
  .menuModal_container .menuModal_body .content a {
    border: 1px solid rgb(243, 243, 243);
    border-right: none;
    border-left: none;
    font-family: var(--font-family-Roboto);
    font-weight: 500;
    font-style: Medium;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;
    color: rgb(43, 45, 51);
    padding: 16px 0px;
    display: flex;
    justify-content: space-between;
    text-decoration: none;
  }
  .menuModal_container .menuModal_body .content a i {
    font-size: 20px;
  }
}
.responses_container {
  max-width: 1728px;
  margin: 0 auto;
  padding: 60px 16px;
}
.responses_container .responses_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.responses_container .responses_header .slider_nav {
  display: flex;
  gap: 8px;
}
.responses_container .responses_header .slider_nav .nextbtn button {
  background: rgb(43, 45, 51);
  color: #fff;
}
.responses_container .responses_header .slider_nav .nextbtn button:hover {
  color: var(--neutral-white);
  background: rgb(28, 30, 34);
}
.responses_container .responses_header .slider_nav .secondaryBtn {
  width: 40px;
  height: 40px;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-color: rgb(43, 45, 51);
  color: rgb(43, 45, 51);
}
.responses_container .responses_header .slider_nav .secondaryBtn span {
  display: none;
}
.responses_container .responses_header .slider_nav .secondaryBtn:hover {
  color: var(--neutral-white);
  background: rgb(43, 45, 51);
}
.responses_container h1 {
  font-size: 32px;
  font-family: var(--font-family-Roboto);
  font-weight: 500;
  font-style: Medium;
  font-size: 28px;
  line-height: 125%;
  letter-spacing: 0%;
}
.responses_container .swiper {
  margin-top: 24px;
  position: relative;
}
.responses_container .swiper .swiper-wrapper {
  min-height: 370px;
}
.responses_container .swiper .swiper-slide {
  width: 243px !important;
  height: fit-content;
  background: var(--neutral-white);
  padding: 24px 16px;
  border-radius: 2px;
  border: 1px solid rgb(243, 243, 243);
}
.responses_container .swiper .swiper-slide .responseCard_rating {
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 12px;
}
.responses_container .swiper .swiper-slide .responseCard_rating h3 {
  margin: 0;
  font-family: var(--font-family-Roboto);
  font-weight: 500;
  font-style: Medium;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
}
.responses_container .swiper .swiper-slide .responseCard_rating .stars {
  display: flex;
  flex-direction: row;
  gap: 4px;
}
.responses_container .swiper .swiper-slide .responseCard_rating .stars i {
  font-size: 20px;
  margin-left: 4px;
  color: rgb(255, 111, 57);
}
.responses_container .swiper .swiper-slide .responseCard_rating .stars i.empty {
  color: var(--primary-soft);
}
.responses_container .swiper .swiper-slide .response_content {
  display: flex;
  gap: 4px;
  margin-top: 12px;
}
.responses_container .swiper .swiper-slide .response_content span {
  font-family: var(--font-family-Inter);
  font-weight: 500;
  font-style: Medium;
  font-size: 32px;
  line-height: 100%;
  letter-spacing: 0%;
  color: rgb(255, 111, 57);
}
.responses_container .swiper .swiper-slide .response_content p {
  height: 160px;
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  font-family: var(--font-family-Rubik);
  font-weight: 400;
  font-size: 14px;
  line-height: 145%;
  color: rgb(159, 159, 159);
  transition: max-height 0.3s ease;
}
.responses_container .swiper .swiper-slide .response_content p.expanded {
  height: fit-content;
  transition: height 0.3s ease;
  -webkit-line-clamp: unset;
}
.responses_container .swiper .swiper-slide .response_content p::after {
  content: "Більше";
  position: absolute;
  bottom: 0;
  right: 0;
  background: var(--neutral-white);
  font-family: var(--font-family-Rubik);
  padding: 0 4px;
  font-size: 14px;
  color: #2f80ed;
  cursor: pointer;
}
.responses_container .swiper .swiper-slide .response_content p.expanded::after {
  content: "Менше";
}
.responses_container .swiper .swiper-slide .responseCard_user {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 28px;
}
.responses_container .swiper .swiper-slide .responseCard_user .user_avatar {
  width: 40px;
  height: 40px;
  background: var(--primary-soft);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 20px;
  border-radius: 2px;
  font-family: var(--font-family-Inter);
  font-weight: 500;
  font-style: Medium;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  color: var(--primary-main-orange);
}
.responses_container .swiper .swiper-slide .responseCard_user .user_info h3 {
  font-family: var(--font-family-Rubik);
  font-weight: 400;
  font-size: 14px;
  line-height: 145%;
  letter-spacing: 0%;
  color: rgb(43, 45, 51);
}
.responses_container .swiper .swiper-slide .responseCard_user .user_info p {
  font-family: var(--font-family-Rubik);
  font-weight: 400;
  font-size: 14px;
  line-height: 145%;
  letter-spacing: 0%;
  color: rgb(196, 196, 196);
}
.responses_container .swiper .swiper-pagination {
  position: absolute;
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 4px;
}
.responses_container .swiper .swiper-pagination .swiper-pagination-bullet {
  margin: 0;
  border-radius: 1px;
}
.responses_container .swiper .swiper-pagination .swiper-pagination-bullet-active {
  background: rgb(28, 30, 34);
}

@media screen and (min-width: 768px) {
  .responses_container {
    padding: 65px 32px;
  }
  .responses_container .responses_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .responses_container .responses_header .slider_nav {
    display: flex;
    gap: 8px;
  }
  .responses_container .responses_header .slider_nav .secondaryBtn {
    width: 48px;
    height: 48px;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border-color: rgb(43, 45, 51);
    color: rgb(43, 45, 51);
  }
  .responses_container .responses_header .slider_nav .secondaryBtn:hover {
    color: var(--neutral-white);
    background: rgb(43, 45, 51);
  }
  .responses_container .responses_header .slider_nav .secondaryBtn i {
    font-size: 24px;
  }
  .responses_container h1 {
    font-family: var(--font-family-Roboto);
    font-weight: 500;
    font-style: Medium;
    font-size: 40px;
    line-height: 125%;
    letter-spacing: 0%;
  }
  .responses_container .swiper {
    margin-top: 48px;
    position: relative;
  }
  .responses_container .swiper .swiper-wrapper {
    height: 344px;
  }
  .responses_container .swiper .swiper-slide {
    width: 340px !important;
    height: fit-content;
    background: var(--neutral-white);
    padding: 24px 16px;
    border-radius: 2px;
    border: 1px solid rgb(243, 243, 243);
  }
  .responses_container .swiper .swiper-slide .responseCard_rating {
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 12px;
  }
  .responses_container .swiper .swiper-slide .responseCard_rating h3 {
    margin: 0;
    font-family: var(--font-family-Roboto);
    font-weight: 500;
    font-style: Medium;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
  }
  .responses_container .swiper .swiper-slide .responseCard_rating .stars {
    display: flex;
    flex-direction: row;
    gap: 4px;
  }
  .responses_container .swiper .swiper-slide .responseCard_rating .stars i {
    font-size: 20px;
    margin-left: 4px;
    color: rgb(255, 111, 57);
  }
  .responses_container .swiper .swiper-slide .responseCard_rating .stars i.empty {
    color: var(--primary-soft);
  }
  .responses_container .swiper .swiper-slide .response_content {
    display: flex;
    gap: 4px;
    margin-top: 12px;
  }
  .responses_container .swiper .swiper-slide .response_content span:not(.response_content_more) {
    font-family: var(--font-family-Inter);
    font-weight: 500;
    font-style: Medium;
    font-size: 32px;
    line-height: 100%;
    letter-spacing: 0%;
    color: rgb(255, 111, 57);
  }
  .responses_container .swiper .swiper-slide .response_content p {
    height: 160px;
    font-family: var(--font-family-Rubik);
    font-weight: 400;
    font-size: 14px;
    line-height: 145%;
    letter-spacing: 0%;
    overflow: hidden;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    color: rgb(159, 159, 159);
  }
  .responses_container .swiper .swiper-slide .responseCard_user {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 28px;
  }
  .responses_container .swiper .swiper-slide .responseCard_user .user_avatar {
    width: 40px;
    height: 40px;
    background: var(--primary-soft);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 20px;
    border-radius: 2px;
    font-family: var(--font-family-Inter);
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    color: var(--primary-main-orange);
  }
  .responses_container .swiper .swiper-slide .responseCard_user .user_info h3 {
    font-family: var(--font-family-Rubik);
    font-weight: 400;
    font-size: 14px;
    line-height: 145%;
    letter-spacing: 0%;
    color: rgb(43, 45, 51);
  }
  .responses_container .swiper .swiper-slide .responseCard_user .user_info p {
    font-family: var(--font-family-Rubik);
    font-weight: 400;
    font-size: 14px;
    line-height: 145%;
    letter-spacing: 0%;
    color: rgb(196, 196, 196);
  }
  .responses_container .swiper .swiper-pagination {
    position: absolute;
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 4px;
  }
  .responses_container .swiper .swiper-pagination .swiper-pagination-bullet {
    margin: 0;
    border-radius: 1px;
  }
  .responses_container .swiper .swiper-pagination .swiper-pagination-bullet-active {
    background: rgb(28, 30, 34);
  }
}
@media screen and (min-width: 1024px) {
  .responses_container {
    padding: 65px 48px;
  }
  .responses_container .responses_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .responses_container .responses_header .slider_nav {
    display: flex;
    gap: 8px;
  }
  .responses_container .responses_header .slider_nav .secondaryBtn {
    width: 48px;
    height: 48px;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border-color: rgb(43, 45, 51);
    color: rgb(43, 45, 51);
  }
  .responses_container .responses_header .slider_nav .secondaryBtn:hover {
    color: var(--neutral-white);
    background: rgb(43, 45, 51);
  }
  .responses_container .responses_header .slider_nav .secondaryBtn i {
    font-size: 24px;
  }
  .responses_container h1 {
    font-family: var(--font-family-Roboto);
    font-weight: 500;
    font-style: Medium;
    font-size: 40px;
    line-height: 125%;
    letter-spacing: 0%;
  }
  .responses_container .swiper {
    margin-top: 48px;
    position: relative;
  }
  .responses_container .swiper .swiper-wrapper {
    height: fit-content;
  }
  .responses_container .swiper .swiper-slide {
    width: 293px !important;
    height: fit-content;
    background: var(--neutral-white);
    padding: 24px 16px;
    border-radius: 2px;
    border: 1px solid rgb(243, 243, 243);
  }
  .responses_container .swiper .swiper-slide .responseCard_rating {
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 12px;
  }
  .responses_container .swiper .swiper-slide .responseCard_rating h3 {
    margin: 0;
    font-family: var(--font-family-Roboto);
    font-weight: 500;
    font-style: Medium;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
  }
  .responses_container .swiper .swiper-slide .responseCard_rating .stars {
    display: flex;
    flex-direction: row;
    gap: 4px;
  }
  .responses_container .swiper .swiper-slide .responseCard_rating .stars i {
    font-size: 20px;
    margin-left: 4px;
    color: rgb(255, 111, 57);
  }
  .responses_container .swiper .swiper-slide .responseCard_rating .stars i.empty {
    color: var(--primary-soft);
  }
  .responses_container .swiper .swiper-slide .response_content {
    display: flex;
    gap: 4px;
    margin-top: 12px;
  }
  .responses_container .swiper .swiper-slide .response_content span:not(.response_content_more) {
    font-family: var(--font-family-Inter);
    font-weight: 500;
    font-style: Medium;
    font-size: 32px;
    line-height: 100%;
    letter-spacing: 0%;
    color: rgb(255, 111, 57);
  }
  .responses_container .swiper .swiper-slide .response_content p {
    height: 160px;
    font-family: var(--font-family-Rubik);
    font-weight: 400;
    font-size: 14px;
    line-height: 145%;
    letter-spacing: 0%;
    overflow: hidden;
    -webkit-box-orient: vertical;
    text-overflow: unset;
    position: relative;
    color: rgb(159, 159, 159);
  }
  .responses_container .swiper .swiper-slide .response_content p::after {
    content: "Більше";
    position: absolute;
    bottom: 0;
    right: 0;
    background: var(--neutral-white);
    font-family: var(--font-family-Rubik);
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 145%;
    letter-spacing: 0%;
    color: #2f80ed;
    cursor: pointer;
  }
  .responses_container .swiper .swiper-slide .responseCard_user {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 28px;
  }
  .responses_container .swiper .swiper-slide .responseCard_user .user_avatar {
    width: 40px;
    height: 40px;
    background: var(--primary-soft);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 20px;
    border-radius: 2px;
    font-family: var(--font-family-Inter);
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    color: var(--primary-main-orange);
  }
  .responses_container .swiper .swiper-slide .responseCard_user .user_info h3 {
    font-family: var(--font-family-Rubik);
    font-weight: 400;
    font-size: 14px;
    line-height: 145%;
    letter-spacing: 0%;
    color: rgb(43, 45, 51);
  }
  .responses_container .swiper .swiper-slide .responseCard_user .user_info p {
    font-family: var(--font-family-Rubik);
    font-weight: 400;
    font-size: 14px;
    line-height: 145%;
    letter-spacing: 0%;
    color: rgb(196, 196, 196);
  }
  .responses_container .swiper .swiper-pagination {
    position: absolute;
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 4px;
  }
  .responses_container .swiper .swiper-pagination .swiper-pagination-bullet {
    margin: 0;
    border-radius: 1px;
  }
  .responses_container .swiper .swiper-pagination .swiper-pagination-bullet-active {
    background: rgb(28, 30, 34);
  }
}
@media screen and (min-width: 1440px) {
  .responses_container {
    padding: 80px 80px;
  }
  .responses_container .responses_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .responses_container .responses_header .slider_nav {
    display: flex;
    gap: 8px;
  }
  .responses_container .responses_header .slider_nav .secondaryBtn {
    width: 56px;
    height: 56px;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border-color: rgb(43, 45, 51);
    color: rgb(43, 45, 51);
  }
  .responses_container .responses_header .slider_nav .secondaryBtn:hover {
    color: var(--neutral-white);
    background: rgb(43, 45, 51);
  }
  .responses_container .responses_header .slider_nav .secondaryBtn i {
    font-size: 28px;
  }
  .responses_container h1 {
    font-family: var(--font-family-Roboto);
    font-weight: 500;
    font-style: Medium;
    font-size: 56px;
    line-height: 125%;
    letter-spacing: 0%;
  }
  .responses_container .swiper {
    margin-top: 48px;
    position: relative;
  }
  .responses_container .swiper .swiper-wrapper {
    height: 348px;
  }
  .responses_container .swiper .swiper-slide {
    width: 410px !important;
    height: 316px;
    background: var(--neutral-white);
    padding: 24px 16px;
    border-radius: 2px;
    border: 1px solid rgb(243, 243, 243);
  }
  .responses_container .swiper .swiper-slide .responseCard_rating {
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 12px;
  }
  .responses_container .swiper .swiper-slide .responseCard_rating h3 {
    margin: 0;
    font-family: var(--font-family-Roboto);
    font-weight: 500;
    font-style: Medium;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
  }
  .responses_container .swiper .swiper-slide .responseCard_rating .stars {
    display: flex;
    flex-direction: row;
    gap: 4px;
  }
  .responses_container .swiper .swiper-slide .responseCard_rating .stars i {
    font-size: 20px;
    margin-left: 4px;
    color: rgb(255, 111, 57);
  }
  .responses_container .swiper .swiper-slide .responseCard_rating .stars i.empty {
    color: var(--primary-soft);
  }
  .responses_container .swiper .swiper-slide .response_content {
    display: flex;
    gap: 4px;
    margin-top: 12px;
  }
  .responses_container .swiper .swiper-slide .response_content span:not(.response_content_more) {
    font-family: var(--font-family-Inter);
    font-weight: 500;
    font-style: Medium;
    font-size: 32px;
    line-height: 100%;
    letter-spacing: 0%;
    color: rgb(255, 111, 57);
  }
  .responses_container .swiper .swiper-slide .response_content p {
    height: 160px;
    font-family: var(--font-family-Rubik);
    font-weight: 400;
    font-size: 14px;
    line-height: 145%;
    letter-spacing: 0%;
    overflow: hidden;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    color: rgb(159, 159, 159);
  }
  .responses_container .swiper .swiper-slide .response_content p::after {
    display: none;
  }
  .responses_container .swiper .swiper-slide .responseCard_user {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 28px;
  }
  .responses_container .swiper .swiper-slide .responseCard_user .user_avatar {
    width: 40px;
    height: 40px;
    background: var(--primary-soft);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 20px;
    border-radius: 2px;
    font-family: var(--font-family-Inter);
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    color: var(--primary-main-orange);
  }
  .responses_container .swiper .swiper-slide .responseCard_user .user_info h3 {
    font-family: var(--font-family-Rubik);
    font-weight: 400;
    font-size: 14px;
    line-height: 145%;
    letter-spacing: 0%;
    color: rgb(43, 45, 51);
  }
  .responses_container .swiper .swiper-slide .responseCard_user .user_info p {
    font-family: var(--font-family-Rubik);
    font-weight: 400;
    font-size: 14px;
    line-height: 145%;
    letter-spacing: 0%;
    color: rgb(196, 196, 196);
  }
  .responses_container .swiper .swiper-pagination {
    position: absolute;
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 4px;
  }
  .responses_container .swiper .swiper-pagination .swiper-pagination-bullet {
    margin: 0;
    border-radius: 1px;
  }
  .responses_container .swiper .swiper-pagination .swiper-pagination-bullet-active {
    background: rgb(28, 30, 34);
  }
}
@media screen and (min-width: 1920px) {
  .responses_container {
    padding: 96px 0px;
  }
  .responses_container .responses_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .responses_container .responses_header .slider_nav {
    display: flex;
    gap: 8px;
  }
  .responses_container .responses_header .slider_nav .secondaryBtn {
    width: 56px;
    height: 56px;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border-color: rgb(43, 45, 51);
    color: rgb(43, 45, 51);
  }
  .responses_container .responses_header .slider_nav .secondaryBtn:hover {
    color: var(--neutral-white);
    background: rgb(43, 45, 51);
  }
  .responses_container .responses_header .slider_nav .secondaryBtn i {
    font-size: 28px;
  }
  .responses_container h1 {
    font-family: var(--font-family-Roboto);
    font-weight: 500;
    font-style: Medium;
    font-size: 56px;
    line-height: 125%;
    letter-spacing: 0%;
  }
  .responses_container .swiper {
    margin-top: 48px;
    position: relative;
  }
  .responses_container .swiper .swiper-wrapper {
    height: 381px;
  }
  .responses_container .swiper .swiper-slide {
    width: 560px !important;
    height: 349px;
    background: var(--neutral-white);
    padding: 24px;
    border-radius: 2px;
    border: 1px solid rgb(243, 243, 243);
  }
  .responses_container .swiper .swiper-slide .responseCard_rating {
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 12px;
  }
  .responses_container .swiper .swiper-slide .responseCard_rating h3 {
    margin: 0;
    font-family: var(--font-family-Roboto);
    font-weight: 500;
    font-style: Medium;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
  }
  .responses_container .swiper .swiper-slide .responseCard_rating .stars {
    display: flex;
    flex-direction: row;
    gap: 4px;
  }
  .responses_container .swiper .swiper-slide .responseCard_rating .stars i {
    font-size: 20px;
    margin-left: 4px;
    color: rgb(255, 111, 57);
  }
  .responses_container .swiper .swiper-slide .responseCard_rating .stars i.empty {
    color: var(--primary-soft);
  }
  .responses_container .swiper .swiper-slide .response_content {
    display: flex;
    gap: 4px;
    margin-top: 12px;
  }
  .responses_container .swiper .swiper-slide .response_content span:not(.response_content_more) {
    font-family: var(--font-family-Inter);
    font-weight: 500;
    font-style: Medium;
    font-size: 32px;
    line-height: 100%;
    letter-spacing: 0%;
    color: rgb(255, 111, 57);
  }
  .responses_container .swiper .swiper-slide .response_content p {
    height: 160px;
    font-family: var(--font-family-Rubik);
    font-weight: 400;
    font-size: 16px;
    line-height: 145%;
    letter-spacing: 0%;
    overflow: hidden;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    color: rgb(159, 159, 159);
  }
  .responses_container .swiper .swiper-slide .response_content p::after {
    content: "Більше";
    font-family: var(--font-family-Rubik);
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 145%;
    letter-spacing: 0%;
    color: #2f80ed;
    cursor: pointer;
  }
  .responses_container .swiper .swiper-slide .responseCard_user {
    display: flex;
    align-items: center;
    gap: 24px;
    margin-top: 28px;
  }
  .responses_container .swiper .swiper-slide .responseCard_user .user_avatar {
    width: 72px;
    height: 72px;
    background: var(--primary-soft);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 20px;
    border-radius: 2px;
    font-family: var(--font-family-Inter);
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    color: var(--primary-main-orange);
  }
  .responses_container .swiper .swiper-slide .responseCard_user .user_info {
    display: flex;
    flex-direction: column;
    gap: 4px;
  }
  .responses_container .swiper .swiper-slide .responseCard_user .user_info h3 {
    font-family: var(--font-family-Rubik);
    font-weight: 400;
    font-size: 18px;
    line-height: 145%;
    letter-spacing: 0%;
    color: rgb(43, 45, 51);
  }
  .responses_container .swiper .swiper-slide .responseCard_user .user_info p {
    font-family: var(--font-family-Rubik);
    font-weight: 400;
    font-size: 14px;
    line-height: 145%;
    letter-spacing: 0%;
    color: rgb(196, 196, 196);
  }
  .responses_container .swiper .swiper-pagination {
    position: absolute;
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 4px;
  }
  .responses_container .swiper .swiper-pagination .swiper-pagination-bullet {
    margin: 0;
    border-radius: 1px;
  }
  .responses_container .swiper .swiper-pagination .swiper-pagination-bullet-active {
    background: rgb(28, 30, 34);
  }
}
.feedback__container {
  width: 100%;
  max-width: 1728px;
  margin: 0 auto;
  padding: 64px 16px;
}
.feedback__container .feedback__title {
  font-family: var(--font-family-Roboto);
  font-weight: 500;
  font-style: Medium;
  font-size: 28px;
  line-height: 125%;
  letter-spacing: 0%;
  text-transform: uppercase;
  margin-bottom: 32px;
}
.feedback__container .feedback__form {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.feedback__container .feedback__form .form__name,
.feedback__container .feedback__form .form__phoneNumber,
.feedback__container .feedback__form .form__comment,
.feedback__container .feedback__form .form__check {
  display: flex;
  flex-direction: column;
}
.feedback__container .feedback__form .form__name label,
.feedback__container .feedback__form .form__phoneNumber label,
.feedback__container .feedback__form .form__comment label,
.feedback__container .feedback__form .form__check label {
  font-family: var(--font-family-Rubik);
  font-weight: 400;
  font-size: 14px;
  line-height: 145%;
  letter-spacing: 0%;
  margin-bottom: 4px;
  color: rgb(58, 61, 66);
}
.feedback__container .feedback__form .form__name label span,
.feedback__container .feedback__form .form__phoneNumber label span,
.feedback__container .feedback__form .form__comment label span,
.feedback__container .feedback__form .form__check label span {
  color: red;
}
.feedback__container .feedback__form .form__name textarea,
.feedback__container .feedback__form .form__phoneNumber textarea,
.feedback__container .feedback__form .form__comment textarea,
.feedback__container .feedback__form .form__check textarea {
  resize: none;
}
.feedback__container .feedback__form .form__name .input__wrapper,
.feedback__container .feedback__form .form__phoneNumber .input__wrapper {
  width: 100%;
  position: relative;
}
.feedback__container .feedback__form .form__name .input__wrapper input,
.feedback__container .feedback__form .form__phoneNumber .input__wrapper input {
  width: 100%;
  height: 40px;
  border: 1px solid rgb(196, 196, 196);
  border-radius: 2px;
  padding: 0 16px;
  background: rgb(243, 243, 243);
  font-family: var(--font-family-Rubik);
  font-weight: 400;
  font-size: 14px;
  line-height: 145%;
  letter-spacing: 0%;
  color: rgb(90, 90, 90);
  outline: none;
}
.feedback__container .feedback__form .form__name .input__wrapper input:hover,
.feedback__container .feedback__form .form__phoneNumber .input__wrapper input:hover {
  border-color: rgb(255, 111, 57);
}
.feedback__container .feedback__form .form__name .input__wrapper input:focus::placeholder,
.feedback__container .feedback__form .form__phoneNumber .input__wrapper input:focus::placeholder {
  opacity: 0;
}
.feedback__container .feedback__form .form__name .input__wrapper input:active,
.feedback__container .feedback__form .form__phoneNumber .input__wrapper input:active {
  border-color: rgb(255, 111, 57);
}
.feedback__container .feedback__form .form__name .input__wrapper input:focus ~ i.ph-x,
.feedback__container .feedback__form .form__phoneNumber .input__wrapper input:focus ~ i.ph-x {
  opacity: 1;
}
.feedback__container .feedback__form .form__name .input__wrapper input::placeholder,
.feedback__container .feedback__form .form__phoneNumber .input__wrapper input::placeholder {
  color: rgb(159, 159, 159);
}
.feedback__container .feedback__form .form__name .input__wrapper i.ph-x,
.feedback__container .feedback__form .form__phoneNumber .input__wrapper i.ph-x {
  opacity: 0;
  font-size: 20px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.feedback__container .feedback__form .form__name .input__wrapper i.ph-x:hover,
.feedback__container .feedback__form .form__phoneNumber .input__wrapper i.ph-x:hover {
  color: #1c1e22;
}
.feedback__container .feedback__form .form__comment textarea {
  height: 132px;
  padding: 10px 16px;
  background: rgb(243, 243, 243);
  font-family: var(--font-family-Rubik);
  font-weight: 400;
  font-size: 14px;
  border-radius: 2px;
  line-height: 145%;
  border: 1px solid rgb(196, 196, 196);
  letter-spacing: 0%;
  outline: none;
}
.feedback__container .feedback__form .form__comment textarea:hover {
  border-color: rgb(255, 111, 57);
}
.feedback__container .feedback__form .form__comment textarea:focus::placeholder {
  opacity: 0;
}
.feedback__container .feedback__form .form__comment textarea:active {
  border-color: rgb(255, 111, 57);
}
.feedback__container .feedback__form .form__comment textarea::placeholder {
  color: rgb(159, 159, 159);
}
.feedback__container .feedback__form .feedback__drop {
  width: 100%;
  height: 204px;
  border: 1px dashed rgb(196, 196, 196);
  border-radius: 2px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.feedback__container .feedback__form .feedback__drop .ph-upload {
  font-size: 40px;
  color: rgb(255, 111, 57);
  margin-bottom: 16px;
}
.feedback__container .feedback__form .feedback__drop h2 {
  font-family: var(--font-family-Rubik);
  font-weight: 400;
  font-size: 14px;
  line-height: 145%;
  letter-spacing: 0%;
  text-align: center;
  margin-bottom: 8px;
  color: rgb(28, 30, 34);
}
.feedback__container .feedback__form .feedback__drop p {
  font-family: var(--font-family-Rubik);
  font-weight: 400;
  font-size: 14px;
  line-height: 145%;
  letter-spacing: 0%;
  text-align: center;
  color: rgb(159, 159, 159);
  margin-bottom: 16px;
}
.feedback__container .feedback__form .feedback__drop .chooseBtn {
  width: 71px;
  height: 32px;
}
.feedback__container .feedback__form .feedback__drop .chooseBtn span {
  display: block;
}
.feedback__container .feedback__form .feedback__drop__chooseFile {
  width: 100%;
  height: 64px;
  background: rgb(255, 255, 255);
  padding: 16px;
  flex-direction: row;
  gap: 16px;
  align-items: center;
  display: none;
  opacity: 0;
}
.feedback__container .feedback__form .feedback__drop__chooseFile.active {
  display: flex;
  opacity: 1;
}
.feedback__container .feedback__form .feedback__drop__chooseFile .ph-file {
  font-size: 24px;
  color: rgb(255, 111, 57);
}
.feedback__container .feedback__form .feedback__drop__chooseFile .drop__chooseFile__info {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.feedback__container .feedback__form .feedback__drop__chooseFile .drop__chooseFile__info h1 {
  font-family: var(--font-family-Rubik);
  font-weight: 500;
  font-style: Medium;
  font-size: 12px;
  line-height: 130%;
  letter-spacing: 0%;
}
.feedback__container .feedback__form .feedback__drop__chooseFile .drop__chooseFile__info p {
  font-family: var(--font-family-Rubik);
  font-weight: 500;
  font-style: Medium;
  font-size: 12px;
  leading-trim: NONE;
  line-height: 130%;
  letter-spacing: 0%;
}
.feedback__container .feedback__form .feedback__drop__chooseFile .ph-trash {
  font-size: 20px;
  cursor: pointer;
}
.feedback__container .feedback__form .feedback__drop__chooseFile .ph-trash:hover {
  color: #1c1e22;
}
.feedback__container .feedback__form .feedback__drop__chooseFile__anim {
  width: 100%;
  height: 64px;
  background: rgb(255, 255, 255);
  padding: 16px;
  flex-direction: row;
  gap: 16px;
  align-items: center;
  display: none;
  opacity: 0;
}
.feedback__container .feedback__form .feedback__drop__chooseFile__anim.active {
  display: flex;
  opacity: 1;
}
.feedback__container .feedback__form .feedback__drop__chooseFile__anim .ph-file {
  font-size: 24px;
  color: rgb(255, 111, 57);
  opacity: 0.8;
}
.feedback__container .feedback__form .feedback__drop__chooseFile__anim .drop__chooseFile__anim__wrapper {
  width: 100%;
}
.feedback__container .feedback__form .feedback__drop__chooseFile__anim .drop__chooseFile__anim__wrapper .drop__chooseFile__info {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.feedback__container .feedback__form .feedback__drop__chooseFile__anim .drop__chooseFile__anim__wrapper .drop__chooseFile__info h1 {
  font-family: var(--font-family-Rubik);
  font-weight: 500;
  font-style: Medium;
  font-size: 12px;
  line-height: 130%;
  letter-spacing: 0%;
  color: rgba(0, 0, 0, 0.4);
}
.feedback__container .feedback__form .feedback__drop__chooseFile__anim .drop__chooseFile__anim__wrapper .drop__chooseFile__info p {
  font-family: var(--font-family-Rubik);
  font-weight: 500;
  font-style: Medium;
  font-size: 12px;
  leading-trim: NONE;
  line-height: 130%;
  letter-spacing: 0%;
}
.feedback__container .feedback__form .feedback__drop__chooseFile__anim .drop__chooseFile__anim__wrapper .loader {
  width: 100%;
  height: 3px;
  position: relative;
  border-radius: 999px;
}
.feedback__container .feedback__form .feedback__drop__chooseFile__anim .drop__chooseFile__anim__wrapper .loader::before {
  content: "";
  position: absolute;
  inset: 0 100% 0 0;
  border-radius: inherit;
  background: #ff6f39;
  animation: p6 2s linear infinite;
}
@keyframes p6 {
  100% {
    inset: 0;
  }
}
.feedback__container .feedback__form .feedback__drop__error {
  display: none;
  align-items: center;
  gap: 8px;
}
.feedback__container .feedback__form .feedback__drop__error.active {
  display: flex;
}
.feedback__container .feedback__form .feedback__drop__error i {
  color: #e53935;
  font-size: 16px;
}
.feedback__container .feedback__form .feedback__drop__error span {
  font-family: var(--font-family-Rubik);
  font-weight: 500;
  font-style: Medium;
  font-size: 12px;
  leading-trim: NONE;
  line-height: 130%;
  letter-spacing: 0%;
  color: #5a5a5a;
}
.feedback__container .feedback__form .form__check {
  margin-top: 24px;
}
.feedback__container .feedback__form .form__check label {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  position: relative;
  user-select: none;
}
.feedback__container .feedback__form .form__check label input {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  min-width: 20px;
  height: 20px;
  border: 1px solid rgb(159, 159, 159);
  border-radius: 1px;
  background-color: #fff;
  cursor: pointer;
  position: relative;
  transition: all 0.2s ease;
}
.feedback__container .feedback__form .form__check label span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}
.feedback__container .feedback__form .form__check label span i {
  color: white;
  font-size: 14px;
  display: none;
}
.feedback__container .feedback__form .form__check label input:checked {
  background: rgb(255, 111, 57);
  border-color: rgb(255, 111, 57);
}
.feedback__container .feedback__form .form__check label input:checked:hover {
  background: #e65b27;
}
.feedback__container .feedback__form .form__check label input:checked + span i {
  display: block;
}
.feedback__container .feedback__form .form__btn {
  width: 100%;
  height: 48px;
  font-family: var(--font-family-Roboto);
  font-weight: 500;
  font-style: Medium;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
}
.feedback__container .feedback__subtitle {
  margin-top: 32px;
  font-family: var(--font-family-Rubik);
  font-weight: 400;
  font-size: 14px;
  line-height: 145%;
  letter-spacing: 0%;
  color: rgb(90, 90, 90);
}
.feedback__container .feedback__contactInfo {
  margin-top: 48px;
}
.feedback__container .feedback__contactInfo hr {
  height: 1px;
  border: none;
  background: rgb(196, 196, 196);
}
.feedback__container .feedback__contactInfo h3 {
  font-family: var(--font-family-Rubik);
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0%;
  color: rgb(43, 45, 51);
  margin-top: 16px;
}
.feedback__container .feedback__contactInfo h2 {
  font-family: var(--font-family-Rubik);
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0%;
  margin-bottom: 16px;
  color: rgb(255, 111, 57);
}
.feedback__container .feedback__contactInfo h2:hover {
  color: #e65b27;
  cursor: pointer;
}
.feedback__container .feedback__socialLinks {
  display: flex;
  gap: 0;
  margin-top: 16px;
}
.feedback__container .feedback__socialLinks a {
  width: 56px;
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: #ff6f39;
  font-size: 28px;
}
.feedback__container .feedback__socialLinks a:hover {
  color: #e65b27;
}

@media screen and (min-width: 768px) {
  .feedback__container {
    width: 100%;
    padding: 72px 32px;
    display: flex;
    flex-direction: row;
    gap: 48px;
  }
  .feedback__container .feedback__title {
    font-family: var(--font-family-Roboto);
    font-weight: 500;
    font-style: Medium;
    font-size: 28px;
    line-height: 125%;
    letter-spacing: 0%;
    text-transform: uppercase;
    margin-bottom: 24px;
  }
  .feedback__container .feedback__form {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .feedback__container .feedback__form .form__name,
  .feedback__container .feedback__form .form__phoneNumber,
  .feedback__container .feedback__form .form__comment,
  .feedback__container .feedback__form .form__check {
    display: flex;
    flex-direction: column;
  }
  .feedback__container .feedback__form .form__name label,
  .feedback__container .feedback__form .form__phoneNumber label,
  .feedback__container .feedback__form .form__comment label,
  .feedback__container .feedback__form .form__check label {
    font-family: var(--font-family-Rubik);
    font-weight: 400;
    font-size: 14px;
    line-height: 145%;
    letter-spacing: 0%;
    color: rgb(58, 61, 66);
  }
  .feedback__container .feedback__form .form__name textarea,
  .feedback__container .feedback__form .form__phoneNumber textarea,
  .feedback__container .feedback__form .form__comment textarea,
  .feedback__container .feedback__form .form__check textarea {
    resize: none;
  }
  .feedback__container .feedback__form .form__name .input__wrapper,
  .feedback__container .feedback__form .form__phoneNumber .input__wrapper {
    width: 100%;
    position: relative;
  }
  .feedback__container .feedback__form .form__name .input__wrapper input,
  .feedback__container .feedback__form .form__phoneNumber .input__wrapper input {
    width: 100%;
    height: 40px;
    border: 1px solid rgb(196, 196, 196);
    border-radius: 2px;
    padding: 0 16px;
    background: rgb(243, 243, 243);
    font-family: var(--font-family-Rubik);
    font-weight: 400;
    font-size: 14px;
    line-height: 145%;
    letter-spacing: 0%;
    color: rgb(90, 90, 90);
    outline: none;
  }
  .feedback__container .feedback__form .form__name .input__wrapper input:hover,
  .feedback__container .feedback__form .form__phoneNumber .input__wrapper input:hover {
    border-color: rgb(255, 111, 57);
  }
  .feedback__container .feedback__form .form__name .input__wrapper input:focus::placeholder,
  .feedback__container .feedback__form .form__phoneNumber .input__wrapper input:focus::placeholder {
    opacity: 0;
  }
  .feedback__container .feedback__form .form__name .input__wrapper input:active,
  .feedback__container .feedback__form .form__phoneNumber .input__wrapper input:active {
    border-color: rgb(255, 111, 57);
  }
  .feedback__container .feedback__form .form__name .input__wrapper input:focus ~ i.ph-x,
  .feedback__container .feedback__form .form__phoneNumber .input__wrapper input:focus ~ i.ph-x {
    opacity: 1;
  }
  .feedback__container .feedback__form .form__name .input__wrapper input::placeholder,
  .feedback__container .feedback__form .form__phoneNumber .input__wrapper input::placeholder {
    color: rgb(159, 159, 159);
  }
  .feedback__container .feedback__form .form__name .input__wrapper i.ph-x,
  .feedback__container .feedback__form .form__phoneNumber .input__wrapper i.ph-x {
    opacity: 0;
    font-size: 20px;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
  }
  .feedback__container .feedback__form .form__comment textarea {
    height: 132px;
    padding: 10px 16px;
    background: rgb(243, 243, 243);
    font-family: var(--font-family-Rubik);
    font-weight: 400;
    font-size: 14px;
    border-radius: 2px;
    line-height: 145%;
    border: 1px solid rgb(196, 196, 196);
    letter-spacing: 0%;
    outline: none;
  }
  .feedback__container .feedback__form .form__comment textarea:hover {
    border-color: rgb(255, 111, 57);
  }
  .feedback__container .feedback__form .form__comment textarea:focus::placeholder {
    opacity: 0;
  }
  .feedback__container .feedback__form .form__comment textarea:active {
    border-color: rgb(255, 111, 57);
  }
  .feedback__container .feedback__form .form__comment textarea::placeholder {
    color: rgb(159, 159, 159);
  }
  .feedback__container .feedback__form .feedback__drop {
    width: 100%;
    height: 204px;
    border: 1px dashed rgb(196, 196, 196);
    border-radius: 2px;
    padding: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .feedback__container .feedback__form .feedback__drop .ph-upload {
    font-size: 40px;
    color: rgb(255, 111, 57);
    margin-bottom: 16px;
  }
  .feedback__container .feedback__form .feedback__drop h2 {
    font-family: var(--font-family-Rubik);
    font-weight: 400;
    font-size: 14px;
    line-height: 145%;
    letter-spacing: 0%;
    text-align: center;
    margin-bottom: 8px;
    color: rgb(28, 30, 34);
  }
  .feedback__container .feedback__form .feedback__drop p {
    font-family: var(--font-family-Rubik);
    font-weight: 400;
    font-size: 14px;
    line-height: 145%;
    letter-spacing: 0%;
    text-align: center;
    color: rgb(159, 159, 159);
    margin-bottom: 16px;
  }
  .feedback__container .feedback__form .feedback__drop .chooseBtn {
    width: 71px;
    height: 32px;
  }
  .feedback__container .feedback__form .feedback__drop .chooseBtn span {
    display: block;
  }
  .feedback__container .feedback__form .feedback__drop__chooseFile {
    width: 100%;
    height: 64px;
    background: rgb(255, 255, 255);
    padding: 16px;
    flex-direction: row;
    gap: 16px;
    align-items: center;
    display: none;
    opacity: 0;
  }
  .feedback__container .feedback__form .feedback__drop__chooseFile.active {
    display: flex;
    opacity: 1;
  }
  .feedback__container .feedback__form .feedback__drop__chooseFile .ph-file {
    font-size: 24px;
    color: rgb(255, 111, 57);
  }
  .feedback__container .feedback__form .feedback__drop__chooseFile .drop__chooseFile__info {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .feedback__container .feedback__form .feedback__drop__chooseFile .drop__chooseFile__info h1 {
    font-family: var(--font-family-Rubik);
    font-weight: 500;
    font-style: Medium;
    font-size: 12px;
    line-height: 130%;
    letter-spacing: 0%;
  }
  .feedback__container .feedback__form .feedback__drop__chooseFile .drop__chooseFile__info p {
    font-family: var(--font-family-Rubik);
    font-weight: 500;
    font-style: Medium;
    font-size: 12px;
    leading-trim: NONE;
    line-height: 130%;
    letter-spacing: 0%;
  }
  .feedback__container .feedback__form .feedback__drop__chooseFile .ph-trash {
    font-size: 20px;
  }
  .feedback__container .feedback__form .form__check {
    margin-top: 24px;
  }
  .feedback__container .feedback__form .form__check label {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    position: relative;
    user-select: none;
  }
  .feedback__container .feedback__form .form__check label input {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    min-width: 20px;
    height: 20px;
    border: 1px solid rgb(159, 159, 159);
    border-radius: 1px;
    background-color: #fff;
    cursor: pointer;
    position: relative;
    transition: all 0.2s ease;
  }
  .feedback__container .feedback__form .form__check label span {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
  }
  .feedback__container .feedback__form .form__check label span i {
    color: white;
    font-size: 14px;
    display: none;
  }
  .feedback__container .feedback__form .form__check label input:checked {
    background: rgb(255, 111, 57);
    border-color: rgb(255, 111, 57);
  }
  .feedback__container .feedback__form .form__check label input:checked + span i {
    display: block;
  }
  .feedback__container .feedback__form .form__btn {
    width: 100%;
    height: 48px;
    font-family: var(--font-family-Roboto);
    font-weight: 500;
    font-style: Medium;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: middle;
  }
  .feedback__container .feedback__details {
    width: 100%;
  }
  .feedback__container .feedback__subtitle {
    margin-top: 0px;
    font-family: var(--font-family-Rubik);
    font-weight: 400;
    font-size: 14px;
    line-height: 145%;
    letter-spacing: 0%;
    color: rgb(90, 90, 90);
  }
  .feedback__container .feedback__contactInfo {
    margin-top: 48px;
  }
  .feedback__container .feedback__contactInfo hr {
    height: 1px;
    border: none;
    background: rgb(196, 196, 196);
  }
  .feedback__container .feedback__contactInfo h3 {
    font-family: var(--font-family-Rubik);
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0%;
    color: rgb(43, 45, 51);
    margin-top: 16px;
  }
  .feedback__container .feedback__contactInfo h2 {
    font-family: var(--font-family-Rubik);
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0%;
    margin-bottom: 16px;
    color: rgb(255, 111, 57);
  }
  .feedback__container .feedback__contactInfo h2:hover {
    color: #e65b27;
    cursor: pointer;
  }
  .feedback__container .feedback__socialLinks {
    display: flex;
    gap: 0;
    margin-top: 16px;
  }
  .feedback__container .feedback__socialLinks a {
    width: 56px;
    height: 56px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: #ff6f39;
    font-size: 28px;
  }
  .feedback__container .feedback__socialLinks a:hover {
    color: #e65b27;
  }
}
@media screen and (min-width: 1024px) {
  .feedback__container {
    width: 100%;
    padding: 80px 48px;
    display: flex;
    flex-direction: row;
    gap: 48px;
  }
  .feedback__container .feedback__title {
    font-family: var(--font-family-Roboto);
    font-weight: 500;
    font-style: Medium;
    font-size: 28px;
    line-height: 125%;
    letter-spacing: 0%;
    text-transform: uppercase;
    margin-bottom: 8px;
  }
  .feedback__container .feedback__form {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .feedback__container .feedback__form .form__name,
  .feedback__container .feedback__form .form__phoneNumber,
  .feedback__container .feedback__form .form__comment,
  .feedback__container .feedback__form .form__check {
    display: flex;
    flex-direction: column;
  }
  .feedback__container .feedback__form .form__name label,
  .feedback__container .feedback__form .form__phoneNumber label,
  .feedback__container .feedback__form .form__comment label,
  .feedback__container .feedback__form .form__check label {
    font-family: var(--font-family-Rubik);
    font-weight: 400;
    font-size: 14px;
    line-height: 145%;
    letter-spacing: 0%;
    color: rgb(58, 61, 66);
  }
  .feedback__container .feedback__form .form__name textarea,
  .feedback__container .feedback__form .form__phoneNumber textarea,
  .feedback__container .feedback__form .form__comment textarea,
  .feedback__container .feedback__form .form__check textarea {
    resize: none;
  }
  .feedback__container .feedback__form .form__name .input__wrapper,
  .feedback__container .feedback__form .form__phoneNumber .input__wrapper {
    width: 100%;
    position: relative;
  }
  .feedback__container .feedback__form .form__name .input__wrapper input,
  .feedback__container .feedback__form .form__phoneNumber .input__wrapper input {
    width: 100%;
    height: 40px;
    border: 1px solid rgb(196, 196, 196);
    border-radius: 2px;
    padding: 0 16px;
    background: rgb(243, 243, 243);
    font-family: var(--font-family-Rubik);
    font-weight: 400;
    font-size: 14px;
    line-height: 145%;
    letter-spacing: 0%;
    color: rgb(90, 90, 90);
    outline: none;
  }
  .feedback__container .feedback__form .form__name .input__wrapper input:hover,
  .feedback__container .feedback__form .form__phoneNumber .input__wrapper input:hover {
    border-color: rgb(255, 111, 57);
  }
  .feedback__container .feedback__form .form__name .input__wrapper input:focus::placeholder,
  .feedback__container .feedback__form .form__phoneNumber .input__wrapper input:focus::placeholder {
    opacity: 0;
  }
  .feedback__container .feedback__form .form__name .input__wrapper input:active,
  .feedback__container .feedback__form .form__phoneNumber .input__wrapper input:active {
    border-color: rgb(255, 111, 57);
  }
  .feedback__container .feedback__form .form__name .input__wrapper input:focus ~ i.ph-x,
  .feedback__container .feedback__form .form__phoneNumber .input__wrapper input:focus ~ i.ph-x {
    opacity: 1;
  }
  .feedback__container .feedback__form .form__name .input__wrapper input::placeholder,
  .feedback__container .feedback__form .form__phoneNumber .input__wrapper input::placeholder {
    color: rgb(159, 159, 159);
  }
  .feedback__container .feedback__form .form__name .input__wrapper i.ph-x,
  .feedback__container .feedback__form .form__phoneNumber .input__wrapper i.ph-x {
    opacity: 0;
    font-size: 20px;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
  }
  .feedback__container .feedback__form .form__comment textarea {
    height: 132px;
    padding: 10px 16px;
    background: rgb(243, 243, 243);
    font-family: var(--font-family-Rubik);
    font-weight: 400;
    font-size: 14px;
    border-radius: 2px;
    line-height: 145%;
    border: 1px solid rgb(196, 196, 196);
    letter-spacing: 0%;
    outline: none;
  }
  .feedback__container .feedback__form .form__comment textarea:hover {
    border-color: rgb(255, 111, 57);
  }
  .feedback__container .feedback__form .form__comment textarea:focus::placeholder {
    opacity: 0;
  }
  .feedback__container .feedback__form .form__comment textarea:active {
    border-color: rgb(255, 111, 57);
  }
  .feedback__container .feedback__form .form__comment textarea::placeholder {
    color: rgb(159, 159, 159);
  }
  .feedback__container .feedback__form .feedback__drop {
    width: 100%;
    height: 204px;
    border: 1px dashed rgb(196, 196, 196);
    border-radius: 2px;
    padding: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .feedback__container .feedback__form .feedback__drop .ph-upload {
    font-size: 40px;
    color: rgb(255, 111, 57);
    margin-bottom: 16px;
  }
  .feedback__container .feedback__form .feedback__drop h2 {
    font-family: var(--font-family-Rubik);
    font-weight: 400;
    font-size: 14px;
    line-height: 145%;
    letter-spacing: 0%;
    text-align: center;
    margin-bottom: 8px;
    color: rgb(28, 30, 34);
  }
  .feedback__container .feedback__form .feedback__drop p {
    font-family: var(--font-family-Rubik);
    font-weight: 400;
    font-size: 14px;
    line-height: 145%;
    letter-spacing: 0%;
    text-align: center;
    color: rgb(159, 159, 159);
    margin-bottom: 16px;
  }
  .feedback__container .feedback__form .feedback__drop .chooseBtn {
    width: 71px;
    height: 32px;
  }
  .feedback__container .feedback__form .feedback__drop__chooseFile {
    width: 100%;
    height: 64px;
    background: rgb(255, 255, 255);
    padding: 16px;
    flex-direction: row;
    gap: 16px;
    align-items: center;
    display: none;
    opacity: 0;
  }
  .feedback__container .feedback__form .feedback__drop__chooseFile.active {
    display: flex;
    opacity: 1;
  }
  .feedback__container .feedback__form .feedback__drop__chooseFile .ph-file {
    font-size: 24px;
    color: rgb(255, 111, 57);
  }
  .feedback__container .feedback__form .feedback__drop__chooseFile .drop__chooseFile__info {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .feedback__container .feedback__form .feedback__drop__chooseFile .drop__chooseFile__info h1 {
    font-family: var(--font-family-Rubik);
    font-weight: 500;
    font-style: Medium;
    font-size: 12px;
    line-height: 130%;
    letter-spacing: 0%;
  }
  .feedback__container .feedback__form .feedback__drop__chooseFile .drop__chooseFile__info p {
    font-family: var(--font-family-Rubik);
    font-weight: 500;
    font-style: Medium;
    font-size: 12px;
    leading-trim: NONE;
    line-height: 130%;
    letter-spacing: 0%;
  }
  .feedback__container .feedback__form .feedback__drop__chooseFile .ph-trash {
    font-size: 20px;
  }
  .feedback__container .feedback__form .form__check {
    margin-top: 24px;
  }
  .feedback__container .feedback__form .form__check label {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    position: relative;
    user-select: none;
  }
  .feedback__container .feedback__form .form__check label input {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    min-width: 20px;
    height: 20px;
    border: 1px solid rgb(159, 159, 159);
    border-radius: 1px;
    background-color: #fff;
    cursor: pointer;
    position: relative;
    transition: all 0.2s ease;
  }
  .feedback__container .feedback__form .form__check label span {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
  }
  .feedback__container .feedback__form .form__check label span i {
    color: white;
    font-size: 14px;
    display: none;
  }
  .feedback__container .feedback__form .form__check label input:checked {
    background: rgb(255, 111, 57);
    border-color: rgb(255, 111, 57);
  }
  .feedback__container .feedback__form .form__check label input:checked + span i {
    display: block;
  }
  .feedback__container .feedback__form .form__btn {
    width: 100%;
    height: 48px;
    font-family: var(--font-family-Roboto);
    font-weight: 500;
    font-style: Medium;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: middle;
  }
  .feedback__container .feedback__details {
    width: 100%;
  }
  .feedback__container .feedback__subtitle {
    margin-top: 0px;
    font-family: var(--font-family-Rubik);
    font-weight: 400;
    font-size: 14px;
    line-height: 145%;
    letter-spacing: 0%;
    color: rgb(90, 90, 90);
  }
  .feedback__container .feedback__contactInfo {
    margin-top: 48px;
  }
  .feedback__container .feedback__contactInfo hr {
    height: 1px;
    border: none;
    background: rgb(196, 196, 196);
  }
  .feedback__container .feedback__contactInfo h3 {
    font-family: var(--font-family-Rubik);
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0%;
    color: rgb(43, 45, 51);
    margin-top: 16px;
  }
  .feedback__container .feedback__contactInfo h2 {
    font-family: var(--font-family-Rubik);
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0%;
    margin-bottom: 16px;
    color: rgb(255, 111, 57);
  }
  .feedback__container .feedback__contactInfo h2:hover {
    color: #e65b27;
    cursor: pointer;
  }
  .feedback__container .feedback__socialLinks {
    display: flex;
    gap: 0;
    margin-top: 16px;
  }
  .feedback__container .feedback__socialLinks a {
    width: 56px;
    height: 56px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: rgb(255, 111, 57);
    font-size: 28px;
  }
  .feedback__container .feedback__socialLinks a:hover {
    color: #e65b27;
  }
}
@media screen and (min-width: 1440px) {
  .feedback__container {
    width: 100%;
    padding: 80px;
    padding-bottom: 48px;
    display: flex;
    justify-content: space-between;
    gap: 117px;
  }
  .feedback__container .feedback__title {
    font-family: var(--font-family-Roboto);
    font-weight: 500;
    font-style: Medium;
    font-size: 56px;
    line-height: 125%;
    letter-spacing: 0%;
    text-transform: uppercase;
    margin-bottom: 8px;
  }
  .feedback__container .feedback__form {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .feedback__container .feedback__form .form__name,
  .feedback__container .feedback__form .form__phoneNumber,
  .feedback__container .feedback__form .form__comment,
  .feedback__container .feedback__form .form__check {
    display: flex;
    flex-direction: column;
  }
  .feedback__container .feedback__form .form__name label,
  .feedback__container .feedback__form .form__phoneNumber label,
  .feedback__container .feedback__form .form__comment label,
  .feedback__container .feedback__form .form__check label {
    font-family: var(--font-family-Rubik);
    font-weight: 400;
    font-size: 14px;
    line-height: 145%;
    letter-spacing: 0%;
    color: rgb(58, 61, 66);
  }
  .feedback__container .feedback__form .form__name textarea,
  .feedback__container .feedback__form .form__phoneNumber textarea,
  .feedback__container .feedback__form .form__comment textarea,
  .feedback__container .feedback__form .form__check textarea {
    resize: none;
  }
  .feedback__container .feedback__form .form__name .input__wrapper,
  .feedback__container .feedback__form .form__phoneNumber .input__wrapper {
    width: 100%;
    position: relative;
  }
  .feedback__container .feedback__form .form__name .input__wrapper input,
  .feedback__container .feedback__form .form__phoneNumber .input__wrapper input {
    width: 100%;
    height: 48px;
    border: 1px solid rgb(196, 196, 196);
    border-radius: 2px;
    padding: 0 16px;
    background: rgb(243, 243, 243);
    font-family: var(--font-family-Rubik);
    font-weight: 400;
    font-size: 14px;
    line-height: 145%;
    letter-spacing: 0%;
    color: rgb(90, 90, 90);
    outline: none;
  }
  .feedback__container .feedback__form .form__name .input__wrapper input:hover,
  .feedback__container .feedback__form .form__phoneNumber .input__wrapper input:hover {
    border-color: rgb(255, 111, 57);
  }
  .feedback__container .feedback__form .form__name .input__wrapper input:focus::placeholder,
  .feedback__container .feedback__form .form__phoneNumber .input__wrapper input:focus::placeholder {
    opacity: 0;
  }
  .feedback__container .feedback__form .form__name .input__wrapper input:active,
  .feedback__container .feedback__form .form__phoneNumber .input__wrapper input:active {
    border-color: rgb(255, 111, 57);
  }
  .feedback__container .feedback__form .form__name .input__wrapper input:focus ~ i.ph-x,
  .feedback__container .feedback__form .form__phoneNumber .input__wrapper input:focus ~ i.ph-x {
    opacity: 1;
  }
  .feedback__container .feedback__form .form__name .input__wrapper input::placeholder,
  .feedback__container .feedback__form .form__phoneNumber .input__wrapper input::placeholder {
    color: rgb(159, 159, 159);
  }
  .feedback__container .feedback__form .form__name .input__wrapper i.ph-x,
  .feedback__container .feedback__form .form__phoneNumber .input__wrapper i.ph-x {
    opacity: 0;
    font-size: 20px;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
  }
  .feedback__container .feedback__form .form__comment textarea {
    height: 132px;
    padding: 10px 16px;
    background: rgb(243, 243, 243);
    font-family: var(--font-family-Rubik);
    font-weight: 400;
    font-size: 14px;
    border-radius: 2px;
    line-height: 145%;
    border: 1px solid rgb(196, 196, 196);
    letter-spacing: 0%;
    outline: none;
  }
  .feedback__container .feedback__form .form__comment textarea:hover {
    border-color: rgb(255, 111, 57);
  }
  .feedback__container .feedback__form .form__comment textarea:focus::placeholder {
    opacity: 0;
  }
  .feedback__container .feedback__form .form__comment textarea:active {
    border-color: rgb(255, 111, 57);
  }
  .feedback__container .feedback__form .form__comment textarea::placeholder {
    color: rgb(159, 159, 159);
  }
  .feedback__container .feedback__form .feedback__drop {
    width: 100%;
    height: 120px;
    border: 1px dashed rgb(196, 196, 196);
    border-radius: 2px;
    padding: 24px;
    display: flex;
    flex-direction: row;
    gap: 24px;
    justify-content: center;
    align-items: center;
  }
  .feedback__container .feedback__form .feedback__drop .ph-upload {
    font-size: 48px;
    color: rgb(255, 111, 57);
    margin-bottom: 0px;
  }
  .feedback__container .feedback__form .feedback__drop h2 {
    font-family: var(--font-family-Rubik);
    font-weight: 400;
    font-size: 16px;
    line-height: 145%;
    letter-spacing: 0%;
    text-align: start;
    margin-bottom: 0px;
    color: rgb(28, 30, 34);
  }
  .feedback__container .feedback__form .feedback__drop p {
    font-family: var(--font-family-Rubik);
    font-weight: 400;
    font-size: 12px;
    line-height: 145%;
    letter-spacing: 0%;
    text-align: start;
    color: rgb(159, 159, 159);
    margin-bottom: 0px;
  }
  .feedback__container .feedback__form .feedback__drop .chooseBtn {
    width: 95px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
  }
  .feedback__container .feedback__form .feedback__drop__chooseFile {
    width: 100%;
    height: 64px;
    background: rgb(255, 255, 255);
    padding: 16px;
    flex-direction: row;
    gap: 16px;
    align-items: center;
    display: none;
    opacity: 0;
  }
  .feedback__container .feedback__form .feedback__drop__chooseFile.active {
    display: flex;
    opacity: 1;
  }
  .feedback__container .feedback__form .feedback__drop__chooseFile .ph-file {
    font-size: 24px;
    color: rgb(255, 111, 57);
  }
  .feedback__container .feedback__form .feedback__drop__chooseFile .drop__chooseFile__info {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .feedback__container .feedback__form .feedback__drop__chooseFile .drop__chooseFile__info h1 {
    font-family: var(--font-family-Rubik);
    font-weight: 500;
    font-style: Medium;
    font-size: 12px;
    line-height: 130%;
    letter-spacing: 0%;
  }
  .feedback__container .feedback__form .feedback__drop__chooseFile .drop__chooseFile__info p {
    font-family: var(--font-family-Rubik);
    font-weight: 500;
    font-style: Medium;
    font-size: 12px;
    leading-trim: NONE;
    line-height: 130%;
    letter-spacing: 0%;
  }
  .feedback__container .feedback__form .feedback__drop__chooseFile .ph-trash {
    font-size: 20px;
  }
  .feedback__container .feedback__form .form__check {
    margin-top: 24px;
  }
  .feedback__container .feedback__form .form__check label {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    position: relative;
    user-select: none;
  }
  .feedback__container .feedback__form .form__check label input {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    min-width: 20px;
    height: 20px;
    border: 1px solid rgb(159, 159, 159);
    border-radius: 1px;
    background-color: #fff;
    cursor: pointer;
    position: relative;
    transition: all 0.2s ease;
  }
  .feedback__container .feedback__form .form__check label span {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
  }
  .feedback__container .feedback__form .form__check label span i {
    color: white;
    font-size: 14px;
    display: none;
  }
  .feedback__container .feedback__form .form__check label input:checked {
    background: rgb(255, 111, 57);
    border-color: rgb(255, 111, 57);
  }
  .feedback__container .feedback__form .form__check label input:checked + span i {
    display: block;
  }
  .feedback__container .feedback__form .form__btn {
    width: 100%;
    height: 56px;
    font-family: var(--font-family-Roboto);
    font-weight: 500;
    font-style: Medium;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: middle;
  }
  .feedback__container .feedback__details {
    min-width: 616px;
  }
  .feedback__container .feedback__subtitle {
    margin-top: 0px;
    font-family: var(--font-family-Rubik);
    font-weight: 400;
    font-size: 16px;
    line-height: 145%;
    letter-spacing: 0%;
    color: rgb(90, 90, 90);
  }
  .feedback__container .feedback__contactInfo {
    margin-top: 48px;
  }
  .feedback__container .feedback__contactInfo hr {
    height: 1px;
    border: none;
    background: rgb(196, 196, 196);
  }
  .feedback__container .feedback__contactInfo h3 {
    font-family: var(--font-family-Rubik);
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0%;
    color: rgb(43, 45, 51);
    margin-top: 16px;
  }
  .feedback__container .feedback__contactInfo h2 {
    font-family: var(--font-family-Rubik);
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0%;
    margin-bottom: 16px;
    color: rgb(255, 111, 57);
  }
  .feedback__container .feedback__contactInfo h2:hover {
    color: #e65b27;
    cursor: pointer;
  }
  .feedback__container .feedback__socialLinks {
    display: flex;
    gap: 0;
    margin-top: 16px;
  }
  .feedback__container .feedback__socialLinks a {
    width: 56px;
    height: 56px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: rgb(255, 111, 57);
    font-size: 28px;
  }
  .feedback__container .feedback__socialLinks a:hover {
    color: #e65b27;
  }
}
@media screen and (min-width: 1920px) {
  .feedback__container {
    width: 100%;
    padding: 96px 0 80px;
    display: flex;
    justify-content: space-between;
    gap: 195px;
  }
  .feedback__container .feedback__title {
    font-family: var(--font-family-Roboto);
    font-weight: 500;
    font-style: Medium;
    font-size: 56px;
    line-height: 125%;
    letter-spacing: 0%;
    text-transform: uppercase;
    margin-bottom: 8px;
  }
  .feedback__container .feedback__form {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .feedback__container .feedback__form .form__name,
  .feedback__container .feedback__form .form__phoneNumber,
  .feedback__container .feedback__form .form__comment,
  .feedback__container .feedback__form .form__check {
    display: flex;
    flex-direction: column;
  }
  .feedback__container .feedback__form .form__name label,
  .feedback__container .feedback__form .form__phoneNumber label,
  .feedback__container .feedback__form .form__comment label,
  .feedback__container .feedback__form .form__check label {
    font-family: var(--font-family-Rubik);
    font-weight: 400;
    font-size: 14px;
    line-height: 145%;
    letter-spacing: 0%;
    color: rgb(58, 61, 66);
  }
  .feedback__container .feedback__form .form__name textarea,
  .feedback__container .feedback__form .form__phoneNumber textarea,
  .feedback__container .feedback__form .form__comment textarea,
  .feedback__container .feedback__form .form__check textarea {
    resize: none;
  }
  .feedback__container .feedback__form .form__name .input__wrapper,
  .feedback__container .feedback__form .form__phoneNumber .input__wrapper {
    width: 100%;
    position: relative;
  }
  .feedback__container .feedback__form .form__name .input__wrapper input,
  .feedback__container .feedback__form .form__phoneNumber .input__wrapper input {
    width: 100%;
    height: 48px;
    border: 1px solid rgb(196, 196, 196);
    border-radius: 2px;
    padding: 0 16px;
    background: rgb(243, 243, 243);
    font-family: var(--font-family-Rubik);
    font-weight: 400;
    font-size: 16px;
    line-height: 145%;
    letter-spacing: 0%;
    color: rgb(90, 90, 90);
    outline: none;
  }
  .feedback__container .feedback__form .form__name .input__wrapper input:hover,
  .feedback__container .feedback__form .form__phoneNumber .input__wrapper input:hover {
    border-color: rgb(255, 111, 57);
  }
  .feedback__container .feedback__form .form__name .input__wrapper input:focus::placeholder,
  .feedback__container .feedback__form .form__phoneNumber .input__wrapper input:focus::placeholder {
    opacity: 0;
  }
  .feedback__container .feedback__form .form__name .input__wrapper input:active,
  .feedback__container .feedback__form .form__phoneNumber .input__wrapper input:active {
    border-color: rgb(255, 111, 57);
  }
  .feedback__container .feedback__form .form__name .input__wrapper input:focus ~ i.ph-x,
  .feedback__container .feedback__form .form__phoneNumber .input__wrapper input:focus ~ i.ph-x {
    opacity: 1;
  }
  .feedback__container .feedback__form .form__name .input__wrapper input::placeholder,
  .feedback__container .feedback__form .form__phoneNumber .input__wrapper input::placeholder {
    color: rgb(159, 159, 159);
  }
  .feedback__container .feedback__form .form__name .input__wrapper i.ph-x,
  .feedback__container .feedback__form .form__phoneNumber .input__wrapper i.ph-x {
    opacity: 0;
    font-size: 20px;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
  }
  .feedback__container .feedback__form .form__comment textarea {
    height: 132px;
    padding: 10px 16px;
    background: rgb(243, 243, 243);
    font-family: var(--font-family-Rubik);
    font-weight: 400;
    font-size: 16px;
    border-radius: 2px;
    line-height: 145%;
    border: 1px solid rgb(196, 196, 196);
    letter-spacing: 0%;
    outline: none;
  }
  .feedback__container .feedback__form .form__comment textarea:hover {
    border-color: rgb(255, 111, 57);
  }
  .feedback__container .feedback__form .form__comment textarea:focus::placeholder {
    opacity: 0;
  }
  .feedback__container .feedback__form .form__comment textarea:active {
    border-color: rgb(255, 111, 57);
  }
  .feedback__container .feedback__form .form__comment textarea::placeholder {
    color: rgb(159, 159, 159);
  }
  .feedback__container .feedback__form .feedback__drop {
    width: 100%;
    height: 96px;
    border: 1px dashed rgb(196, 196, 196);
    border-radius: 2px;
    padding: 24px;
    display: flex;
    flex-direction: row;
    gap: 24px;
    justify-content: start;
    align-items: center;
  }
  .feedback__container .feedback__form .feedback__drop .ph-upload {
    font-size: 48px;
    color: rgb(255, 111, 57);
    margin-bottom: 0px;
  }
  .feedback__container .feedback__form .feedback__drop .drop__text {
    width: 100%;
  }
  .feedback__container .feedback__form .feedback__drop .drop__text h2 {
    font-family: var(--font-family-Rubik);
    font-weight: 400;
    font-size: 16px;
    line-height: 145%;
    letter-spacing: 0%;
    text-align: start;
    margin-bottom: 0px;
    color: rgb(28, 30, 34);
  }
  .feedback__container .feedback__form .feedback__drop .drop__text p {
    font-family: var(--font-family-Rubik);
    font-weight: 400;
    font-size: 12px;
    line-height: 145%;
    letter-spacing: 0%;
    text-align: start;
    color: rgb(159, 159, 159);
    margin-bottom: 0px;
  }
  .feedback__container .feedback__form .feedback__drop .chooseBtn {
    width: 95px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
  }
  .feedback__container .feedback__form .feedback__drop__chooseFile {
    width: 100%;
    height: 64px;
    background: rgb(255, 255, 255);
    padding: 16px;
    flex-direction: row;
    gap: 16px;
    align-items: center;
    display: none;
    opacity: 0;
  }
  .feedback__container .feedback__form .feedback__drop__chooseFile.active {
    display: flex;
    opacity: 1;
  }
  .feedback__container .feedback__form .feedback__drop__chooseFile .ph-file {
    font-size: 24px;
    color: rgb(255, 111, 57);
  }
  .feedback__container .feedback__form .feedback__drop__chooseFile .drop__chooseFile__info {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .feedback__container .feedback__form .feedback__drop__chooseFile .drop__chooseFile__info h1 {
    font-family: var(--font-family-Rubik);
    font-weight: 500;
    font-style: Medium;
    font-size: 12px;
    line-height: 130%;
    letter-spacing: 0%;
  }
  .feedback__container .feedback__form .feedback__drop__chooseFile .drop__chooseFile__info p {
    font-family: var(--font-family-Rubik);
    font-weight: 500;
    font-style: Medium;
    font-size: 12px;
    leading-trim: NONE;
    line-height: 130%;
    letter-spacing: 0%;
  }
  .feedback__container .feedback__form .feedback__drop__chooseFile .ph-trash {
    font-size: 20px;
  }
  .feedback__container .feedback__form .form__check {
    margin-top: 24px;
  }
  .feedback__container .feedback__form .form__check label {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    position: relative;
    user-select: none;
  }
  .feedback__container .feedback__form .form__check label input {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    min-width: 20px;
    height: 20px;
    border: 1px solid rgb(159, 159, 159);
    border-radius: 1px;
    background-color: #fff;
    cursor: pointer;
    position: relative;
    transition: all 0.2s ease;
  }
  .feedback__container .feedback__form .form__check label span {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
  }
  .feedback__container .feedback__form .form__check label span i {
    color: white;
    font-size: 14px;
    display: none;
  }
  .feedback__container .feedback__form .form__check label input:checked {
    background: rgb(255, 111, 57);
    border-color: rgb(255, 111, 57);
  }
  .feedback__container .feedback__form .form__check label input:checked + span i {
    display: block;
  }
  .feedback__container .feedback__form .form__btn {
    width: 100%;
    height: 56px;
    font-family: var(--font-family-Roboto);
    font-weight: 500;
    font-style: Medium;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: middle;
  }
  .feedback__container .feedback__details {
    min-width: 616px;
  }
  .feedback__container .feedback__subtitle {
    margin-top: 0px;
    font-family: var(--font-family-Rubik);
    font-weight: 400;
    font-size: 16px;
    line-height: 145%;
    letter-spacing: 0%;
    color: rgb(90, 90, 90);
  }
  .feedback__container .feedback__contactInfo {
    margin-top: 48px;
  }
  .feedback__container .feedback__contactInfo hr {
    height: 1px;
    border: none;
    background: rgb(196, 196, 196);
  }
  .feedback__container .feedback__contactInfo h3 {
    font-family: var(--font-family-Rubik);
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0%;
    color: rgb(43, 45, 51);
    margin-top: 16px;
  }
  .feedback__container .feedback__contactInfo h2 {
    font-family: var(--font-family-Rubik);
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0%;
    margin-bottom: 16px;
    color: rgb(255, 111, 57);
  }
  .feedback__container .feedback__contactInfo h2:hover {
    cursor: pointer;
  }
  .feedback__container .feedback__socialLinks {
    display: flex;
    gap: 0;
    margin-top: 16px;
  }
  .feedback__container .feedback__socialLinks a {
    width: 56px;
    height: 56px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: rgb(255, 111, 57);
    font-size: 28px;
  }
  .feedback__container .feedback__socialLinks a:hover {
    color: #e65b27;
  }
}
.catalog__container {
  max-width: 1728px;
  margin: 0 auto;
  padding: 32px 16px;
  padding-bottom: 16px;
  max-width: 1728px;
  margin: 0 auto;
}
.catalog__container .catalog__breadcrumbs {
  width: 100%;
  margin-bottom: 16px;
}
.catalog__container .catalog__breadcrumbs p {
  font-family: var(--font-family-Rubik);
  font-weight: 400;
  font-size: 14px;
  line-height: 145%;
  letter-spacing: 0%;
  gap: 8px;
  color: rgb(159, 159, 159);
}
.catalog__container .catalog__breadcrumbs p a {
  text-decoration: none;
  color: rgb(159, 159, 159);
}
.catalog__container .catalog__breadcrumbs p a:last-child {
  color: rgb(255, 111, 57);
}
.catalog__container .catalog__actions {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}
.catalog__container .catalog__actions .catalog__FilterBtn,
.catalog__container .catalog__actions .catalog__PopularBtn {
  width: 100%;
  height: 40px;
  background: transparent;
  border: 1px solid rgb(243, 243, 243);
  color: rgb(58, 61, 66);
  font-family: var(--font-family-Roboto);
  font-weight: 500;
  font-style: Medium;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  display: flex;
  border-radius: 0;
  gap: 8px;
  align-items: center;
  justify-content: center;
}
.catalog__container .catalog__actions .catalog__FilterBtn select,
.catalog__container .catalog__actions .catalog__PopularBtn select {
  padding-right: 28px;
  border: 0;
  appearance: none;
}
.catalog__container .catalog__actions .catalog__FilterBtn .ph-caret-down,
.catalog__container .catalog__actions .catalog__PopularBtn .ph-caret-down {
  font-size: 16px;
}
.catalog__container .catalog__actions .catalog__FilterBtn i,
.catalog__container .catalog__actions .catalog__PopularBtn i {
  font-size: 20px;
}
.catalog__container .catalog__wrapper .catalog__filter {
  display: none;
}
.catalog__container .catalog__wrapper .catalog__list__header__wrapper {
  display: flex;
  flex-direction: column-reverse;
  gap: 16px;
}
.catalog__container .catalog__wrapper .catalog__list__header__wrapper .catalog__list__header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
}
.catalog__container .catalog__wrapper .catalog__list__header__wrapper .catalog__list__header h1 {
  font-family: var(--font-family-Roboto);
  font-weight: 500;
  font-style: Medium;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  margin-bottom: 0px;
}
.catalog__container .catalog__wrapper .catalog__list__header__wrapper .catalog__list__header h1 span {
  margin-left: 8px;
  font-family: var(--font-family-Rubik);
  font-weight: 400;
  font-size: 14px;
  line-height: 145%;
  letter-spacing: 0%;
  color: rgb(159, 159, 159);
}
.catalog__container .catalog__wrapper .catalog__list__header__wrapper .catalog__list__header .catalog__sort {
  display: none;
}
.catalog__container .catalog__wrapper .catalog__list__header__wrapper .catalog__list__filters .removeAllFiltersBtn {
  display: none;
}
.catalog__container .catalog__wrapper .catalog__list__header__wrapper .catalog__list__filters .removeAllFiltersBtn span {
  display: block;
}
.catalog__container .catalog__wrapper .catalog__list__header__wrapper .catalog__list__filters p {
  display: none !important;
}
.catalog__container .catalog__wrapper .catalog__list__header__wrapper .catalog__list__filters ul {
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
  list-style: none;
  flex-direction: row;
  gap: 8px;
}
.catalog__container .catalog__wrapper .catalog__list__header__wrapper .catalog__list__filters ul li {
  display: flex;
  gap: 8px;
  background: #fff2ec;
  padding: 6px 8px;
  align-items: center;
  border-radius: 2px;
}
.catalog__container .catalog__wrapper .catalog__list__header__wrapper .catalog__list__filters ul li span {
  font-family: var(--font-family-Rubik);
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 145%;
  letter-spacing: 0%;
  color: #5a5a5a;
  display: -webkit-box;
  display: inline-block;
  max-width: 290px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
}
.catalog__container .catalog__wrapper .catalog__list__header__wrapper .catalog__list__filters ul li i {
  font-size: 20px;
  color: #5a5a5a;
  cursor: pointer;
}
.catalog__container .catalog__wrapper .catalog__list__header__wrapper .catalog__list__filters ul li i:hover {
  color: #1c1e22;
}
.catalog__container .catalog__listOfProducts__wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.catalog__container .catalog__getMore {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}
.catalog__container .catalog__getMore button {
  width: 174px;
  height: 40px;
  display: flex;
  padding: 0;
  justify-content: center;
  align-items: center;
  gap: 4px;
  background: rgb(43, 45, 51);
  border-radius: 2px;
}
.catalog__container .catalog__getMore button i {
  font-size: 20px;
}
.catalog__container .catalog__pagination {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: 16px;
}
.catalog__container .catalog__pagination .paging .btn-group {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.catalog__container .catalog__pagination span {
  width: 40px;
  height: 40px;
  border: 1px solid #2b2d33;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: Roboto Condensed;
  font-weight: 500;
  font-style: Medium;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #2b2d33;
}
.catalog__container .catalog__pagination span:hover {
  transition: background 0.3s ease;
  cursor: pointer;
  background: #1c1e22;
  color: #fff;
}
.catalog__container .catalog__pagination a {
  width: 40px;
  height: 40px;
  border: 1px solid #2b2d33;
  background: none;
  font-family: var(--font-family-Roboto);
  font-weight: 500;
  font-style: Medium;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
  outline: none;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: #2b2d33;
}
.catalog__container .catalog__pagination a i {
  font-size: 20px;
}
.catalog__container .catalog__pagination a.active {
  background: #2b2d33;
  color: #fff;
}
.catalog__container .catalog__pagination a:hover {
  transition: background 0.3s ease;
  cursor: pointer;
  background: #1c1e22;
  color: #fff;
}

@media screen and (min-width: 768px) {
  .catalog__container {
    max-width: 1728px;
    margin: 0 auto;
    padding: 32px 32px;
    padding-bottom: 16px;
  }
  .catalog__container .catalog__filter {
    display: none;
  }
  .catalog__container .catalog__list__wrapper .catalog__list__filters ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    gap: 8px;
  }
  .catalog__container .catalog__list__wrapper .catalog__list__filters ul li {
    display: flex;
    gap: 8px;
    background: #fff2ec;
    padding: 6px 8px;
    align-items: center;
  }
  .catalog__container .catalog__list__wrapper .catalog__list__filters ul li span {
    font-family: var(--font-family-Rubik);
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 145%;
    letter-spacing: 0%;
    color: #5a5a5a;
  }
  .catalog__container .catalog__list__wrapper .catalog__list__filters ul li i {
    font-size: 20px;
    color: #5a5a5a;
    cursor: pointer;
  }
  .catalog__container .catalog__breadcrumbs {
    width: 100%;
    margin-bottom: 24px;
  }
  .catalog__container .catalog__breadcrumbs p {
    font-family: var(--font-family-Rubik);
    font-weight: 400;
    font-size: 16px;
    line-height: 145%;
    letter-spacing: 0%;
    gap: 8px;
    color: rgb(159, 159, 159);
  }
  .catalog__container .catalog__breadcrumbs p a {
    text-decoration: none;
    color: rgb(159, 159, 159);
  }
  .catalog__container .catalog__breadcrumbs p a:last-child {
    color: rgb(255, 111, 57);
  }
  .catalog__container .catalog__wrapper .catalog__filter {
    display: none;
  }
  .catalog__container .catalog__wrapper .catalog__list__header__wrapper {
    display: flex;
    flex-direction: column-reverse;
    gap: 16px;
  }
  .catalog__container .catalog__wrapper .catalog__list__header__wrapper .catalog__list__header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 16px;
  }
  .catalog__container .catalog__wrapper .catalog__list__header__wrapper .catalog__list__header h1 {
    font-family: var(--font-family-Roboto);
    font-weight: 500;
    font-style: Medium;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    margin-bottom: 0px;
  }
  .catalog__container .catalog__wrapper .catalog__list__header__wrapper .catalog__list__header h1 span {
    margin-left: 8px;
    font-family: var(--font-family-Rubik);
    font-weight: 400;
    font-size: 14px;
    line-height: 145%;
    letter-spacing: 0%;
    color: rgb(159, 159, 159);
  }
  .catalog__container .catalog__wrapper .catalog__list__header__wrapper .catalog__list__header .catalog__sort {
    display: none;
  }
  .catalog__container .catalog__wrapper .catalog__list__header__wrapper .catalog__list__filters .removeAllFiltersBtn {
    display: none;
  }
  .catalog__container .catalog__wrapper .catalog__list__header__wrapper .catalog__list__filters .removeAllFiltersBtn span {
    display: block;
  }
  .catalog__container .catalog__wrapper .catalog__list__header__wrapper .catalog__list__filters p {
    display: none !important;
  }
  .catalog__container .catalog__wrapper .catalog__list__header__wrapper .catalog__list__filters ul {
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
    list-style: none;
    flex-direction: row;
    gap: 8px;
  }
  .catalog__container .catalog__wrapper .catalog__list__header__wrapper .catalog__list__filters ul li {
    display: flex;
    gap: 8px;
    background: #fff2ec;
    padding: 4px 8px;
    align-items: center;
  }
  .catalog__container .catalog__wrapper .catalog__list__header__wrapper .catalog__list__filters ul li span {
    font-family: var(--font-family-Rubik);
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 145%;
    letter-spacing: 0%;
    color: #5a5a5a;
    display: -webkit-box;
    display: inline-block;
    max-width: 290px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
  }
  .catalog__container .catalog__wrapper .catalog__list__header__wrapper .catalog__list__filters ul li i {
    font-size: 20px;
    color: #5a5a5a;
    cursor: pointer;
  }
  .catalog__container .catalog__actions {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
  }
  .catalog__container .catalog__actions .catalog__FilterBtn,
  .catalog__container .catalog__actions .catalog__PopularBtn {
    width: 100%;
    height: 48px;
    background: transparent;
    border: 1px solid rgb(243, 243, 243);
    color: rgb(58, 61, 66);
    font-family: var(--font-family-Roboto);
    font-weight: 500;
    font-style: Medium;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;
    display: flex;
    border-radius: 0;
    gap: 8px;
    align-items: center;
    justify-content: center;
  }
  .catalog__container .catalog__actions .catalog__FilterBtn .ph-caret-down,
  .catalog__container .catalog__actions .catalog__PopularBtn .ph-caret-down {
    font-size: 16px;
  }
  .catalog__container .catalog__actions .catalog__FilterBtn i,
  .catalog__container .catalog__actions .catalog__PopularBtn i {
    font-size: 20px;
  }
  .catalog__container .catalog__CountOfProducts {
    font-family: var(--font-family-Roboto);
    font-weight: 500;
    font-style: Medium;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;
    margin-bottom: 16px;
  }
  .catalog__container .catalog__CountOfProducts span {
    margin-left: 8px;
    font-family: var(--font-family-Rubik);
    font-weight: 400;
    font-size: 16px;
    line-height: 145%;
    letter-spacing: 0%;
    color: rgb(159, 159, 159);
  }
  .catalog__container .catalog__listOfProducts__wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  .catalog__container .catalog__getMore {
    margin-top: 40px;
    display: flex;
    justify-content: center;
  }
  .catalog__container .catalog__getMore button {
    width: 198px;
    height: 48px;
    display: flex;
    padding: 0;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    gap: 4px;
    background: rgb(43, 45, 51);
    border-radius: 2px;
  }
  .catalog__container .catalog__getMore button i {
    font-size: 24px;
  }
}
@media screen and (min-width: 1024px) {
  .catalog__container {
    max-width: 1728px;
    margin: 0 auto;
    padding: 32px 48px;
    padding-bottom: 16px;
  }
  .catalog__container .catalog__breadcrumbs {
    width: 100%;
    margin-bottom: 24px;
  }
  .catalog__container .catalog__breadcrumbs p {
    font-family: var(--font-family-Rubik);
    font-weight: 400;
    font-size: 16px;
    line-height: 145%;
    letter-spacing: 0%;
    gap: 8px;
    color: rgb(159, 159, 159);
  }
  .catalog__container .catalog__breadcrumbs p a {
    text-decoration: none;
    color: rgb(159, 159, 159);
  }
  .catalog__container .catalog__breadcrumbs p a:last-child {
    color: rgb(255, 111, 57);
  }
  .catalog__container .catalog__filter {
    display: none;
  }
  .catalog__container .catalog__wrapper .catalog__filter {
    display: none;
  }
  .catalog__container .catalog__wrapper .catalog__list__header__wrapper {
    display: flex;
    flex-direction: column-reverse;
    gap: 16px;
  }
  .catalog__container .catalog__wrapper .catalog__list__header__wrapper .catalog__list__header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 16px;
  }
  .catalog__container .catalog__wrapper .catalog__list__header__wrapper .catalog__list__header h1 {
    font-family: var(--font-family-Roboto);
    font-weight: 500;
    font-style: Medium;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    margin-bottom: 0px;
  }
  .catalog__container .catalog__wrapper .catalog__list__header__wrapper .catalog__list__header h1 span {
    margin-left: 8px;
    font-family: var(--font-family-Rubik);
    font-weight: 400;
    font-size: 14px;
    line-height: 145%;
    letter-spacing: 0%;
    color: rgb(159, 159, 159);
  }
  .catalog__container .catalog__wrapper .catalog__list__header__wrapper .catalog__list__header .catalog__sort {
    display: none;
  }
  .catalog__container .catalog__wrapper .catalog__list__header__wrapper .catalog__list__filters .removeAllFiltersBtn {
    display: none;
  }
  .catalog__container .catalog__wrapper .catalog__list__header__wrapper .catalog__list__filters .removeAllFiltersBtn span {
    display: block;
  }
  .catalog__container .catalog__wrapper .catalog__list__header__wrapper .catalog__list__filters p {
    display: none !important;
  }
  .catalog__container .catalog__wrapper .catalog__list__header__wrapper .catalog__list__filters ul {
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
    list-style: none;
    flex-direction: row;
    gap: 8px;
  }
  .catalog__container .catalog__wrapper .catalog__list__header__wrapper .catalog__list__filters ul li {
    display: flex;
    gap: 8px;
    background: #fff2ec;
    padding: 4px 8px;
    align-items: center;
  }
  .catalog__container .catalog__wrapper .catalog__list__header__wrapper .catalog__list__filters ul li span {
    font-family: var(--font-family-Rubik);
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 145%;
    letter-spacing: 0%;
    color: #5a5a5a;
    display: -webkit-box;
    display: inline-block;
    max-width: fit-content;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
  }
  .catalog__container .catalog__wrapper .catalog__list__header__wrapper .catalog__list__filters ul li i {
    font-size: 20px;
    color: #5a5a5a;
    cursor: pointer;
  }
  .catalog__container .catalog__actions {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
  }
  .catalog__container .catalog__actions .catalog__FilterBtn,
  .catalog__container .catalog__actions .catalog__PopularBtn {
    width: 100%;
    height: 48px;
    background: transparent;
    border: 1px solid rgb(243, 243, 243);
    color: rgb(58, 61, 66);
    font-family: var(--font-family-Roboto);
    font-weight: 500;
    font-style: Medium;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;
    display: flex;
    border-radius: 0;
    gap: 8px;
    align-items: center;
    justify-content: center;
  }
  .catalog__container .catalog__actions .catalog__FilterBtn .ph-caret-down,
  .catalog__container .catalog__actions .catalog__PopularBtn .ph-caret-down {
    font-size: 16px;
  }
  .catalog__container .catalog__actions .catalog__FilterBtn i,
  .catalog__container .catalog__actions .catalog__PopularBtn i {
    font-size: 20px;
  }
  .catalog__container .catalog__CountOfProducts {
    font-family: var(--font-family-Roboto);
    font-weight: 500;
    font-style: Medium;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;
    margin-bottom: 16px;
  }
  .catalog__container .catalog__CountOfProducts span {
    margin-left: 8px;
    font-family: var(--font-family-Rubik);
    font-weight: 400;
    font-size: 16px;
    line-height: 145%;
    letter-spacing: 0%;
    color: rgb(159, 159, 159);
  }
  .catalog__container .catalog__listOfProducts__wrapper {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
  .catalog__container .catalog__getMore {
    margin-top: 40px;
    display: flex;
    justify-content: center;
  }
  .catalog__container .catalog__getMore button {
    width: 198px;
    height: 48px;
    display: flex;
    padding: 0;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    gap: 4px;
    background: rgb(43, 45, 51);
    border-radius: 2px;
  }
  .catalog__container .catalog__getMore button i {
    font-size: 24px;
  }
}
@media screen and (min-width: 1440px) {
  .catalog__container {
    max-width: 1728px;
    margin: 0 auto;
    padding: 32px 80px;
    padding-bottom: 16px;
  }
  .catalog__container .catalog__breadcrumbs {
    width: 100%;
    margin-bottom: 24px;
  }
  .catalog__container .catalog__breadcrumbs p {
    font-family: var(--font-family-Rubik);
    font-weight: 400;
    font-size: 16px;
    line-height: 145%;
    letter-spacing: 0%;
    gap: 8px;
    color: rgb(159, 159, 159);
  }
  .catalog__container .catalog__breadcrumbs p a {
    text-decoration: none;
    color: rgb(159, 159, 159);
  }
  .catalog__container .catalog__breadcrumbs p a:last-child {
    color: rgb(255, 111, 57);
  }
  .catalog__container .catalog__actions {
    width: 100%;
    display: none;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
  }
  .catalog__container .catalog__actions .catalog__FilterBtn,
  .catalog__container .catalog__actions .catalog__PopularBtn {
    width: 100%;
    height: 48px;
    background: transparent;
    border: 1px solid rgb(243, 243, 243);
    color: rgb(58, 61, 66);
    font-family: var(--font-family-Roboto);
    font-weight: 500;
    font-style: Medium;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;
    display: flex;
    border-radius: 0;
    gap: 8px;
    align-items: center;
    justify-content: center;
  }
  .catalog__container .catalog__actions .catalog__FilterBtn .ph-caret-down,
  .catalog__container .catalog__actions .catalog__PopularBtn .ph-caret-down {
    font-size: 16px;
  }
  .catalog__container .catalog__actions .catalog__FilterBtn i,
  .catalog__container .catalog__actions .catalog__PopularBtn i {
    font-size: 20px;
  }
  .catalog__container .catalog__wrapper {
    display: flex;
    flex-direction: row;
    gap: 24px;
  }
  .catalog__container .catalog__wrapper .catalog__filter {
    min-width: 302px;
    padding: 0 16px;
    border: 1px solid rgb(243, 243, 243);
    height: calc(100vh - 140px);
    display: flex;
    flex-direction: column;
    position: sticky;
    top: 88px;
  }
  .catalog__container .catalog__wrapper .catalog__filter .catalog__filter-content {
    max-height: calc(100% - 80px);
    overflow-y: scroll;
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .catalog__container .catalog__wrapper .catalog__filter .catalog__filter-footer {
    position: sticky;
    top: 0;
    background: white;
    padding-top: 8px;
  }
  .catalog__container .catalog__wrapper .catalog__filter .slider__wrapper {
    height: 20px;
    width: 100%;
    margin-top: 0;
    padding: 0;
  }
  .catalog__container .catalog__wrapper .catalog__filter .slider__wrapper .sliderRange {
    height: 2px;
    border: none;
  }
  .catalog__container .catalog__wrapper .catalog__filter .slider__wrapper .sliderRange .noUi-base {
    height: 2px;
  }
  .catalog__container .catalog__wrapper .catalog__filter .slider__wrapper .sliderRange .noUi-base .noUi-handle {
    width: 32px;
    height: 32px;
    box-shadow: none;
    background: #ff6f39;
    border: none;
    border-radius: 999px;
  }
  .catalog__container .catalog__wrapper .catalog__filter .slider__wrapper .sliderRange .noUi-base .noUi-handle::after {
    display: none;
  }
  .catalog__container .catalog__wrapper .catalog__filter .slider__wrapper .sliderRange .noUi-base .noUi-handle::before {
    display: none;
  }
  .catalog__container .catalog__wrapper .catalog__filter .slider__wrapper .sliderRange .noUi-base .noUi-connects {
    width: 100%;
    background: #c4c4c4;
  }
  .catalog__container .catalog__wrapper .catalog__filter .slider__wrapper .sliderRange .noUi-base .noUi-connect {
    background: #ff6f39;
    width: 100%;
  }
  .catalog__container .catalog__wrapper .catalog__filter .slider__wrapper .sliderRange .noUi-base .noUi-handle {
    top: -15px;
  }
  .catalog__container .catalog__wrapper .catalog__filter details {
    width: 100%;
    height: fit-content;
    font-family: var(--font-family-Roboto);
    font-weight: 500;
    font-style: Medium;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color: rgb(43, 45, 51);
    overflow: hidden;
    padding: 8px 0px;
  }
  .catalog__container .catalog__wrapper .catalog__filter details summary {
    align-items: center;
    cursor: pointer;
    -webkit-appearance: none !important;
  }
  .catalog__container .catalog__wrapper .catalog__filter details .details-content {
    display: flex;
    flex-direction: column;
    gap: 16px;
    font-family: var(--font-family-Rubik);
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    line-height: 145%;
    letter-spacing: 0%;
  }
  .catalog__container .catalog__wrapper .catalog__filter details .details-content label {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    cursor: pointer;
    position: relative;
    user-select: none;
  }
  .catalog__container .catalog__wrapper .catalog__filter details .details-content label.disabled {
    display: none;
  }
  .catalog__container .catalog__wrapper .catalog__filter details .details-content label .checkbox__item {
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .catalog__container .catalog__wrapper .catalog__filter details .details-content label .checkbox__count {
    font-family: var(--font-family-Rubik);
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 145%;
    letter-spacing: 0%;
    color: #9f9f9f;
  }
  .catalog__container .catalog__wrapper .catalog__filter details .details-content label input {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    min-width: 20px;
    height: 20px;
    border: 1px solid rgb(159, 159, 159);
    border-radius: 1px;
    background-color: #fff;
    cursor: pointer;
    position: relative;
    transition: all 0.2s ease;
  }
  .catalog__container .catalog__wrapper .catalog__filter details .details-content label span {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
  }
  .catalog__container .catalog__wrapper .catalog__filter details .details-content label span i {
    color: white;
    font-size: 14px;
    display: none;
  }
  .catalog__container .catalog__wrapper .catalog__filter details .details-content label input:checked {
    background: rgb(255, 111, 57);
    border-color: rgb(255, 111, 57);
  }
  .catalog__container .catalog__wrapper .catalog__filter details .details-content label input:checked:hover {
    background-color: #e65b27;
  }
  .catalog__container .catalog__wrapper .catalog__filter details .details-content label input:checked + span i {
    display: block;
  }
  .catalog__container .catalog__wrapper .catalog__filter details:open::details-content {
    block-size: auto;
  }
  .catalog__container .catalog__wrapper .catalog__filter details[open] {
    transition: height 0.3s ease;
    height: fit-content;
    block-size: auto;
    padding: 0px;
  }
  .catalog__container .catalog__wrapper .catalog__filter details[open] summary {
    padding-top: 16px;
    padding-bottom: 20px;
    -webkit-appearance: auto;
  }
  .catalog__container .catalog__wrapper .catalog__filter details[open] .details-content .details-content_up {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 16px;
  }
  .catalog__container .catalog__wrapper .catalog__filter details[open] .details-content .details-content_up input {
    width: 100%;
    height: 40px;
    text-align: center;
    border-radius: 2px;
    border: 1px solid rgb(196, 196, 196);
    font-family: var(--font-family-Rubik);
    font-weight: 400;
    font-size: 14px;
    line-height: 145%;
    letter-spacing: 0%;
  }
  .catalog__container .catalog__wrapper .catalog__filter details[open] .details-content .range_container {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 0 16px;
  }
  .catalog__container .catalog__wrapper .catalog__filter details[open] .details-content .range_container .sliders_control {
    position: relative;
    min-height: 50px;
  }
  .catalog__container .catalog__wrapper .catalog__filter details[open] .details-content .range_container .form_control {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 16px;
    flex-direction: row;
    margin-bottom: 40px;
    font-size: 24px;
    color: #635a5a;
  }
  .catalog__container .catalog__wrapper .catalog__filter details[open] .details-content .range_container .form_control .form_control_container input {
    width: 100%;
    height: 40px;
    text-align: center;
    font-family: var(--font-family-Rubik);
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    color: #5a5a5a;
    leading-trim: NONE;
    line-height: 145%;
    letter-spacing: 0%;
    border: 1px solid #c4c4c4;
    border-radius: 2px;
  }
  .catalog__container .catalog__wrapper .catalog__filter details[open] .details-content .range_container .form_control .form_control_separator {
    height: 2px;
    min-width: 16px;
    border-radius: 1px;
    background: #6a6d5e;
  }
  .catalog__container .catalog__wrapper .catalog__filter details[open] .details-content p {
    font-family: var(--font-family-Rubik);
    font-weight: 400;
    text-transform: capitalize;
    font-size: 14px;
    line-height: 145%;
    letter-spacing: 0%;
    color: rgb(90, 90, 90);
    padding-block: 1rem;
  }
  .catalog__container .catalog__wrapper .catalog__filter .showProducts {
    width: 100%;
    height: 40px;
    margin: 16px 0px;
  }
  .catalog__container .catalog__wrapper .catalog__list__header__wrapper {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin-bottom: 24px;
  }
  .catalog__container .catalog__wrapper .catalog__list__header__wrapper .catalog__list__header {
    border: 1px solid rgb(243, 243, 243);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px;
    margin-bottom: 0;
  }
  .catalog__container .catalog__wrapper .catalog__list__header__wrapper .catalog__list__header .catalog__sort {
    width: fit-content;
    display: flex;
    align-items: center;
    gap: 8px;
    position: relative;
    font-family: var(--font-family-Roboto);
    font-weight: 500;
    font-size: 18px;
    color: #2b2d33;
  }
  .catalog__container .catalog__wrapper .catalog__list__header__wrapper .catalog__list__header .catalog__sort select {
    border: none;
    appearance: none;
    font-family: var(--font-family-Rubik);
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #9f9f9f;
    outline: none;
    background: transparent;
    cursor: pointer;
    padding-right: 28px;
  }
  .catalog__container .catalog__wrapper .catalog__list__header__wrapper .catalog__list__header .catalog__sort select option {
    border: none;
    appearance: none;
    border-radius: 20px;
    background: var(--neutral-white);
  }
  .catalog__container .catalog__wrapper .catalog__list__header__wrapper .catalog__list__header .catalog__sort .ph-caret-down {
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    transition: transform 0.3s ease;
    pointer-events: none;
  }
  .catalog__container .catalog__wrapper .catalog__list__header__wrapper .catalog__list__header .catalog__CountOfProducts {
    font-family: var(--font-family-Roboto);
    font-weight: 500;
    font-style: Medium;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;
    margin-bottom: 0px;
  }
  .catalog__container .catalog__wrapper .catalog__list__header__wrapper .catalog__list__header .catalog__CountOfProducts span {
    margin-left: 8px;
    font-family: var(--font-family-Rubik);
    font-weight: 400;
    font-size: 16px;
    line-height: 145%;
    letter-spacing: 0%;
    color: rgb(159, 159, 159);
  }
  .catalog__container .catalog__wrapper .catalog__list__wrapper .catalog__list__filters {
    flex-wrap: wrap;
    padding: 17px 16px;
    border: 1px solid #f3f3f3;
    gap: 8px;
  }
  .catalog__container .catalog__wrapper .catalog__list__wrapper .catalog__list__filters p {
    min-width: fit-content;
    display: none;
    font-family: var(--font-family-Roboto);
    font-weight: 500;
    font-style: Medium;
    font-size: 18px;
    display: flex;
    align-items: center;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
  }
  .catalog__container .catalog__wrapper .catalog__list__wrapper .catalog__list__filters ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    gap: 8px;
  }
  .catalog__container .catalog__wrapper .catalog__list__wrapper .catalog__list__filters ul li {
    display: flex;
    gap: 8px;
    background: #fff2ec;
    padding: 6px 8px;
    align-items: center;
  }
  .catalog__container .catalog__wrapper .catalog__list__wrapper .catalog__list__filters ul li span {
    font-family: var(--font-family-Rubik);
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 145%;
    letter-spacing: 0%;
    color: #5a5a5a;
  }
  .catalog__container .catalog__wrapper .catalog__list__wrapper .catalog__list__filters ul li i {
    font-size: 20px;
    color: #5a5a5a;
    cursor: pointer;
  }
  .catalog__container .catalog__wrapper .catalog__listOfProducts__wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
  .catalog__container .catalog__wrapper .catalog__getMore {
    margin-top: 40px;
    display: flex;
    justify-content: center;
  }
  .catalog__container .catalog__wrapper .catalog__getMore button {
    width: 198px;
    height: 48px;
    display: flex;
    padding: 0;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    gap: 4px;
    background: rgb(43, 45, 51);
    border-radius: 2px;
  }
  .catalog__container .catalog__wrapper .catalog__getMore button i {
    font-size: 24px;
  }
}
@media screen and (min-width: 1920px) {
  .catalog__container {
    max-width: 1728px;
    margin: 0 auto;
    padding: 32px 0px;
    padding-bottom: 16px;
  }
  .catalog__container .catalog__breadcrumbs {
    width: 100%;
    margin-bottom: 24px;
  }
  .catalog__container .catalog__breadcrumbs p {
    font-family: var(--font-family-Rubik);
    font-weight: 400;
    font-size: 16px;
    line-height: 145%;
    letter-spacing: 0%;
    gap: 8px;
    color: rgb(159, 159, 159);
  }
  .catalog__container .catalog__breadcrumbs p a {
    text-decoration: none;
    color: rgb(159, 159, 159);
  }
  .catalog__container .catalog__breadcrumbs p a:last-child {
    color: rgb(255, 111, 57);
  }
  .catalog__container .catalog__actions {
    width: 100%;
    display: none;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
  }
  .catalog__container .catalog__actions .catalog__FilterBtn,
  .catalog__container .catalog__actions .catalog__PopularBtn {
    width: 100%;
    height: 48px;
    background: transparent;
    border: 1px solid rgb(243, 243, 243);
    color: rgb(58, 61, 66);
    font-family: var(--font-family-Roboto);
    font-weight: 500;
    font-style: Medium;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;
    display: flex;
    border-radius: 0;
    gap: 8px;
    align-items: center;
    justify-content: center;
  }
  .catalog__container .catalog__actions .catalog__FilterBtn .ph-caret-down,
  .catalog__container .catalog__actions .catalog__PopularBtn .ph-caret-down {
    font-size: 16px;
  }
  .catalog__container .catalog__actions .catalog__FilterBtn i,
  .catalog__container .catalog__actions .catalog__PopularBtn i {
    font-size: 20px;
  }
  .catalog__container .catalog__wrapper {
    display: flex;
    flex-direction: row;
    gap: 24px;
  }
  .catalog__container .catalog__wrapper .catalog__filter {
    min-width: 408px;
    padding: 0 16px;
    border: 1px solid rgb(243, 243, 243);
    height: fit-content;
    display: flex;
    flex-direction: column;
    position: sticky;
    top: 88px;
  }
  .catalog__container .catalog__wrapper .catalog__filter .catalog__filter-content {
    max-height: 80vh;
    overflow-y: auto;
  }
  .catalog__container .catalog__wrapper .catalog__filter .catalog__filter-content::-webkit-scrollbar-track {
    scrollbar-width: none;
  }
  .catalog__container .catalog__wrapper .catalog__filter details {
    width: 100%;
    height: fit-content;
    font-family: var(--font-family-Roboto);
    font-weight: 500;
    font-style: Medium;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color: rgb(43, 45, 51);
    overflow: hidden;
    padding: 16px 0px;
    border-top: 1px solid #f3f3f3;
    border-bottom: 1px solid #f3f3f3;
  }
  .catalog__container .catalog__wrapper .catalog__filter details summary {
    align-items: center;
    cursor: pointer;
    -webkit-appearance: none;
  }
  .catalog__container .catalog__wrapper .catalog__filter details .details-content {
    display: flex;
    flex-direction: column;
    gap: 16px;
    font-family: var(--font-family-Rubik);
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    line-height: 145%;
    letter-spacing: 0%;
  }
  .catalog__container .catalog__wrapper .catalog__filter details .details-content label {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    cursor: pointer;
    position: relative;
    user-select: none;
  }
  .catalog__container .catalog__wrapper .catalog__filter details .details-content label .checkbox__item {
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .catalog__container .catalog__wrapper .catalog__filter details .details-content label .checkbox__count {
    font-family: var(--font-family-Rubik);
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 145%;
    letter-spacing: 0%;
    color: #9f9f9f;
  }
  .catalog__container .catalog__wrapper .catalog__filter details .details-content label input {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    min-width: 20px;
    height: 20px;
    border: 1px solid rgb(159, 159, 159);
    border-radius: 1px;
    background-color: #fff;
    cursor: pointer;
    position: relative;
    transition: all 0.2s ease;
  }
  .catalog__container .catalog__wrapper .catalog__filter details .details-content label span {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
  }
  .catalog__container .catalog__wrapper .catalog__filter details .details-content label span i {
    color: white;
    font-size: 14px;
    display: none;
  }
  .catalog__container .catalog__wrapper .catalog__filter details .details-content label input:checked {
    background: rgb(255, 111, 57);
    border-color: rgb(255, 111, 57);
  }
  .catalog__container .catalog__wrapper .catalog__filter details .details-content label input:checked + span i {
    display: block;
  }
  .catalog__container .catalog__wrapper .catalog__filter details:first-child {
    border-top: none;
  }
  .catalog__container .catalog__wrapper .catalog__filter details:first-child summary {
    padding-top: 0px;
  }
  .catalog__container .catalog__wrapper .catalog__filter details:open::details-content {
    block-size: auto;
  }
  .catalog__container .catalog__wrapper .catalog__filter details[open] {
    transition: height 0.3s ease;
    height: fit-content;
    block-size: auto;
    padding: 0px;
  }
  .catalog__container .catalog__wrapper .catalog__filter details[open] summary {
    padding-top: 16px;
    padding-bottom: 20px;
  }
  .catalog__container .catalog__wrapper .catalog__filter details[open] .details-content {
    padding-bottom: 16px;
  }
  .catalog__container .catalog__wrapper .catalog__filter details[open] .details-content .details-content_up {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 16px;
  }
  .catalog__container .catalog__wrapper .catalog__filter details[open] .details-content .details-content_up input {
    width: 100%;
    height: 40px;
    text-align: center;
    border-radius: 2px;
    border: 1px solid rgb(196, 196, 196);
    font-family: var(--font-family-Rubik);
    font-weight: 400;
    font-size: 14px;
    line-height: 145%;
    letter-spacing: 0%;
  }
  .catalog__container .catalog__wrapper .catalog__filter details[open] .details-content .details-content_up .conent_up_separator {
    min-width: 16px;
    height: 2px;
    background: rgb(106, 109, 94);
    border-radius: 999px;
  }
  .catalog__container .catalog__wrapper .catalog__filter details[open] .details-content .range_container {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .catalog__container .catalog__wrapper .catalog__filter details[open] .details-content .range_container .sliders_control {
    position: relative;
    min-height: 50px;
  }
  .catalog__container .catalog__wrapper .catalog__filter details[open] .details-content .range_container .form_control {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 16px;
    flex-direction: row;
    margin-bottom: 40px;
    font-size: 24px;
    color: #635a5a;
  }
  .catalog__container .catalog__wrapper .catalog__filter details[open] .details-content .range_container .form_control .form_control_container input {
    width: 100%;
    height: 40px;
    text-align: center;
    font-family: var(--font-family-Rubik);
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    color: #5a5a5a;
    leading-trim: NONE;
    line-height: 145%;
    letter-spacing: 0%;
    border: 1px solid #c4c4c4;
    border-radius: 2px;
    outline: none;
  }
  .catalog__container .catalog__wrapper .catalog__filter details[open] .details-content .range_container .form_control .form_control_container input:focus {
    border-color: #ff6f39;
  }
  .catalog__container .catalog__wrapper .catalog__filter details[open] .details-content .range_container .form_control .form_control_separator {
    height: 2px;
    width: 16px;
    border-radius: 1px;
    background: #6a6d5e;
  }
  .catalog__container .catalog__wrapper .catalog__filter details[open] .details-content p {
    font-family: var(--font-family-Rubik);
    font-weight: 400;
    text-transform: capitalize;
    font-size: 14px;
    line-height: 145%;
    letter-spacing: 0%;
    color: rgb(90, 90, 90);
    padding-block: 1rem;
  }
  .catalog__container .catalog__wrapper .catalog__filter .showProducts {
    width: 100%;
    height: 48px;
    margin: 16px 0px;
  }
  .catalog__container .catalog__wrapper .catalog__list__wrapper {
    width: 100%;
  }
  .catalog__container .catalog__wrapper .catalog__list__wrapper .catalog__list__filters {
    width: 100%;
  }
  .catalog__container .catalog__wrapper .catalog__list__wrapper .catalog__list__filters ul {
    width: 100%;
    display: flex;
  }
  .catalog__container .catalog__wrapper .catalog__list__header {
    border: 1px solid rgb(243, 243, 243);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px;
    margin-bottom: 24px;
  }
  .catalog__container .catalog__wrapper .catalog__list__header h1 {
    font-family: var(--font-family-Roboto);
    font-weight: 500;
    font-style: Medium;
    font-size: 18px !important;
    line-height: 100%;
    letter-spacing: 0%;
    margin-bottom: 0px;
  }
  .catalog__container .catalog__wrapper .catalog__list__header h1 span {
    margin-left: 8px;
    font-family: var(--font-family-Rubik);
    font-weight: 400;
    font-size: 16px;
    line-height: 145%;
    letter-spacing: 0%;
    color: rgb(159, 159, 159);
  }
  .catalog__container .catalog__wrapper .catalog__list__header h1 select {
    border: none;
  }
  .catalog__container .catalog__wrapper .catalog__list__header .catalog__sort {
    display: flex;
    gap: 8px;
    position: relative;
  }
  .catalog__container .catalog__wrapper .catalog__list__header .catalog__sort select {
    appearance: none;
    font-family: var(--font-family-Rubik);
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
    color: #9f9f9f;
    outline: none;
    background: transparent;
    cursor: pointer;
  }
  .catalog__container .catalog__wrapper .catalog__list__header .catalog__sort select option {
    appearance: none;
    border-radius: 20px;
    background: var(--neutral-white);
  }
  .catalog__container .catalog__wrapper .catalog__list__header .catalog__sort .ph-caret-down {
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
  }
  .catalog__container .catalog__wrapper .catalog__listOfProducts__wrapper {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
  }
  .catalog__container .catalog__wrapper .catalog__getMore {
    margin-top: 40px;
    display: flex;
    justify-content: center;
  }
  .catalog__container .catalog__wrapper .catalog__getMore button {
    width: 198px;
    height: 48px;
    display: flex;
    padding: 0;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    gap: 4px;
    background: rgb(43, 45, 51);
    border-radius: 2px;
  }
  .catalog__container .catalog__wrapper .catalog__getMore button i {
    font-size: 24px;
  }
}
.cartModal__container {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  background: #000;
  background: rgba(0, 0, 0, 0.16);
  z-index: 999;
  visibility: hidden;
  display: flex;
  justify-content: center;
  opacity: 0;
  transition: 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cartModal__container.active {
  visibility: visible;
  opacity: 1;
}
.cartModal__container .cartModal__body {
  width: 100%;
  max-height: 100%;
  height: 100%;
  background: rgb(253, 253, 253);
  padding: 32px 16px;
  position: relative;
  overflow-y: auto;
  transition: 0.3s ease;
}
.cartModal__container .cartModal__body .ph-x {
  position: absolute;
  top: 32px;
  right: 16px;
  font-size: 32px;
  color: rgb(43, 45, 51);
}
.cartModal__container .cartModal__body .ph-x:hover {
  cursor: pointer;
  color: #1c1e22;
}
.cartModal__container .cartModal__body .cartModal__empty .cartModal__empty__title {
  font-family: var(--font-family-Roboto);
  font-weight: 500;
  font-style: Medium;
  font-size: 28px;
  line-height: 125%;
  letter-spacing: 0%;
  color: rgb(43, 45, 51);
  margin-top: 64px;
  text-align: center;
}
.cartModal__container .cartModal__body .cartModal__empty .cartModal__empty__subtitle {
  font-family: var(--font-family-Rubik);
  font-weight: 400;
  font-size: 16px;
  color: rgb(159, 159, 159);
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
  margin-top: 16px;
}
.cartModal__container .cartModal__body .cartModal__empty .btnToCatalog {
  width: 100%;
  height: 40px;
  margin-top: 145px;
  background: rgb(255, 111, 57);
}
.cartModal__container .cartModal__body .cartModal__full {
  overflow: auto;
}
.cartModal__container .cartModal__body .cartModal__full .cartModal__full__title {
  font-family: var(--font-family-Roboto);
  font-weight: 500;
  font-style: Medium;
  font-size: 22px;
  line-height: 130%;
  letter-spacing: 0%;
  margin-bottom: 4px;
}
.cartModal__container .cartModal__body .cartModal__full .cartModal__full__subtitle {
  font-family: var(--font-family-Rubik);
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 145%;
  letter-spacing: 0%;
  color: rgb(90, 90, 90);
}
.cartModal__container .cartModal__body .cartModal__full .cartModal__separator {
  width: 100%;
  height: 1px;
  border: none;
  background: rgb(243, 243, 243);
  margin-top: 32px;
  margin-bottom: 16px;
}
.cartModal__container .cartModal__body .cartModal__full .cartModal__products {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.cartModal__container .cartModal__body .cartModal__full .cartModal__result {
  margin-top: 16px;
  width: 100%;
  padding: 16px;
  background: rgb(255, 242, 236);
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.cartModal__container .cartModal__body .cartModal__full .cartModal__result .checkoutBtn {
  width: 100%;
  height: 40px;
}
.cartModal__container .cartModal__body .cartModal__full .cartModal__result .cartModal__result__separator {
  width: 100%;
  height: 1px;
  background: rgb(159, 159, 159);
  border: none;
}
.cartModal__container .cartModal__body .cartModal__full .cartModal__result h1 {
  font-family: var(--font-family-Roboto);
  font-weight: 500;
  font-style: Medium;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
}
.cartModal__container .cartModal__body .cartModal__full .cartModal__result .result {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.cartModal__container .cartModal__body .cartModal__full .cartModal__result .result .result__orderPrice,
.cartModal__container .cartModal__body .cartModal__full .cartModal__result .result .result__discount,
.cartModal__container .cartModal__body .cartModal__full .cartModal__result .result .result__payable {
  display: flex;
  justify-content: space-between;
}
.cartModal__container .cartModal__body .cartModal__full .cartModal__result .result .result__orderPrice p,
.cartModal__container .cartModal__body .cartModal__full .cartModal__result .result .result__discount p,
.cartModal__container .cartModal__body .cartModal__full .cartModal__result .result .result__payable p {
  font-family: var(--font-family-Rubik);
  font-weight: 400;
  font-size: 14px;
  line-height: 145%;
  letter-spacing: 0%;
  display: flex;
  align-items: center;
  gap: 4px;
  color: rgb(159, 159, 159);
}
.cartModal__container .cartModal__body .cartModal__full .cartModal__result .result .result__orderPrice p span,
.cartModal__container .cartModal__body .cartModal__full .cartModal__result .result .result__discount p span,
.cartModal__container .cartModal__body .cartModal__full .cartModal__result .result .result__payable p span {
  font-family: var(--font-family-Roboto);
  font-weight: 300;
  font-style: Light;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0%;
  color: rgb(0, 0, 0);
}
.cartModal__container .cartModal__body .cartModal__full .cartModal__result .result .result__orderPrice p span.unit,
.cartModal__container .cartModal__body .cartModal__full .cartModal__result .result .result__discount p span.unit,
.cartModal__container .cartModal__body .cartModal__full .cartModal__result .result .result__payable p span.unit {
  font-family: var(--font-family-Rubik);
  font-weight: 500;
  font-style: Medium;
  font-size: 12px;
  leading-trim: NONE;
  line-height: 130%;
  letter-spacing: 0%;
  color: #9f9f9f;
}
.cartModal__container .cartModal__body .cartModal__full .cartModal__result .result .result__orderPrice p .total,
.cartModal__container .cartModal__body .cartModal__full .cartModal__result .result .result__discount p .total,
.cartModal__container .cartModal__body .cartModal__full .cartModal__result .result .result__payable p .total {
  font-family: var(--font-family-Roboto);
  font-weight: 500;
  font-style: Medium;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  color: #1c1e22;
}
.cartModal__container .cartModal__body .cartModal__full .cartModal__result button {
  width: 100%;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cartModal__container .cartModal__body .cartModal__full .cartModal__result button span {
  display: block;
}
@media screen and (min-width: 768px) {
  .cartModal__container .cartModal__body:has(.cartModal__empty) {
    width: 704px;
    max-height: 444px;
    margin-top: 140px;
  }
  .cartModal__container .cartModal__body .ph-x {
    position: absolute;
    top: 24px;
    right: 24px;
    font-size: 40px;
    color: rgb(43, 45, 51);
  }
  .cartModal__container .cartModal__body .cartModal__empty {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .cartModal__container .cartModal__body .cartModal__empty .cartModal__empty__title {
    font-family: var(--font-family-Roboto);
    font-weight: 500;
    font-style: Medium;
    font-size: 28px;
    line-height: 125%;
    letter-spacing: 0%;
    color: rgb(43, 45, 51);
    margin-top: 108px;
    text-align: center;
  }
  .cartModal__container .cartModal__body .cartModal__empty .cartModal__empty__subtitle {
    font-family: var(--font-family-Rubik);
    font-weight: 400;
    width: 349px;
    font-size: 16px;
    color: rgb(159, 159, 159);
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;
    margin-top: 16px;
  }
  .cartModal__container .cartModal__body .cartModal__empty .btnToCatalog {
    width: 656px;
    height: 40px;
    position: absolute;
    bottom: 24px;
    background: rgb(255, 111, 57);
  }
  .cartModal__container .cartModal__body .cartModal__full .cartModal__full__title {
    font-family: var(--font-family-Roboto);
    font-weight: 500;
    font-style: Medium;
    font-size: 28px;
    line-height: 130%;
    letter-spacing: 0%;
    margin-bottom: 4px;
  }
  .cartModal__container .cartModal__body .cartModal__full .cartModal__full__subtitle {
    font-family: var(--font-family-Rubik);
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 145%;
    letter-spacing: 0%;
  }
  .cartModal__container .cartModal__body .cartModal__full .cartModal__content {
    margin-top: 48px;
    display: flex;
    flex-direction: row;
    gap: 24px;
  }
  .cartModal__container .cartModal__body .cartModal__full .cartModal__content hr {
    display: none;
  }
  .cartModal__container .cartModal__body .cartModal__full .cartModal__content .cartModal__separator {
    width: 100%;
    height: 1px;
    border: none;
    background: rgb(243, 243, 243);
    margin-top: 32px;
    margin-bottom: 16px;
  }
  .cartModal__container .cartModal__body .cartModal__full .cartModal__content .cartModal__products {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .cartModal__container .cartModal__body .cartModal__full .cartModal__content .cartModal__result {
    margin-top: 0px;
    max-width: 340px;
    height: fit-content;
    padding: 16px;
    background: rgb(255, 242, 236);
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .cartModal__container .cartModal__body .cartModal__full .cartModal__content .cartModal__result .cartModal__result__separator {
    width: 100%;
    height: 1px;
    background: rgb(159, 159, 159);
    border: none;
    display: block;
  }
  .cartModal__container .cartModal__body .cartModal__full .cartModal__content .cartModal__result h1 {
    font-family: var(--font-family-Roboto);
    font-weight: 500;
    font-style: Medium;
    font-size: 22px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
  }
  .cartModal__container .cartModal__body .cartModal__full .cartModal__content .cartModal__result .result {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
  .cartModal__container .cartModal__body .cartModal__full .cartModal__content .cartModal__result .result .result__orderPrice,
  .cartModal__container .cartModal__body .cartModal__full .cartModal__content .cartModal__result .result .result__discount,
  .cartModal__container .cartModal__body .cartModal__full .cartModal__content .cartModal__result .result .result__payable {
    display: flex;
    justify-content: space-between;
  }
  .cartModal__container .cartModal__body .cartModal__full .cartModal__content .cartModal__result .result .result__orderPrice p,
  .cartModal__container .cartModal__body .cartModal__full .cartModal__content .cartModal__result .result .result__discount p,
  .cartModal__container .cartModal__body .cartModal__full .cartModal__content .cartModal__result .result .result__payable p {
    font-family: var(--font-family-Rubik);
    font-weight: 400;
    font-size: 14px;
    line-height: 145%;
    letter-spacing: 0%;
    display: flex;
    align-items: center;
    gap: 4px;
    color: rgb(159, 159, 159);
  }
  .cartModal__container .cartModal__body .cartModal__full .cartModal__content .cartModal__result .result .result__orderPrice p span,
  .cartModal__container .cartModal__body .cartModal__full .cartModal__content .cartModal__result .result .result__discount p span,
  .cartModal__container .cartModal__body .cartModal__full .cartModal__content .cartModal__result .result .result__payable p span {
    font-family: var(--font-family-Roboto);
    font-weight: 300;
    font-style: Light;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;
    color: rgb(0, 0, 0);
  }
  .cartModal__container .cartModal__body .cartModal__full .cartModal__content .cartModal__result .result .result__orderPrice p span.unit,
  .cartModal__container .cartModal__body .cartModal__full .cartModal__content .cartModal__result .result .result__discount p span.unit,
  .cartModal__container .cartModal__body .cartModal__full .cartModal__content .cartModal__result .result .result__payable p span.unit {
    font-family: var(--font-family-Rubik);
    font-weight: 500;
    font-style: Medium;
    font-size: 12px;
    leading-trim: NONE;
    line-height: 130%;
    letter-spacing: 0%;
    color: #9f9f9f;
  }
  .cartModal__container .cartModal__body .cartModal__full .cartModal__content .cartModal__result .result .result__orderPrice p .total,
  .cartModal__container .cartModal__body .cartModal__full .cartModal__content .cartModal__result .result .result__discount p .total,
  .cartModal__container .cartModal__body .cartModal__full .cartModal__content .cartModal__result .result .result__payable p .total {
    font-family: var(--font-family-Roboto);
    font-weight: 500;
    font-style: Medium;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color: #1c1e22;
  }
  .cartModal__container .cartModal__body .cartModal__full .cartModal__content .cartModal__result .continueBtn {
    margin-top: 32px;
  }
  .cartModal__container .cartModal__body .cartModal__full .cartModal__content .cartModal__result button {
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .cartModal__container .cartModal__body .cartModal__full .cartModal__content .cartModal__result button span {
    display: block;
  }
}
@media screen and (min-width: 1024px) {
  .cartModal__container {
    padding-top: 100px;
    padding-bottom: 82px;
  }
  .cartModal__container .cartModal__body:has(.cartModal__empty) {
    width: 762px;
    min-height: 460px;
    margin-top: 100px;
  }
  .cartModal__container .cartModal__body {
    height: auto;
    max-height: 100%;
    width: 762px;
    padding: 32px 32px;
    height: auto;
    max-height: 100%;
  }
  .cartModal__container .cartModal__body .ph-x {
    position: absolute;
    top: 32px;
    right: 32px;
    font-size: 40px;
    color: rgb(43, 45, 51);
    cursor: pointer;
  }
  .cartModal__container .cartModal__body .cartModal__empty {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .cartModal__container .cartModal__body .cartModal__empty .cartModal__empty__title {
    font-family: var(--font-family-Roboto);
    font-weight: 500;
    font-style: Medium;
    font-size: 28px;
    line-height: 125%;
    letter-spacing: 0%;
    color: rgb(43, 45, 51);
    margin-top: 64px;
    text-align: center;
  }
  .cartModal__container .cartModal__body .cartModal__empty .cartModal__empty__subtitle {
    font-family: var(--font-family-Rubik);
    font-weight: 400;
    width: 350px;
    font-size: 16px;
    color: rgb(159, 159, 159);
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;
    margin-top: 16px;
  }
  .cartModal__container .cartModal__body .cartModal__empty .btnToCatalog {
    width: 698px;
    height: 40px;
    position: absolute;
    bottom: 24px;
    background: rgb(255, 111, 57);
  }
  .cartModal__container .cartModal__body .cartModal__full {
    height: 100%;
  }
  .cartModal__container .cartModal__body .cartModal__full .cartModal__full__title {
    font-family: var(--font-family-Roboto);
    font-weight: 500;
    font-style: Medium;
    font-size: 22px;
    line-height: 130%;
    letter-spacing: 0%;
    margin-bottom: 4px;
  }
  .cartModal__container .cartModal__body .cartModal__full .cartModal__full__subtitle {
    font-family: var(--font-family-Rubik);
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 145%;
    letter-spacing: 0%;
  }
  .cartModal__container .cartModal__body .cartModal__full .cartModal__content {
    margin-top: 48px;
    display: flex;
    flex-direction: row;
    gap: 24px;
    height: 100%;
  }
  .cartModal__container .cartModal__body .cartModal__full .cartModal__content hr {
    display: none;
  }
  .cartModal__container .cartModal__body .cartModal__full .cartModal__content .cartModal__separator {
    width: 100%;
    height: 1px;
    border: none;
    background: rgb(243, 243, 243);
    margin-top: 32px;
    margin-bottom: 16px;
  }
  .cartModal__container .cartModal__body .cartModal__full .cartModal__content .cartModal__products {
    width: 100%;
    display: flex;
    height: calc(100% - 100px);
    flex-direction: column;
    gap: 16px;
  }
  .cartModal__container .cartModal__body .cartModal__full .cartModal__content .cartModal__result {
    margin-top: 0px;
    max-width: 340px;
    height: 328px;
    padding: 16px;
    background: rgb(255, 242, 236);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 16px;
  }
  .cartModal__container .cartModal__body .cartModal__full .cartModal__content .cartModal__result .cartModal__result__separator {
    width: 100%;
    height: 1px;
    background: rgb(159, 159, 159);
    border: none;
    display: block;
  }
  .cartModal__container .cartModal__body .cartModal__full .cartModal__content .cartModal__result h1 {
    font-family: var(--font-family-Roboto);
    font-weight: 500;
    font-style: Medium;
    font-size: 22px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
  }
  .cartModal__container .cartModal__body .cartModal__full .cartModal__content .cartModal__result .result {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
  .cartModal__container .cartModal__body .cartModal__full .cartModal__content .cartModal__result .result .result__orderPrice,
  .cartModal__container .cartModal__body .cartModal__full .cartModal__content .cartModal__result .result .result__discount,
  .cartModal__container .cartModal__body .cartModal__full .cartModal__content .cartModal__result .result .result__payable {
    display: flex;
    justify-content: space-between;
  }
  .cartModal__container .cartModal__body .cartModal__full .cartModal__content .cartModal__result .result .result__orderPrice p,
  .cartModal__container .cartModal__body .cartModal__full .cartModal__content .cartModal__result .result .result__discount p,
  .cartModal__container .cartModal__body .cartModal__full .cartModal__content .cartModal__result .result .result__payable p {
    font-family: var(--font-family-Rubik);
    font-weight: 400;
    font-size: 14px;
    line-height: 145%;
    letter-spacing: 0%;
    color: rgb(159, 159, 159);
  }
  .cartModal__container .cartModal__body .cartModal__full .cartModal__content .cartModal__result .result .result__orderPrice p span,
  .cartModal__container .cartModal__body .cartModal__full .cartModal__content .cartModal__result .result .result__discount p span,
  .cartModal__container .cartModal__body .cartModal__full .cartModal__content .cartModal__result .result .result__payable p span {
    font-family: var(--font-family-Roboto);
    font-weight: 300;
    font-style: Light;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;
    color: rgb(0, 0, 0);
  }
  .cartModal__container .cartModal__body .cartModal__full .cartModal__content .cartModal__result button {
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .cartModal__container .cartModal__body .cartModal__full .cartModal__content .cartModal__result button span {
    display: block;
  }
}
@media screen and (min-width: 1440px) {
  .cartModal__container .cartModal__body:has(.cartModal__empty) {
    width: 788px;
    height: 100%;
    min-height: 420px;
    margin: 0;
  }
  .cartModal__container .cartModal__body {
    width: 1115px;
    padding: 24px;
  }
  .cartModal__container .cartModal__body .ph-x {
    position: absolute;
    top: 24px;
    right: 24px;
    cursor: pointer;
    font-size: 40px;
    color: rgb(43, 45, 51);
  }
  .cartModal__container .cartModal__body .cartModal__empty .cartModal__empty__title {
    font-family: var(--font-family-Roboto);
    font-weight: 500;
    font-style: Medium;
    font-size: 28px;
    line-height: 125%;
    letter-spacing: 0%;
    color: rgb(43, 45, 51);
    margin-top: 64px;
    text-align: center;
  }
  .cartModal__container .cartModal__body .cartModal__empty .cartModal__empty__subtitle {
    font-family: var(--font-family-Rubik);
    font-weight: 400;
    font-size: 16px;
    color: rgb(159, 159, 159);
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;
    margin-top: 16px;
  }
  .cartModal__container .cartModal__body .cartModal__empty .btnToCatalog {
    width: 740px;
    height: 40px;
    margin-top: 0;
    background: rgb(255, 111, 57);
  }
  .cartModal__container .cartModal__body .cartModal__full .cartModal__full__title {
    font-family: var(--font-family-Roboto);
    font-weight: 500;
    font-style: Medium;
    font-size: 22px;
    line-height: 130%;
    letter-spacing: 0%;
    margin-bottom: 4px;
  }
  .cartModal__container .cartModal__body .cartModal__full .cartModal__full__subtitle {
    font-family: var(--font-family-Rubik);
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 145%;
    letter-spacing: 0%;
  }
  .cartModal__container .cartModal__body .cartModal__full .cartModal__content {
    margin-top: 48px;
    display: flex;
    flex-direction: row;
    gap: 24px;
  }
  .cartModal__container .cartModal__body .cartModal__full .cartModal__content hr {
    display: none;
  }
  .cartModal__container .cartModal__body .cartModal__full .cartModal__content .cartModal__separator {
    width: 100%;
    height: 1px;
    border: none;
    background: rgb(243, 243, 243);
    margin-top: 32px;
    margin-bottom: 16px;
  }
  .cartModal__container .cartModal__body .cartModal__full .cartModal__content .cartModal__products {
    width: 100%;
    display: flex;
    max-height: 730px;
    flex-direction: column;
    gap: 16px;
  }
  .cartModal__container .cartModal__body .cartModal__full .cartModal__content .cartModal__result {
    margin-top: 0px;
    max-width: 340px;
    height: 328px;
    padding: 16px;
    background: rgb(255, 242, 236);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 16px;
  }
  .cartModal__container .cartModal__body .cartModal__full .cartModal__content .cartModal__result .cartModal__result__separator {
    width: 100%;
    height: 1px;
    background: rgb(159, 159, 159);
    border: none;
    display: block;
  }
  .cartModal__container .cartModal__body .cartModal__full .cartModal__content .cartModal__result h1 {
    font-family: var(--font-family-Roboto);
    font-weight: 500;
    font-style: Medium;
    font-size: 22px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
  }
  .cartModal__container .cartModal__body .cartModal__full .cartModal__content .cartModal__result .result {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
  .cartModal__container .cartModal__body .cartModal__full .cartModal__content .cartModal__result .result .result__orderPrice,
  .cartModal__container .cartModal__body .cartModal__full .cartModal__content .cartModal__result .result .result__discount,
  .cartModal__container .cartModal__body .cartModal__full .cartModal__content .cartModal__result .result .result__payable {
    display: flex;
    justify-content: space-between;
  }
  .cartModal__container .cartModal__body .cartModal__full .cartModal__content .cartModal__result .result .result__orderPrice p,
  .cartModal__container .cartModal__body .cartModal__full .cartModal__content .cartModal__result .result .result__discount p,
  .cartModal__container .cartModal__body .cartModal__full .cartModal__content .cartModal__result .result .result__payable p {
    font-family: var(--font-family-Rubik);
    font-weight: 400;
    font-size: 14px;
    line-height: 145%;
    letter-spacing: 0%;
    color: rgb(159, 159, 159);
  }
  .cartModal__container .cartModal__body .cartModal__full .cartModal__content .cartModal__result .result .result__orderPrice p span,
  .cartModal__container .cartModal__body .cartModal__full .cartModal__content .cartModal__result .result .result__discount p span,
  .cartModal__container .cartModal__body .cartModal__full .cartModal__content .cartModal__result .result .result__payable p span {
    font-family: var(--font-family-Roboto);
    font-weight: 300;
    font-style: Light;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;
    color: rgb(0, 0, 0);
  }
  .cartModal__container .cartModal__body .cartModal__full .cartModal__content .cartModal__result .continueBtn {
    height: 40px;
  }
  .cartModal__container .cartModal__body .cartModal__full .cartModal__content .cartModal__result button {
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .cartModal__container .cartModal__body .cartModal__full .cartModal__content .cartModal__result button span {
    display: block;
  }
}
@media screen and (min-width: 1920px) {
  .cartModal__container .cartModal__body:has(.cartModal__empty) {
    width: 788px;
    min-height: 420px;
    margin: 0;
  }
  .cartModal__container .cartModal__body {
    max-height: 712px;
  }
  .cartModal__container .cartModal__body .ph-x {
    position: absolute;
    top: 24px;
    right: 24px;
    cursor: pointer;
    font-size: 40px;
    color: rgb(43, 45, 51);
  }
  .cartModal__container .cartModal__body .cartModal__empty .cartModal__empty__title {
    font-family: var(--font-family-Roboto);
    font-weight: 500;
    font-style: Medium;
    font-size: 28px;
    line-height: 125%;
    letter-spacing: 0%;
    color: rgb(43, 45, 51);
    margin-top: 64px;
    text-align: center;
  }
  .cartModal__container .cartModal__body .cartModal__empty .cartModal__empty__subtitle {
    font-family: var(--font-family-Rubik);
    font-weight: 400;
    font-size: 16px;
    color: rgb(159, 159, 159);
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;
    margin-top: 16px;
  }
  .cartModal__container .cartModal__body .cartModal__empty .btnToCatalog {
    width: 740px;
    height: 40px;
    margin-top: 0;
    background: rgb(255, 111, 57);
  }
  .cartModal__container .cartModal__body .cartModal__full .cartModal__full__title {
    font-family: var(--font-family-Roboto);
    font-weight: 500;
    font-style: Medium;
    font-size: 28px;
    line-height: 130%;
    letter-spacing: 0%;
    margin-bottom: 4px;
  }
  .cartModal__container .cartModal__body .cartModal__full .cartModal__full__subtitle {
    font-family: var(--font-family-Rubik);
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 145%;
    letter-spacing: 0%;
  }
  .cartModal__container .cartModal__body .cartModal__full .cartModal__content {
    margin-top: 48px;
    display: flex;
    flex-direction: row;
    gap: 24px;
  }
  .cartModal__container .cartModal__body .cartModal__full .cartModal__content hr {
    display: none;
  }
  .cartModal__container .cartModal__body .cartModal__full .cartModal__content .cartModal__separator {
    width: 100%;
    height: 1px;
    border: none;
    background: rgb(243, 243, 243);
    margin-top: 32px;
    margin-bottom: 16px;
  }
  .cartModal__container .cartModal__body .cartModal__full .cartModal__content .cartModal__products {
    width: 100%;
    display: flex;
    overflow-y: auto;
    max-height: 560px;
    flex-direction: column;
    gap: 16px;
  }
  .cartModal__container .cartModal__body .cartModal__full .cartModal__content .cartModal__result {
    margin-top: 0px;
    max-width: 340px;
    height: 328px;
    padding: 16px;
    background: rgb(255, 242, 236);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 16px;
  }
  .cartModal__container .cartModal__body .cartModal__full .cartModal__content .cartModal__result .cartModal__result__separator {
    width: 100%;
    height: 1px;
    background: rgb(159, 159, 159);
    border: none;
    display: block;
  }
  .cartModal__container .cartModal__body .cartModal__full .cartModal__content .cartModal__result h1 {
    font-family: var(--font-family-Roboto);
    font-weight: 500;
    font-style: Medium;
    font-size: 22px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
  }
  .cartModal__container .cartModal__body .cartModal__full .cartModal__content .cartModal__result .result {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
  .cartModal__container .cartModal__body .cartModal__full .cartModal__content .cartModal__result .result .result__orderPrice,
  .cartModal__container .cartModal__body .cartModal__full .cartModal__content .cartModal__result .result .result__discount,
  .cartModal__container .cartModal__body .cartModal__full .cartModal__content .cartModal__result .result .result__payable {
    display: flex;
    justify-content: space-between;
  }
  .cartModal__container .cartModal__body .cartModal__full .cartModal__content .cartModal__result .result .result__orderPrice p,
  .cartModal__container .cartModal__body .cartModal__full .cartModal__content .cartModal__result .result .result__discount p,
  .cartModal__container .cartModal__body .cartModal__full .cartModal__content .cartModal__result .result .result__payable p {
    font-family: var(--font-family-Rubik);
    font-weight: 400;
    font-size: 14px;
    line-height: 145%;
    letter-spacing: 0%;
    color: rgb(159, 159, 159);
  }
  .cartModal__container .cartModal__body .cartModal__full .cartModal__content .cartModal__result .result .result__orderPrice p span,
  .cartModal__container .cartModal__body .cartModal__full .cartModal__content .cartModal__result .result .result__discount p span,
  .cartModal__container .cartModal__body .cartModal__full .cartModal__content .cartModal__result .result .result__payable p span {
    font-family: var(--font-family-Roboto);
    font-weight: 300;
    font-style: Light;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;
    color: rgb(0, 0, 0);
  }
  .cartModal__container .cartModal__body .cartModal__full .cartModal__content .cartModal__result button {
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .cartModal__container .cartModal__body .cartModal__full .cartModal__content .cartModal__result button span {
    display: block;
  }
}
.card__container {
  width: 100%;
  height: fit-content;
  border: 1px solid rgb(243, 243, 243);
  padding: 8px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  position: relative;
  border-radius: 2px;
}
.card__container .card__separator {
  display: none;
}
.card__container form {
  position: absolute;
  right: 8px;
  top: 8px;
}
.card__container form button {
  width: 32px;
  height: 32px;
  background: transparent;
  border: transparent;
  cursor: pointer;
}
.card__container form button i {
  font-size: 20px;
}
.card__container .card__header {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.card__container .card__header .card__header__content {
  display: flex;
  gap: 8px;
  height: 148px;
}
.card__container .card__header .actions__up {
  display: flex;
  align-items: center;
  gap: 16px;
  padding-top: 16px;
  border-top: 1px solid rgb(243, 243, 243);
}
.card__container .card__header .actions__up .counter__container {
  min-width: 154px;
}
.card__container .card__header .actions__up .counter__container .counter {
  width: 100%;
}
.card__container .card__header .actions__up .product__totalPrice {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.card__container .card__header .actions__up .product__totalPrice h1 {
  font-family: var(--font-family-Rubik);
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 145%;
  letter-spacing: 0%;
  color: rgb(159, 159, 159);
}
.card__container .card__header .actions__up .product__totalPrice p {
  font-family: var(--font-family-Roboto);
  font-weight: 500;
  font-style: Medium;
  font-size: 18px;
  line-height: 100%;
  display: flex;
  align-items: center;
  gap: 4px;
  letter-spacing: 0%;
  color: rgb(28, 30, 34);
}
.card__container .card__header .actions__up .product__totalPrice p span {
  font-family: var(--font-family-Rubik);
  font-weight: 500;
  font-style: Medium;
  font-size: 12px;
  line-height: 130%;
  letter-spacing: 0%;
  color: rgb(159, 159, 159);
}
.card__container .card__header .product__content {
  width: 156px;
}
.card__container .card__header .product__content .product__name {
  font-family: var(--font-family-Roboto);
  font-weight: 500;
  font-style: Medium;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  text-decoration: none;
  color: #3a3d42;
}
.card__container .card__header .product__content .priceBlock {
  margin-top: 4px;
}
.card__container .card__header .product__content .priceBlock h2 {
  font-family: var(--font-family-Roboto);
  font-weight: 500;
  font-style: Medium;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  display: flex;
  align-items: center;
}
.card__container .card__header .product__content .priceBlock h2 span {
  margin-left: 4px;
  font-family: var(--font-family-Rubik);
  font-weight: 500;
  font-style: Medium;
  font-size: 10px;
  line-height: 130%;
  letter-spacing: 0%;
  color: rgb(159, 159, 159);
}
.card__container .card__header .product__content .priceBlock p {
  font-family: var(--font-family-Rubik);
  font-weight: 500;
  font-style: Medium;
  font-size: 10px;
  line-height: 130%;
  letter-spacing: 0%;
  color: rgb(159, 159, 159);
}
.card__container .card__header .product__content .product__discount {
  margin-top: 12px;
  display: flex;
  flex-direction: row;
  gap: 4px;
}
.card__container .card__header .product__content .product__discount span {
  width: 32px;
  height: 18px;
  font-family: var(--font-family-Roboto);
  font-weight: 300;
  font-style: Light;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: rgb(255, 255, 255);
  padding: 0px 4px;
  background: rgb(229, 57, 53);
}
.card__container .card__header .product__content .product__discount p {
  display: flex;
  align-items: center;
  font-family: var(--font-family-Rubik);
  font-weight: 500;
  font-style: Medium;
  font-size: 10px;
  line-height: 130%;
  letter-spacing: 0%;
  color: rgb(159, 159, 159);
}
.card__container .card__header .productImg {
  width: 120px;
  height: 120px;
}
.card__container .card__separator {
  height: 1px;
  border: none;
  background: rgb(243, 243, 243);
}

@media screen and (min-width: 768px) {
  .card__container {
    width: 100%;
    height: fit-content;
    border: 1px solid rgb(243, 243, 243);
    padding: 8px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    position: relative;
    border-radius: 2px;
  }
  .card__container form {
    position: absolute;
    right: 8px;
    top: 8px;
  }
  .card__container form button {
    width: 32px;
    height: 32px;
    background: transparent;
    border: transparent;
    cursor: pointer;
  }
  .card__container form button i {
    font-size: 20px;
  }
  .card__container .card__header {
    display: flex;
    flex-direction: column;
    height: 100%;
    gap: 8px;
  }
  .card__container .card__header .card__header__content {
    display: flex;
    gap: 8px;
  }
  .card__container .card__header .actions__up {
    display: flex;
    align-items: center;
    gap: 16px;
    padding-top: 16px;
    border-top: 1px solid rgb(243, 243, 243);
  }
  .card__container .card__header .actions__up .product__quantity {
    min-width: 151px;
    height: 40px;
    display: flex;
    align-items: center;
    position: relative;
  }
  .card__container .card__header .actions__up .product__quantity button {
    width: 32px;
    height: 32px;
    background: transparent;
    border: none;
    z-index: 90;
  }
  .card__container .card__header .actions__up .product__quantity button i {
    font-size: 20px;
  }
  .card__container .card__header .actions__up .product__quantity .minus {
    position: absolute;
    left: 8px;
  }
  .card__container .card__header .actions__up .product__quantity .plus {
    position: absolute;
    right: 8px;
  }
  .card__container .card__header .actions__up .product__quantity input {
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    font-family: var(--font-family-Rubik);
    font-weight: 400;
    font-size: 14px;
    line-height: 145%;
    letter-spacing: 0%;
    text-align: center;
    color: rgb(90, 90, 90);
    background: rgb(243, 243, 243);
    border: 1px solid rgb(196, 196, 196);
    border-radius: 2px;
  }
  .card__container .card__header .actions__up .product__totalPrice {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .card__container .card__header .actions__up .product__totalPrice h1 {
    font-family: var(--font-family-Rubik);
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 145%;
    letter-spacing: 0%;
    color: rgb(159, 159, 159);
  }
  .card__container .card__header .actions__up .product__totalPrice p {
    font-family: var(--font-family-Roboto);
    font-weight: 500;
    font-style: Medium;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;
    color: rgb(28, 30, 34);
  }
  .card__container .card__header .actions__up .product__totalPrice p span {
    font-family: var(--font-family-Rubik);
    font-weight: 500;
    font-style: Medium;
    font-size: 12px;
    line-height: 130%;
    letter-spacing: 0%;
    color: rgb(159, 159, 159);
  }
  .card__container .card__header .product__content {
    width: 156px;
  }
  .card__container .card__header .product__content .product__name {
    font-family: var(--font-family-Roboto);
    font-weight: 500;
    font-style: Medium;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
  }
  .card__container .card__header .product__content .priceBlock h2 {
    font-family: var(--font-family-Roboto);
    font-weight: 500;
    font-style: Medium;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    display: flex;
    align-items: center;
  }
  .card__container .card__header .product__content .priceBlock h2 span {
    margin-left: 4px;
    font-family: var(--font-family-Rubik);
    font-weight: 500;
    font-style: Medium;
    font-size: 10px;
    line-height: 130%;
    letter-spacing: 0%;
    color: rgb(159, 159, 159);
  }
  .card__container .card__header .product__content .priceBlock p {
    font-family: var(--font-family-Rubik);
    font-weight: 500;
    font-style: Medium;
    font-size: 10px;
    line-height: 130%;
    letter-spacing: 0%;
    color: rgb(159, 159, 159);
  }
  .card__container .card__header .product__content .product__discount {
    margin-top: 12px;
    display: flex;
    flex-direction: row;
    gap: 4px;
  }
  .card__container .card__header .product__content .product__discount span {
    width: 32px;
    height: 18px;
    font-family: var(--font-family-Roboto);
    font-weight: 300;
    font-style: Light;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: rgb(255, 255, 255);
    padding: 0px 4px;
    background: rgb(229, 57, 53);
  }
  .card__container .card__header .product__content .product__discount p {
    display: flex;
    align-items: center;
    font-family: var(--font-family-Rubik);
    font-weight: 500;
    font-style: Medium;
    font-size: 10px;
    line-height: 130%;
    letter-spacing: 0%;
    color: rgb(159, 159, 159);
  }
  .card__container .card__header .productImg {
    width: 120px;
    height: 120px;
  }
  .card__container .card__separator {
    height: 1px;
    border: none;
    background: rgb(243, 243, 243);
  }
}
@media screen and (min-width: 1024px) {
  .card__container {
    width: 100%;
    height: fit-content;
    border: 1px solid rgb(243, 243, 243);
    padding: 8px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    position: relative;
    border-radius: 2px;
  }
  .card__container form {
    position: absolute;
    right: 8px;
    top: 8px;
  }
  .card__container form button {
    width: 32px;
    height: 32px;
    background: transparent;
    border: transparent;
    cursor: pointer;
  }
  .card__container form button i {
    font-size: 20px;
  }
  .card__container .card__header {
    display: flex;
    flex-direction: column;
    height: 100%;
    gap: 8px;
  }
  .card__container .card__header .card__header__content {
    display: flex;
    gap: 8px;
  }
  .card__container .card__header .actions__up {
    display: flex;
    align-items: center;
    gap: 16px;
    padding-top: 16px;
    border-top: 1px solid rgb(243, 243, 243);
  }
  .card__container .card__header .actions__up .product__quantity {
    min-width: 151px;
    height: 40px;
    display: flex;
    align-items: center;
    position: relative;
  }
  .card__container .card__header .actions__up .product__quantity button {
    width: 32px;
    height: 32px;
    background: transparent;
    border: none;
    z-index: 90;
  }
  .card__container .card__header .actions__up .product__quantity button i {
    font-size: 20px;
  }
  .card__container .card__header .actions__up .product__quantity .minus {
    position: absolute;
    left: 8px;
  }
  .card__container .card__header .actions__up .product__quantity .plus {
    position: absolute;
    right: 8px;
  }
  .card__container .card__header .actions__up .product__quantity input {
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    font-family: var(--font-family-Rubik);
    font-weight: 400;
    font-size: 14px;
    line-height: 145%;
    letter-spacing: 0%;
    text-align: center;
    color: rgb(90, 90, 90);
    background: rgb(243, 243, 243);
    border: 1px solid rgb(196, 196, 196);
    border-radius: 2px;
  }
  .card__container .card__header .actions__up .product__totalPrice {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .card__container .card__header .actions__up .product__totalPrice h1 {
    font-family: var(--font-family-Rubik);
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 145%;
    letter-spacing: 0%;
    color: rgb(159, 159, 159);
  }
  .card__container .card__header .actions__up .product__totalPrice p {
    font-family: var(--font-family-Roboto);
    font-weight: 500;
    font-style: Medium;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;
    color: rgb(28, 30, 34);
  }
  .card__container .card__header .actions__up .product__totalPrice p span {
    font-family: var(--font-family-Rubik);
    font-weight: 500;
    font-style: Medium;
    font-size: 12px;
    line-height: 130%;
    letter-spacing: 0%;
    color: rgb(159, 159, 159);
  }
  .card__container .card__header .product__content {
    width: 156px;
  }
  .card__container .card__header .product__content .product__name {
    font-family: var(--font-family-Roboto);
    font-weight: 500;
    font-style: Medium;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
  }
  .card__container .card__header .product__content .priceBlock h2 {
    font-family: var(--font-family-Roboto);
    font-weight: 500;
    font-style: Medium;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    display: flex;
    align-items: center;
  }
  .card__container .card__header .product__content .priceBlock h2 span {
    margin-left: 4px;
    font-family: var(--font-family-Rubik);
    font-weight: 500;
    font-style: Medium;
    font-size: 10px;
    line-height: 130%;
    letter-spacing: 0%;
    color: rgb(159, 159, 159);
  }
  .card__container .card__header .product__content .priceBlock p {
    font-family: var(--font-family-Rubik);
    font-weight: 500;
    font-style: Medium;
    font-size: 10px;
    line-height: 130%;
    letter-spacing: 0%;
    color: rgb(159, 159, 159);
  }
  .card__container .card__header .product__content .product__discount {
    margin-top: 12px;
    display: flex;
    flex-direction: row;
    gap: 4px;
  }
  .card__container .card__header .product__content .product__discount span {
    width: 32px;
    height: 18px;
    font-family: var(--font-family-Roboto);
    font-weight: 300;
    font-style: Light;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: rgb(255, 255, 255);
    padding: 0px 4px;
    background: rgb(229, 57, 53);
  }
  .card__container .card__header .product__content .product__discount p {
    display: flex;
    align-items: center;
    font-family: var(--font-family-Rubik);
    font-weight: 500;
    font-style: Medium;
    font-size: 10px;
    line-height: 130%;
    letter-spacing: 0%;
    color: rgb(159, 159, 159);
  }
  .card__container .card__header .productImg {
    width: 120px;
    height: 120px;
  }
  .card__container .card__separator {
    height: 1px;
    border: none;
    background: rgb(243, 243, 243);
  }
}
@media screen and (min-width: 1440px) {
  .card__container {
    width: 100%;
    height: fit-content;
    border: 1px solid rgb(243, 243, 243);
    padding: 8px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    position: relative;
    border-radius: 2px;
  }
  .card__container form {
    position: absolute;
    right: 8px;
    top: 8px;
  }
  .card__container form button {
    width: 32px;
    height: 32px;
    background: transparent;
    border: transparent;
    cursor: pointer;
  }
  .card__container form button i {
    font-size: 20px;
  }
  .card__container .card__header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    gap: 8px;
  }
  .card__container .card__header .card__header__content {
    width: 100%;
    display: flex;
    gap: 8px;
  }
  .card__container .card__header .actions__up {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: end;
    gap: 16px;
    padding-top: 0px;
    border-top: none;
  }
  .card__container .card__header .actions__up .product__quantity {
    min-width: 151px;
    height: 40px;
    display: flex;
    align-items: center;
    position: relative;
  }
  .card__container .card__header .actions__up .product__quantity button {
    width: 32px;
    height: 32px;
    background: transparent;
    border: none;
    z-index: 90;
  }
  .card__container .card__header .actions__up .product__quantity button i {
    font-size: 20px;
  }
  .card__container .card__header .actions__up .product__quantity .minus {
    position: absolute;
    left: 8px;
  }
  .card__container .card__header .actions__up .product__quantity .plus {
    position: absolute;
    right: 8px;
  }
  .card__container .card__header .actions__up .product__quantity input {
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    font-family: var(--font-family-Rubik);
    font-weight: 400;
    font-size: 14px;
    line-height: 145%;
    letter-spacing: 0%;
    text-align: center;
    color: rgb(90, 90, 90);
    background: rgb(243, 243, 243);
    border: 1px solid rgb(196, 196, 196);
    border-radius: 2px;
  }
  .card__container .card__header .actions__up .product__totalPrice {
    width: 157px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .card__container .card__header .actions__up .product__totalPrice h1 {
    font-family: var(--font-family-Rubik);
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 145%;
    letter-spacing: 0%;
    color: rgb(159, 159, 159);
  }
  .card__container .card__header .actions__up .product__totalPrice p {
    font-family: var(--font-family-Roboto);
    font-weight: 500;
    font-style: Medium;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;
    color: rgb(28, 30, 34);
    display: flex;
    align-items: center;
    gap: 4px;
  }
  .card__container .card__header .actions__up .product__totalPrice p span {
    font-family: var(--font-family-Rubik);
    font-weight: 500;
    font-style: Medium;
    font-size: 12px;
    line-height: 130%;
    letter-spacing: 0%;
    color: rgb(159, 159, 159);
  }
  .card__container .card__header .product__content {
    width: 100%;
  }
  .card__container .card__header .product__content .product__name {
    font-family: var(--font-family-Roboto);
    font-weight: 500;
    font-style: Medium;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
  }
  .card__container .card__header .product__content .priceBlock h2 {
    font-family: var(--font-family-Roboto);
    font-weight: 500;
    font-style: Medium;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    display: flex;
    align-items: center;
  }
  .card__container .card__header .product__content .priceBlock h2 span {
    margin-left: 4px;
    font-family: var(--font-family-Rubik);
    font-weight: 500;
    font-style: Medium;
    font-size: 10px;
    line-height: 130%;
    letter-spacing: 0%;
    color: rgb(159, 159, 159);
  }
  .card__container .card__header .product__content .priceBlock p {
    font-family: var(--font-family-Rubik);
    font-weight: 500;
    font-style: Medium;
    font-size: 10px;
    line-height: 130%;
    letter-spacing: 0%;
    color: rgb(159, 159, 159);
  }
  .card__container .card__header .product__content .product__discount {
    margin-top: 12px;
    display: flex;
    flex-direction: row;
    gap: 4px;
  }
  .card__container .card__header .product__content .product__discount span {
    width: 32px;
    height: 18px;
    font-family: var(--font-family-Roboto);
    font-weight: 300;
    font-style: Light;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: rgb(255, 255, 255);
    padding: 0px 4px;
    background: rgb(229, 57, 53);
  }
  .card__container .card__header .product__content .product__discount p {
    display: flex;
    align-items: center;
    font-family: var(--font-family-Rubik);
    font-weight: 500;
    font-style: Medium;
    font-size: 10px;
    line-height: 130%;
    letter-spacing: 0%;
    color: rgb(159, 159, 159);
  }
  .card__container .card__header .productImg {
    width: 120px;
    height: 120px;
  }
  .card__container .card__separator {
    height: 1px;
    border: none;
    background: rgb(243, 243, 243);
  }
}
.oneClickModal__container {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  background: #000;
  background: rgba(0, 0, 0, 0.16);
  z-index: 999;
  visibility: hidden;
  display: flex;
  justify-content: center;
  opacity: 0;
  transition: 0.3s ease;
}
.oneClickModal__container.active {
  height: 100%;
  visibility: visible;
  transition: 0.3s ease;
  opacity: 1;
}
.oneClickModal__container .oneClickModal__body {
  width: 100%;
  height: 100vh;
  background: rgb(253, 253, 253);
  padding: 32px 16px;
  position: relative;
  visibility: hidden;
  transition: 0.3s ease;
}
.oneClickModal__container .oneClickModal__body .ph-x {
  position: absolute;
  top: 32px;
  right: 16px;
  font-size: 32px;
  color: #2b2d33;
}
.oneClickModal__container .oneClickModal__body .ph-x:hover {
  color: #1c1e22;
}
.oneClickModal__container .oneClickModal__body .oneClickModal__title {
  font-family: var(--font-family-Roboto);
  font-weight: 500;
  font-style: Medium;
  font-size: 22px;
  leading-trim: NONE;
  line-height: 130%;
  letter-spacing: 0%;
}
.oneClickModal__container .oneClickModal__body form {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  padding-top: 41px;
}
.oneClickModal__container .oneClickModal__body form .form__name,
.oneClickModal__container .oneClickModal__body form .form__phoneNumber,
.oneClickModal__container .oneClickModal__body form .form__check {
  display: flex;
  flex-direction: column;
}
.oneClickModal__container .oneClickModal__body form .form__name label,
.oneClickModal__container .oneClickModal__body form .form__phoneNumber label,
.oneClickModal__container .oneClickModal__body form .form__check label {
  font-family: var(--font-family-Rubik);
  font-weight: 400;
  font-size: 14px;
  line-height: 145%;
  letter-spacing: 0%;
  margin-bottom: 4px;
  color: #3a3d42;
}
.oneClickModal__container .oneClickModal__body form .form__name label span,
.oneClickModal__container .oneClickModal__body form .form__phoneNumber label span,
.oneClickModal__container .oneClickModal__body form .form__check label span {
  color: #e53935;
}
.oneClickModal__container .oneClickModal__body form .form__name .error,
.oneClickModal__container .oneClickModal__body form .form__phoneNumber .error,
.oneClickModal__container .oneClickModal__body form .form__check .error {
  display: flex;
  gap: 8px;
  font-family: var(--font-family-Rubik);
  font-weight: 500;
  font-style: Medium;
  font-size: 12px;
  leading-trim: NONE;
  line-height: 130%;
  letter-spacing: 0%;
  margin-top: 8px;
  align-items: center;
}
.oneClickModal__container .oneClickModal__body form .form__name .error i,
.oneClickModal__container .oneClickModal__body form .form__phoneNumber .error i,
.oneClickModal__container .oneClickModal__body form .form__check .error i {
  font-size: 16px;
  color: #e53935;
}
.oneClickModal__container .oneClickModal__body form .form__name .error h4,
.oneClickModal__container .oneClickModal__body form .form__phoneNumber .error h4,
.oneClickModal__container .oneClickModal__body form .form__check .error h4 {
  color: #5a5a5a;
}
.oneClickModal__container .oneClickModal__body form .form__wrapper {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.oneClickModal__container .oneClickModal__body form .input__wrapper {
  width: 100%;
  position: relative;
}
.oneClickModal__container .oneClickModal__body form .input__wrapper input {
  width: 100%;
  height: 40px;
  border: 1px solid rgb(196, 196, 196);
  border-radius: 2px;
  padding: 0 16px;
  background: rgb(243, 243, 243);
  font-family: var(--font-family-Rubik);
  font-weight: 400;
  font-size: 14px;
  line-height: 145%;
  letter-spacing: 0%;
  color: rgb(90, 90, 90);
  outline: none;
}
.oneClickModal__container .oneClickModal__body form .input__wrapper input.error {
  border-color: #e53935;
}
.oneClickModal__container .oneClickModal__body form .input__wrapper input:hover {
  border-color: rgb(255, 111, 57);
}
.oneClickModal__container .oneClickModal__body form .input__wrapper input:focus::placeholder {
  opacity: 0;
}
.oneClickModal__container .oneClickModal__body form .input__wrapper input:active {
  border-color: rgb(255, 111, 57);
}
.oneClickModal__container .oneClickModal__body form .input__wrapper input:focus ~ i.ph-x {
  opacity: 1;
}
.oneClickModal__container .oneClickModal__body form .input__wrapper input::placeholder {
  color: rgb(159, 159, 159);
}
.oneClickModal__container .oneClickModal__body form .input__wrapper i.ph-x {
  opacity: 0;
  font-size: 20px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.oneClickModal__container .oneClickModal__body form .form__product {
  border: 1px solid #f3f3f3;
  padding: 8px;
  margin-top: 16px;
}
.oneClickModal__container .oneClickModal__body form .form__product .productImg {
  max-width: 120px;
  max-height: 120px;
}
.oneClickModal__container .oneClickModal__body form .form__product .from__product__header {
  display: flex;
  gap: 8px;
}
.oneClickModal__container .oneClickModal__body form .form__product .from__product__header .product__content .product__name {
  font-family: var(--font-family-Roboto);
  font-weight: 500;
  font-style: Medium;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
}
.oneClickModal__container .oneClickModal__body form .form__product .from__product__header .product__content .product__discount {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-top: 12px;
}
.oneClickModal__container .oneClickModal__body form .form__product .from__product__header .product__content .product__discount span {
  width: 32px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e53935;
  font-family: var(--font-family-Roboto);
  font-weight: 300;
  font-style: Light;
  font-size: 12px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  color: #ffffff;
}
.oneClickModal__container .oneClickModal__body form .form__product .from__product__header .product__content .product__discount p {
  font-family: var(--font-family-Rubik);
  font-weight: 500;
  font-style: Medium;
  font-size: 10px;
  line-height: 130%;
  letter-spacing: 0%;
  color: #9f9f9f;
  vertical-align: middle;
  text-decoration: line-through;
}
.oneClickModal__container .oneClickModal__body form .form__product .from__product__header .product__content .priceBlock {
  display: flex;
  flex-direction: column;
}
.oneClickModal__container .oneClickModal__body form .form__product .from__product__header .product__content .priceBlock h2 {
  font-family: var(--font-family-Roboto);
  font-weight: 500;
  font-style: Medium;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  color: #1c1e22;
  display: flex;
  align-items: center;
  gap: 4px;
}
.oneClickModal__container .oneClickModal__body form .form__product .from__product__header .product__content .priceBlock h2 span {
  font-family: var(--font-family-Rubik);
  font-weight: 500;
  font-style: Medium;
  font-size: 10px;
  leading-trim: NONE;
  line-height: 130%;
  letter-spacing: 0%;
  color: #9f9f9f;
}
.oneClickModal__container .oneClickModal__body form .form__product .from__product__header .product__content .priceBlock p {
  font-family: var(--font-family-Rubik);
  font-weight: 500;
  font-style: Medium;
  font-size: 10px;
  leading-trim: NONE;
  line-height: 130%;
  letter-spacing: 0%;
  color: #9f9f9f;
}
.oneClickModal__container .oneClickModal__body form .form__product .form__product__bottom {
  width: 100%;
  padding: 24px 16px;
  background: #fff2ec;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.oneClickModal__container .oneClickModal__body form .form__product .form__product__bottom h3 {
  font-family: var(--font-family-Rubik);
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 145%;
  letter-spacing: 0%;
  color: #2b2d33;
  display: flex;
  justify-content: space-between;
}
.oneClickModal__container .oneClickModal__body form .form__product .form__product__bottom h3 p {
  font-family: var(--font-family-Roboto);
  font-weight: 500;
  font-style: Medium;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
}
.oneClickModal__container .oneClickModal__body form .form__product .form__product__bottom h3 p span {
  font-family: var(--font-family-Rubik);
  font-weight: 500;
  font-style: Medium;
  font-size: 10px;
  leading-trim: NONE;
  line-height: 130%;
  letter-spacing: 0%;
  color: #9f9f9f;
}
.oneClickModal__container .oneClickModal__body form .form__bottom {
  width: 100%;
  position: absolute;
  bottom: 32px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.oneClickModal__container .oneClickModal__body form .form__bottom .form__check {
  margin-top: 24px;
}
.oneClickModal__container .oneClickModal__body form .form__bottom .form__check label {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  position: relative;
  user-select: none;
}
.oneClickModal__container .oneClickModal__body form .form__bottom .form__check label input {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  min-width: 20px;
  height: 20px;
  border: 1px solid rgb(159, 159, 159);
  border-radius: 1px;
  background-color: #fff;
  cursor: pointer;
  position: relative;
  transition: all 0.2s ease;
}
.oneClickModal__container .oneClickModal__body form .form__bottom .form__check label span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}
.oneClickModal__container .oneClickModal__body form .form__bottom .form__check label span i {
  color: white;
  font-size: 14px;
  display: none;
}
.oneClickModal__container .oneClickModal__body form .form__bottom .form__check label input:checked {
  background: rgb(255, 111, 57);
  border-color: rgb(255, 111, 57);
}
.oneClickModal__container .oneClickModal__body form .form__bottom .form__check label input:checked:hover {
  background: #e65b27;
}
.oneClickModal__container .oneClickModal__body form .form__bottom .form__check label input:checked + span i {
  display: block;
}
.oneClickModal__container .oneClickModal__body form .form__bottom .form__btn {
  width: 100%;
  height: 40px;
}
.oneClickModal__container .oneClickModal__body.active {
  visibility: visible;
  height: 100%;
  transition: 0.3s ease;
}

@media screen and (min-width: 768px) {
  .oneClickModal__container {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    background: #000;
    background: rgba(0, 0, 0, 0.16);
    z-index: 999;
    visibility: hidden;
    display: flex;
    justify-content: center;
    opacity: 0;
    transition: 0.3s ease;
  }
  .oneClickModal__container.active {
    height: 100%;
    visibility: visible;
    transition: 0.3s ease;
    opacity: 1;
  }
  .oneClickModal__container .oneClickModal__body {
    width: 704px;
    height: 468px;
    background: rgb(253, 253, 253);
    padding: 24px;
    position: relative;
    visibility: hidden;
    transition: 0.3s ease;
    margin-top: 140px;
  }
  .oneClickModal__container .oneClickModal__body .ph-x {
    position: absolute;
    top: 24px;
    right: 24px;
    font-size: 40px;
    color: #2b2d33;
  }
  .oneClickModal__container .oneClickModal__body .ph-x:hover {
    cursor: pointer;
  }
  .oneClickModal__container .oneClickModal__body .oneClickModal__title {
    font-family: var(--font-family-Roboto);
    font-weight: 500;
    font-style: Medium;
    font-size: 28px;
    leading-trim: NONE;
    line-height: 130%;
    letter-spacing: 0%;
  }
  .oneClickModal__container .oneClickModal__body form {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    padding-top: 41px;
  }
  .oneClickModal__container .oneClickModal__body form .form__name,
  .oneClickModal__container .oneClickModal__body form .form__phoneNumber,
  .oneClickModal__container .oneClickModal__body form .form__check {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .oneClickModal__container .oneClickModal__body form .form__name label,
  .oneClickModal__container .oneClickModal__body form .form__phoneNumber label,
  .oneClickModal__container .oneClickModal__body form .form__check label {
    font-family: var(--font-family-Rubik);
    font-weight: 400;
    font-size: 14px;
    line-height: 145%;
    letter-spacing: 0%;
    margin-bottom: 4px;
    color: #3a3d42;
  }
  .oneClickModal__container .oneClickModal__body form .form__wrapper {
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 24px;
  }
  .oneClickModal__container .oneClickModal__body form .input__wrapper {
    width: 100%;
    position: relative;
  }
  .oneClickModal__container .oneClickModal__body form .input__wrapper input {
    width: 100%;
    height: 40px;
    border: 1px solid rgb(196, 196, 196);
    border-radius: 2px;
    padding: 0 16px;
    background: rgb(243, 243, 243);
    font-family: var(--font-family-Rubik);
    font-weight: 400;
    font-size: 14px;
    line-height: 145%;
    letter-spacing: 0%;
    color: rgb(90, 90, 90);
    outline: none;
  }
  .oneClickModal__container .oneClickModal__body form .input__wrapper input:hover {
    border-color: rgb(255, 111, 57);
  }
  .oneClickModal__container .oneClickModal__body form .input__wrapper input:focus::placeholder {
    opacity: 0;
  }
  .oneClickModal__container .oneClickModal__body form .input__wrapper input:active {
    border-color: rgb(255, 111, 57);
  }
  .oneClickModal__container .oneClickModal__body form .input__wrapper input:focus ~ i.ph-x {
    opacity: 1;
  }
  .oneClickModal__container .oneClickModal__body form .input__wrapper input::placeholder {
    color: rgb(159, 159, 159);
  }
  .oneClickModal__container .oneClickModal__body form .input__wrapper i.ph-x {
    opacity: 0;
    font-size: 20px;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
  }
  .oneClickModal__container .oneClickModal__body form .form__product {
    display: flex;
    gap: 8px;
    border: 1px solid #f3f3f3;
    padding: 8px;
    margin-top: 24px;
  }
  .oneClickModal__container .oneClickModal__body form .form__product .productImg {
    max-width: 120px;
    max-height: 120px;
  }
  .oneClickModal__container .oneClickModal__body form .form__product .from__product__header {
    display: flex;
    gap: 8px;
  }
  .oneClickModal__container .oneClickModal__body form .form__product .from__product__header .product__content .product__name {
    font-family: var(--font-family-Roboto);
    font-weight: 500;
    font-style: Medium;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
  }
  .oneClickModal__container .oneClickModal__body form .form__product .from__product__header .product__content .product__discount {
    display: flex;
    align-items: center;
    gap: 4px;
    margin-top: 12px;
  }
  .oneClickModal__container .oneClickModal__body form .form__product .from__product__header .product__content .product__discount span {
    width: 32px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e53935;
    font-family: var(--font-family-Roboto);
    font-weight: 300;
    font-style: Light;
    font-size: 12px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color: #ffffff;
  }
  .oneClickModal__container .oneClickModal__body form .form__product .from__product__header .product__content .product__discount p {
    font-family: var(--font-family-Rubik);
    font-weight: 500;
    font-style: Medium;
    font-size: 10px;
    line-height: 130%;
    letter-spacing: 0%;
    color: #9f9f9f;
    vertical-align: middle;
    text-decoration: line-through;
  }
  .oneClickModal__container .oneClickModal__body form .form__product .from__product__header .product__content .priceBlock {
    display: flex;
    flex-direction: column;
  }
  .oneClickModal__container .oneClickModal__body form .form__product .from__product__header .product__content .priceBlock h2 {
    font-family: var(--font-family-Roboto);
    font-weight: 500;
    font-style: Medium;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color: #1c1e22;
    display: flex;
    align-items: center;
    gap: 4px;
  }
  .oneClickModal__container .oneClickModal__body form .form__product .from__product__header .product__content .priceBlock h2 span {
    font-family: var(--font-family-Rubik);
    font-weight: 500;
    font-style: Medium;
    font-size: 10px;
    leading-trim: NONE;
    line-height: 130%;
    letter-spacing: 0%;
    color: #9f9f9f;
  }
  .oneClickModal__container .oneClickModal__body form .form__product .from__product__header .product__content .priceBlock p {
    font-family: var(--font-family-Rubik);
    font-weight: 500;
    font-style: Medium;
    font-size: 10px;
    leading-trim: NONE;
    line-height: 130%;
    letter-spacing: 0%;
    color: #9f9f9f;
  }
  .oneClickModal__container .oneClickModal__body form .form__product .form__product__bottom {
    max-width: 200px;
    padding: 24px 16px;
    background: #fff2ec;
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 8px;
  }
  .oneClickModal__container .oneClickModal__body form .form__product .form__product__bottom h3 {
    font-family: var(--font-family-Rubik);
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 145%;
    letter-spacing: 0%;
    color: #2b2d33;
    display: flex;
    justify-content: space-between;
  }
  .oneClickModal__container .oneClickModal__body form .form__product .form__product__bottom h3 p {
    font-family: var(--font-family-Roboto);
    font-weight: 500;
    font-style: Medium;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
  }
  .oneClickModal__container .oneClickModal__body form .form__product .form__product__bottom h3 p span {
    font-family: var(--font-family-Rubik);
    font-weight: 500;
    font-style: Medium;
    font-size: 10px;
    leading-trim: NONE;
    line-height: 130%;
    letter-spacing: 0%;
    color: #9f9f9f;
  }
  .oneClickModal__container .oneClickModal__body form .form__bottom {
    width: 100%;
    position: absolute;
    bottom: 32px;
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .oneClickModal__container .oneClickModal__body form .form__bottom .form__check {
    margin-top: 24px;
  }
  .oneClickModal__container .oneClickModal__body form .form__bottom .form__check label {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    position: relative;
    user-select: none;
    font-size: 14px;
  }
  .oneClickModal__container .oneClickModal__body form .form__bottom .form__check label input {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    min-width: 20px;
    height: 20px;
    border: 1px solid rgb(159, 159, 159);
    border-radius: 1px;
    background-color: #fff;
    cursor: pointer;
    position: relative;
    transition: all 0.2s ease;
  }
  .oneClickModal__container .oneClickModal__body form .form__bottom .form__check label span {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
  }
  .oneClickModal__container .oneClickModal__body form .form__bottom .form__check label span i {
    color: white;
    font-size: 14px;
    display: none;
  }
  .oneClickModal__container .oneClickModal__body form .form__bottom .form__check label input:checked {
    background: rgb(255, 111, 57);
    border-color: rgb(255, 111, 57);
  }
  .oneClickModal__container .oneClickModal__body form .form__bottom .form__check label input:checked + span i {
    display: block;
  }
  .oneClickModal__container .oneClickModal__body form .form__bottom .form__btn {
    width: 100%;
    height: 40px;
  }
  .oneClickModal__container .oneClickModal__body.active {
    visibility: visible;
    height: 468px;
    transition: 0.3s ease;
  }
}
@media screen and (min-width: 1024px) {
  .oneClickModal__container {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    background: #000;
    background: rgba(0, 0, 0, 0.16);
    z-index: 999;
    visibility: hidden;
    display: flex;
    justify-content: center;
    opacity: 0;
    transition: 0.3s ease;
  }
  .oneClickModal__container.active {
    height: 100%;
    visibility: visible;
    transition: 0.3s ease;
    opacity: 1;
  }
  .oneClickModal__container .oneClickModal__body {
    width: 714px;
    height: 468px;
    background: rgb(253, 253, 253);
    padding: 24px;
    position: relative;
    visibility: hidden;
    transition: 0.3s ease;
    margin-top: 140px;
  }
  .oneClickModal__container .oneClickModal__body .ph-x {
    position: absolute;
    top: 24px;
    right: 24px;
    font-size: 40px;
    color: #2b2d33;
  }
  .oneClickModal__container .oneClickModal__body .ph-x:hover {
    cursor: pointer;
  }
  .oneClickModal__container .oneClickModal__body .oneClickModal__title {
    font-family: var(--font-family-Roboto);
    font-weight: 500;
    font-style: Medium;
    font-size: 28px;
    leading-trim: NONE;
    line-height: 130%;
    letter-spacing: 0%;
  }
  .oneClickModal__container .oneClickModal__body form {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    padding-top: 41px;
  }
  .oneClickModal__container .oneClickModal__body form .form__name,
  .oneClickModal__container .oneClickModal__body form .form__phoneNumber,
  .oneClickModal__container .oneClickModal__body form .form__check {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .oneClickModal__container .oneClickModal__body form .form__name label,
  .oneClickModal__container .oneClickModal__body form .form__phoneNumber label,
  .oneClickModal__container .oneClickModal__body form .form__check label {
    font-family: var(--font-family-Rubik);
    font-weight: 400;
    font-size: 14px;
    line-height: 145%;
    letter-spacing: 0%;
    margin-bottom: 4px;
    color: #3a3d42;
  }
  .oneClickModal__container .oneClickModal__body form .form__wrapper {
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 24px;
  }
  .oneClickModal__container .oneClickModal__body form .input__wrapper {
    width: 100%;
    position: relative;
  }
  .oneClickModal__container .oneClickModal__body form .input__wrapper input {
    width: 100%;
    height: 40px;
    border: 1px solid rgb(196, 196, 196);
    border-radius: 2px;
    padding: 0 16px;
    background: rgb(243, 243, 243);
    font-family: var(--font-family-Rubik);
    font-weight: 400;
    font-size: 14px;
    line-height: 145%;
    letter-spacing: 0%;
    color: rgb(90, 90, 90);
    outline: none;
  }
  .oneClickModal__container .oneClickModal__body form .input__wrapper input:hover {
    border-color: rgb(255, 111, 57);
  }
  .oneClickModal__container .oneClickModal__body form .input__wrapper input:focus::placeholder {
    opacity: 0;
  }
  .oneClickModal__container .oneClickModal__body form .input__wrapper input:active {
    border-color: rgb(255, 111, 57);
  }
  .oneClickModal__container .oneClickModal__body form .input__wrapper input:focus ~ i.ph-x {
    opacity: 1;
  }
  .oneClickModal__container .oneClickModal__body form .input__wrapper input::placeholder {
    color: rgb(159, 159, 159);
  }
  .oneClickModal__container .oneClickModal__body form .input__wrapper i.ph-x {
    opacity: 0;
    font-size: 20px;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
  }
  .oneClickModal__container .oneClickModal__body form .form__product {
    display: flex;
    gap: 8px;
    border: 1px solid #f3f3f3;
    padding: 8px;
    margin-top: 24px;
  }
  .oneClickModal__container .oneClickModal__body form .form__product .productImg {
    max-width: 120px;
    max-height: 120px;
  }
  .oneClickModal__container .oneClickModal__body form .form__product .from__product__header {
    display: flex;
    gap: 8px;
  }
  .oneClickModal__container .oneClickModal__body form .form__product .from__product__header .product__content .product__name {
    font-family: var(--font-family-Roboto);
    font-weight: 500;
    font-style: Medium;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
  }
  .oneClickModal__container .oneClickModal__body form .form__product .from__product__header .product__content .product__discount {
    display: flex;
    align-items: center;
    gap: 4px;
    margin-top: 12px;
  }
  .oneClickModal__container .oneClickModal__body form .form__product .from__product__header .product__content .product__discount span {
    width: 32px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e53935;
    font-family: var(--font-family-Roboto);
    font-weight: 300;
    font-style: Light;
    font-size: 12px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color: #ffffff;
  }
  .oneClickModal__container .oneClickModal__body form .form__product .from__product__header .product__content .product__discount p {
    font-family: var(--font-family-Rubik);
    font-weight: 500;
    font-style: Medium;
    font-size: 10px;
    line-height: 130%;
    letter-spacing: 0%;
    color: #9f9f9f;
    vertical-align: middle;
    text-decoration: line-through;
  }
  .oneClickModal__container .oneClickModal__body form .form__product .from__product__header .product__content .priceBlock {
    display: flex;
    flex-direction: column;
  }
  .oneClickModal__container .oneClickModal__body form .form__product .from__product__header .product__content .priceBlock h2 {
    font-family: var(--font-family-Roboto);
    font-weight: 500;
    font-style: Medium;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color: #1c1e22;
    display: flex;
    align-items: center;
    gap: 4px;
  }
  .oneClickModal__container .oneClickModal__body form .form__product .from__product__header .product__content .priceBlock h2 span {
    font-family: var(--font-family-Rubik);
    font-weight: 500;
    font-style: Medium;
    font-size: 10px;
    leading-trim: NONE;
    line-height: 130%;
    letter-spacing: 0%;
    color: #9f9f9f;
  }
  .oneClickModal__container .oneClickModal__body form .form__product .from__product__header .product__content .priceBlock p {
    font-family: var(--font-family-Rubik);
    font-weight: 500;
    font-style: Medium;
    font-size: 10px;
    leading-trim: NONE;
    line-height: 130%;
    letter-spacing: 0%;
    color: #9f9f9f;
  }
  .oneClickModal__container .oneClickModal__body form .form__product .form__product__bottom {
    max-width: 200px;
    padding: 24px 16px;
    background: #fff2ec;
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 8px;
  }
  .oneClickModal__container .oneClickModal__body form .form__product .form__product__bottom h3 {
    font-family: var(--font-family-Rubik);
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 145%;
    letter-spacing: 0%;
    color: #2b2d33;
    display: flex;
    justify-content: space-between;
  }
  .oneClickModal__container .oneClickModal__body form .form__product .form__product__bottom h3 p {
    font-family: var(--font-family-Roboto);
    font-weight: 500;
    font-style: Medium;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
  }
  .oneClickModal__container .oneClickModal__body form .form__product .form__product__bottom h3 p span {
    font-family: var(--font-family-Rubik);
    font-weight: 500;
    font-style: Medium;
    font-size: 10px;
    leading-trim: NONE;
    line-height: 130%;
    letter-spacing: 0%;
    color: #9f9f9f;
  }
  .oneClickModal__container .oneClickModal__body form .form__bottom {
    width: 100%;
    position: absolute;
    bottom: 32px;
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .oneClickModal__container .oneClickModal__body form .form__bottom .form__check {
    margin-top: 24px;
  }
  .oneClickModal__container .oneClickModal__body form .form__bottom .form__check label {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    position: relative;
    user-select: none;
    font-size: 14px;
  }
  .oneClickModal__container .oneClickModal__body form .form__bottom .form__check label input {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    min-width: 20px;
    height: 20px;
    border: 1px solid rgb(159, 159, 159);
    border-radius: 1px;
    background-color: #fff;
    cursor: pointer;
    position: relative;
    transition: all 0.2s ease;
  }
  .oneClickModal__container .oneClickModal__body form .form__bottom .form__check label span {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
  }
  .oneClickModal__container .oneClickModal__body form .form__bottom .form__check label span i {
    color: white;
    font-size: 14px;
    display: none;
  }
  .oneClickModal__container .oneClickModal__body form .form__bottom .form__check label input:checked {
    background: rgb(255, 111, 57);
    border-color: rgb(255, 111, 57);
  }
  .oneClickModal__container .oneClickModal__body form .form__bottom .form__check label input:checked + span i {
    display: block;
  }
  .oneClickModal__container .oneClickModal__body form .form__bottom .form__btn {
    width: 100%;
    height: 40px;
  }
  .oneClickModal__container .oneClickModal__body.active {
    visibility: visible;
    height: 468px;
    transition: 0.3s ease;
  }
}
@media screen and (min-width: 1440px) {
  .oneClickModal__container {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    background: #000;
    background: rgba(0, 0, 0, 0.16);
    z-index: 999;
    visibility: hidden;
    display: flex;
    justify-content: center;
    opacity: 0;
    transition: 0.3s ease;
  }
  .oneClickModal__container.active {
    height: 100%;
    visibility: visible;
    transition: 0.3s ease;
    opacity: 1;
  }
  .oneClickModal__container .oneClickModal__body {
    width: 628px;
    height: 468px;
    background: rgb(253, 253, 253);
    padding: 24px;
    position: relative;
    visibility: hidden;
    transition: 0.3s ease;
    margin-top: 100px;
  }
  .oneClickModal__container .oneClickModal__body .ph-x {
    position: absolute;
    top: 24px;
    right: 24px;
    font-size: 40px;
    color: #2b2d33;
  }
  .oneClickModal__container .oneClickModal__body .ph-x:hover {
    cursor: pointer;
  }
  .oneClickModal__container .oneClickModal__body .oneClickModal__title {
    font-family: var(--font-family-Roboto);
    font-weight: 500;
    font-style: Medium;
    font-size: 28px;
    leading-trim: NONE;
    line-height: 130%;
    letter-spacing: 0%;
  }
  .oneClickModal__container .oneClickModal__body form {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    padding-top: 41px;
  }
  .oneClickModal__container .oneClickModal__body form .form__name,
  .oneClickModal__container .oneClickModal__body form .form__phoneNumber,
  .oneClickModal__container .oneClickModal__body form .form__check {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .oneClickModal__container .oneClickModal__body form .form__name label,
  .oneClickModal__container .oneClickModal__body form .form__phoneNumber label,
  .oneClickModal__container .oneClickModal__body form .form__check label {
    font-family: var(--font-family-Rubik);
    font-weight: 400;
    font-size: 14px;
    line-height: 145%;
    letter-spacing: 0%;
    margin-bottom: 4px;
    color: #3a3d42;
  }
  .oneClickModal__container .oneClickModal__body form .form__wrapper {
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 24px;
  }
  .oneClickModal__container .oneClickModal__body form .input__wrapper {
    width: 100%;
    position: relative;
  }
  .oneClickModal__container .oneClickModal__body form .input__wrapper input {
    width: 100%;
    height: 40px;
    border: 1px solid rgb(196, 196, 196);
    border-radius: 2px;
    padding: 0 16px;
    background: rgb(243, 243, 243);
    font-family: var(--font-family-Rubik);
    font-weight: 400;
    font-size: 14px;
    line-height: 145%;
    letter-spacing: 0%;
    color: rgb(90, 90, 90);
    outline: none;
  }
  .oneClickModal__container .oneClickModal__body form .input__wrapper input:hover {
    border-color: rgb(255, 111, 57);
  }
  .oneClickModal__container .oneClickModal__body form .input__wrapper input:focus::placeholder {
    opacity: 0;
  }
  .oneClickModal__container .oneClickModal__body form .input__wrapper input:active {
    border-color: rgb(255, 111, 57);
  }
  .oneClickModal__container .oneClickModal__body form .input__wrapper input:focus ~ i.ph-x {
    opacity: 1;
  }
  .oneClickModal__container .oneClickModal__body form .input__wrapper input::placeholder {
    color: rgb(159, 159, 159);
  }
  .oneClickModal__container .oneClickModal__body form .input__wrapper i.ph-x {
    opacity: 0;
    font-size: 20px;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
  }
  .oneClickModal__container .oneClickModal__body form .form__product {
    display: flex;
    gap: 8px;
    border: 1px solid #f3f3f3;
    padding: 8px;
    margin-top: 24px;
  }
  .oneClickModal__container .oneClickModal__body form .form__product .productImg {
    max-width: 120px;
    max-height: 120px;
  }
  .oneClickModal__container .oneClickModal__body form .form__product .from__product__header {
    display: flex;
    gap: 8px;
  }
  .oneClickModal__container .oneClickModal__body form .form__product .from__product__header .product__content .product__name {
    font-family: var(--font-family-Roboto);
    font-weight: 500;
    font-style: Medium;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
  }
  .oneClickModal__container .oneClickModal__body form .form__product .from__product__header .product__content .product__discount {
    display: flex;
    align-items: center;
    gap: 4px;
    margin-top: 12px;
  }
  .oneClickModal__container .oneClickModal__body form .form__product .from__product__header .product__content .product__discount span {
    width: 32px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e53935;
    font-family: var(--font-family-Roboto);
    font-weight: 300;
    font-style: Light;
    font-size: 12px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color: #ffffff;
  }
  .oneClickModal__container .oneClickModal__body form .form__product .from__product__header .product__content .product__discount p {
    font-family: var(--font-family-Rubik);
    font-weight: 500;
    font-style: Medium;
    font-size: 10px;
    line-height: 130%;
    letter-spacing: 0%;
    color: #9f9f9f;
    vertical-align: middle;
    text-decoration: line-through;
  }
  .oneClickModal__container .oneClickModal__body form .form__product .from__product__header .product__content .priceBlock {
    display: flex;
    flex-direction: column;
  }
  .oneClickModal__container .oneClickModal__body form .form__product .from__product__header .product__content .priceBlock h2 {
    font-family: var(--font-family-Roboto);
    font-weight: 500;
    font-style: Medium;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color: #1c1e22;
    display: flex;
    align-items: center;
    gap: 4px;
  }
  .oneClickModal__container .oneClickModal__body form .form__product .from__product__header .product__content .priceBlock h2 span {
    font-family: var(--font-family-Rubik);
    font-weight: 500;
    font-style: Medium;
    font-size: 10px;
    leading-trim: NONE;
    line-height: 130%;
    letter-spacing: 0%;
    color: #9f9f9f;
  }
  .oneClickModal__container .oneClickModal__body form .form__product .from__product__header .product__content .priceBlock p {
    font-family: var(--font-family-Rubik);
    font-weight: 500;
    font-style: Medium;
    font-size: 10px;
    leading-trim: NONE;
    line-height: 130%;
    letter-spacing: 0%;
    color: #9f9f9f;
  }
  .oneClickModal__container .oneClickModal__body form .form__product .form__product__bottom {
    max-width: 200px;
    padding: 24px 16px;
    background: #fff2ec;
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 8px;
  }
  .oneClickModal__container .oneClickModal__body form .form__product .form__product__bottom h3 {
    font-family: var(--font-family-Rubik);
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 145%;
    letter-spacing: 0%;
    color: #2b2d33;
    display: flex;
    justify-content: space-between;
  }
  .oneClickModal__container .oneClickModal__body form .form__product .form__product__bottom h3 p {
    font-family: var(--font-family-Roboto);
    font-weight: 500;
    font-style: Medium;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
  }
  .oneClickModal__container .oneClickModal__body form .form__product .form__product__bottom h3 p span {
    font-family: var(--font-family-Rubik);
    font-weight: 500;
    font-style: Medium;
    font-size: 10px;
    leading-trim: NONE;
    line-height: 130%;
    letter-spacing: 0%;
    color: #9f9f9f;
  }
  .oneClickModal__container .oneClickModal__body form .form__bottom {
    width: 100%;
    position: absolute;
    bottom: 32px;
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .oneClickModal__container .oneClickModal__body form .form__bottom .form__check {
    margin-top: 24px;
  }
  .oneClickModal__container .oneClickModal__body form .form__bottom .form__check label {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    position: relative;
    user-select: none;
    font-size: 14px;
  }
  .oneClickModal__container .oneClickModal__body form .form__bottom .form__check label input {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    min-width: 20px;
    height: 20px;
    border: 1px solid rgb(159, 159, 159);
    border-radius: 1px;
    background-color: #fff;
    cursor: pointer;
    position: relative;
    transition: all 0.2s ease;
  }
  .oneClickModal__container .oneClickModal__body form .form__bottom .form__check label span {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
  }
  .oneClickModal__container .oneClickModal__body form .form__bottom .form__check label span i {
    color: white;
    font-size: 14px;
    display: none;
  }
  .oneClickModal__container .oneClickModal__body form .form__bottom .form__check label input:checked {
    background: rgb(255, 111, 57);
    border-color: rgb(255, 111, 57);
  }
  .oneClickModal__container .oneClickModal__body form .form__bottom .form__check label input:checked + span i {
    display: block;
  }
  .oneClickModal__container .oneClickModal__body form .form__bottom .form__btn {
    width: 100%;
    height: 40px;
  }
  .oneClickModal__container .oneClickModal__body.active {
    visibility: visible;
    height: 468px;
    transition: 0.3s ease;
  }
}
@media screen and (min-width: 1920px) {
  .oneClickModal__container {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    background: #000;
    background: rgba(0, 0, 0, 0.16);
    z-index: 999;
    visibility: hidden;
    display: flex;
    justify-content: center;
    opacity: 0;
    transition: 0.3s ease;
  }
  .oneClickModal__container.active {
    height: 100%;
    visibility: visible;
    transition: 0.3s ease;
    opacity: 1;
  }
  .oneClickModal__container .oneClickModal__body {
    width: 848px;
    height: 516px;
    background: rgb(253, 253, 253);
    padding: 32px;
    position: relative;
    visibility: hidden;
    transition: 0.3s ease;
    margin-top: 100px;
  }
  .oneClickModal__container .oneClickModal__body .ph-x {
    position: absolute;
    top: 32px;
    right: 32px;
    font-size: 40px;
    color: #2b2d33;
  }
  .oneClickModal__container .oneClickModal__body .ph-x:hover {
    cursor: pointer;
  }
  .oneClickModal__container .oneClickModal__body .oneClickModal__title {
    font-family: var(--font-family-Roboto);
    font-weight: 500;
    font-style: Medium;
    font-size: 28px;
    leading-trim: NONE;
    line-height: 130%;
    letter-spacing: 0%;
  }
  .oneClickModal__container .oneClickModal__body form {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    padding-top: 52px;
  }
  .oneClickModal__container .oneClickModal__body form .form__name,
  .oneClickModal__container .oneClickModal__body form .form__phoneNumber,
  .oneClickModal__container .oneClickModal__body form .form__check {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .oneClickModal__container .oneClickModal__body form .form__name label,
  .oneClickModal__container .oneClickModal__body form .form__phoneNumber label,
  .oneClickModal__container .oneClickModal__body form .form__check label {
    font-family: var(--font-family-Rubik);
    font-weight: 400;
    font-size: 14px;
    line-height: 145%;
    letter-spacing: 0%;
    margin-bottom: 4px;
    color: #3a3d42;
  }
  .oneClickModal__container .oneClickModal__body form .form__wrapper {
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 24px;
  }
  .oneClickModal__container .oneClickModal__body form .input__wrapper {
    width: 100%;
    position: relative;
  }
  .oneClickModal__container .oneClickModal__body form .input__wrapper input {
    width: 100%;
    height: 40px;
    border: 1px solid rgb(196, 196, 196);
    border-radius: 2px;
    padding: 0 16px;
    background: rgb(243, 243, 243);
    font-family: var(--font-family-Rubik);
    font-weight: 400;
    font-size: 14px;
    line-height: 145%;
    letter-spacing: 0%;
    color: rgb(90, 90, 90);
    outline: none;
  }
  .oneClickModal__container .oneClickModal__body form .input__wrapper input:hover {
    border-color: rgb(255, 111, 57);
  }
  .oneClickModal__container .oneClickModal__body form .input__wrapper input:focus::placeholder {
    opacity: 0;
  }
  .oneClickModal__container .oneClickModal__body form .input__wrapper input:active {
    border-color: rgb(255, 111, 57);
  }
  .oneClickModal__container .oneClickModal__body form .input__wrapper input:focus ~ i.ph-x {
    opacity: 1;
  }
  .oneClickModal__container .oneClickModal__body form .input__wrapper input::placeholder {
    color: rgb(159, 159, 159);
  }
  .oneClickModal__container .oneClickModal__body form .input__wrapper i.ph-x {
    opacity: 0;
    font-size: 20px;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
  }
  .oneClickModal__container .oneClickModal__body form .form__product {
    display: flex;
    gap: 8px;
    border: 1px solid #f3f3f3;
    padding: 8px;
    margin-top: 24px;
  }
  .oneClickModal__container .oneClickModal__body form .form__product .productImg {
    max-width: 120px;
    max-height: 120px;
  }
  .oneClickModal__container .oneClickModal__body form .form__product .from__product__header {
    display: flex;
    gap: 8px;
  }
  .oneClickModal__container .oneClickModal__body form .form__product .from__product__header .product__content .product__name {
    font-family: var(--font-family-Roboto);
    font-weight: 500;
    font-style: Medium;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
  }
  .oneClickModal__container .oneClickModal__body form .form__product .from__product__header .product__content .product__discount {
    display: flex;
    align-items: center;
    gap: 4px;
    margin-top: 12px;
    margin-bottom: 4px;
  }
  .oneClickModal__container .oneClickModal__body form .form__product .from__product__header .product__content .product__discount span {
    width: 32px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e53935;
    font-family: var(--font-family-Roboto);
    font-weight: 300;
    font-style: Light;
    font-size: 12px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color: #ffffff;
  }
  .oneClickModal__container .oneClickModal__body form .form__product .from__product__header .product__content .product__discount p {
    font-family: var(--font-family-Rubik);
    font-weight: 500;
    font-style: Medium;
    font-size: 10px;
    line-height: 130%;
    letter-spacing: 0%;
    color: #9f9f9f;
    vertical-align: middle;
    text-decoration: line-through;
  }
  .oneClickModal__container .oneClickModal__body form .form__product .from__product__header .product__content .priceBlock {
    display: flex;
    flex-direction: column;
  }
  .oneClickModal__container .oneClickModal__body form .form__product .from__product__header .product__content .priceBlock h2 {
    font-family: var(--font-family-Roboto);
    font-weight: 500;
    font-style: Medium;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color: #1c1e22;
    display: flex;
    align-items: center;
    gap: 4px;
  }
  .oneClickModal__container .oneClickModal__body form .form__product .from__product__header .product__content .priceBlock h2 span {
    font-family: var(--font-family-Rubik);
    font-weight: 500;
    font-style: Medium;
    font-size: 10px;
    leading-trim: NONE;
    line-height: 130%;
    letter-spacing: 0%;
    color: #9f9f9f;
  }
  .oneClickModal__container .oneClickModal__body form .form__product .from__product__header .product__content .priceBlock p {
    font-family: var(--font-family-Rubik);
    font-weight: 500;
    font-style: Medium;
    font-size: 10px;
    leading-trim: NONE;
    line-height: 130%;
    letter-spacing: 0%;
    color: #9f9f9f;
  }
  .oneClickModal__container .oneClickModal__body form .form__product .form__product__bottom {
    max-width: 316px;
    padding: 24px 16px;
    background: #fff2ec;
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 8px;
  }
  .oneClickModal__container .oneClickModal__body form .form__product .form__product__bottom h3 {
    font-family: var(--font-family-Rubik);
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 145%;
    letter-spacing: 0%;
    color: #2b2d33;
    display: flex;
    justify-content: space-between;
  }
  .oneClickModal__container .oneClickModal__body form .form__product .form__product__bottom h3 p {
    font-family: var(--font-family-Roboto);
    font-weight: 500;
    font-style: Medium;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
  }
  .oneClickModal__container .oneClickModal__body form .form__product .form__product__bottom h3 p span {
    font-family: var(--font-family-Rubik);
    font-weight: 500;
    font-style: Medium;
    font-size: 10px;
    leading-trim: NONE;
    line-height: 130%;
    letter-spacing: 0%;
    color: #9f9f9f;
  }
  .oneClickModal__container .oneClickModal__body form .form__bottom {
    width: 100%;
    position: absolute;
    bottom: 32px;
    display: flex;
    flex-direction: column;
    gap: 32px;
  }
  .oneClickModal__container .oneClickModal__body form .form__bottom .form__check {
    margin-top: 24px;
  }
  .oneClickModal__container .oneClickModal__body form .form__bottom .form__check label {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    position: relative;
    user-select: none;
    font-size: 14px;
  }
  .oneClickModal__container .oneClickModal__body form .form__bottom .form__check label input {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    min-width: 20px;
    height: 20px;
    border: 1px solid rgb(159, 159, 159);
    border-radius: 1px;
    background-color: #fff;
    cursor: pointer;
    position: relative;
    transition: all 0.2s ease;
  }
  .oneClickModal__container .oneClickModal__body form .form__bottom .form__check label span {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
  }
  .oneClickModal__container .oneClickModal__body form .form__bottom .form__check label span i {
    color: white;
    font-size: 14px;
    display: none;
  }
  .oneClickModal__container .oneClickModal__body form .form__bottom .form__check label input:checked {
    background: rgb(255, 111, 57);
    border-color: rgb(255, 111, 57);
  }
  .oneClickModal__container .oneClickModal__body form .form__bottom .form__check label input:checked + span i {
    display: block;
  }
  .oneClickModal__container .oneClickModal__body form .form__bottom .form__btn {
    width: 100%;
    height: 40px;
  }
  .oneClickModal__container .oneClickModal__body.active {
    visibility: visible;
    height: 516px;
    transition: 0.3s ease;
  }
}
.productPreview__container {
  max-width: 1728px;
  margin: 0 auto;
  padding: 32px 16px;
  padding-bottom: 52px;
}
.productPreview__container .breadcrumbs {
  width: 100%;
  margin-bottom: 16px;
}
.productPreview__container .breadcrumbs h1 {
  width: 100%;
  font-family: var(--font-family-Rubik);
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 145%;
  letter-spacing: 0%;
  color: rgb(159, 159, 159);
  text-wrap: nowrap;
  display: flex;
  gap: 8px;
  align-items: center;
}
.productPreview__container .breadcrumbs h1 a {
  text-decoration: none;
  font-family: var(--font-family-Rubik);
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 145%;
  letter-spacing: 0%;
  color: rgb(159, 159, 159);
}
.productPreview__container .breadcrumbs h1 span {
  display: inline-block;
  align-items: center;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  color: rgb(255, 111, 57);
}
.productPreview__container .productPreview__wrapper .productPreview__slider {
  width: 100%;
  height: 343px;
  border: 1px solid rgb(243, 243, 243);
}
.productPreview__container .productPreview__wrapper .productPreview__slider .swiper-wrapper {
  width: 100%;
  height: 343px;
  position: relative;
}
.productPreview__container .productPreview__wrapper .productPreview__slider .swiper-wrapper .swiper-slide {
  width: 100%;
  height: 343px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.productPreview__container .productPreview__wrapper .productPreview__slider .swiper-wrapper .swiper-slide img {
  width: 250px;
  height: 250px;
  object-fit: cover;
}
.productPreview__container .productPreview__wrapper .productPreview__slider .productPreview__prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 90;
}
.productPreview__container .productPreview__wrapper .productPreview__slider .productPreview__prev button {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  background: rgb(43, 45, 51);
  color: #fff;
  border-color: rgb(43, 45, 51);
}
.productPreview__container .productPreview__wrapper .productPreview__slider .productPreview__prev button span {
  display: none;
}
.productPreview__container .productPreview__wrapper .productPreview__slider .productPreview__next {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 90;
}
.productPreview__container .productPreview__wrapper .productPreview__slider .productPreview__next button {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  background: rgb(43, 45, 51);
  color: #fff;
  border-color: rgb(43, 45, 51);
}
.productPreview__container .productPreview__wrapper .productPreview__slider .productPreview__next button span {
  display: none;
}
.productPreview__container .productPreview__wrapper .productPreview__slider .productPreview__pagination {
  position: absolute;
  display: flex;
  justify-content: center;
  z-index: 90;
  gap: 4px;
  bottom: 8px;
}
.productPreview__container .productPreview__wrapper .productPreview__slider .productPreview__pagination .swiper-pagination-bullet {
  margin: 0;
  border-radius: 1px;
}
.productPreview__container .productPreview__wrapper .productPreview__slider .productPreview__pagination .swiper-pagination-bullet-active {
  background: rgb(28, 30, 34);
}
.productPreview__container .productPreview__wrapper .productPreview__vertical__slider {
  display: none;
}
.productPreview__container .productPreview__wrapper .productPreview__content {
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  border: 1px solid rgb(243, 243, 243);
}
.productPreview__container .productPreview__wrapper .productPreview__content .productContent_wrapper {
  border-bottom: 1px solid #f3f3f3;
  flex: 1 0 auto;
}
.productPreview__container .productPreview__wrapper .productPreview__content .product__title {
  font-family: var(--font-family-Roboto);
  font-weight: 500;
  font-style: Medium;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  color: rgb(43, 45, 51);
  margin-bottom: 16px;
}
.productPreview__container .productPreview__wrapper .productPreview__content .product_inStock {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}
.productPreview__container .productPreview__wrapper .productPreview__content .product_inStock p {
  display: flex;
  align-items: center;
  gap: 6px;
  font-family: var(--font-family-Rubik);
  font-weight: 400;
  font-size: 14px;
  line-height: 145%;
  letter-spacing: 0%;
  color: rgb(63, 185, 80);
}
.productPreview__container .productPreview__wrapper .productPreview__content .product_inStock p span {
  width: 8px;
  height: 8px;
  background-color: rgb(63, 185, 80);
  border-radius: 999px;
}
.productPreview__container .productPreview__wrapper .productPreview__content .product_inStock .art {
  color: rgb(159, 159, 159);
}
.productPreview__container .productPreview__wrapper .productPreview__content hr {
  height: 1px;
  border: none;
  margin: 16px 0;
  background: rgb(243, 243, 243);
}
.productPreview__container .productPreview__wrapper .productPreview__content .product__characteristics {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 24px;
}
.productPreview__container .productPreview__wrapper .productPreview__content .product__characteristics h3 {
  font-family: var(--font-family-Roboto);
  text-transform: uppercase;
  font-weight: 500;
  font-style: Medium;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  color: rgb(90, 90, 90);
}
.productPreview__container .productPreview__wrapper .productPreview__content .product__characteristics .characteristics__box ul {
  list-style: none;
}
.productPreview__container .productPreview__wrapper .productPreview__content .product__characteristics .characteristics__box ul li {
  display: flex;
}
.productPreview__container .productPreview__wrapper .productPreview__content .product__characteristics .characteristics__box ul li .dots {
  flex-grow: 1;
  margin: 0 8px;
  margin-bottom: 5px;
  border-bottom: 2px dotted rgb(159, 159, 159);
}
.productPreview__container .productPreview__wrapper .productPreview__content .product__characteristics .characteristics__box ul li .label {
  font-family: var(--font-family-Rubik);
  font-weight: 400;
  font-size: 14px;
  line-height: 145%;
  letter-spacing: 0%;
  color: rgb(159, 159, 159);
}
.productPreview__container .productPreview__wrapper .productPreview__content .product__characteristics .characteristics__box ul li .value {
  font-family: var(--font-family-Rubik);
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 145%;
  letter-spacing: 0%;
}
.productPreview__container .productPreview__wrapper .productPreview__content .productPrice__content {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.productPreview__container .productPreview__wrapper .productPreview__content .productPrice__content .discountBlock {
  display: flex;
  gap: 4px;
}
.productPreview__container .productPreview__wrapper .productPreview__content .productPrice__content .discountBlock p {
  font-family: var(--font-family-Rubik);
  font-weight: 400;
  font-size: 14px;
  line-height: 145%;
  letter-spacing: 0%;
  color: rgb(159, 159, 159);
  text-decoration: line-through;
}
.productPreview__container .productPreview__wrapper .productPreview__content .productPrice__content .discountBlock .discount_container {
  width: 36px;
  height: 21px;
  background: rgb(229, 57, 53);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.productPreview__container .productPreview__wrapper .productPreview__content .productPrice__content .discountBlock .discount_container span {
  font-family: var(--font-family-Roboto);
  font-weight: 300;
  font-style: Light;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
}
.productPreview__container .productPreview__wrapper .productPreview__content .productPrice__content .priceBlock {
  display: flex;
  align-items: center;
}
.productPreview__container .productPreview__wrapper .productPreview__content .productPrice__content .priceBlock h2 {
  font-family: var(--font-family-Roboto);
  font-weight: 500;
  font-style: Medium;
  font-size: 22px;
  line-height: 130%;
  letter-spacing: 0%;
  display: flex;
  align-items: center;
}
.productPreview__container .productPreview__wrapper .productPreview__content .productPrice__content .priceBlock span {
  font-family: var(--font-family-Rubik);
  font-weight: 400;
  font-size: 14px;
  line-height: 145%;
  letter-spacing: 0%;
  color: rgb(159, 159, 159);
}
.productPreview__container .productPreview__wrapper .productPreview__content .productPrice__content .priceBlock span:not(.priceBlock_package) {
  margin-left: 4px;
}
.productPreview__container .productPreview__wrapper .productPreview__content .productPrice__content .priceBlock p {
  display: none;
}
.productPreview__container .productPreview__wrapper .productPreview__content .productPrice__content .productPrice__actions {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 8px;
  margin-bottom: 16px;
}
.productPreview__container .productPreview__wrapper .productPreview__content .productPrice__content .productPrice__actions form {
  width: 100%;
}
.productPreview__container .productPreview__wrapper .productPreview__content .productPrice__content .productPrice__actions form button {
  width: 100%;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}
.productPreview__container .productPreview__wrapper .productPreview__content .productPrice__content .productPrice__actions form button i {
  font-size: 20px;
}
.productPreview__container .productPreview__wrapper .productPreview__content .productPrice__content .productPrice__actions .actions__up {
  display: flex;
  align-items: center;
  gap: 8px;
}
.productPreview__container .productPreview__wrapper .productPreview__content .productPrice__content .productPrice__actions .actions__up .product__quantity {
  width: 143px;
  height: 40px;
  display: flex;
  align-items: center;
  position: relative;
}
.productPreview__container .productPreview__wrapper .productPreview__content .productPrice__content .productPrice__actions .actions__up .product__quantity button {
  width: 32px;
  height: 32px;
  background: transparent;
  border: none;
  z-index: 90;
}
.productPreview__container .productPreview__wrapper .productPreview__content .productPrice__content .productPrice__actions .actions__up .product__quantity button i {
  font-size: 20px;
}
.productPreview__container .productPreview__wrapper .productPreview__content .productPrice__content .productPrice__actions .actions__up .product__quantity .minus {
  position: absolute;
  left: 8px;
}
.productPreview__container .productPreview__wrapper .productPreview__content .productPrice__content .productPrice__actions .actions__up .product__quantity .plus {
  position: absolute;
  right: 8px;
}
.productPreview__container .productPreview__wrapper .productPreview__content .productPrice__content .productPrice__actions .actions__up .product__quantity input {
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
  font-family: var(--font-family-Rubik);
  font-weight: 400;
  font-size: 14px;
  line-height: 145%;
  letter-spacing: 0%;
  text-align: center;
  color: rgb(90, 90, 90);
  background: rgb(243, 243, 243);
  border: 1px solid rgb(196, 196, 196);
  border-radius: 2px;
}
.productPreview__container .productPreview__wrapper .productPreview__content .productPrice__content .btnOneClick {
  width: 100%;
  display: flex;
  align-items: center;
  height: 40px;
}
.productPreview__container .productPreview__wrapper .productPreview__content .productPrice__content .btnOneClick span {
  display: block;
}
.productPreview__container .productPreview__wrapper .productPreview__content .product__description {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.productPreview__container .productPreview__wrapper .productPreview__content .product__description h2 {
  text-transform: uppercase;
  font-family: var(--font-family-Roboto);
  font-weight: 500;
  font-style: Medium;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  color: rgb(90, 90, 90);
}
.productPreview__container .productPreview__wrapper .productPreview__content .product__description p {
  font-family: var(--font-family-Rubik);
  font-weight: 400;
  font-size: 14px;
  line-height: 145%;
  letter-spacing: 0%;
  color: rgb(43, 45, 51);
}
.productPreview__container .productPreview__wrapper .productPreview__content .product_methodsOfpayment {
  margin-top: 16px;
}
.productPreview__container .productPreview__wrapper .productPreview__content .product_methodsOfpayment .methods__separator__up {
  display: none;
}
.productPreview__container .productPreview__wrapper .productPreview__content .product_methodsOfpayment .methods__separator {
  margin-bottom: 0;
}
.productPreview__container .productPreview__wrapper .productPreview__content .product_methodsOfpayment .footer_methods_payment ul {
  display: flex;
  flex-direction: row;
  list-style: none;
  gap: 8px;
}
.productPreview__container .productPreview__wrapper .productPreview__content .product_methodsOfpayment .footer_methods_payment ul li {
  width: 35px;
  height: 24px;
  background: #fff;
  border: 1px solid rgb(217, 217, 217);
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.productPreview__container .productPreview__wrapper .productPreview__content .product_methodsOfpayment .footer_methods_payment ul li picture {
  display: flex;
  justify-content: center;
  align-items: center;
}
.productPreview__container .productPreview__wrapper .productPreview__content .product_methodsOfpayment .footer_methods_payment ul li picture img {
  height: 100%;
}
.productPreview__container .productPreview__wrapper .separator {
  display: none;
}
.productPreview__container .product__description {
  display: none;
}

.product-fixed-buy {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 2;
  background: white;
  border-top: 1px solid #F3F3F3;
  box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.0588235294);
  padding: 16px;
  min-height: 48px;
  transform: translateY(100%);
  transition: all 0.3s;
}
.product-fixed-buy.active {
  transform: translateY(0px);
}
.product-fixed-buy .discountBlock {
  display: flex;
  gap: 4px;
}
.product-fixed-buy .discountBlock p {
  font-family: var(--font-family-Rubik);
  font-weight: 400;
  font-size: 14px;
  line-height: 145%;
  letter-spacing: 0%;
  color: rgb(159, 159, 159);
  text-decoration: line-through;
}
.product-fixed-buy .discountBlock .discount_container {
  width: 36px;
  height: 21px;
  background: rgb(229, 57, 53);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.product-fixed-buy .discountBlock .discount_container span {
  font-family: var(--font-family-Roboto);
  font-weight: 300;
  font-style: Light;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
}
.product-fixed-buy .priceBlock {
  display: flex;
  align-items: center;
  margin-top: 4px;
}
.product-fixed-buy .priceBlock h2 {
  font-family: var(--font-family-Roboto);
  font-weight: 500;
  font-style: Medium;
  font-size: 22px;
  line-height: 130%;
  letter-spacing: 0%;
  display: flex;
  align-items: center;
}
.product-fixed-buy .priceBlock span {
  font-family: var(--font-family-Rubik);
  font-weight: 400;
  font-size: 14px;
  line-height: 145%;
  letter-spacing: 0%;
  color: rgb(159, 159, 159);
}
.product-fixed-buy .priceBlock span:not(.priceBlock_package) {
  margin-left: 4px;
}
.product-fixed-buy .priceBlock p {
  display: none;
}
.product-fixed-buy .primaryBtn {
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  font-size: 24px;
  padding: 0;
}

@media screen and (min-width: 768px) {
  .productPreview__container {
    padding: 32px;
    padding-bottom: 89px;
  }
  .productPreview__container .breadcrumbs {
    width: 100%;
    margin-bottom: 16px;
  }
  .productPreview__container .breadcrumbs h1 {
    width: 100%;
    font-family: var(--font-family-Rubik);
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 145%;
    letter-spacing: 0%;
    color: rgb(159, 159, 159);
    text-wrap: nowrap;
    display: flex;
    gap: 8px;
    align-items: center;
  }
  .productPreview__container .breadcrumbs h1 a {
    text-decoration: none;
    font-family: var(--font-family-Rubik);
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 145%;
    letter-spacing: 0%;
    color: rgb(159, 159, 159);
  }
  .productPreview__container .breadcrumbs h1 span {
    display: inline-block;
    align-items: center;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    color: rgb(255, 111, 57);
  }
  .productPreview__container .productPreview__wrapper {
    display: flex;
  }
  .productPreview__container .productPreview__wrapper .productPreview__slider {
    width: 100%;
    height: 364px;
    border: 1px solid rgb(243, 243, 243);
  }
  .productPreview__container .productPreview__wrapper .productPreview__slider .swiper-wrapper {
    height: 364px;
    width: 364px;
    position: relative;
  }
  .productPreview__container .productPreview__wrapper .productPreview__slider .swiper-wrapper .swiper-slide {
    width: 343px;
    height: 343px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .productPreview__container .productPreview__wrapper .productPreview__slider .swiper-wrapper .swiper-slide img {
    width: 250px;
    height: 250px;
    object-fit: cover;
  }
  .productPreview__container .productPreview__wrapper .productPreview__slider .productPreview__prev {
    position: absolute;
    top: auto;
    bottom: 0;
    right: 56px;
    transform: translateY(-50%);
    z-index: 90;
  }
  .productPreview__container .productPreview__wrapper .productPreview__slider .productPreview__prev button {
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    background: transparent;
    color: rgb(43, 45, 51);
    border-color: rgb(43, 45, 51);
  }
  .productPreview__container .productPreview__wrapper .productPreview__slider .productPreview__prev button span {
    display: none;
  }
  .productPreview__container .productPreview__wrapper .productPreview__slider .productPreview__prev button i {
    font-size: 20px;
  }
  .productPreview__container .productPreview__wrapper .productPreview__slider .productPreview__prev button:hover {
    background: rgb(43, 45, 51);
    color: #fff;
  }
  .productPreview__container .productPreview__wrapper .productPreview__slider .productPreview__next {
    position: absolute;
    top: auto;
    bottom: 0;
    right: 16px;
    transform: translateY(-50%);
    z-index: 90;
  }
  .productPreview__container .productPreview__wrapper .productPreview__slider .productPreview__next button {
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    background: rgb(43, 45, 51);
    color: #fff;
    border-color: rgb(43, 45, 51);
  }
  .productPreview__container .productPreview__wrapper .productPreview__slider .productPreview__next button span {
    display: none;
  }
  .productPreview__container .productPreview__wrapper .productPreview__slider .productPreview__pagination {
    position: absolute;
    display: flex;
    justify-content: start;
    z-index: 90;
    left: 16px;
    gap: 4px;
    bottom: 16px;
  }
  .productPreview__container .productPreview__wrapper .productPreview__slider .productPreview__pagination .swiper-pagination-bullet {
    margin: 0;
    border-radius: 1px;
  }
  .productPreview__container .productPreview__wrapper .productPreview__slider .productPreview__pagination .swiper-pagination-bullet-active {
    background: rgb(28, 30, 34);
  }
  .productPreview__container .productPreview__wrapper .productPreview__content {
    width: 100%;
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    border: 1px solid rgb(243, 243, 243);
  }
  .productPreview__container .productPreview__wrapper .productPreview__content .product__title {
    font-family: var(--font-family-Roboto);
    font-weight: 500;
    font-style: Medium;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    color: rgb(43, 45, 51);
  }
  .productPreview__container .productPreview__wrapper .productPreview__content .product_inStock {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .productPreview__container .productPreview__wrapper .productPreview__content .product_inStock p {
    display: flex;
    align-items: center;
    gap: 6px;
    font-family: var(--font-family-Rubik);
    font-weight: 400;
    font-size: 14px;
    line-height: 145%;
    letter-spacing: 0%;
    color: rgb(63, 185, 80);
  }
  .productPreview__container .productPreview__wrapper .productPreview__content .product_inStock p span {
    width: 8px;
    height: 8px;
    background-color: rgb(63, 185, 80);
    border-radius: 999px;
  }
  .productPreview__container .productPreview__wrapper .productPreview__content .product_inStock .art {
    color: rgb(159, 159, 159);
  }
  .productPreview__container .productPreview__wrapper .productPreview__content hr {
    height: 1px;
    border: none;
    background: rgb(243, 243, 243);
  }
  .productPreview__container .productPreview__wrapper .productPreview__content .product__characteristics {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .productPreview__container .productPreview__wrapper .productPreview__content .product__characteristics h3 {
    font-family: var(--font-family-Roboto);
    text-transform: uppercase;
    font-weight: 500;
    font-style: Medium;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    color: rgb(90, 90, 90);
  }
  .productPreview__container .productPreview__wrapper .productPreview__content .product__characteristics .characteristics__box ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 4px;
  }
  .productPreview__container .productPreview__wrapper .productPreview__content .product__characteristics .characteristics__box ul li {
    display: flex;
  }
  .productPreview__container .productPreview__wrapper .productPreview__content .product__characteristics .characteristics__box ul li .dots {
    flex-grow: 1;
    margin: 0 8px;
    margin-bottom: 5px;
    border-bottom: 2px dotted rgb(159, 159, 159);
  }
  .productPreview__container .productPreview__wrapper .productPreview__content .product__characteristics .characteristics__box ul li .label {
    font-family: var(--font-family-Rubik);
    font-weight: 400;
    font-size: 14px;
    line-height: 145%;
    letter-spacing: 0%;
    color: rgb(159, 159, 159);
  }
  .productPreview__container .productPreview__wrapper .productPreview__content .product__characteristics .characteristics__box ul li .value {
    font-family: var(--font-family-Rubik);
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 145%;
    letter-spacing: 0%;
  }
  .productPreview__container .productPreview__wrapper .productPreview__content .productPrice__content {
    display: flex;
    flex-direction: column;
    gap: 4px;
  }
  .productPreview__container .productPreview__wrapper .productPreview__content .productPrice__content .discountBlock {
    display: flex;
    gap: 4px;
  }
  .productPreview__container .productPreview__wrapper .productPreview__content .productPrice__content .discountBlock p {
    font-family: var(--font-family-Rubik);
    font-weight: 400;
    font-size: 14px;
    line-height: 145%;
    letter-spacing: 0%;
    color: rgb(159, 159, 159);
    text-decoration: line-through;
  }
  .productPreview__container .productPreview__wrapper .productPreview__content .productPrice__content .discountBlock .discount_container {
    width: 36px;
    height: 21px;
    background: rgb(229, 57, 53);
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .productPreview__container .productPreview__wrapper .productPreview__content .productPrice__content .discountBlock .discount_container span {
    font-family: var(--font-family-Roboto);
    font-weight: 300;
    font-style: Light;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
  }
  .productPreview__container .productPreview__wrapper .productPreview__content .productPrice__content .priceBlock {
    display: flex;
    align-items: center;
  }
  .productPreview__container .productPreview__wrapper .productPreview__content .productPrice__content .priceBlock h2 {
    font-family: var(--font-family-Roboto);
    font-weight: 500;
    font-style: Medium;
    font-size: 22px;
    line-height: 130%;
    letter-spacing: 0%;
    display: flex;
    align-items: center;
  }
  .productPreview__container .productPreview__wrapper .productPreview__content .productPrice__content .priceBlock span {
    font-family: var(--font-family-Rubik);
    font-weight: 400;
    font-size: 14px;
    line-height: 145%;
    letter-spacing: 0%;
    color: rgb(159, 159, 159);
  }
  .productPreview__container .productPreview__wrapper .productPreview__content .productPrice__content .priceBlock p {
    display: none;
  }
  .productPreview__container .productPreview__wrapper .productPreview__content .productPrice__content .productPrice__actions {
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 8px;
    margin-bottom: 16px;
  }
  .productPreview__container .productPreview__wrapper .productPreview__content .productPrice__content .productPrice__actions form {
    width: 100%;
  }
  .productPreview__container .productPreview__wrapper .productPreview__content .productPrice__content .productPrice__actions form button {
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
  }
  .productPreview__container .productPreview__wrapper .productPreview__content .productPrice__content .productPrice__actions form button i {
    font-size: 20px;
  }
  .productPreview__container .productPreview__wrapper .productPreview__content .productPrice__content .productPrice__actions .actions__up {
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .productPreview__container .productPreview__wrapper .productPreview__content .productPrice__content .productPrice__actions .actions__up .product__quantity {
    width: 142px;
    height: 40px;
    display: flex;
    align-items: center;
    position: relative;
  }
  .productPreview__container .productPreview__wrapper .productPreview__content .productPrice__content .productPrice__actions .actions__up .product__quantity button {
    width: 32px;
    height: 32px;
    background: transparent;
    border: none;
    z-index: 90;
  }
  .productPreview__container .productPreview__wrapper .productPreview__content .productPrice__content .productPrice__actions .actions__up .product__quantity button i {
    font-size: 20px;
  }
  .productPreview__container .productPreview__wrapper .productPreview__content .productPrice__content .productPrice__actions .actions__up .product__quantity .minus {
    position: absolute;
    left: 8px;
  }
  .productPreview__container .productPreview__wrapper .productPreview__content .productPrice__content .productPrice__actions .actions__up .product__quantity .plus {
    position: absolute;
    right: 8px;
  }
  .productPreview__container .productPreview__wrapper .productPreview__content .productPrice__content .productPrice__actions .actions__up .product__quantity input {
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    font-family: var(--font-family-Rubik);
    font-weight: 400;
    font-size: 14px;
    line-height: 145%;
    letter-spacing: 0%;
    text-align: center;
    color: rgb(90, 90, 90);
    background: rgb(243, 243, 243);
    border: 1px solid rgb(196, 196, 196);
    border-radius: 2px;
  }
  .productPreview__container .productPreview__wrapper .productPreview__content .productPrice__content .btnOneClick {
    width: 100%;
    display: flex;
    align-items: center;
    height: 40px;
  }
  .productPreview__container .productPreview__wrapper .productPreview__content .product__description {
    display: none !important;
    flex-direction: column;
    gap: 16px;
  }
  .productPreview__container .productPreview__wrapper .productPreview__content .product__description h2 {
    text-transform: uppercase;
    font-family: var(--font-family-Roboto);
    font-weight: 500;
    font-style: Medium;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    color: rgb(90, 90, 90);
  }
  .productPreview__container .productPreview__wrapper .productPreview__content .product__description p {
    font-family: var(--font-family-Rubik);
    font-weight: 400;
    font-size: 14px;
    line-height: 145%;
    letter-spacing: 0%;
    color: rgb(43, 45, 51);
  }
  .productPreview__container .productPreview__wrapper .productPreview__content .product_methodsOfpayment .footer_methods_payment ul {
    display: flex;
    flex-direction: row;
    list-style: none;
    gap: 8px;
  }
  .productPreview__container .productPreview__wrapper .productPreview__content .product_methodsOfpayment .footer_methods_payment ul li {
    width: 35px;
    height: 24px;
    background: #fff;
    border: 1px solid rgb(217, 217, 217);
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .productPreview__container .productPreview__wrapper .productPreview__content .product_methodsOfpayment .footer_methods_payment ul li picture {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .productPreview__container .productPreview__wrapper .productPreview__content .product_methodsOfpayment .footer_methods_payment ul li picture img {
    height: 100%;
  }
  .productPreview__container .productPreview__wrapper .productPreview__content .product_methodsOfpayment .methods__separator__up {
    display: block;
  }
  .productPreview__container .productPreview__wrapper .productPreview__content .product_methodsOfpayment .methods__separator {
    display: none;
  }
  .product__description {
    display: flex !important;
    flex-direction: column;
    gap: 16px;
    padding: 24px;
    border: 1px solid rgb(243, 243, 243);
  }
  .product__description h2 {
    text-transform: uppercase;
    font-family: var(--font-family-Roboto);
    font-weight: 500;
    font-style: Medium;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    color: rgb(90, 90, 90);
  }
  .product__description p {
    font-family: var(--font-family-Rubik);
    font-weight: 400;
    font-size: 14px;
    line-height: 145%;
    letter-spacing: 0%;
    color: rgb(43, 45, 51);
  }
  .product-fixed-buy {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .productPreview__container {
    padding: 32px 48px;
    padding-bottom: 91px;
  }
  .productPreview__container .breadcrumbs {
    width: 100%;
    margin-bottom: 16px;
  }
  .productPreview__container .breadcrumbs h1 {
    width: 100%;
    font-family: var(--font-family-Rubik);
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 145%;
    letter-spacing: 0%;
    color: rgb(159, 159, 159);
    text-wrap: nowrap;
    display: flex;
    gap: 8px;
    align-items: center;
  }
  .productPreview__container .breadcrumbs h1 a {
    text-decoration: none;
    font-family: var(--font-family-Rubik);
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 145%;
    letter-spacing: 0%;
    color: rgb(159, 159, 159);
  }
  .productPreview__container .breadcrumbs h1 span {
    display: inline-block;
    align-items: center;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    color: rgb(255, 111, 57);
  }
  .productPreview__container .productPreview__wrapper {
    display: flex;
  }
  .productPreview__container .productPreview__wrapper .productPreview__slider {
    width: 100%;
    height: 541px;
    border: 1px solid rgb(243, 243, 243);
  }
  .productPreview__container .productPreview__wrapper .productPreview__slider .swiper-wrapper {
    width: 541px;
    height: 541px;
    position: relative;
  }
  .productPreview__container .productPreview__wrapper .productPreview__slider .swiper-wrapper .swiper-slide {
    width: 541px;
    height: 541px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .productPreview__container .productPreview__wrapper .productPreview__slider .swiper-wrapper .swiper-slide img {
    width: 300px;
    height: 300px;
    object-fit: cover;
  }
  .productPreview__container .productPreview__wrapper .productPreview__slider .productPreview__prev {
    position: absolute;
    top: auto;
    bottom: 0;
    right: 64px;
    transform: translateY(-50%);
    z-index: 90;
  }
  .productPreview__container .productPreview__wrapper .productPreview__slider .productPreview__prev button {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    background: transparent;
    color: rgb(43, 45, 51);
    border-color: rgb(43, 45, 51);
  }
  .productPreview__container .productPreview__wrapper .productPreview__slider .productPreview__prev button span {
    display: none;
  }
  .productPreview__container .productPreview__wrapper .productPreview__slider .productPreview__prev button i {
    font-size: 20px;
  }
  .productPreview__container .productPreview__wrapper .productPreview__slider .productPreview__prev button:hover {
    background: rgb(43, 45, 51);
    color: #fff;
  }
  .productPreview__container .productPreview__wrapper .productPreview__slider .productPreview__next {
    position: absolute;
    top: auto;
    bottom: 0;
    right: 16px;
    transform: translateY(-50%);
    z-index: 90;
  }
  .productPreview__container .productPreview__wrapper .productPreview__slider .productPreview__next button {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    background: rgb(43, 45, 51);
    color: #fff;
    border-color: rgb(43, 45, 51);
  }
  .productPreview__container .productPreview__wrapper .productPreview__slider .productPreview__next button span {
    display: none;
  }
  .productPreview__container .productPreview__wrapper .productPreview__slider .productPreview__pagination {
    position: absolute;
    display: flex;
    justify-content: start;
    z-index: 90;
    left: 16px;
    gap: 4px;
    bottom: 16px;
  }
  .productPreview__container .productPreview__wrapper .productPreview__slider .productPreview__pagination .swiper-pagination-bullet {
    margin: 0;
    border-radius: 1px;
  }
  .productPreview__container .productPreview__wrapper .productPreview__slider .productPreview__pagination .swiper-pagination-bullet-active {
    background: rgb(28, 30, 34);
  }
  .productPreview__container .productPreview__wrapper .productPreview__content {
    width: 100%;
    padding: 32px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    border: 1px solid rgb(243, 243, 243);
  }
  .productPreview__container .productPreview__wrapper .productPreview__content .product__title {
    font-family: var(--font-family-Roboto);
    font-weight: 500;
    font-style: Medium;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;
    color: rgb(43, 45, 51);
  }
  .productPreview__container .productPreview__wrapper .productPreview__content .product_inStock {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .productPreview__container .productPreview__wrapper .productPreview__content .product_inStock p {
    display: flex;
    align-items: center;
    gap: 6px;
    font-family: var(--font-family-Rubik);
    font-weight: 400;
    font-size: 14px;
    line-height: 145%;
    letter-spacing: 0%;
    color: rgb(63, 185, 80);
  }
  .productPreview__container .productPreview__wrapper .productPreview__content .product_inStock p span {
    width: 8px;
    height: 8px;
    background-color: rgb(63, 185, 80);
    border-radius: 999px;
  }
  .productPreview__container .productPreview__wrapper .productPreview__content .product_inStock .art {
    color: rgb(159, 159, 159);
  }
  .productPreview__container .productPreview__wrapper .productPreview__content hr {
    height: 1px;
    border: none;
    background: rgb(243, 243, 243);
  }
  .productPreview__container .productPreview__wrapper .productPreview__content .product__characteristics {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .productPreview__container .productPreview__wrapper .productPreview__content .product__characteristics h3 {
    font-family: var(--font-family-Roboto);
    text-transform: uppercase;
    font-weight: 500;
    font-style: Medium;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    color: rgb(90, 90, 90);
  }
  .productPreview__container .productPreview__wrapper .productPreview__content .product__characteristics .characteristics__box ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 4px;
  }
  .productPreview__container .productPreview__wrapper .productPreview__content .product__characteristics .characteristics__box ul li {
    display: flex;
  }
  .productPreview__container .productPreview__wrapper .productPreview__content .product__characteristics .characteristics__box ul li .dots {
    flex-grow: 1;
    margin: 0 8px;
    margin-bottom: 5px;
    border-bottom: 2px dotted rgb(159, 159, 159);
  }
  .productPreview__container .productPreview__wrapper .productPreview__content .product__characteristics .characteristics__box ul li .label {
    font-family: var(--font-family-Rubik);
    font-weight: 400;
    font-size: 14px;
    line-height: 145%;
    letter-spacing: 0%;
    color: rgb(159, 159, 159);
  }
  .productPreview__container .productPreview__wrapper .productPreview__content .product__characteristics .characteristics__box ul li .value {
    font-family: var(--font-family-Rubik);
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 145%;
    letter-spacing: 0%;
  }
  .productPreview__container .productPreview__wrapper .productPreview__content .productPrice__content {
    display: flex;
    flex-direction: column;
    gap: 4px;
  }
  .productPreview__container .productPreview__wrapper .productPreview__content .productPrice__content .discountBlock {
    display: flex;
    gap: 4px;
  }
  .productPreview__container .productPreview__wrapper .productPreview__content .productPrice__content .discountBlock p {
    font-family: var(--font-family-Rubik);
    font-weight: 400;
    font-size: 14px;
    line-height: 145%;
    letter-spacing: 0%;
    color: rgb(159, 159, 159);
    text-decoration: line-through;
  }
  .productPreview__container .productPreview__wrapper .productPreview__content .productPrice__content .discountBlock .discount_container {
    width: 36px;
    height: 21px;
    background: rgb(229, 57, 53);
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .productPreview__container .productPreview__wrapper .productPreview__content .productPrice__content .discountBlock .discount_container span {
    font-family: var(--font-family-Roboto);
    font-weight: 300;
    font-style: Light;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
  }
  .productPreview__container .productPreview__wrapper .productPreview__content .productPrice__content .priceBlock {
    display: flex;
    align-items: center;
  }
  .productPreview__container .productPreview__wrapper .productPreview__content .productPrice__content .priceBlock h2 {
    font-family: var(--font-family-Roboto);
    font-weight: 500;
    font-style: Medium;
    font-size: 22px;
    line-height: 130%;
    letter-spacing: 0%;
    display: flex;
    align-items: center;
  }
  .productPreview__container .productPreview__wrapper .productPreview__content .productPrice__content .priceBlock span {
    font-family: var(--font-family-Rubik);
    font-weight: 400;
    font-size: 14px;
    line-height: 145%;
    letter-spacing: 0%;
    color: rgb(159, 159, 159);
  }
  .productPreview__container .productPreview__wrapper .productPreview__content .productPrice__content .priceBlock p {
    display: none;
  }
  .productPreview__container .productPreview__wrapper .productPreview__content .productPrice__content .productPrice__actions {
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 8px;
    margin-bottom: 16px;
  }
  .productPreview__container .productPreview__wrapper .productPreview__content .productPrice__content .productPrice__actions form {
    width: 100%;
  }
  .productPreview__container .productPreview__wrapper .productPreview__content .productPrice__content .productPrice__actions form button {
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
  }
  .productPreview__container .productPreview__wrapper .productPreview__content .productPrice__content .productPrice__actions form button i {
    font-size: 20px;
  }
  .productPreview__container .productPreview__wrapper .productPreview__content .productPrice__content .productPrice__actions .actions__up {
    width: 124px;
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .productPreview__container .productPreview__wrapper .productPreview__content .productPrice__content .productPrice__actions .actions__up .product__quantity {
    width: 124px;
    height: 40px;
    display: flex;
    align-items: center;
    position: relative;
  }
  .productPreview__container .productPreview__wrapper .productPreview__content .productPrice__content .productPrice__actions .actions__up .product__quantity button {
    width: 32px;
    height: 32px;
    background: transparent;
    border: none;
    z-index: 90;
  }
  .productPreview__container .productPreview__wrapper .productPreview__content .productPrice__content .productPrice__actions .actions__up .product__quantity button i {
    font-size: 20px;
  }
  .productPreview__container .productPreview__wrapper .productPreview__content .productPrice__content .productPrice__actions .actions__up .product__quantity .minus {
    position: absolute;
    left: 8px;
  }
  .productPreview__container .productPreview__wrapper .productPreview__content .productPrice__content .productPrice__actions .actions__up .product__quantity .plus {
    position: absolute;
    right: 8px;
  }
  .productPreview__container .productPreview__wrapper .productPreview__content .productPrice__content .productPrice__actions .actions__up .product__quantity input {
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    font-family: var(--font-family-Rubik);
    font-weight: 400;
    font-size: 14px;
    line-height: 145%;
    letter-spacing: 0%;
    text-align: center;
    color: rgb(90, 90, 90);
    background: rgb(243, 243, 243);
    border: 1px solid rgb(196, 196, 196);
    border-radius: 2px;
  }
  .productPreview__container .productPreview__wrapper .productPreview__content .productPrice__content .btnOneClick {
    width: 100%;
    display: flex;
    align-items: center;
    height: 40px;
  }
  .productPreview__container .productPreview__wrapper .productPreview__content .product__description {
    display: none !important;
    flex-direction: column;
    gap: 16px;
  }
  .productPreview__container .productPreview__wrapper .productPreview__content .product__description h2 {
    text-transform: uppercase;
    font-family: var(--font-family-Roboto);
    font-weight: 500;
    font-style: Medium;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    color: rgb(90, 90, 90);
  }
  .productPreview__container .productPreview__wrapper .productPreview__content .product__description p {
    font-family: var(--font-family-Rubik);
    font-weight: 400;
    font-size: 14px;
    line-height: 145%;
    letter-spacing: 0%;
    color: rgb(43, 45, 51);
  }
  .productPreview__container .productPreview__wrapper .productPreview__content .product_methodsOfpayment .footer_methods_payment ul {
    display: flex;
    flex-direction: row;
    list-style: none;
    gap: 8px;
  }
  .productPreview__container .productPreview__wrapper .productPreview__content .product_methodsOfpayment .footer_methods_payment ul li {
    width: 35px;
    height: 24px;
    background: #fff;
    border: 1px solid rgb(217, 217, 217);
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .productPreview__container .productPreview__wrapper .productPreview__content .product_methodsOfpayment .footer_methods_payment ul li picture {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .productPreview__container .productPreview__wrapper .productPreview__content .product_methodsOfpayment .footer_methods_payment ul li picture img {
    height: 100%;
  }
  .product__description {
    overflow-y: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
    display: flex !important;
    flex-direction: column;
    gap: 16px;
    padding: 24px;
    border: 1px solid rgb(243, 243, 243);
  }
  .product__description h2 {
    text-transform: uppercase;
    font-family: var(--font-family-Roboto);
    font-weight: 500;
    font-style: Medium;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    color: rgb(90, 90, 90);
  }
  .product__description p {
    font-family: var(--font-family-Rubik);
    font-weight: 400;
    font-size: 14px;
    line-height: 145%;
    letter-spacing: 0%;
    color: rgb(43, 45, 51);
  }
}
@media screen and (min-width: 1440px) {
  .productPreview__container {
    padding: 40px 80px;
    padding-bottom: 40px;
  }
  .productPreview__container .breadcrumbs {
    margin-bottom: 48px;
  }
  .productPreview__container .productPreview__wrapper {
    display: flex;
  }
  .productPreview__container .productPreview__wrapper .slider__wrapper {
    display: flex;
    flex-direction: row-reverse;
  }
  .productPreview__container .productPreview__wrapper .productPreview__slider {
    width: 100%;
    height: 528px;
    border: 1px solid rgb(243, 243, 243);
  }
  .productPreview__container .productPreview__wrapper .productPreview__slider .swiper {
    width: 528px;
    margin: 0;
  }
  .productPreview__container .productPreview__wrapper .productPreview__slider .swiper-wrapper {
    height: 528px;
    max-width: 528px;
    position: relative;
  }
  .productPreview__container .productPreview__wrapper .productPreview__slider .swiper-wrapper .swiper-slide {
    width: 528px;
    height: 528px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .productPreview__container .productPreview__wrapper .productPreview__slider .swiper-wrapper .swiper-slide img {
    width: 300px;
    height: 300px;
    object-fit: cover;
  }
  .productPreview__container .productPreview__wrapper .productPreview__slider .productPreview__prev {
    position: absolute;
    top: auto;
    bottom: 0;
    right: 64px;
    transform: translateY(-50%);
    z-index: 999;
    display: block;
  }
  .productPreview__container .productPreview__wrapper .productPreview__slider .productPreview__prev button {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    background: transparent;
    color: rgb(43, 45, 51);
    border-color: rgb(43, 45, 51);
  }
  .productPreview__container .productPreview__wrapper .productPreview__slider .productPreview__prev button span {
    display: none;
  }
  .productPreview__container .productPreview__wrapper .productPreview__slider .productPreview__prev button i {
    font-size: 20px;
  }
  .productPreview__container .productPreview__wrapper .productPreview__slider .productPreview__prev button:hover {
    background: rgb(43, 45, 51);
    color: #fff;
  }
  .productPreview__container .productPreview__wrapper .productPreview__slider .productPreview__next {
    position: absolute;
    top: auto;
    bottom: 0;
    right: 16px;
    transform: translateY(-50%);
    z-index: 999;
    display: block;
  }
  .productPreview__container .productPreview__wrapper .productPreview__slider .productPreview__next button {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    background: rgb(43, 45, 51);
    color: #fff;
    border-color: rgb(43, 45, 51);
  }
  .productPreview__container .productPreview__wrapper .productPreview__slider .productPreview__next button span {
    display: none;
  }
  .productPreview__container .productPreview__wrapper .productPreview__slider .productPreview__pagination {
    position: absolute;
    display: flex;
    justify-content: start;
    z-index: 90;
    left: 16px;
    gap: 4px;
    bottom: 16px;
  }
  .productPreview__container .productPreview__wrapper .productPreview__slider .productPreview__pagination .swiper-pagination-bullet {
    margin: 0;
    border-radius: 1px;
  }
  .productPreview__container .productPreview__wrapper .productPreview__slider .productPreview__pagination .swiper-pagination-bullet-active {
    background: rgb(28, 30, 34);
  }
  .productPreview__container .productPreview__wrapper .productPreview__slider .swiper-pagination-fraction {
    width: 65px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border: 1px solid #c4c4c4;
    border-radius: 2px;
    font-family: var(--font-family-Rubik);
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
  }
  .productPreview__container .productPreview__wrapper .productPreview__slider .swiper-pagination-fraction .swiper-pagination-current {
    color: #ff6f39;
  }
  .productPreview__container .productPreview__wrapper .productPreview__vertical__slider {
    display: flex;
  }
  .productPreview__container .productPreview__wrapper .productPreview__vertical__slider .swiper-wrapper {
    width: 132px;
    height: 132px;
  }
  .productPreview__container .productPreview__wrapper .productPreview__vertical__slider .swiper-wrapper .swiper-slide {
    max-width: 132px;
    max-height: 132px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #f3f3f3;
  }
  .productPreview__container .productPreview__wrapper .productPreview__vertical__slider .swiper-wrapper .swiper-slide img {
    width: 100%;
  }
  .productPreview__container .productPreview__wrapper .productPreview__content {
    width: 100%;
    padding: 0px;
    display: flex;
    flex-direction: row;
    gap: 0px;
    border: 1px solid rgb(243, 243, 243);
  }
  .productPreview__container .productPreview__wrapper .productPreview__content .productPrice__wrapper {
    min-width: 296px;
    padding: 24px;
  }
  .productPreview__container .productPreview__wrapper .productPreview__content .productContent_wrapper {
    padding: 24px;
    border-right: 1px solid rgb(243, 243, 243);
    flex: 1;
  }
  .productPreview__container .productPreview__wrapper .productPreview__content .productContent_wrapper .product__title {
    font-family: var(--font-family-Roboto);
    font-weight: 500;
    font-style: Medium;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;
    color: rgb(43, 45, 51);
  }
  .productPreview__container .productPreview__wrapper .productPreview__content .productContent_wrapper .product_inStock {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .productPreview__container .productPreview__wrapper .productPreview__content .productContent_wrapper .product_inStock p {
    display: flex;
    align-items: center;
    gap: 6px;
    font-family: var(--font-family-Rubik);
    font-weight: 400;
    font-size: 14px;
    line-height: 145%;
    letter-spacing: 0%;
    color: rgb(63, 185, 80);
  }
  .productPreview__container .productPreview__wrapper .productPreview__content .productContent_wrapper .product_inStock p span {
    width: 8px;
    height: 8px;
    background-color: rgb(63, 185, 80);
    border-radius: 999px;
  }
  .productPreview__container .productPreview__wrapper .productPreview__content .productContent_wrapper .product_inStock .art {
    color: rgb(159, 159, 159);
  }
  .productPreview__container .productPreview__wrapper .productPreview__content .productContent_wrapper hr {
    height: 1px;
    border: none;
    background: rgb(243, 243, 243);
  }
  .productPreview__container .productPreview__wrapper .productPreview__content .productContent_wrapper .product__characteristics {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .productPreview__container .productPreview__wrapper .productPreview__content .productContent_wrapper .product__characteristics h3 {
    font-family: var(--font-family-Roboto);
    text-transform: uppercase;
    font-weight: 500;
    font-style: Medium;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    color: rgb(90, 90, 90);
  }
  .productPreview__container .productPreview__wrapper .productPreview__content .productContent_wrapper .product__characteristics .characteristics__box ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 4px;
  }
  .productPreview__container .productPreview__wrapper .productPreview__content .productContent_wrapper .product__characteristics .characteristics__box ul li {
    display: flex;
  }
  .productPreview__container .productPreview__wrapper .productPreview__content .productContent_wrapper .product__characteristics .characteristics__box ul li .dots {
    flex-grow: 1;
    margin: 0 8px;
    margin-bottom: 5px;
    border-bottom: 2px dotted rgb(159, 159, 159);
  }
  .productPreview__container .productPreview__wrapper .productPreview__content .productContent_wrapper .product__characteristics .characteristics__box ul li .label {
    font-family: var(--font-family-Rubik);
    font-weight: 400;
    font-size: 14px;
    line-height: 145%;
    letter-spacing: 0%;
    color: rgb(159, 159, 159);
  }
  .productPreview__container .productPreview__wrapper .productPreview__content .productContent_wrapper .product__characteristics .characteristics__box ul li .value {
    font-family: var(--font-family-Rubik);
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 145%;
    letter-spacing: 0%;
  }
  .productPreview__container .productPreview__wrapper .productPreview__content .productPrice__content {
    display: flex;
    flex-direction: column;
    gap: 4px;
  }
  .productPreview__container .productPreview__wrapper .productPreview__content .productPrice__content .discountBlock {
    display: flex;
    gap: 4px;
  }
  .productPreview__container .productPreview__wrapper .productPreview__content .productPrice__content .discountBlock p {
    font-family: var(--font-family-Rubik);
    font-weight: 400;
    font-size: 14px;
    line-height: 145%;
    letter-spacing: 0%;
    color: rgb(159, 159, 159);
    text-decoration: line-through;
  }
  .productPreview__container .productPreview__wrapper .productPreview__content .productPrice__content .discountBlock .discount_container {
    width: 36px;
    height: 21px;
    background: rgb(229, 57, 53);
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .productPreview__container .productPreview__wrapper .productPreview__content .productPrice__content .discountBlock .discount_container span {
    font-family: var(--font-family-Roboto);
    font-weight: 300;
    font-style: Light;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
  }
  .productPreview__container .productPreview__wrapper .productPreview__content .productPrice__content .priceBlock {
    display: flex;
    align-items: center;
  }
  .productPreview__container .productPreview__wrapper .productPreview__content .productPrice__content .priceBlock h2 {
    font-family: var(--font-family-Roboto);
    font-weight: 500;
    font-style: Medium;
    font-size: 28px;
    line-height: 130%;
    letter-spacing: 0%;
    display: flex;
    align-items: center;
  }
  .productPreview__container .productPreview__wrapper .productPreview__content .productPrice__content .priceBlock span {
    font-family: var(--font-family-Rubik);
    font-weight: 400;
    font-size: 16px;
    line-height: 145%;
    margin-left: 8px;
    letter-spacing: 0%;
    color: rgb(159, 159, 159);
  }
  .productPreview__container .productPreview__wrapper .productPreview__content .productPrice__content .priceBlock p {
    display: none;
  }
  .productPreview__container .productPreview__wrapper .productPreview__content .productPrice__content .productPrice__actions {
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 8px;
    margin-bottom: 16px;
  }
  .productPreview__container .productPreview__wrapper .productPreview__content .productPrice__content .productPrice__actions form {
    width: 100%;
  }
  .productPreview__container .productPreview__wrapper .productPreview__content .productPrice__content .productPrice__actions form button {
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
  }
  .productPreview__container .productPreview__wrapper .productPreview__content .productPrice__content .productPrice__actions form button i {
    font-size: 20px;
  }
  .productPreview__container .productPreview__wrapper .productPreview__content .productPrice__content .productPrice__actions .actions__up {
    width: 124px;
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .productPreview__container .productPreview__wrapper .productPreview__content .productPrice__content .productPrice__actions .actions__up .product__quantity {
    width: 124px;
    height: 40px;
    display: flex;
    align-items: center;
    position: relative;
  }
  .productPreview__container .productPreview__wrapper .productPreview__content .productPrice__content .productPrice__actions .actions__up .product__quantity button {
    width: 32px;
    height: 32px;
    background: transparent;
    border: none;
    z-index: 90;
  }
  .productPreview__container .productPreview__wrapper .productPreview__content .productPrice__content .productPrice__actions .actions__up .product__quantity button i {
    font-size: 20px;
  }
  .productPreview__container .productPreview__wrapper .productPreview__content .productPrice__content .productPrice__actions .actions__up .product__quantity .minus {
    position: absolute;
    left: 8px;
  }
  .productPreview__container .productPreview__wrapper .productPreview__content .productPrice__content .productPrice__actions .actions__up .product__quantity .plus {
    position: absolute;
    right: 8px;
  }
  .productPreview__container .productPreview__wrapper .productPreview__content .productPrice__content .productPrice__actions .actions__up .product__quantity input {
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    font-family: var(--font-family-Rubik);
    font-weight: 400;
    font-size: 14px;
    line-height: 145%;
    letter-spacing: 0%;
    text-align: center;
    color: rgb(90, 90, 90);
    background: rgb(243, 243, 243);
    border: 1px solid rgb(196, 196, 196);
    border-radius: 2px;
  }
  .productPreview__container .productPreview__wrapper .productPreview__content .productPrice__content .btnOneClick {
    width: 100%;
    display: flex;
    align-items: center;
    height: 40px;
  }
  .productPreview__container .productPreview__wrapper .productPreview__content .product__description {
    display: none !important;
    flex-direction: column;
    -ms-overflow-style: none;
    gap: 16px;
  }
  .productPreview__container .productPreview__wrapper .productPreview__content .product__description h2 {
    text-transform: uppercase;
    font-family: var(--font-family-Roboto);
    font-weight: 500;
    font-style: Medium;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    color: rgb(90, 90, 90);
  }
  .productPreview__container .productPreview__wrapper .productPreview__content .product__description p {
    font-family: var(--font-family-Rubik);
    font-weight: 400;
    font-size: 14px;
    line-height: 145%;
    letter-spacing: 0%;
    color: rgb(43, 45, 51);
  }
  .productPreview__container .productPreview__wrapper .productPreview__content .product_methodsOfpayment .footer_methods_payment ul {
    display: flex;
    flex-direction: row;
    list-style: none;
    gap: 8px;
  }
  .productPreview__container .productPreview__wrapper .productPreview__content .product_methodsOfpayment .footer_methods_payment ul li {
    width: 35px;
    height: 24px;
    background: #fff;
    border: 1px solid rgb(217, 217, 217);
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .productPreview__container .productPreview__wrapper .productPreview__content .product_methodsOfpayment .footer_methods_payment ul li picture {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .productPreview__container .productPreview__wrapper .productPreview__content .product_methodsOfpayment .footer_methods_payment ul li picture img {
    height: 100%;
  }
  .product__description {
    overflow-y: unset;
    display: flex !important;
    flex-direction: column;
    gap: 16px;
    padding: 24px;
    border: 1px solid rgb(243, 243, 243);
  }
  .product__description h2 {
    text-transform: uppercase;
    font-family: var(--font-family-Roboto);
    font-weight: 500;
    font-style: Medium;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    color: rgb(90, 90, 90);
  }
  .product__description p {
    font-family: var(--font-family-Rubik);
    font-weight: 400;
    font-size: 14px;
    line-height: 145%;
    letter-spacing: 0%;
    color: rgb(43, 45, 51);
  }
}
@media screen and (min-width: 1920px) {
  .productPreview__container {
    padding: 40px 0;
  }
  .productPreview__container .breadcrumbs {
    margin-bottom: 48px;
  }
  .productPreview__container .productPreview__wrapper {
    display: flex;
  }
  .productPreview__container .productPreview__wrapper .slider__wrapper {
    display: flex;
    flex-direction: row-reverse;
  }
  .productPreview__container .productPreview__wrapper .productPreview__slider {
    min-width: 638px;
    height: 638px;
    border: 1px solid rgb(243, 243, 243);
  }
  .productPreview__container .productPreview__wrapper .productPreview__slider .swiper {
    width: 638px;
    margin: 0;
  }
  .productPreview__container .productPreview__wrapper .productPreview__slider .swiper-wrapper {
    height: 638px;
    max-width: 638px;
    position: relative;
  }
  .productPreview__container .productPreview__wrapper .productPreview__slider .swiper-wrapper .swiper-slide {
    width: 638px;
    height: 638px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .productPreview__container .productPreview__wrapper .productPreview__slider .swiper-wrapper .swiper-slide img {
    width: 300px;
    height: 300px;
    object-fit: cover;
  }
  .productPreview__container .productPreview__wrapper .productPreview__slider .productPreview__prev {
    position: absolute;
    top: auto;
    bottom: 0;
    right: 72px;
    transform: translateY(-50%);
    z-index: 999;
    display: block;
  }
  .productPreview__container .productPreview__wrapper .productPreview__slider .productPreview__prev button {
    width: 48px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    background: transparent;
    color: rgb(43, 45, 51);
    border-color: rgb(43, 45, 51);
  }
  .productPreview__container .productPreview__wrapper .productPreview__slider .productPreview__prev button span {
    display: none;
  }
  .productPreview__container .productPreview__wrapper .productPreview__slider .productPreview__prev button i {
    font-size: 20px;
  }
  .productPreview__container .productPreview__wrapper .productPreview__slider .productPreview__prev button:hover {
    background: rgb(43, 45, 51);
    color: #fff;
  }
  .productPreview__container .productPreview__wrapper .productPreview__slider .productPreview__next {
    position: absolute;
    top: auto;
    bottom: 0;
    right: 16px;
    transform: translateY(-50%);
    z-index: 999;
    display: block;
  }
  .productPreview__container .productPreview__wrapper .productPreview__slider .productPreview__next button {
    width: 48px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    background: rgb(43, 45, 51);
    color: #fff;
    border-color: rgb(43, 45, 51);
  }
  .productPreview__container .productPreview__wrapper .productPreview__slider .productPreview__next button span {
    display: none;
  }
  .productPreview__container .productPreview__wrapper .productPreview__slider .productPreview__pagination {
    position: absolute;
    display: flex;
    justify-content: start;
    z-index: 90;
    left: 16px;
    gap: 4px;
    bottom: 16px;
  }
  .productPreview__container .productPreview__wrapper .productPreview__slider .productPreview__pagination .swiper-pagination-bullet {
    margin: 0;
    border-radius: 1px;
  }
  .productPreview__container .productPreview__wrapper .productPreview__slider .productPreview__pagination .swiper-pagination-bullet-active {
    background: rgb(28, 30, 34);
  }
  .productPreview__container .productPreview__wrapper .productPreview__slider .swiper-pagination-fraction {
    width: 81px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border: 1px solid #c4c4c4;
    border-radius: 2px;
    font-family: var(--font-family-Rubik);
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
  }
  .productPreview__container .productPreview__wrapper .productPreview__slider .swiper-pagination-fraction .swiper-pagination-current {
    color: #ff6f39;
  }
  .productPreview__container .productPreview__wrapper .productPreview__vertical__slider {
    display: flex;
  }
  .productPreview__container .productPreview__wrapper .productPreview__vertical__slider .swiper-wrapper {
    width: 160px;
    height: 160px;
  }
  .productPreview__container .productPreview__wrapper .productPreview__vertical__slider .swiper-wrapper .swiper-slide {
    max-width: 160px;
    max-height: 160px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #f3f3f3;
  }
  .productPreview__container .productPreview__wrapper .productPreview__vertical__slider .swiper-wrapper .swiper-slide img {
    width: 100%;
  }
  .productPreview__container .productPreview__wrapper .productPreview__content {
    width: 100%;
    padding: 0px;
    display: flex;
    flex-direction: row;
    gap: 0px;
    border: 1px solid rgb(243, 243, 243);
  }
  .productPreview__container .productPreview__wrapper .productPreview__content .productPrice__wrapper {
    min-width: 458px;
    padding: 24px;
  }
  .productPreview__container .productPreview__wrapper .productPreview__content .productContent_wrapper {
    padding: 24px;
    border-right: 1px solid rgb(243, 243, 243);
    flex: 1;
  }
  .productPreview__container .productPreview__wrapper .productPreview__content .productContent_wrapper .product__title {
    font-family: var(--font-family-Roboto);
    font-weight: 500;
    font-style: Medium;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;
    color: rgb(43, 45, 51);
  }
  .productPreview__container .productPreview__wrapper .productPreview__content .productContent_wrapper .product_inStock {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .productPreview__container .productPreview__wrapper .productPreview__content .productContent_wrapper .product_inStock p {
    display: flex;
    align-items: center;
    gap: 6px;
    font-family: var(--font-family-Rubik);
    font-weight: 400;
    font-size: 14px;
    line-height: 145%;
    letter-spacing: 0%;
    color: rgb(63, 185, 80);
  }
  .productPreview__container .productPreview__wrapper .productPreview__content .productContent_wrapper .product_inStock p span {
    width: 8px;
    height: 8px;
    background-color: rgb(63, 185, 80);
    border-radius: 999px;
  }
  .productPreview__container .productPreview__wrapper .productPreview__content .productContent_wrapper .product_inStock .art {
    color: rgb(159, 159, 159);
  }
  .productPreview__container .productPreview__wrapper .productPreview__content .productContent_wrapper hr {
    height: 1px;
    border: none;
    background: rgb(243, 243, 243);
  }
  .productPreview__container .productPreview__wrapper .productPreview__content .productContent_wrapper .product__characteristics {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .productPreview__container .productPreview__wrapper .productPreview__content .productContent_wrapper .product__characteristics h3 {
    font-family: var(--font-family-Roboto);
    text-transform: uppercase;
    font-weight: 500;
    font-style: Medium;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    color: rgb(90, 90, 90);
  }
  .productPreview__container .productPreview__wrapper .productPreview__content .productContent_wrapper .product__characteristics .characteristics__box ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 4px;
  }
  .productPreview__container .productPreview__wrapper .productPreview__content .productContent_wrapper .product__characteristics .characteristics__box ul li {
    display: flex;
  }
  .productPreview__container .productPreview__wrapper .productPreview__content .productContent_wrapper .product__characteristics .characteristics__box ul li .dots {
    flex-grow: 1;
    margin: 0 8px;
    margin-bottom: 5px;
    border-bottom: 2px dotted rgb(159, 159, 159);
  }
  .productPreview__container .productPreview__wrapper .productPreview__content .productContent_wrapper .product__characteristics .characteristics__box ul li .label {
    font-family: var(--font-family-Rubik);
    font-weight: 400;
    font-size: 16px;
    line-height: 145%;
    letter-spacing: 0%;
    color: rgb(159, 159, 159);
  }
  .productPreview__container .productPreview__wrapper .productPreview__content .productContent_wrapper .product__characteristics .characteristics__box ul li .value {
    font-family: var(--font-family-Rubik);
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 145%;
    letter-spacing: 0%;
  }
  .productPreview__container .productPreview__wrapper .productPreview__content .productPrice__content {
    display: flex;
    flex-direction: column;
    gap: 4px;
  }
  .productPreview__container .productPreview__wrapper .productPreview__content .productPrice__content .discountBlock {
    display: flex;
    gap: 4px;
  }
  .productPreview__container .productPreview__wrapper .productPreview__content .productPrice__content .discountBlock p {
    font-family: var(--font-family-Rubik);
    font-weight: 400;
    font-size: 14px;
    line-height: 145%;
    letter-spacing: 0%;
    color: rgb(159, 159, 159);
    text-decoration: line-through;
  }
  .productPreview__container .productPreview__wrapper .productPreview__content .productPrice__content .discountBlock .discount_container {
    width: 36px;
    height: 21px;
    background: rgb(229, 57, 53);
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .productPreview__container .productPreview__wrapper .productPreview__content .productPrice__content .discountBlock .discount_container span {
    font-family: var(--font-family-Roboto);
    font-weight: 300;
    font-style: Light;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
  }
  .productPreview__container .productPreview__wrapper .productPreview__content .productPrice__content .priceBlock {
    display: flex;
    align-items: center;
  }
  .productPreview__container .productPreview__wrapper .productPreview__content .productPrice__content .priceBlock h2 {
    font-family: var(--font-family-Roboto);
    font-weight: 500;
    font-style: Medium;
    font-size: 40px;
    line-height: 130%;
    letter-spacing: 0%;
    display: flex;
    align-items: center;
  }
  .productPreview__container .productPreview__wrapper .productPreview__content .productPrice__content .priceBlock span {
    font-family: var(--font-family-Rubik);
    font-weight: 400;
    font-size: 18px;
    line-height: 145%;
    letter-spacing: 0%;
    color: rgb(159, 159, 159);
  }
  .productPreview__container .productPreview__wrapper .productPreview__content .productPrice__content .priceBlock p {
    display: none;
  }
  .productPreview__container .productPreview__wrapper .productPreview__content .productPrice__content .productPrice__actions {
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 8px;
    margin-bottom: 16px;
  }
  .productPreview__container .productPreview__wrapper .productPreview__content .productPrice__content .productPrice__actions form {
    width: 100%;
  }
  .productPreview__container .productPreview__wrapper .productPreview__content .productPrice__content .productPrice__actions form button {
    width: 100%;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
  }
  .productPreview__container .productPreview__wrapper .productPreview__content .productPrice__content .productPrice__actions form button i {
    font-size: 20px;
  }
  .productPreview__container .productPreview__wrapper .productPreview__content .productPrice__content .productPrice__actions .actions__up {
    width: 124px;
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .productPreview__container .productPreview__wrapper .productPreview__content .productPrice__content .productPrice__actions .actions__up .counter__container {
    height: 48px;
  }
  .productPreview__container .productPreview__wrapper .productPreview__content .productPrice__content .productPrice__actions .actions__up .counter__container .counter {
    height: 48px;
  }
  .productPreview__container .productPreview__wrapper .productPreview__content .productPrice__content .productPrice__actions .actions__up .counter__container .counter input {
    height: 48px;
  }
  .productPreview__container .productPreview__wrapper .productPreview__content .productPrice__content .btnOneClick {
    width: 100%;
    display: flex;
    align-items: center;
    height: 48px;
  }
  .productPreview__container .productPreview__wrapper .productPreview__content .product__description {
    display: none !important;
    flex-direction: column;
    gap: 16px;
  }
  .productPreview__container .productPreview__wrapper .productPreview__content .product__description h2 {
    text-transform: uppercase;
    font-family: var(--font-family-Roboto);
    font-weight: 500;
    font-style: Medium;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    color: rgb(90, 90, 90);
  }
  .productPreview__container .productPreview__wrapper .productPreview__content .product__description p {
    font-family: var(--font-family-Rubik);
    font-weight: 400;
    font-size: 14px;
    line-height: 145%;
    letter-spacing: 0%;
    color: rgb(43, 45, 51);
  }
  .productPreview__container .productPreview__wrapper .productPreview__content .product_methodsOfpayment .footer_methods_payment ul {
    display: flex;
    flex-direction: row;
    list-style: none;
    gap: 8px;
  }
  .productPreview__container .productPreview__wrapper .productPreview__content .product_methodsOfpayment .footer_methods_payment ul li {
    width: 35px;
    height: 24px;
    background: #fff;
    border: 1px solid rgb(217, 217, 217);
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .productPreview__container .productPreview__wrapper .productPreview__content .product_methodsOfpayment .footer_methods_payment ul li picture {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .productPreview__container .productPreview__wrapper .productPreview__content .product_methodsOfpayment .footer_methods_payment ul li picture img {
    height: 100%;
  }
  .product__description {
    overflow-y: unset;
    display: flex !important;
    flex-direction: column;
    gap: 16px;
    padding: 24px;
    border: 1px solid rgb(243, 243, 243);
  }
  .product__description h2 {
    text-transform: uppercase;
    font-family: var(--font-family-Roboto);
    font-weight: 500;
    font-style: Medium;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    color: rgb(90, 90, 90);
  }
  .product__description p {
    font-family: var(--font-family-Rubik);
    font-weight: 400;
    font-size: 14px;
    line-height: 145%;
    letter-spacing: 0%;
    color: rgb(43, 45, 51);
  }
}
.filterModal__container {
  top: 0;
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.16);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease;
}
.filterModal__container.active {
  visibility: visible;
  transition: 0.3s ease;
  opacity: 1;
}
.filterModal__container .filterModal__body {
  width: 0px;
  background: var(--neutral-white);
  position: relative;
  padding: 16px;
  height: 100vh;
  visibility: hidden;
  transition: 0.3s ease;
  opacity: 0;
}
.filterModal__container .filterModal__body.active {
  width: 285px;
  transition: 0.3s ease;
  visibility: visible;
  opacity: 1;
}
.filterModal__container .filterModal__body .filterContent_container {
  height: calc(100% - 120px);
  overflow-y: scroll;
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.filterModal__container .filterModal__body .catalog__getMore {
  padding: 16px 0px;
}
.filterModal__container .filterModal__body .catalog__getMore button {
  width: 100%;
  height: 48px;
  font-size: 14px;
}
.filterModal__container .filterModal__body #closeModalFilter {
  position: absolute;
  top: 16px;
  right: 16px;
  font-size: 24px;
  color: rgb(159, 159, 159);
}
.filterModal__container .filterModal__body #closeModalFilter:hover {
  color: #1c1e22;
  cursor: pointer;
}
.filterModal__container .filterModal__body h1 {
  font-family: var(--font-family-Roboto);
  font-weight: 500;
  font-style: Medium;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0%;
  color: rgb(58, 61, 66);
  margin-bottom: 16px;
}
.filterModal__container .filterModal__body h1 span {
  font-family: var(--font-family-Rubik);
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0%;
  color: #9f9f9f;
}
.filterModal__container .filterModal__body .catalog__filter-content {
  max-height: calc(100% - 80px);
  overflow-y: auto;
}
.filterModal__container .filterModal__body details {
  width: 100%;
  height: fit-content;
  font-family: var(--font-family-Roboto);
  font-weight: 500;
  font-style: Medium;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0%;
  color: rgb(43, 45, 51);
  overflow: hidden;
  padding: 16px 0px;
  border-top: 1px solid #f3f3f3;
}
.filterModal__container .filterModal__body details summary {
  align-items: center;
  cursor: pointer;
}
.filterModal__container .filterModal__body details .details-content {
  display: flex;
  flex-direction: column;
  gap: 16px;
  font-family: var(--font-family-Rubik);
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  line-height: 145%;
  letter-spacing: 0%;
}
.filterModal__container .filterModal__body details .details-content label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  cursor: pointer;
  position: relative;
  user-select: none;
}
.filterModal__container .filterModal__body details .details-content label .checkbox__item {
  display: flex;
  align-items: center;
  gap: 8px;
}
.filterModal__container .filterModal__body details .details-content label .checkbox__count {
  font-family: var(--font-family-Rubik);
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 145%;
  letter-spacing: 0%;
  color: #9f9f9f;
}
.filterModal__container .filterModal__body details .details-content label input {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  min-width: 20px;
  height: 20px;
  border: 1px solid rgb(159, 159, 159);
  border-radius: 1px;
  background-color: #fff;
  cursor: pointer;
  position: relative;
  transition: all 0.2s ease;
}
.filterModal__container .filterModal__body details .details-content label span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}
.filterModal__container .filterModal__body details .details-content label span i {
  color: white;
  font-size: 14px;
  display: none;
}
.filterModal__container .filterModal__body details .details-content label input:checked {
  background: rgb(255, 111, 57);
  border-color: rgb(255, 111, 57);
}
.filterModal__container .filterModal__body details .details-content label input:checked:hover {
  background-color: #e65b27;
}
.filterModal__container .filterModal__body details .details-content label input:checked + span i {
  display: block;
}
.filterModal__container .filterModal__body details:open::details-content {
  block-size: auto;
}
.filterModal__container .filterModal__body details[open] {
  transition: height 0.3s ease;
  height: fit-content;
  block-size: auto;
  padding: 0px;
}
.filterModal__container .filterModal__body details[open] summary {
  padding-top: 16px;
  padding-bottom: 20px;
}
.filterModal__container .filterModal__body details[open] .details-content {
  margin-bottom: 16px;
}
.filterModal__container .filterModal__body details[open] .details-content .details-content_up {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 16px;
}
.filterModal__container .filterModal__body details[open] .details-content .details-content_up input {
  width: 100%;
  height: 40px;
  text-align: center;
  border-radius: 2px;
  border: 1px solid rgb(196, 196, 196);
  font-family: var(--font-family-Rubik);
  font-weight: 400;
  font-size: 14px;
  line-height: 145%;
  letter-spacing: 0%;
}
.filterModal__container .filterModal__body details[open] .details-content .range_container {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.filterModal__container .filterModal__body details[open] .details-content .range_container .sliders_control {
  position: relative;
  min-height: 50px;
}
.filterModal__container .filterModal__body details[open] .details-content .range_container .form_control {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 16px;
  flex-direction: row;
  font-size: 24px;
  color: #635a5a;
}
.filterModal__container .filterModal__body details[open] .details-content .range_container .form_control .form_control_container input {
  width: 100%;
  height: 32px;
  text-align: center;
  font-family: var(--font-family-Rubik);
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  color: #5a5a5a;
  leading-trim: NONE;
  line-height: 145%;
  letter-spacing: 0%;
  border: 1px solid #c4c4c4;
  border-radius: 2px;
}
.filterModal__container .filterModal__body details[open] .details-content .range_container .form_control .form_control_separator {
  height: 2px;
  min-width: 16px;
  border-radius: 1px;
  background: #6a6d5e;
}
.filterModal__container .filterModal__body details[open] .details-content .range_container .slider__wrapper {
  height: 20px;
  width: 100%;
  margin-top: 40px;
  padding: 0 16px;
}
.filterModal__container .filterModal__body details[open] .details-content .range_container .slider__wrapper .sliderRange {
  height: 2px;
  border: none;
}
.filterModal__container .filterModal__body details[open] .details-content .range_container .slider__wrapper .sliderRange .noUi-base {
  height: 2px;
}
.filterModal__container .filterModal__body details[open] .details-content .range_container .slider__wrapper .sliderRange .noUi-base .noUi-handle {
  width: 32px;
  height: 32px;
  box-shadow: none;
  background: #ff6f39;
  border: none;
  border-radius: 999px;
}
.filterModal__container .filterModal__body details[open] .details-content .range_container .slider__wrapper .sliderRange .noUi-base .noUi-handle::after {
  display: none;
}
.filterModal__container .filterModal__body details[open] .details-content .range_container .slider__wrapper .sliderRange .noUi-base .noUi-handle::before {
  display: none;
}
.filterModal__container .filterModal__body details[open] .details-content .range_container .slider__wrapper .sliderRange .noUi-base .noUi-connects {
  width: 100%;
  background: #c4c4c4;
}
.filterModal__container .filterModal__body details[open] .details-content .range_container .slider__wrapper .sliderRange .noUi-base .noUi-connect {
  background: #ff6f39;
  width: 100%;
}
.filterModal__container .filterModal__body details[open] .details-content .range_container .slider__wrapper .sliderRange .noUi-base .noUi-handle {
  top: -15px;
}
.filterModal__container .filterModal__body details[open] .details-content p {
  font-family: var(--font-family-Rubik);
  font-weight: 400;
  text-transform: capitalize;
  font-size: 14px;
  line-height: 145%;
  letter-spacing: 0%;
  color: rgb(90, 90, 90);
  padding-block: 1rem;
}
.filterModal__container .filterModal__body .showProducts {
  width: 100%;
  height: 40px;
  margin: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (min-width: 768px) {
  .filterModal__container {
    top: 0;
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.16);
    opacity: 0;
    visibility: hidden;
    transition: 0.3s ease;
  }
  .filterModal__container.active {
    visibility: visible;
    transition: 0.3s ease;
    opacity: 1;
  }
  .filterModal__container .filterModal__body {
    width: 0px;
    background: var(--neutral-white);
    position: relative;
    padding: 32px;
    height: 100vh;
    visibility: hidden;
    transition: 0.3s ease;
    opacity: 0;
  }
  .filterModal__container .filterModal__body.active {
    width: 463px;
    transition: 0.3s ease;
    visibility: visible;
    opacity: 1;
  }
  .filterModal__container .filterModal__body .filterContent_container {
    height: calc(100% - 120px);
    overflow-y: scroll;
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .filterModal__container .filterModal__body .catalog__getMore {
    padding: 32px 0px;
  }
  .filterModal__container .filterModal__body .catalog__getMore button {
    width: 100%;
    height: 48px;
    font-size: 14px;
  }
  .filterModal__container .filterModal__body #closeModalFilter {
    position: absolute;
    top: 32px;
    right: 32px;
    font-size: 24px;
    color: rgb(159, 159, 159);
  }
  .filterModal__container .filterModal__body h1 {
    font-family: var(--font-family-Roboto);
    font-weight: 500;
    font-style: Medium;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;
    color: rgb(58, 61, 66);
    margin-bottom: 16px;
  }
  .filterModal__container .filterModal__body h1 span {
    font-family: var(--font-family-Rubik);
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0%;
    color: #9f9f9f;
  }
  .filterModal__container .filterModal__body .catalog__filter-content {
    max-height: calc(100% - 80px);
    overflow-y: auto;
  }
  .filterModal__container .filterModal__body details {
    width: 100%;
    height: fit-content;
    font-family: var(--font-family-Roboto);
    font-weight: 500;
    font-style: Medium;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;
    color: rgb(43, 45, 51);
    overflow: hidden;
    padding: 16px 0px;
    border-top: 1px solid #f3f3f3;
  }
  .filterModal__container .filterModal__body details summary {
    align-items: center;
    cursor: pointer;
  }
  .filterModal__container .filterModal__body details .details-content {
    display: flex;
    flex-direction: column;
    gap: 16px;
    font-family: var(--font-family-Rubik);
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    line-height: 145%;
    letter-spacing: 0%;
  }
  .filterModal__container .filterModal__body details .details-content label {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    cursor: pointer;
    position: relative;
    user-select: none;
  }
  .filterModal__container .filterModal__body details .details-content label .checkbox__item {
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .filterModal__container .filterModal__body details .details-content label .checkbox__count {
    font-family: var(--font-family-Rubik);
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 145%;
    letter-spacing: 0%;
    color: #9f9f9f;
  }
  .filterModal__container .filterModal__body details .details-content label input {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    min-width: 20px;
    height: 20px;
    border: 1px solid rgb(159, 159, 159);
    border-radius: 1px;
    background-color: #fff;
    cursor: pointer;
    position: relative;
    transition: all 0.2s ease;
  }
  .filterModal__container .filterModal__body details .details-content label span {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
  }
  .filterModal__container .filterModal__body details .details-content label span i {
    color: white;
    font-size: 14px;
    display: none;
  }
  .filterModal__container .filterModal__body details .details-content label input:checked {
    background: rgb(255, 111, 57);
    border-color: rgb(255, 111, 57);
  }
  .filterModal__container .filterModal__body details .details-content label input:checked + span i {
    display: block;
  }
  .filterModal__container .filterModal__body details:open::details-content {
    block-size: auto;
  }
  .filterModal__container .filterModal__body details[open] {
    transition: height 0.3s ease;
    height: fit-content;
    block-size: auto;
    padding: 0px;
  }
  .filterModal__container .filterModal__body details[open] summary {
    padding-top: 16px;
    padding-bottom: 20px;
  }
  .filterModal__container .filterModal__body details[open] .details-content {
    margin-bottom: 16px;
  }
  .filterModal__container .filterModal__body details[open] .details-content .details-content_up {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 16px;
  }
  .filterModal__container .filterModal__body details[open] .details-content .details-content_up input {
    width: 100%;
    height: 40px;
    text-align: center;
    border-radius: 2px;
    border: 1px solid rgb(196, 196, 196);
    font-family: var(--font-family-Rubik);
    font-weight: 400;
    font-size: 14px;
    line-height: 145%;
    letter-spacing: 0%;
  }
  .filterModal__container .filterModal__body details[open] .details-content .range_container {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .filterModal__container .filterModal__body details[open] .details-content .range_container .sliders_control {
    position: relative;
    min-height: 50px;
  }
  .filterModal__container .filterModal__body details[open] .details-content .range_container .form_control {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 16px;
    flex-direction: row;
    font-size: 24px;
    color: #635a5a;
  }
  .filterModal__container .filterModal__body details[open] .details-content .range_container .form_control .form_control_container input {
    width: 100%;
    height: 40px;
    text-align: center;
    font-family: var(--font-family-Rubik);
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    color: #5a5a5a;
    leading-trim: NONE;
    line-height: 145%;
    letter-spacing: 0%;
    border: 1px solid #c4c4c4;
    border-radius: 2px;
  }
  .filterModal__container .filterModal__body details[open] .details-content .range_container .form_control .form_control_separator {
    height: 2px;
    min-width: 16px;
    border-radius: 1px;
    background: #6a6d5e;
  }
  .filterModal__container .filterModal__body details[open] .details-content .range_container .slider__wrapper {
    height: 20px;
    width: 100%;
    margin-top: 40px;
    padding: 0 16px;
  }
  .filterModal__container .filterModal__body details[open] .details-content .range_container .slider__wrapper .sliderRange {
    height: 2px;
    border: none;
  }
  .filterModal__container .filterModal__body details[open] .details-content .range_container .slider__wrapper .sliderRange .noUi-base {
    height: 2px;
  }
  .filterModal__container .filterModal__body details[open] .details-content .range_container .slider__wrapper .sliderRange .noUi-base .noUi-handle {
    width: 32px;
    height: 32px;
    box-shadow: none;
    background: #ff6f39;
    border: none;
    border-radius: 999px;
  }
  .filterModal__container .filterModal__body details[open] .details-content .range_container .slider__wrapper .sliderRange .noUi-base .noUi-handle::after {
    display: none;
  }
  .filterModal__container .filterModal__body details[open] .details-content .range_container .slider__wrapper .sliderRange .noUi-base .noUi-handle::before {
    display: none;
  }
  .filterModal__container .filterModal__body details[open] .details-content .range_container .slider__wrapper .sliderRange .noUi-base .noUi-connects {
    width: 100%;
    background: #c4c4c4;
  }
  .filterModal__container .filterModal__body details[open] .details-content .range_container .slider__wrapper .sliderRange .noUi-base .noUi-connect {
    background: #ff6f39;
    width: 100%;
  }
  .filterModal__container .filterModal__body details[open] .details-content .range_container .slider__wrapper .sliderRange .noUi-base .noUi-handle {
    top: -15px;
  }
  .filterModal__container .filterModal__body details[open] .details-content p {
    font-family: var(--font-family-Rubik);
    font-weight: 400;
    text-transform: capitalize;
    font-size: 14px;
    line-height: 145%;
    letter-spacing: 0%;
    color: rgb(90, 90, 90);
    padding-block: 1rem;
  }
  .filterModal__container .filterModal__body .showProducts {
    width: 100%;
    height: 40px;
    margin: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (min-width: 1024px) {
  .filterModal__container {
    top: 0;
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.16);
    opacity: 0;
    visibility: hidden;
    transition: 0.3s ease;
  }
  .filterModal__container.active {
    visibility: visible;
    transition: 0.3s ease;
    opacity: 1;
  }
  .filterModal__container .filterModal__body {
    width: 0px;
    background: var(--neutral-white);
    position: relative;
    padding: 32px;
    height: 100vh;
    visibility: hidden;
    transition: 0.3s ease;
    opacity: 0;
  }
  .filterModal__container .filterModal__body.active {
    width: 463px;
    transition: 0.3s ease;
    visibility: visible;
    opacity: 1;
  }
  .filterModal__container .filterModal__body .filterContent_container {
    height: calc(100% - 120px);
    overflow-y: scroll;
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .filterModal__container .filterModal__body .catalog__getMore {
    padding: 32px 0px;
  }
  .filterModal__container .filterModal__body .catalog__getMore button {
    width: 100%;
    height: 56px;
    font-size: 14px;
  }
  .filterModal__container .filterModal__body #closeModalFilter {
    position: absolute;
    top: 32px;
    right: 32px;
    font-size: 24px;
    color: rgb(159, 159, 159);
  }
  .filterModal__container .filterModal__body h1 {
    font-family: var(--font-family-Roboto);
    font-weight: 500;
    font-style: Medium;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;
    color: rgb(58, 61, 66);
    margin-bottom: 16px;
  }
  .filterModal__container .filterModal__body h1 span {
    font-family: var(--font-family-Rubik);
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0%;
    color: #9f9f9f;
  }
  .filterModal__container .filterModal__body .catalog__filter-content {
    max-height: calc(100% - 80px);
    overflow-y: auto;
  }
  .filterModal__container .filterModal__body details {
    width: 100%;
    height: fit-content;
    font-family: var(--font-family-Roboto);
    font-weight: 500;
    font-style: Medium;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;
    color: rgb(43, 45, 51);
    overflow: hidden;
    padding: 16px 0px;
    border-top: 1px solid #f3f3f3;
  }
  .filterModal__container .filterModal__body details summary {
    align-items: center;
    cursor: pointer;
  }
  .filterModal__container .filterModal__body details .details-content {
    display: flex;
    flex-direction: column;
    gap: 16px;
    font-family: var(--font-family-Rubik);
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    line-height: 145%;
    letter-spacing: 0%;
  }
  .filterModal__container .filterModal__body details .details-content label {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    cursor: pointer;
    position: relative;
    user-select: none;
  }
  .filterModal__container .filterModal__body details .details-content label .checkbox__item {
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .filterModal__container .filterModal__body details .details-content label .checkbox__count {
    font-family: var(--font-family-Rubik);
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 145%;
    letter-spacing: 0%;
    color: #9f9f9f;
  }
  .filterModal__container .filterModal__body details .details-content label input {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    min-width: 20px;
    height: 20px;
    border: 1px solid rgb(159, 159, 159);
    border-radius: 1px;
    background-color: #fff;
    cursor: pointer;
    position: relative;
    transition: all 0.2s ease;
  }
  .filterModal__container .filterModal__body details .details-content label span {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
  }
  .filterModal__container .filterModal__body details .details-content label span i {
    color: white;
    font-size: 14px;
    display: none;
  }
  .filterModal__container .filterModal__body details .details-content label input:checked {
    background: rgb(255, 111, 57);
    border-color: rgb(255, 111, 57);
  }
  .filterModal__container .filterModal__body details .details-content label input:checked + span i {
    display: block;
  }
  .filterModal__container .filterModal__body details:open::details-content {
    block-size: auto;
  }
  .filterModal__container .filterModal__body details[open] {
    transition: height 0.3s ease;
    height: fit-content;
    block-size: auto;
    padding: 0px;
  }
  .filterModal__container .filterModal__body details[open] summary {
    padding-top: 16px;
    padding-bottom: 20px;
  }
  .filterModal__container .filterModal__body details[open] .details-content {
    margin-bottom: 16px;
  }
  .filterModal__container .filterModal__body details[open] .details-content .details-content_up {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 16px;
  }
  .filterModal__container .filterModal__body details[open] .details-content .details-content_up input {
    width: 100%;
    height: 40px;
    text-align: center;
    border-radius: 2px;
    border: 1px solid rgb(196, 196, 196);
    font-family: var(--font-family-Rubik);
    font-weight: 400;
    font-size: 14px;
    line-height: 145%;
    letter-spacing: 0%;
  }
  .filterModal__container .filterModal__body details[open] .details-content .range_container {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .filterModal__container .filterModal__body details[open] .details-content .range_container .sliders_control {
    position: relative;
    min-height: 50px;
  }
  .filterModal__container .filterModal__body details[open] .details-content .range_container .form_control {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 16px;
    flex-direction: row;
    font-size: 24px;
    color: #635a5a;
  }
  .filterModal__container .filterModal__body details[open] .details-content .range_container .form_control .form_control_container input {
    width: 100%;
    height: 40px;
    text-align: center;
    font-family: var(--font-family-Rubik);
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    color: #5a5a5a;
    leading-trim: NONE;
    line-height: 145%;
    letter-spacing: 0%;
    border: 1px solid #c4c4c4;
    border-radius: 2px;
  }
  .filterModal__container .filterModal__body details[open] .details-content .range_container .form_control .form_control_separator {
    height: 2px;
    min-width: 16px;
    border-radius: 1px;
    background: #6a6d5e;
  }
  .filterModal__container .filterModal__body details[open] .details-content .range_container .slider__wrapper {
    height: 20px;
    width: 100%;
    margin-top: 40px;
    padding: 0 16px;
  }
  .filterModal__container .filterModal__body details[open] .details-content .range_container .slider__wrapper .sliderRange {
    height: 2px;
    border: none;
  }
  .filterModal__container .filterModal__body details[open] .details-content .range_container .slider__wrapper .sliderRange .noUi-base {
    height: 2px;
  }
  .filterModal__container .filterModal__body details[open] .details-content .range_container .slider__wrapper .sliderRange .noUi-base .noUi-handle {
    width: 32px;
    height: 32px;
    box-shadow: none;
    background: #ff6f39;
    border: none;
    border-radius: 999px;
  }
  .filterModal__container .filterModal__body details[open] .details-content .range_container .slider__wrapper .sliderRange .noUi-base .noUi-handle::after {
    display: none;
  }
  .filterModal__container .filterModal__body details[open] .details-content .range_container .slider__wrapper .sliderRange .noUi-base .noUi-handle::before {
    display: none;
  }
  .filterModal__container .filterModal__body details[open] .details-content .range_container .slider__wrapper .sliderRange .noUi-base .noUi-connects {
    width: 100%;
    background: #c4c4c4;
  }
  .filterModal__container .filterModal__body details[open] .details-content .range_container .slider__wrapper .sliderRange .noUi-base .noUi-connect {
    background: #ff6f39;
    width: 100%;
  }
  .filterModal__container .filterModal__body details[open] .details-content .range_container .slider__wrapper .sliderRange .noUi-base .noUi-handle {
    top: -15px;
  }
  .filterModal__container .filterModal__body details[open] .details-content p {
    font-family: var(--font-family-Rubik);
    font-weight: 400;
    text-transform: capitalize;
    font-size: 14px;
    line-height: 145%;
    letter-spacing: 0%;
    color: rgb(90, 90, 90);
    padding-block: 1rem;
  }
  .filterModal__container .filterModal__body .showProducts {
    width: 100%;
    height: 40px;
    margin: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.successOneModal__container {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  background: #000;
  background: rgba(0, 0, 0, 0.16);
  z-index: 999;
  visibility: hidden;
  display: flex;
  justify-content: center;
  opacity: 0;
  transition: 0.3s ease;
}
.successOneModal__container.active {
  height: 100%;
  visibility: visible;
  transition: 0.3s ease;
  opacity: 1;
}
.successOneModal__container .successOneModal__Body {
  width: 100%;
  height: 100vh;
  background: rgb(253, 253, 253);
  padding: 32px 16px;
  position: relative;
  visibility: hidden;
  transition: 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.successOneModal__container .successOneModal__Body .ph-x {
  position: absolute;
  top: 32px;
  right: 16px;
  font-size: 32px;
  color: #2b2d33;
}
.successOneModal__container .successOneModal__Body .ph-x:hover {
  cursor: pointer;
  color: #1c1e22;
}
.successOneModal__container .successOneModal__Body .successOneModal__header {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-top: 96px;
  padding-bottom: 64px;
}
.successOneModal__container .successOneModal__Body .successOneModal__header h1 {
  font-family: var(--font-family-Roboto);
  font-weight: 500;
  font-style: Medium;
  font-size: 28px;
  leading-trim: NONE;
  line-height: 125%;
  letter-spacing: 0%;
  text-align: center;
}
.successOneModal__container .successOneModal__Body .successOneModal__header p {
  font-family: Rubik;
  font-weight: 400;
  font-style: Regular;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
  color: #9f9f9f;
}
.successOneModal__container .successOneModal__Body button {
  width: 100%;
  height: 40px;
}
.successOneModal__container .successOneModal__Body.active {
  visibility: visible;
  height: 100%;
  transition: 0.3s ease;
}

@media screen and (min-width: 768px) {
  .successOneModal__container {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    background: #000;
    background: rgba(0, 0, 0, 0.16);
    z-index: 999;
    visibility: hidden;
    display: flex;
    justify-content: center;
    opacity: 0;
    transition: 0.3s ease;
  }
  .successOneModal__container.active {
    height: 100%;
    visibility: visible;
    transition: 0.3s ease;
    opacity: 1;
  }
  .successOneModal__container .successOneModal__Body {
    width: 704px;
    height: 100vh;
    background: rgb(253, 253, 253);
    padding: 24px;
    position: relative;
    visibility: hidden;
    transition: 0.3s ease;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-top: 140px;
  }
  .successOneModal__container .successOneModal__Body .ph-x {
    position: absolute;
    top: 24px;
    right: 24px;
    font-size: 32px;
    color: #2b2d33;
  }
  .successOneModal__container .successOneModal__Body .successOneModal__header {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 48px 0px;
  }
  .successOneModal__container .successOneModal__Body .successOneModal__header h1 {
    font-family: var(--font-family-Roboto);
    font-weight: 500;
    font-style: Medium;
    font-size: 28px;
    leading-trim: NONE;
    line-height: 125%;
    letter-spacing: 0%;
    text-align: center;
  }
  .successOneModal__container .successOneModal__Body .successOneModal__header p {
    max-width: 350px;
    font-family: Rubik;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;
    color: #9f9f9f;
  }
  .successOneModal__container .successOneModal__Body button {
    width: 100%;
    height: 40px;
  }
  .successOneModal__container .successOneModal__Body.active {
    visibility: visible;
    height: 301px;
    transition: 0.3s ease;
  }
}
@media screen and (min-width: 1024px) {
  .successOneModal__container {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    background: #000;
    background: rgba(0, 0, 0, 0.16);
    z-index: 999;
    visibility: hidden;
    display: flex;
    justify-content: center;
    opacity: 0;
    transition: 0.3s ease;
  }
  .successOneModal__container.active {
    height: 100%;
    visibility: visible;
    transition: 0.3s ease;
    opacity: 1;
  }
  .successOneModal__container .successOneModal__Body {
    width: 714px;
    height: 100vh;
    background: rgb(253, 253, 253);
    padding: 24px;
    position: relative;
    visibility: hidden;
    transition: 0.3s ease;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-top: 140px;
  }
  .successOneModal__container .successOneModal__Body .ph-x {
    position: absolute;
    top: 24px;
    right: 24px;
    font-size: 32px;
    color: #2b2d33;
  }
  .successOneModal__container .successOneModal__Body .successOneModal__header {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 48px 0px;
  }
  .successOneModal__container .successOneModal__Body .successOneModal__header h1 {
    font-family: var(--font-family-Roboto);
    font-weight: 500;
    font-style: Medium;
    font-size: 28px;
    leading-trim: NONE;
    line-height: 125%;
    letter-spacing: 0%;
    text-align: center;
  }
  .successOneModal__container .successOneModal__Body .successOneModal__header p {
    max-width: 350px;
    font-family: Rubik;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;
    color: #9f9f9f;
  }
  .successOneModal__container .successOneModal__Body button {
    width: 100%;
    height: 40px;
  }
  .successOneModal__container .successOneModal__Body.active {
    visibility: visible;
    height: 301px;
    transition: 0.3s ease;
  }
}
@media screen and (min-width: 1440px) {
  .successOneModal__container {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    background: #000;
    background: rgba(0, 0, 0, 0.16);
    z-index: 999;
    visibility: hidden;
    display: flex;
    justify-content: center;
    opacity: 0;
    transition: 0.3s ease;
  }
  .successOneModal__container.active {
    height: 100%;
    visibility: visible;
    transition: 0.3s ease;
    opacity: 1;
  }
  .successOneModal__container .successOneModal__Body {
    width: 628px;
    height: 100vh;
    background: rgb(253, 253, 253);
    padding: 24px;
    position: relative;
    visibility: hidden;
    transition: 0.3s ease;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-top: 100px;
  }
  .successOneModal__container .successOneModal__Body .ph-x {
    position: absolute;
    top: 24px;
    right: 24px;
    font-size: 32px;
    color: #2b2d33;
  }
  .successOneModal__container .successOneModal__Body .successOneModal__header {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 48px 0px;
  }
  .successOneModal__container .successOneModal__Body .successOneModal__header h1 {
    font-family: var(--font-family-Roboto);
    font-weight: 500;
    font-style: Medium;
    font-size: 28px;
    leading-trim: NONE;
    line-height: 125%;
    letter-spacing: 0%;
    text-align: center;
  }
  .successOneModal__container .successOneModal__Body .successOneModal__header p {
    max-width: 350px;
    font-family: Rubik;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;
    color: #9f9f9f;
  }
  .successOneModal__container .successOneModal__Body button {
    width: 100%;
    height: 40px;
  }
  .successOneModal__container .successOneModal__Body.active {
    visibility: visible;
    height: 301px;
    transition: 0.3s ease;
  }
}
@media screen and (min-width: 1920px) {
  .successOneModal__container {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    background: #000;
    background: rgba(0, 0, 0, 0.16);
    z-index: 999;
    visibility: hidden;
    display: flex;
    justify-content: center;
    opacity: 0;
    transition: 0.3s ease;
  }
  .successOneModal__container.active {
    height: 100%;
    visibility: visible;
    transition: 0.3s ease;
    opacity: 1;
  }
  .successOneModal__container .successOneModal__Body {
    width: 848px;
    height: 100vh;
    background: rgb(253, 253, 253);
    padding: 32px;
    position: relative;
    visibility: hidden;
    transition: 0.3s ease;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-top: 100px;
  }
  .successOneModal__container .successOneModal__Body .ph-x {
    position: absolute;
    top: 32px;
    right: 32px;
    font-size: 32px;
    color: #2b2d33;
  }
  .successOneModal__container .successOneModal__Body .successOneModal__header {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 48px 0px;
  }
  .successOneModal__container .successOneModal__Body .successOneModal__header h1 {
    font-family: var(--font-family-Roboto);
    font-weight: 500;
    font-style: Medium;
    font-size: 28px;
    leading-trim: NONE;
    line-height: 125%;
    letter-spacing: 0%;
    text-align: center;
  }
  .successOneModal__container .successOneModal__Body .successOneModal__header p {
    max-width: 350px;
    font-family: Rubik;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;
    color: #9f9f9f;
  }
  .successOneModal__container .successOneModal__Body button {
    width: 100%;
    height: 40px;
  }
  .successOneModal__container .successOneModal__Body.active {
    visibility: visible;
    height: 301px;
    transition: 0.3s ease;
  }
}
.categories__container {
  padding: 80px 16px;
}
.categories__container .categories__header.hidden {
  display: none;
}
.categories__container .categories__header .categories__title {
  font-family: var(--font-family-Roboto);
  font-weight: 500;
  font-style: Medium;
  font-size: 28px;
  line-height: 125%;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: rgb(43, 45, 51);
  margin-bottom: 16px;
}
.categories__container .categories__header .categories__subtitle {
  font-family: var(--font-family-Rubik);
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  line-height: 145%;
  letter-spacing: 0%;
  color: rgb(43, 45, 51);
}
.categories__container .categories__slider {
  width: 100%;
  margin-top: 32px;
}
.categories__container .categories__slider.hidden {
  display: none;
}
.categories__container .categories__slider .swiper {
  width: 100%;
}
.categories__container .categories__slider .swiper .swiper-wrapper {
  width: 100%;
}
.categories__container .categories__slider .swiper .swiper-wrapper .swiper-slide {
  border: 1px solid rgb(243, 243, 243);
  width: 171px !important;
  height: 357.5px;
  padding: 8px;
  flex-shrink: 0;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.categories__container .categories__slider .swiper .swiper-wrapper .swiper-slide h1 {
  font-family: var(--font-family-Roboto);
  text-transform: uppercase;
  font-weight: 500;
  font-style: Medium;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
}
.categories__container .categories__slider .swiper .swiper-wrapper .swiper-slide hr {
  margin: 10px 0px;
  border: none;
  height: 1px;
  background: rgb(243, 243, 243);
}
.categories__container .categories__slider .swiper .swiper-wrapper .swiper-slide p {
  margin-top: 4px;
  font-family: var(--font-family-Rubik);
  font-weight: 400;
  font-size: 14px;
  line-height: 145%;
  letter-spacing: 0%;
  color: rgb(159, 159, 159);
}
.categories__container .categories__slider .swiper .swiper-wrapper .swiper-slide picture {
  width: 155.5px;
  height: 155.5px;
}
.categories__container .categories__slider .swiper .swiper-wrapper .swiper-slide picture img {
  width: 155.5px;
  height: 155.5px;
}
.categories__container .categories__slider .swiper .swiper-wrapper .swiper-slide .viewBtn {
  width: 100%;
  height: 40px;
  position: static;
  display: flex;
  justify-content: center;
  gap: 2px;
  align-items: center;
  background: rgb(255, 111, 57);
}
.categories__container .categories__slider .swiper .swiper-wrapper .swiper-slide .viewBtn span {
  display: block;
}
.categories__container .categories__slider .swiper .swiper-wrapper .swiper-slide .viewBtn i {
  font-size: 20px;
}
.categories__container .categories__slider .swiper .categories__nav {
  margin-top: 32px;
  margin-bottom: 64px;
  display: flex;
  gap: 9px;
}
.categories__container .categories__slider .swiper .categories__nav .btnToCatalog {
  width: 100%;
  height: 48px;
  border-color: rgb(43, 45, 51);
  color: rgb(43, 45, 51);
  display: flex;
  align-items: center;
  justify-content: center;
}
.categories__container .categories__slider .swiper .categories__nav .btnToCatalog:hover {
  color: rgb(255, 255, 255);
  background: rgb(43, 45, 51);
}
.categories__container .categories__slider .swiper .categories__nav .btnToCatalog span {
  display: block;
}
.categories__container .categories__slider .swiper .categories__nav .btnToCatalog i {
  font-size: 24px;
}
.categories__container .categories__slider .swiper .categories__nav .prevBtnCategories button,
.categories__container .categories__slider .swiper .categories__nav .nextBtnCategories button {
  width: 48px;
  height: 48px;
  border-color: rgb(43, 45, 51);
  color: rgb(43, 45, 51);
}
.categories__container .categories__slider .swiper .categories__nav .prevBtnCategories button span,
.categories__container .categories__slider .swiper .categories__nav .nextBtnCategories button span {
  display: none;
}
.categories__container .categories__slider .swiper .categories__nav .prevBtnCategories button:hover,
.categories__container .categories__slider .swiper .categories__nav .nextBtnCategories button:hover {
  color: rgb(255, 255, 255);
  background: rgb(43, 45, 51);
}
.categories__container .categories__slider .swiper .categories__nav .nextBtnCategories button {
  background: rgb(43, 45, 51);
}
.categories__container .categories__slider .swiper .categories__nav .nextBtnCategories button:hover {
  color: rgb(255, 255, 255);
  background: rgb(28, 30, 34);
}
.categories__container .categories__slider .swiper .categories__nav .nextBtnCategories button i {
  color: #fff;
}
.categories__container .categories__methodsOfChoosing {
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: center;
}
.categories__container .categories__methodsOfChoosing .categoryBox {
  width: 100%;
  height: 341px;
  padding: 24px;
  background: #e9eae5;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.categories__container .categories__methodsOfChoosing .categoryBox .category__logo {
  mix-blend-mode: darken;
}
.categories__container .categories__methodsOfChoosing .categoryBox .categories__tz__title,
.categories__container .categories__methodsOfChoosing .categoryBox .categories__quiz__title {
  font-family: var(--font-family-Roboto);
  font-weight: 500;
  font-style: Medium;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0%;
}
.categories__container .categories__methodsOfChoosing .categoryBox .categories__tz__subtitle,
.categories__container .categories__methodsOfChoosing .categoryBox .categories__quiz__subtitle {
  font-family: var(--font-family-Rubik);
  font-weight: 400;
  font-size: 14px;
  line-height: 145%;
  letter-spacing: 0%;
  margin-top: 10px;
  color: rgb(90, 90, 90);
}
.categories__container .categories__methodsOfChoosing .categoryBox .categories__quiz__btn {
  width: 124px;
  height: 40px;
}
.categories__container .categories__methodsOfChoosing .categoryBox .categories__tz__btn {
  width: 110px;
  height: 40px;
}
.categories__container .categories__methodsOfChoosing .categoryBox .categories__quiz__btn,
.categories__container .categories__methodsOfChoosing .categoryBox .categories__tz__btn {
  padding: 10px 12px;
  margin-top: 26px;
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 2px;
  border-radius: 2px;
  background: rgb(43, 45, 51);
  transition: background 0.3s ease;
}
.categories__container .categories__methodsOfChoosing .categoryBox .categories__quiz__btn:hover,
.categories__container .categories__methodsOfChoosing .categoryBox .categories__tz__btn:hover {
  cursor: pointer;
  transition: background 0.3s ease;
  background: rgb(28, 30, 34);
}
.categories__container .categories__methodsOfChoosing .categoryBox .categories__quiz__btn i,
.categories__container .categories__methodsOfChoosing .categoryBox .categories__tz__btn i {
  font-size: 20px;
}

@media screen and (min-width: 768px) {
  .categories__container {
    padding: 64px 32px;
  }
  .categories__container .categories__title {
    font-family: var(--font-family-Roboto);
    font-weight: 500;
    font-style: Medium;
    font-size: 40px !important;
    line-height: 125%;
    letter-spacing: 0%;
    text-transform: uppercase;
    color: rgb(43, 45, 51);
    margin-bottom: 16px;
  }
  .categories__container .categories__subtitle {
    max-width: 465px;
    font-family: var(--font-family-Rubik);
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    line-height: 145%;
    letter-spacing: 0%;
    color: rgb(43, 45, 51);
  }
  .categories__container .categories__slider {
    width: 100%;
    margin-top: 32px;
  }
  .categories__container .categories__slider .swiper {
    width: 100%;
  }
  .categories__container .categories__slider .swiper .swiper-wrapper {
    width: 100%;
  }
  .categories__container .categories__slider .swiper .swiper-wrapper .swiper-slide {
    border: 1px solid rgb(243, 243, 243);
    width: 176px !important;
    height: 357.5px;
    padding: 8px;
    flex-shrink: 0;
    position: relative;
  }
  .categories__container .categories__slider .swiper .swiper-wrapper .swiper-slide h1 {
    font-family: var(--font-family-Roboto);
    text-transform: uppercase;
    font-weight: 500;
    font-style: Medium;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
  }
  .categories__container .categories__slider .swiper .swiper-wrapper .swiper-slide hr {
    margin: 10px 0px;
    border: none;
    height: 1px;
    background: rgb(243, 243, 243);
  }
  .categories__container .categories__slider .swiper .swiper-wrapper .swiper-slide p {
    margin-top: 4px;
    font-family: var(--font-family-Rubik);
    font-weight: 400;
    font-size: 14px;
    line-height: 145%;
    letter-spacing: 0%;
    color: rgb(159, 159, 159);
  }
  .categories__container .categories__slider .swiper .swiper-wrapper .swiper-slide picture {
    width: 155.5px;
    height: 155.5px;
  }
  .categories__container .categories__slider .swiper .swiper-wrapper .swiper-slide picture img {
    width: 155.5px;
    height: 155.5px;
  }
  .categories__container .categories__slider .swiper .swiper-wrapper .swiper-slide .slide__bottom {
    padding: 0 12px 12px 12px;
  }
  .categories__container .categories__slider .swiper .swiper-wrapper .swiper-slide .slide__bottom .viewBtn {
    height: 40px;
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 2px;
    align-items: center;
    background: rgb(255, 111, 57);
  }
  .categories__container .categories__slider .swiper .swiper-wrapper .swiper-slide .slide__bottom .viewBtn span {
    display: block;
  }
  .categories__container .categories__slider .swiper .swiper-wrapper .swiper-slide .slide__bottom .viewBtn i {
    font-size: 20px;
  }
  .categories__container .categories__slider .swiper .categories__nav {
    margin-top: 32px;
    margin-bottom: 64px;
    display: flex;
    gap: 9px;
  }
  .categories__container .categories__slider .swiper .categories__nav .btnToCatalog {
    width: 100%;
    height: 48px;
    border-color: rgb(43, 45, 51);
    color: rgb(43, 45, 51);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .categories__container .categories__slider .swiper .categories__nav .btnToCatalog:hover {
    color: rgb(255, 255, 255);
    background: rgb(43, 45, 51);
  }
  .categories__container .categories__slider .swiper .categories__nav .btnToCatalog span {
    display: block;
  }
  .categories__container .categories__slider .swiper .categories__nav .btnToCatalog i {
    font-size: 24px;
  }
  .categories__container .categories__slider .swiper .categories__nav .prevBtnCategories button,
  .categories__container .categories__slider .swiper .categories__nav .nextBtnCategories button {
    width: 48px;
    height: 48px;
    border-color: rgb(43, 45, 51);
    color: rgb(43, 45, 51);
  }
  .categories__container .categories__slider .swiper .categories__nav .prevBtnCategories button:hover,
  .categories__container .categories__slider .swiper .categories__nav .nextBtnCategories button:hover {
    color: rgb(255, 255, 255);
    background: rgb(43, 45, 51);
  }
  .categories__container .categories__methodsOfChoosing {
    display: flex;
    flex-direction: row;
    gap: 32px;
    align-items: center;
  }
  .categories__container .categories__methodsOfChoosing .categoryBox {
    width: 100%;
    height: 341px;
    padding: 24px;
    background: rgb(233, 234, 229);
  }
  .categories__container .categories__methodsOfChoosing .categoryBox .categories__tz__title,
  .categories__container .categories__methodsOfChoosing .categoryBox .categories__quiz__title {
    font-family: var(--font-family-Roboto);
    font-weight: 500;
    font-style: Medium;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;
  }
  .categories__container .categories__methodsOfChoosing .categoryBox .categories__tz__subtitle,
  .categories__container .categories__methodsOfChoosing .categoryBox .categories__quiz__subtitle {
    font-family: var(--font-family-Rubik);
    font-weight: 400;
    font-size: 14px;
    line-height: 145%;
    letter-spacing: 0%;
    margin-top: 10px;
    color: rgb(90, 90, 90);
  }
  .categories__container .categories__methodsOfChoosing .categoryBox .categories__quiz__btn {
    width: 124px;
    height: 40px;
  }
  .categories__container .categories__methodsOfChoosing .categoryBox .categories__tz__btn {
    width: 110px;
    height: 40px;
  }
  .categories__container .categories__methodsOfChoosing .categoryBox .categories__quiz__btn,
  .categories__container .categories__methodsOfChoosing .categoryBox .categories__tz__btn {
    padding: 10px 12px;
    margin-top: 26px;
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 2px;
    border-radius: 2px;
    background: rgb(43, 45, 51);
    transition: background 0.3s ease;
  }
  .categories__container .categories__methodsOfChoosing .categoryBox .categories__quiz__btn:hover,
  .categories__container .categories__methodsOfChoosing .categoryBox .categories__tz__btn:hover {
    cursor: pointer;
    transition: background 0.3s ease;
    background: rgb(28, 30, 34);
  }
  .categories__container .categories__methodsOfChoosing .categoryBox .categories__quiz__btn i,
  .categories__container .categories__methodsOfChoosing .categoryBox .categories__tz__btn i {
    font-size: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .categories__container {
    padding: 64px 48px;
  }
  .categories__container .categories__title {
    font-family: var(--font-family-Roboto);
    font-weight: 500;
    font-style: Medium;
    font-size: 40px !important;
    line-height: 125%;
    letter-spacing: 0%;
    text-transform: uppercase;
    color: rgb(43, 45, 51);
    margin-bottom: 16px;
  }
  .categories__container .categories__subtitle {
    font-family: var(--font-family-Rubik);
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    line-height: 145%;
    letter-spacing: 0%;
    color: rgb(43, 45, 51);
  }
  .categories__container .categories__slider {
    width: 100%;
    margin-top: 32px;
  }
  .categories__container .categories__slider .swiper {
    width: 100%;
  }
  .categories__container .categories__slider .swiper .swiper-wrapper {
    width: 100%;
  }
  .categories__container .categories__slider .swiper .swiper-wrapper .swiper-slide {
    border: 1px solid rgb(243, 243, 243);
    width: 185px !important;
    height: 386px;
    padding: 8px;
    flex-shrink: 0;
    position: relative;
    display: flex;
    flex-direction: column;
  }
  .categories__container .categories__slider .swiper .swiper-wrapper .swiper-slide h1 {
    font-family: var(--font-family-Roboto);
    text-transform: uppercase;
    font-weight: 500;
    font-style: Medium;
    font-size: 14px;
    padding: 0 8px;
    line-height: 100%;
    letter-spacing: 0%;
  }
  .categories__container .categories__slider .swiper .swiper-wrapper .swiper-slide hr {
    width: 100%;
    margin: 10px 0px;
    border: none;
    height: 1px;
    background: rgb(243, 243, 243);
  }
  .categories__container .categories__slider .swiper .swiper-wrapper .swiper-slide p {
    margin-top: 4px;
    font-family: var(--font-family-Rubik);
    font-weight: 400;
    font-size: 14px;
    line-height: 145%;
    padding: 0 8px;
    letter-spacing: 0%;
    color: rgb(159, 159, 159);
  }
  .categories__container .categories__slider .swiper .swiper-wrapper .swiper-slide picture {
    width: 155.5px;
    height: 155.5px;
  }
  .categories__container .categories__slider .swiper .swiper-wrapper .swiper-slide picture img {
    width: 155.5px;
    height: 155.5px;
  }
  .categories__container .categories__slider .swiper .swiper-wrapper .swiper-slide .viewBtn {
    width: 100%;
    height: 40px;
    display: flex;
    justify-content: center;
    gap: 2px;
    left: 20px;
    align-items: center;
    background: rgb(255, 111, 57);
  }
  .categories__container .categories__slider .swiper .swiper-wrapper .swiper-slide .viewBtn i {
    font-size: 20px;
  }
  .categories__container .categories__slider .swiper .categories__nav {
    margin-top: 32px;
    margin-bottom: 64px;
    display: flex;
    gap: 9px;
  }
  .categories__container .categories__slider .swiper .categories__nav .btnToCatalog {
    display: flex;
    width: 100%;
    height: 48px;
    border-color: rgb(43, 45, 51);
    color: rgb(43, 45, 51);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .categories__container .categories__slider .swiper .categories__nav .btnToCatalog:hover {
    color: rgb(255, 255, 255);
    background: rgb(43, 45, 51);
  }
  .categories__container .categories__slider .swiper .categories__nav .btnToCatalog span {
    display: block;
  }
  .categories__container .categories__slider .swiper .categories__nav .btnToCatalog i {
    font-size: 24px;
  }
  .categories__container .categories__slider .swiper .categories__nav .prevBtnCategories button,
  .categories__container .categories__slider .swiper .categories__nav .nextBtnCategories button {
    width: 48px;
    height: 48px;
    border-color: rgb(43, 45, 51);
    color: rgb(43, 45, 51);
  }
  .categories__container .categories__slider .swiper .categories__nav .prevBtnCategories button:hover,
  .categories__container .categories__slider .swiper .categories__nav .nextBtnCategories button:hover {
    color: rgb(255, 255, 255);
    background: rgb(43, 45, 51);
  }
  .categories__container .categories__methodsOfChoosing {
    display: flex;
    flex-direction: row;
    gap: 32px;
    align-items: center;
  }
  .categories__container .categories__methodsOfChoosing .categoryBox {
    width: 100%;
    height: 341px;
    padding: 24px;
    position: relative;
    background: rgb(233, 234, 229);
  }
  .categories__container .categories__methodsOfChoosing .categoryBox .categories__tz__title,
  .categories__container .categories__methodsOfChoosing .categoryBox .categories__quiz__title {
    font-family: var(--font-family-Roboto);
    font-weight: 500;
    font-style: Medium;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;
  }
  .categories__container .categories__methodsOfChoosing .categoryBox .categories__tz__subtitle,
  .categories__container .categories__methodsOfChoosing .categoryBox .categories__quiz__subtitle {
    font-family: var(--font-family-Rubik);
    font-weight: 400;
    font-size: 14px;
    line-height: 145%;
    letter-spacing: 0%;
    margin-top: 10px;
    color: rgb(90, 90, 90);
  }
  .categories__container .categories__methodsOfChoosing .categoryBox .categories__quiz__btn {
    width: 124px;
    height: 40px;
  }
  .categories__container .categories__methodsOfChoosing .categoryBox .categories__tz__btn {
    width: 110px;
    height: 40px;
  }
  .categories__container .categories__methodsOfChoosing .categoryBox .categories__quiz__btn,
  .categories__container .categories__methodsOfChoosing .categoryBox .categories__tz__btn {
    padding: 10px 12px;
    margin-top: 26px;
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 2px;
    border-radius: 2px;
    background: rgb(43, 45, 51);
    transition: background 0.3s ease;
  }
  .categories__container .categories__methodsOfChoosing .categoryBox .categories__quiz__btn:hover,
  .categories__container .categories__methodsOfChoosing .categoryBox .categories__tz__btn:hover {
    cursor: pointer;
    transition: background 0.3s ease;
    background: rgb(28, 30, 34);
  }
  .categories__container .categories__methodsOfChoosing .categoryBox .categories__quiz__btn i,
  .categories__container .categories__methodsOfChoosing .categoryBox .categories__tz__btn i {
    font-size: 20px;
  }
}
@media screen and (min-width: 1440px) {
  .categories__container {
    padding: 80px;
  }
  .categories__container .categories__header {
    display: flex;
    justify-content: space-between;
  }
  .categories__container .categories__header .categories__title {
    font-family: var(--font-family-Roboto);
    font-weight: 500;
    font-style: Medium;
    font-size: 56px !important;
    line-height: 125%;
    letter-spacing: 0%;
    text-transform: uppercase;
    color: rgb(43, 45, 51);
    margin-bottom: 0px;
  }
  .categories__container .categories__header .categories__subtitle {
    font-family: var(--font-family-Rubik);
    font-weight: 400;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    line-height: 145%;
    letter-spacing: 0%;
    color: rgb(43, 45, 51);
  }
  .categories__container .categories__slider {
    width: 100%;
    margin-top: 32px;
  }
  .categories__container .categories__slider .swiper {
    width: 100%;
  }
  .categories__container .categories__slider .swiper .swiper-wrapper {
    width: 100%;
  }
  .categories__container .categories__slider .swiper .swiper-wrapper .swiper-slide {
    border: 1px solid rgb(243, 243, 243);
    width: 20% !important;
    height: 440px;
    padding: 8px;
    flex-shrink: 0;
    position: relative;
    display: flex;
    flex-direction: column;
  }
  .categories__container .categories__slider .swiper .swiper-wrapper .swiper-slide h1 {
    font-family: var(--font-family-Roboto);
    text-transform: uppercase;
    font-weight: 500;
    font-style: Medium;
    font-size: 18px;
    padding: 0 8px;
    line-height: 100%;
    letter-spacing: 0%;
  }
  .categories__container .categories__slider .swiper .swiper-wrapper .swiper-slide hr {
    width: 100%;
    margin: 10px 0px;
    border: none;
    height: 1px;
    background: rgb(243, 243, 243);
  }
  .categories__container .categories__slider .swiper .swiper-wrapper .swiper-slide p {
    margin-top: 4px;
    font-family: var(--font-family-Rubik);
    font-weight: 400;
    font-size: 14px;
    line-height: 145%;
    padding: 0 8px;
    letter-spacing: 0%;
    color: rgb(159, 159, 159);
  }
  .categories__container .categories__slider .swiper .swiper-wrapper .swiper-slide picture {
    width: 240px;
    height: 240px;
  }
  .categories__container .categories__slider .swiper .swiper-wrapper .swiper-slide picture img {
    width: 240px;
    height: 240px;
  }
  .categories__container .categories__slider .swiper .swiper-wrapper .swiper-slide .viewBtn {
    width: 100%;
    height: 40px;
    bottom: 20px;
    display: flex;
    justify-content: center;
    gap: 2px;
    left: 20px;
    align-items: center;
    background: rgb(255, 111, 57);
  }
  .categories__container .categories__slider .swiper .swiper-wrapper .swiper-slide .viewBtn i {
    font-size: 20px;
  }
  .categories__container .categories__slider .swiper .categories__nav {
    margin-top: 32px;
    margin-bottom: 64px;
    display: flex;
    gap: 9px;
  }
  .categories__container .categories__slider .swiper .categories__nav .btnToCatalog {
    display: flex;
    width: 100%;
    height: 48px;
    border-color: rgb(43, 45, 51);
    color: rgb(43, 45, 51);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .categories__container .categories__slider .swiper .categories__nav .btnToCatalog:hover {
    color: rgb(255, 255, 255);
    background: rgb(43, 45, 51);
  }
  .categories__container .categories__slider .swiper .categories__nav .btnToCatalog span {
    display: block;
  }
  .categories__container .categories__slider .swiper .categories__nav .btnToCatalog i {
    font-size: 24px;
  }
  .categories__container .categories__slider .swiper .categories__nav .prevBtnCategories button,
  .categories__container .categories__slider .swiper .categories__nav .nextBtnCategories button {
    width: 48px;
    height: 48px;
    border-color: rgb(43, 45, 51);
    color: rgb(43, 45, 51);
  }
  .categories__container .categories__slider .swiper .categories__nav .prevBtnCategories button:hover,
  .categories__container .categories__slider .swiper .categories__nav .nextBtnCategories button:hover {
    color: rgb(255, 255, 255);
    background: rgb(43, 45, 51);
  }
  .categories__container .categories__methodsOfChoosing {
    display: flex;
    flex-direction: row;
    gap: 32px;
    align-items: center;
  }
  .categories__container .categories__methodsOfChoosing .categoryBox {
    width: 100%;
    height: 320px;
    display: flex;
    flex-direction: row;
    padding: 32px;
    gap: 32px;
    background: rgb(233, 234, 229);
  }
  .categories__container .categories__methodsOfChoosing .categoryBox .categories__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .categories__container .categories__methodsOfChoosing .categoryBox .category__logo {
    min-width: 285px;
    display: flex;
    padding: 0 15px;
    align-items: center;
    justify-content: center;
  }
  .categories__container .categories__methodsOfChoosing .categoryBox .category__logo picture {
    width: 100%;
    height: 100%;
  }
  .categories__container .categories__methodsOfChoosing .categoryBox .category__logo picture img {
    width: 100%;
    height: 100%;
  }
  .categories__container .categories__methodsOfChoosing .categoryBox .category__logo .categoryLogoTZ {
    width: 200px;
  }
  .categories__container .categories__methodsOfChoosing .categoryBox .categories__tz__title,
  .categories__container .categories__methodsOfChoosing .categoryBox .categories__quiz__title {
    font-family: var(--font-family-Roboto);
    font-weight: 500;
    font-style: Medium;
    font-size: 22px;
    line-height: 100%;
    letter-spacing: 0%;
  }
  .categories__container .categories__methodsOfChoosing .categoryBox .categories__tz__subtitle,
  .categories__container .categories__methodsOfChoosing .categoryBox .categories__quiz__subtitle {
    font-family: var(--font-family-Rubik);
    font-weight: 400;
    font-size: 14px;
    line-height: 145%;
    letter-spacing: 0%;
    margin-top: 10px;
    margin-bottom: 26px;
    color: rgb(90, 90, 90);
  }
  .categories__container .categories__methodsOfChoosing .categoryBox .categories__quiz__btn {
    width: 124px;
    height: 40px;
    position: relative;
  }
  .categories__container .categories__methodsOfChoosing .categoryBox .categories__tz__btn {
    width: 110px;
    height: 40px;
    position: relative;
  }
  .categories__container .categories__methodsOfChoosing .categoryBox .categories__quiz__btn,
  .categories__container .categories__methodsOfChoosing .categoryBox .categories__tz__btn {
    padding: 10px 12px;
    margin-top: 0;
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 2px;
    border-radius: 2px;
    background: rgb(43, 45, 51);
    transition: background 0.3s ease;
  }
  .categories__container .categories__methodsOfChoosing .categoryBox .categories__quiz__btn:hover,
  .categories__container .categories__methodsOfChoosing .categoryBox .categories__tz__btn:hover {
    cursor: pointer;
    transition: background 0.3s ease;
    background: rgb(28, 30, 34);
  }
  .categories__container .categories__methodsOfChoosing .categoryBox .categories__quiz__btn i,
  .categories__container .categories__methodsOfChoosing .categoryBox .categories__tz__btn i {
    font-size: 20px;
  }
  .productMethods {
    padding: 0 80px 72px;
  }
}
@media screen and (min-width: 1920px) {
  .categories__container {
    max-width: 1728px;
    margin: 0 auto;
    padding: 96px 0px 92px;
  }
  .categories__container .categories__header {
    display: flex;
    justify-content: space-between;
  }
  .categories__container .categories__header .categories__title {
    font-family: var(--font-family-Roboto);
    font-weight: 500;
    font-style: Medium;
    font-size: 56px;
    line-height: 125%;
    letter-spacing: 0%;
    text-transform: uppercase;
    color: rgb(43, 45, 51);
    margin-bottom: 0px;
  }
  .categories__container .categories__header .categories__subtitle {
    font-family: var(--font-family-Rubik);
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    line-height: 145%;
    letter-spacing: 0%;
    color: rgb(43, 45, 51);
  }
  .categories__container .categories__slider {
    width: 100%;
    margin-top: 32px;
  }
  .categories__container .categories__slider .swiper {
    width: 100%;
  }
  .categories__container .categories__slider .swiper .swiper-wrapper {
    width: 100%;
  }
  .categories__container .categories__slider .swiper .swiper-wrapper .swiper-slide {
    border: 1px solid rgb(243, 243, 243);
    width: 345.6px !important;
    height: 529px;
    padding: 8px;
    flex-shrink: 0;
    position: relative;
    display: flex;
    flex-direction: column;
  }
  .categories__container .categories__slider .swiper .swiper-wrapper .swiper-slide h1 {
    font-family: var(--font-family-Roboto);
    text-transform: uppercase;
    font-weight: 500;
    font-style: Medium;
    font-size: 18px;
    padding: 0 8px;
    line-height: 100%;
    letter-spacing: 0%;
  }
  .categories__container .categories__slider .swiper .swiper-wrapper .swiper-slide hr {
    width: 100%;
    margin: 10px 0px;
    border: none;
    height: 1px;
    background: rgb(243, 243, 243);
  }
  .categories__container .categories__slider .swiper .swiper-wrapper .swiper-slide p {
    margin-top: 4px;
    font-family: var(--font-family-Rubik);
    font-weight: 400;
    font-size: 14px;
    line-height: 145%;
    padding: 0 8px;
    letter-spacing: 0%;
    color: rgb(159, 159, 159);
  }
  .categories__container .categories__slider .swiper .swiper-wrapper .swiper-slide .slide__header picture {
    max-width: 330px;
    max-height: 330px;
  }
  .categories__container .categories__slider .swiper .swiper-wrapper .swiper-slide .slide__header picture img {
    width: 330px;
    height: 330px;
    max-width: 330px;
    max-height: 330px;
    object-fit: cover;
  }
  .categories__container .categories__slider .swiper .swiper-wrapper .swiper-slide .viewBtn {
    width: 305px;
    height: 40px;
    display: flex;
    justify-content: center;
    gap: 2px;
    left: 20px;
    align-items: center;
    background: rgb(255, 111, 57);
  }
  .categories__container .categories__slider .swiper .swiper-wrapper .swiper-slide .viewBtn i {
    font-size: 20px;
  }
  .categories__container .categories__slider .swiper .swiper-wrapper .swiper-slide .viewBtn span {
    display: block;
  }
  .categories__container .categories__slider .swiper .categories__nav {
    margin: 64px 0px;
    display: flex;
    gap: 9px;
  }
  .categories__container .categories__slider .swiper .categories__nav .btnToCatalog {
    display: flex;
    width: 100%;
    height: 48px;
    border-color: rgb(43, 45, 51);
    color: rgb(43, 45, 51);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .categories__container .categories__slider .swiper .categories__nav .btnToCatalog:hover {
    color: rgb(255, 255, 255);
    background: rgb(43, 45, 51);
  }
  .categories__container .categories__slider .swiper .categories__nav .btnToCatalog span {
    display: block;
  }
  .categories__container .categories__slider .swiper .categories__nav .btnToCatalog i {
    font-size: 24px;
  }
  .categories__container .categories__slider .swiper .categories__nav .prevBtnCategories button,
  .categories__container .categories__slider .swiper .categories__nav .nextBtnCategories button {
    display: none;
    width: 48px;
    height: 48px;
    border-color: rgb(43, 45, 51);
    color: rgb(43, 45, 51);
  }
  .categories__container .categories__slider .swiper .categories__nav .prevBtnCategories button:hover,
  .categories__container .categories__slider .swiper .categories__nav .nextBtnCategories button:hover {
    color: rgb(255, 255, 255);
    background: rgb(43, 45, 51);
  }
  .categories__container .categories__methodsOfChoosing {
    display: flex;
    flex-direction: row;
    gap: 32px;
    align-items: center;
  }
  .categories__container .categories__methodsOfChoosing .categoryBox {
    width: 100%;
    height: 320px;
    display: flex;
    flex-direction: row;
    padding: 32px;
    gap: 32px;
    background: rgb(233, 234, 229);
  }
  .categories__container .categories__methodsOfChoosing .categoryBox .categories__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .categories__container .categories__methodsOfChoosing .categoryBox .category__logo {
    min-width: 376px;
    display: flex;
    padding: 0 15px;
    align-items: center;
    justify-content: center;
  }
  .categories__container .categories__methodsOfChoosing .categoryBox .category__logo picture {
    width: 256px;
    height: 100%;
  }
  .categories__container .categories__methodsOfChoosing .categoryBox .category__logo picture img {
    width: 100%;
    height: 100%;
  }
  .categories__container .categories__methodsOfChoosing .categoryBox .category__logo .categoryLogoTZ {
    width: 200px;
  }
  .categories__container .categories__methodsOfChoosing .categoryBox .categories__tz__title,
  .categories__container .categories__methodsOfChoosing .categoryBox .categories__quiz__title {
    font-family: var(--font-family-Roboto);
    font-weight: 500;
    font-style: Medium;
    font-size: 22px;
    line-height: 100%;
    letter-spacing: 0%;
  }
  .categories__container .categories__methodsOfChoosing .categoryBox .categories__tz__subtitle,
  .categories__container .categories__methodsOfChoosing .categoryBox .categories__quiz__subtitle {
    font-family: var(--font-family-Rubik);
    font-weight: 400;
    font-size: 14px;
    line-height: 145%;
    letter-spacing: 0%;
    margin-top: 10px;
    margin-bottom: 26px;
    color: rgb(90, 90, 90);
  }
  .categories__container .categories__methodsOfChoosing .categoryBox .categories__quiz__btn {
    width: 124px;
    height: 40px;
    position: relative;
  }
  .categories__container .categories__methodsOfChoosing .categoryBox .categories__tz__btn {
    width: 110px;
    height: 40px;
    position: relative;
  }
  .categories__container .categories__methodsOfChoosing .categoryBox .categories__quiz__btn,
  .categories__container .categories__methodsOfChoosing .categoryBox .categories__tz__btn {
    padding: 10px 12px;
    margin-top: 0;
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 2px;
    border-radius: 2px;
    background: rgb(43, 45, 51);
    transition: background 0.3s ease;
  }
  .categories__container .categories__methodsOfChoosing .categoryBox .categories__quiz__btn:hover,
  .categories__container .categories__methodsOfChoosing .categoryBox .categories__tz__btn:hover {
    cursor: pointer;
    transition: background 0.3s ease;
    background: rgb(28, 30, 34);
  }
  .categories__container .categories__methodsOfChoosing .categoryBox .categories__quiz__btn i,
  .categories__container .categories__methodsOfChoosing .categoryBox .categories__tz__btn i {
    font-size: 20px;
  }
  .productMethods {
    padding: 0;
  }
}
.calculator__container {
  max-width: 1728px;
  margin: 0 auto;
  padding-top: 32px;
}
.calculator__container input[type=number]::-webkit-inner-spin-button,
.calculator__container input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.calculator__container input[type=number] {
  -moz-appearance: textfield;
}
.calculator__container .choices {
  width: 100%;
  height: 40px;
  border: 1px solid rgb(196, 196, 196);
  border-radius: 2px;
  padding: 0;
  background: rgb(243, 243, 243);
  font-family: var(--font-family-Rubik);
  font-weight: 400;
  font-size: 14px;
  line-height: 145%;
  color: rgb(90, 90, 90);
  outline: none;
}
.calculator__container .choices:hover {
  border-color: rgb(255, 111, 57);
}
.calculator__container .choices:focus::placeholder {
  opacity: 0;
}
.calculator__container .choices:active {
  border-color: rgb(255, 111, 57);
}
.calculator__container .choices:focus ~ i.ph-x {
  opacity: 1;
}
.calculator__container .choices:focus ~ i.ph-caret-down {
  transform: translateY(-50%) rotate(180deg);
}
.calculator__container .choices:invalid ~ i.ph-caret-down {
  transform: translateY(-50%) rotate(0deg);
}
.calculator__container .choices .choices__list {
  padding: 0;
}
.calculator__container .choices .choices__inner {
  width: 100%;
  padding: 0;
  height: 100%;
  background: transparent;
  border: none;
  display: flex;
  align-items: center;
  min-height: unset;
  padding: 0 16px;
}
.calculator__container .calculator__breadcrumbs {
  padding: 0 16px;
}
.calculator__container .calculator__breadcrumbs p {
  display: flex;
  gap: 8px;
}
.calculator__container .calculator__breadcrumbs p a {
  font-family: var(--font-family-Rubik);
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 145%;
  letter-spacing: 0%;
  text-decoration: none;
  color: #9f9f9f;
}
.calculator__container .calculator__breadcrumbs p a:last-child {
  color: #ff6f39;
}
.calculator__container .calculator__btn {
  width: 100%;
  border: 1px solid #f3f3f3;
  padding: 32px 16px;
}
.calculator__container .calculator__btn button {
  width: 100%;
  height: 48px;
}
.calculator__container .calculator__btn button span {
  display: block;
}
.calculator__container .calculator__content .calculator__test__cables {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 0 16px;
  margin-top: 16px;
}
.calculator__container .calculator__content .calculator__test__cables .test__cable {
  width: 100%;
  height: fit-content;
  background: #f3f3f3;
  display: flex;
  flex-direction: column;
  border-radius: 2px;
  padding: 16px;
  padding-right: 8px;
}
.calculator__container .calculator__content .calculator__test__cables .test__cable .test__cable__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
}
.calculator__container .calculator__content .calculator__test__cables .test__cable .test__cable__header .cable__nav {
  display: flex;
}
.calculator__container .calculator__content .calculator__test__cables .test__cable .test__cable__header h1 {
  font-family: var(--font-family-Roboto);
  font-weight: 500;
  font-style: Medium;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  color: #2b2d33;
}
.calculator__container .calculator__content .calculator__test__cables .test__cable .test__cable__header button {
  width: 40px;
  height: 40px;
  display: flex;
  gap: 20px;
}
.calculator__container .calculator__content .calculator__test__cables .test__cable .test__cable__header button span {
  display: none;
}
.calculator__container .calculator__content .calculator__test__cables .test__cable .test__cable__characteristics {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.3s ease;
}
.calculator__container .calculator__content .calculator__test__cables .test__cable .test__cable__characteristics .product-characteristics {
  list-style: none;
}
.calculator__container .calculator__content .calculator__test__cables .test__cable .test__cable__characteristics .product-characteristics li {
  display: flex;
}
.calculator__container .calculator__content .calculator__test__cables .test__cable .test__cable__characteristics .product-characteristics li .dots {
  flex-grow: 1;
  margin: 0 8px;
  margin-bottom: 5px;
  border-bottom: 2px dotted rgb(159, 159, 159);
}
.calculator__container .calculator__content .calculator__test__cables .test__cable .test__cable__characteristics .product-characteristics li .label {
  font-family: var(--font-family-Rubik);
  font-weight: 400;
  font-size: 14px;
  line-height: 145%;
  letter-spacing: 0%;
  color: rgb(159, 159, 159);
}
.calculator__container .calculator__content .calculator__test__cables .test__cable .test__cable__characteristics .product-characteristics li .value {
  font-family: var(--font-family-Rubik);
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 145%;
  letter-spacing: 0%;
}
.calculator__container .calculator__content .calculator__test__cables .test__cable .test__cable__characteristics.active {
  display: block;
  margin-top: 16px;
  max-height: 500px;
}
.calculator__container .calculator__content .calculator__test__cables .test__calculator {
  width: 100%;
  margin: 32px 0;
}
.calculator__container .calculator__content .calculator__test__cables .test__calculator.editCalc {
  display: none;
}
.calculator__container .calculator__content .calculator__test__cables .test__calculator.active {
  display: block;
}
.calculator__container .calculator__content .calculator__test__cables .test__calculator .test__calculator__params {
  padding-top: 40px;
  border-top: 1px solid #f3f3f3;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.calculator__container .calculator__content .calculator__test__cables .test__calculator .test__calculator__params h1 {
  font-family: var(--font-family-Roboto);
  font-weight: 500;
  font-style: Medium;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
}
.calculator__container .calculator__content .calculator__test__cables .test__calculator .test__calculator__params .leftSide__data {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 32px;
  margin-top: 32px;
}
.calculator__container .calculator__content .calculator__test__cables .test__calculator .test__calculator__params .leftSide__data .counter__container {
  width: 100%;
}
.calculator__container .calculator__content .calculator__test__cables .test__calculator .test__calculator__params .leftSide__data .counter__container .counter {
  width: 100%;
}
.calculator__container .calculator__content .calculator__test__cables .test__calculator .test__calculator__params .leftSide__data label {
  font-family: var(--font-family-Rubik);
  font-weight: 400;
  font-size: 14px;
  line-height: 145%;
  letter-spacing: 0%;
  margin-bottom: 4px;
  color: #3a3d42;
}
.calculator__container .calculator__content .calculator__test__cables .test__calculator .test__calculator__params .leftSide__data .input__wrapper {
  width: 100%;
  position: relative;
}
.calculator__container .calculator__content .calculator__test__cables .test__calculator .test__calculator__params .leftSide__data .input__wrapper input[type=text] {
  width: 100%;
  height: 40px;
  border: 1px solid rgb(196, 196, 196);
  border-radius: 2px;
  padding: 0 16px;
  background: rgb(243, 243, 243);
  font-family: var(--font-family-Rubik);
  font-weight: 400;
  font-size: 14px;
  line-height: 145%;
  letter-spacing: 0%;
  color: rgb(90, 90, 90);
  outline: none;
}
.calculator__container .calculator__content .calculator__test__cables .test__calculator .test__calculator__params .leftSide__data .input__wrapper input[type=text]:hover {
  border-color: rgb(255, 111, 57);
}
.calculator__container .calculator__content .calculator__test__cables .test__calculator .test__calculator__params .leftSide__data .input__wrapper input[type=text]:focus::placeholder {
  opacity: 0;
}
.calculator__container .calculator__content .calculator__test__cables .test__calculator .test__calculator__params .leftSide__data .input__wrapper input[type=text]:active {
  border-color: rgb(255, 111, 57);
}
.calculator__container .calculator__content .calculator__test__cables .test__calculator .test__calculator__params .leftSide__data .input__wrapper input[type=text]:focus ~ i.ph-x {
  opacity: 1;
}
.calculator__container .calculator__content .calculator__test__cables .test__calculator .test__calculator__params .leftSide__data .input__wrapper input[type=text]::placeholder {
  color: rgb(159, 159, 159);
}
.calculator__container .calculator__content .calculator__test__cables .test__calculator .test__calculator__params .leftSide__data .input__wrapper i.ph-x {
  opacity: 0;
  font-size: 20px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.calculator__container .calculator__content .calculator__test__cables .test__calculator .test__calculator__params .leftSide__data .input__wrapper i.ph-x:hover {
  color: #1c1e22;
}
.calculator__container .calculator__content .calculator__test__cables .test__calculator .test__calculator__params .rightSide__data {
  width: 100%;
  display: flex;
  flex-direction: row;
  gap: 32px;
  margin-top: 32px;
}
.calculator__container .calculator__content .calculator__test__cables .test__calculator .test__calculator__params .rightSide__data .counter__container {
  width: 100%;
}
.calculator__container .calculator__content .calculator__test__cables .test__calculator .test__calculator__params .rightSide__data .counter__container .counter {
  width: 100%;
}
.calculator__container .calculator__content .calculator__test__cables .test__calculator .test__calculator__params .rightSide__data label {
  font-family: var(--font-family-Rubik);
  font-weight: 400;
  font-size: 14px;
  line-height: 145%;
  letter-spacing: 0%;
  margin-bottom: 4px;
  color: #3a3d42;
}
.calculator__container .calculator__content .calculator__test__cables .test__calculator .test__calculator__params .rightSide__data .input__wrapper {
  width: 100%;
  position: relative;
}
.calculator__container .calculator__content .calculator__test__cables .test__calculator .test__calculator__params .rightSide__data .input__wrapper input[type=text] {
  width: 100%;
  height: 40px;
  border: 1px solid rgb(196, 196, 196);
  border-radius: 2px;
  padding: 0 16px;
  background: rgb(243, 243, 243);
  font-family: var(--font-family-Rubik);
  font-weight: 400;
  font-size: 14px;
  line-height: 145%;
  letter-spacing: 0%;
  color: rgb(90, 90, 90);
  outline: none;
}
.calculator__container .calculator__content .calculator__test__cables .test__calculator .test__calculator__params .rightSide__data .input__wrapper input[type=text]:hover {
  border-color: rgb(255, 111, 57);
}
.calculator__container .calculator__content .calculator__test__cables .test__calculator .test__calculator__params .rightSide__data .input__wrapper input[type=text]:focus::placeholder {
  opacity: 0;
}
.calculator__container .calculator__content .calculator__test__cables .test__calculator .test__calculator__params .rightSide__data .input__wrapper input[type=text]:active {
  border-color: rgb(255, 111, 57);
}
.calculator__container .calculator__content .calculator__test__cables .test__calculator .test__calculator__params .rightSide__data .input__wrapper input[type=text]:focus ~ i.ph-x {
  opacity: 1;
}
.calculator__container .calculator__content .calculator__test__cables .test__calculator .test__calculator__params .rightSide__data .input__wrapper input[type=text]::placeholder {
  color: rgb(159, 159, 159);
}
.calculator__container .calculator__content .calculator__test__cables .test__calculator .test__calculator__params .rightSide__data .input__wrapper i.ph-x {
  opacity: 0;
  font-size: 20px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.calculator__container .calculator__content .calculator__test__cables .test__calculator .test__calculator__header {
  margin-bottom: 32px;
}
.calculator__container .calculator__content .calculator__test__cables .test__calculator .test__calculator__header h1 {
  font-family: var(--font-family-Roboto);
  font-weight: 500;
  font-style: Medium;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 100%;
  color: #2b2d33;
  letter-spacing: 0%;
}
.calculator__container .calculator__content .calculator__test__cables .test__calculator .test__calculator__preview {
  margin-top: 32px;
  width: 100%;
  height: 220px;
  background-image: url("/public/assets/calculator_375.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.calculator__container .calculator__content .calculator__test__cables .test__calculator .test__calculator__charact {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-items: center;
  gap: 24px;
  row-gap: 32px;
}
.calculator__container .calculator__content .calculator__test__cables .test__calculator .test__calculator__charact .left__side,
.calculator__container .calculator__content .calculator__test__cables .test__calculator .test__calculator__charact .right__side {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 16px;
  gap: 32px;
  border: none;
}
.calculator__container .calculator__content .calculator__test__cables .test__calculator .test__calculator__charact .left__side h1,
.calculator__container .calculator__content .calculator__test__cables .test__calculator .test__calculator__charact .right__side h1 {
  font-family: var(--font-family-Roboto);
  font-weight: 500;
  font-style: Medium;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  color: #2b2d33;
}
.calculator__container .calculator__content .calculator__test__cables .test__calculator .test__calculator__charact .left__side .counters,
.calculator__container .calculator__content .calculator__test__cables .test__calculator .test__calculator__charact .right__side .counters {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.calculator__container .calculator__content .calculator__test__cables .test__calculator .test__calculator__charact .left__side .counters .counter,
.calculator__container .calculator__content .calculator__test__cables .test__calculator .test__calculator__charact .right__side .counters .counter {
  width: 100%;
}
.calculator__container .calculator__content .calculator__test__cables .test__calculator .test__calculator__charact .left__side .swithers,
.calculator__container .calculator__content .calculator__test__cables .test__calculator .test__calculator__charact .right__side .swithers {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.calculator__container .calculator__content .calculator__test__cables .test__calculator .test__calculator__charact .left__side .test__calculator__info,
.calculator__container .calculator__content .calculator__test__cables .test__calculator .test__calculator__charact .right__side .test__calculator__info {
  display: none;
}
.calculator__container .calculator__content .calculator__test__cables .test__calculator .test__calculator__info {
  padding: 0 24px;
  margin-bottom: 32px;
}
.calculator__container .calculator__content .calculator__test__cables .test__calculator .test__calculator__info p {
  font-family: var(--font-family-Rubik);
  font-weight: 500;
  font-style: Medium;
  font-size: 12px;
  leading-trim: NONE;
  line-height: 130%;
  letter-spacing: 0%;
  display: flex;
  align-items: center;
  color: #2f80ed;
  gap: 4px;
  margin-bottom: 4px;
}
.calculator__container .calculator__content .calculator__test__cables .test__calculator .test__calculator__info p i {
  font-size: 16px;
}
.calculator__container .calculator__content .calculator__test__cables .test__calculator .test__calculator__info ol {
  padding: 0;
  list-style-position: inside;
  font-family: var(--font-family-Rubik);
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 145%;
  letter-spacing: 0%;
  color: #9f9f9f;
}
.calculator__container .calculator__form {
  padding: 32px 16px;
  display: flex;
  flex-direction: column;
  gap: 32px;
  border: 1px solid #f3f3f3;
}
.calculator__container .calculator__form .calculator__form__header {
  font-family: var(--font-family-Roboto);
  font-weight: 500;
  font-style: Medium;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  color: #2b2d33;
}
.calculator__container .calculator__form .form__data {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.calculator__container .calculator__form .form__field label {
  font-family: var(--font-family-Rubik);
  font-weight: 400;
  font-size: 14px;
  line-height: 145%;
  letter-spacing: 0%;
  margin-bottom: 4px;
  color: #3a3d42;
}
.calculator__container .calculator__form .form__field .input__wrapper {
  width: 100%;
  position: relative;
}
.calculator__container .calculator__form .form__field .input__wrapper input[type=text] {
  width: 100%;
  height: 40px;
  border: 1px solid rgb(196, 196, 196);
  border-radius: 2px;
  padding: 0 16px;
  background: rgb(243, 243, 243);
  font-family: var(--font-family-Rubik);
  font-weight: 400;
  font-size: 14px;
  line-height: 145%;
  letter-spacing: 0%;
  color: rgb(90, 90, 90);
  outline: none;
}
.calculator__container .calculator__form .form__field .input__wrapper input[type=text]:hover {
  border-color: rgb(255, 111, 57);
}
.calculator__container .calculator__form .form__field .input__wrapper input[type=text]:focus::placeholder {
  opacity: 0;
}
.calculator__container .calculator__form .form__field .input__wrapper input[type=text]:active {
  border-color: rgb(255, 111, 57);
}
.calculator__container .calculator__form .form__field .input__wrapper input[type=text]:focus ~ i.ph-x {
  opacity: 1;
}
.calculator__container .calculator__form .form__field .input__wrapper input[type=text]::placeholder {
  color: rgb(159, 159, 159);
}
.calculator__container .calculator__form .form__field .input__wrapper i.ph-x {
  opacity: 0;
  font-size: 20px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.calculator__container .calculator__form label {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  position: relative;
  user-select: none;
  font-family: var(--font-family-Rubik);
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 145%;
  letter-spacing: 0%;
}
.calculator__container .calculator__form label input {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  min-width: 20px;
  height: 20px;
  border: 1px solid rgb(159, 159, 159);
  border-radius: 1px;
  background-color: #fff;
  cursor: pointer;
  position: relative;
  transition: all 0.2s ease;
}
.calculator__container .calculator__form label span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}
.calculator__container .calculator__form label span i {
  color: white;
  font-size: 14px;
  display: none;
}
.calculator__container .calculator__form label input:checked {
  background: rgb(255, 111, 57);
  border-color: rgb(255, 111, 57);
}
.calculator__container .calculator__form label input:checked:hover {
  background: #e65b27;
}
.calculator__container .calculator__form label input:checked + span i {
  display: block;
}
.calculator__container .calc__container__btn {
  padding: 0 16px;
  padding-bottom: 32px;
}
.calculator__container .calc__container__btn .calculator__btn_calc {
  width: 100%;
  height: 48px;
}

@media screen and (min-width: 768px) {
  .calculator__container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 32px;
    padding-top: 32px;
  }
  .calculator__container .calculator__breadcrumbs {
    padding: 0;
  }
  .calculator__container .calculator__breadcrumbs p {
    display: flex;
    gap: 8px;
  }
  .calculator__container .calculator__breadcrumbs p a {
    font-family: var(--font-family-Rubik);
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 145%;
    letter-spacing: 0%;
    text-decoration: none;
    color: #9f9f9f;
  }
  .calculator__container .calculator__breadcrumbs p a:last-child {
    color: #ff6f39;
  }
  .calculator__container .calculator__content .calculator__test__cables {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-top: 16px;
    padding: 0;
  }
  .calculator__container .calculator__content .calculator__test__cables .test__cable {
    width: 100%;
    height: fit-content;
    background: #f3f3f3;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    border-radius: 2px;
    gap: 31px;
    padding: 16px 24px;
  }
  .calculator__container .calculator__content .calculator__test__cables .test__cable .test__cable__header {
    min-width: 206px;
    display: flex;
    justify-content: space-between;
    align-items: start;
    gap: 24px;
    margin-bottom: 0px;
  }
  .calculator__container .calculator__content .calculator__test__cables .test__cable .test__cable__header h1 {
    font-family: var(--font-family-Roboto);
    font-weight: 500;
    font-style: Medium;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color: #2b2d33;
  }
  .calculator__container .calculator__content .calculator__test__cables .test__cable .test__cable__header button {
    width: 119px;
    height: 32px;
    border: 1px solid #2b2d33;
    gap: 4px;
  }
  .calculator__container .calculator__content .calculator__test__cables .test__cable .test__cable__header button .ph-caret-down {
    display: none;
  }
  .calculator__container .calculator__content .calculator__test__cables .test__cable .test__cable__header button span {
    display: flex;
  }
  .calculator__container .calculator__content .calculator__test__cables .test__cable .test__cable__header .caret {
    display: none;
  }
  .calculator__container .calculator__content .calculator__test__cables .test__cable .test__cable__characteristics {
    width: 100%;
    max-height: 100%;
    overflow: unset;
    margin-top: 0 !important;
  }
  .calculator__container .calculator__content .calculator__test__cables .test__cable .test__cable__characteristics .product-characteristics {
    list-style: none;
  }
  .calculator__container .calculator__content .calculator__test__cables .test__cable .test__cable__characteristics .product-characteristics li {
    display: flex;
  }
  .calculator__container .calculator__content .calculator__test__cables .test__cable .test__cable__characteristics .product-characteristics li .dots {
    flex-grow: 1;
    margin: 0 8px;
    margin-bottom: 5px;
    border-bottom: 2px dotted rgb(159, 159, 159);
  }
  .calculator__container .calculator__content .calculator__test__cables .test__cable .test__cable__characteristics .product-characteristics li .label {
    font-family: var(--font-family-Rubik);
    font-weight: 400;
    font-size: 14px;
    line-height: 145%;
    letter-spacing: 0%;
    color: rgb(159, 159, 159);
  }
  .calculator__container .calculator__content .calculator__test__cables .test__cable .test__cable__characteristics .product-characteristics li .value {
    font-family: var(--font-family-Rubik);
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 145%;
    letter-spacing: 0%;
  }
  .calculator__container .calculator__content .calculator__test__cables .test__calculator {
    width: 100%;
    margin: 0;
    border: 1px solid #F3F3F3;
  }
  .calculator__container .calculator__content .calculator__test__cables .test__calculator .test__calculator__header {
    margin-bottom: 0px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
  .calculator__container .calculator__content .calculator__test__cables .test__calculator .test__calculator__header h1 {
    font-family: var(--font-family-Roboto);
    font-weight: 500;
    font-style: Medium;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 100%;
    color: #2b2d33;
    letter-spacing: 0%;
  }
  .calculator__container .calculator__content .calculator__test__cables .test__calculator .test__calculator__preview {
    width: 100%;
    height: 200px;
    margin: 0;
    background-image: url("/public/assets/calculator__768.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }
  .calculator__container .calculator__content .calculator__test__cables .test__calculator .test__calculator__charact {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-items: center;
    gap: 0;
    margin-top: 0px;
    row-gap: 32px;
  }
  .calculator__container .calculator__content .calculator__test__cables .test__calculator .test__calculator__charact .left__side,
  .calculator__container .calculator__content .calculator__test__cables .test__calculator .test__calculator__charact .right__side {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 24px 22px;
    gap: 16px;
    height: fit-content;
    border: 1px solid #f3f3f3;
  }
  .calculator__container .calculator__content .calculator__test__cables .test__calculator .test__calculator__charact .left__side .test__calculator__info,
  .calculator__container .calculator__content .calculator__test__cables .test__calculator .test__calculator__charact .right__side .test__calculator__info {
    display: block;
    padding: 0;
    margin-bottom: 0;
  }
  .calculator__container .calculator__content .calculator__test__cables .test__calculator .test__calculator__charact .left__side h1,
  .calculator__container .calculator__content .calculator__test__cables .test__calculator .test__calculator__charact .right__side h1 {
    font-family: var(--font-family-Roboto);
    font-weight: 500;
    font-style: Medium;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color: #2b2d33;
    margin-bottom: 8px;
  }
  .calculator__container .calculator__content .calculator__test__cables .test__calculator .test__calculator__charact .left__side .counters,
  .calculator__container .calculator__content .calculator__test__cables .test__calculator .test__calculator__charact .right__side .counters {
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 16px;
  }
  .calculator__container .calculator__content .calculator__test__cables .test__calculator .test__calculator__charact .left__side .counters .counter__container .counter,
  .calculator__container .calculator__content .calculator__test__cables .test__calculator .test__calculator__charact .right__side .counters .counter__container .counter {
    width: 144px;
  }
  .calculator__container .calculator__content .calculator__test__cables .test__calculator .test__calculator__charact .left__side .swithers,
  .calculator__container .calculator__content .calculator__test__cables .test__calculator .test__calculator__charact .right__side .swithers {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 16px;
  }
  .calculator__container .calculator__content .calculator__test__cables .test__calculator .test__calculator__charact .left__side .swithers .checkbox__container,
  .calculator__container .calculator__content .calculator__test__cables .test__calculator .test__calculator__charact .right__side .swithers .checkbox__container {
    width: 144px;
  }
  .calculator__container .calculator__content .calculator__test__cables .test__calculator .test__calculator__info {
    display: none;
    padding: 0 24px;
  }
  .calculator__container .calculator__content .calculator__test__cables .test__calculator .test__calculator__info p {
    font-family: var(--font-family-Rubik);
    font-weight: 500;
    font-style: Medium;
    font-size: 12px;
    leading-trim: NONE;
    line-height: 130%;
    letter-spacing: 0%;
    display: flex;
    align-items: center;
    color: #2f80ed;
    gap: 4px;
    margin-bottom: 4px;
  }
  .calculator__container .calculator__content .calculator__test__cables .test__calculator .test__calculator__info p i {
    font-size: 16px;
  }
  .calculator__container .calculator__content .calculator__test__cables .test__calculator .test__calculator__info ol {
    padding: 0;
    list-style-position: inside;
    font-family: var(--font-family-Rubik);
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 145%;
    letter-spacing: 0%;
    color: #9f9f9f;
  }
  .calculator__container .calculator__content .calculator__test__cables .test__calculator .test__calculator__params {
    padding-top: 0px;
    display: flex;
    flex-direction: row;
    gap: 0px;
  }
  .calculator__container .calculator__content .calculator__test__cables .test__calculator .test__calculator__params .leftSide,
  .calculator__container .calculator__content .calculator__test__cables .test__calculator .test__calculator__params .rightSide {
    padding: 24px;
    width: 100%;
    border-right: 1px solid #f3f3f3;
  }
  .calculator__container .calculator__content .calculator__test__cables .test__calculator .test__calculator__params .leftSide .leftSide__data,
  .calculator__container .calculator__content .calculator__test__cables .test__calculator .test__calculator__params .rightSide .leftSide__data {
    width: 100%;
    display: grid !important;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    row-gap: 16px;
    column-gap: 16px;
    margin-top: 32px;
  }
  .calculator__container .calculator__content .calculator__test__cables .test__calculator .test__calculator__params .leftSide .leftSide__data :nth-child(1),
  .calculator__container .calculator__content .calculator__test__cables .test__calculator .test__calculator__params .rightSide .leftSide__data :nth-child(1) {
    grid-area: 1/1/2/2;
  }
  .calculator__container .calculator__content .calculator__test__cables .test__calculator .test__calculator__params .leftSide .leftSide__data :nth-child(2),
  .calculator__container .calculator__content .calculator__test__cables .test__calculator .test__calculator__params .rightSide .leftSide__data :nth-child(2) {
    grid-area: 2/1/3/3;
  }
  .calculator__container .calculator__content .calculator__test__cables .test__calculator .test__calculator__params .leftSide .leftSide__data :nth-child(3),
  .calculator__container .calculator__content .calculator__test__cables .test__calculator .test__calculator__params .rightSide .leftSide__data :nth-child(3) {
    grid-area: 2/1/3/3;
  }
  .calculator__container .calculator__content .calculator__test__cables .test__calculator .test__calculator__params .leftSide .leftSide__data .counter__container,
  .calculator__container .calculator__content .calculator__test__cables .test__calculator .test__calculator__params .rightSide .leftSide__data .counter__container {
    width: 100%;
  }
  .calculator__container .calculator__content .calculator__test__cables .test__calculator .test__calculator__params .leftSide .leftSide__data .counter__container .counter,
  .calculator__container .calculator__content .calculator__test__cables .test__calculator .test__calculator__params .rightSide .leftSide__data .counter__container .counter {
    width: 100%;
  }
  .calculator__container .calculator__content .calculator__test__cables .test__calculator .test__calculator__params .leftSide .leftSide__data label,
  .calculator__container .calculator__content .calculator__test__cables .test__calculator .test__calculator__params .rightSide .leftSide__data label {
    font-family: var(--font-family-Rubik);
    font-weight: 400;
    font-size: 14px;
    line-height: 145%;
    letter-spacing: 0%;
    margin-bottom: 4px;
    color: #3a3d42;
  }
  .calculator__container .calculator__content .calculator__test__cables .test__calculator .test__calculator__params .leftSide .leftSide__data .input__wrapper,
  .calculator__container .calculator__content .calculator__test__cables .test__calculator .test__calculator__params .rightSide .leftSide__data .input__wrapper {
    width: 100%;
    position: relative;
  }
  .calculator__container .calculator__content .calculator__test__cables .test__calculator .test__calculator__params .leftSide .leftSide__data .input__wrapper input[type=text],
  .calculator__container .calculator__content .calculator__test__cables .test__calculator .test__calculator__params .rightSide .leftSide__data .input__wrapper input[type=text] {
    width: 100%;
    height: 40px;
    border: 1px solid rgb(196, 196, 196);
    border-radius: 2px;
    padding: 0 16px;
    background: rgb(243, 243, 243);
    font-family: var(--font-family-Rubik);
    font-weight: 400;
    font-size: 14px;
    line-height: 145%;
    letter-spacing: 0%;
    color: rgb(90, 90, 90);
    outline: none;
  }
  .calculator__container .calculator__content .calculator__test__cables .test__calculator .test__calculator__params .leftSide .leftSide__data .input__wrapper input[type=text]:hover,
  .calculator__container .calculator__content .calculator__test__cables .test__calculator .test__calculator__params .rightSide .leftSide__data .input__wrapper input[type=text]:hover {
    border-color: rgb(255, 111, 57);
  }
  .calculator__container .calculator__content .calculator__test__cables .test__calculator .test__calculator__params .leftSide .leftSide__data .input__wrapper input[type=text]:focus::placeholder,
  .calculator__container .calculator__content .calculator__test__cables .test__calculator .test__calculator__params .rightSide .leftSide__data .input__wrapper input[type=text]:focus::placeholder {
    opacity: 0;
  }
  .calculator__container .calculator__content .calculator__test__cables .test__calculator .test__calculator__params .leftSide .leftSide__data .input__wrapper input[type=text]:active,
  .calculator__container .calculator__content .calculator__test__cables .test__calculator .test__calculator__params .rightSide .leftSide__data .input__wrapper input[type=text]:active {
    border-color: rgb(255, 111, 57);
  }
  .calculator__container .calculator__content .calculator__test__cables .test__calculator .test__calculator__params .leftSide .leftSide__data .input__wrapper input[type=text]:focus ~ i.ph-x,
  .calculator__container .calculator__content .calculator__test__cables .test__calculator .test__calculator__params .rightSide .leftSide__data .input__wrapper input[type=text]:focus ~ i.ph-x {
    opacity: 1;
  }
  .calculator__container .calculator__content .calculator__test__cables .test__calculator .test__calculator__params .leftSide .leftSide__data .input__wrapper input[type=text]::placeholder,
  .calculator__container .calculator__content .calculator__test__cables .test__calculator .test__calculator__params .rightSide .leftSide__data .input__wrapper input[type=text]::placeholder {
    color: rgb(159, 159, 159);
  }
  .calculator__container .calculator__content .calculator__test__cables .test__calculator .test__calculator__params .leftSide .leftSide__data .input__wrapper i.ph-x,
  .calculator__container .calculator__content .calculator__test__cables .test__calculator .test__calculator__params .rightSide .leftSide__data .input__wrapper i.ph-x {
    opacity: 0;
    font-size: 20px;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
  }
  .calculator__container .calculator__content .calculator__test__cables .test__calculator .test__calculator__params .leftSide .rightSide__data,
  .calculator__container .calculator__content .calculator__test__cables .test__calculator .test__calculator__params .rightSide .rightSide__data {
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 16px;
    margin-top: 32px;
  }
  .calculator__container .calculator__content .calculator__test__cables .test__calculator .test__calculator__params .leftSide .rightSide__data .counter__container,
  .calculator__container .calculator__content .calculator__test__cables .test__calculator .test__calculator__params .rightSide .rightSide__data .counter__container {
    width: 100%;
  }
  .calculator__container .calculator__content .calculator__test__cables .test__calculator .test__calculator__params .leftSide .rightSide__data .counter__container .counter,
  .calculator__container .calculator__content .calculator__test__cables .test__calculator .test__calculator__params .rightSide .rightSide__data .counter__container .counter {
    width: 100%;
  }
  .calculator__container .calculator__content .calculator__test__cables .test__calculator .test__calculator__params .leftSide .rightSide__data label,
  .calculator__container .calculator__content .calculator__test__cables .test__calculator .test__calculator__params .rightSide .rightSide__data label {
    font-family: var(--font-family-Rubik);
    font-weight: 400;
    font-size: 14px;
    line-height: 145%;
    letter-spacing: 0%;
    margin-bottom: 4px;
    color: #3a3d42;
  }
  .calculator__container .calculator__content .calculator__test__cables .test__calculator .test__calculator__params .leftSide .rightSide__data .input__wrapper,
  .calculator__container .calculator__content .calculator__test__cables .test__calculator .test__calculator__params .rightSide .rightSide__data .input__wrapper {
    width: 100%;
    position: relative;
  }
  .calculator__container .calculator__content .calculator__test__cables .test__calculator .test__calculator__params .leftSide .rightSide__data .input__wrapper input[type=text],
  .calculator__container .calculator__content .calculator__test__cables .test__calculator .test__calculator__params .rightSide .rightSide__data .input__wrapper input[type=text] {
    width: 100%;
    height: 40px;
    border: 1px solid rgb(196, 196, 196);
    border-radius: 2px;
    padding: 0 16px;
    background: rgb(243, 243, 243);
    font-family: var(--font-family-Rubik);
    font-weight: 400;
    font-size: 14px;
    line-height: 145%;
    letter-spacing: 0%;
    color: rgb(90, 90, 90);
    outline: none;
  }
  .calculator__container .calculator__content .calculator__test__cables .test__calculator .test__calculator__params .leftSide .rightSide__data .input__wrapper input[type=text]:hover,
  .calculator__container .calculator__content .calculator__test__cables .test__calculator .test__calculator__params .rightSide .rightSide__data .input__wrapper input[type=text]:hover {
    border-color: rgb(255, 111, 57);
  }
  .calculator__container .calculator__content .calculator__test__cables .test__calculator .test__calculator__params .leftSide .rightSide__data .input__wrapper input[type=text]:focus::placeholder,
  .calculator__container .calculator__content .calculator__test__cables .test__calculator .test__calculator__params .rightSide .rightSide__data .input__wrapper input[type=text]:focus::placeholder {
    opacity: 0;
  }
  .calculator__container .calculator__content .calculator__test__cables .test__calculator .test__calculator__params .leftSide .rightSide__data .input__wrapper input[type=text]:active,
  .calculator__container .calculator__content .calculator__test__cables .test__calculator .test__calculator__params .rightSide .rightSide__data .input__wrapper input[type=text]:active {
    border-color: rgb(255, 111, 57);
  }
  .calculator__container .calculator__content .calculator__test__cables .test__calculator .test__calculator__params .leftSide .rightSide__data .input__wrapper input[type=text]:focus ~ i.ph-x,
  .calculator__container .calculator__content .calculator__test__cables .test__calculator .test__calculator__params .rightSide .rightSide__data .input__wrapper input[type=text]:focus ~ i.ph-x {
    opacity: 1;
  }
  .calculator__container .calculator__content .calculator__test__cables .test__calculator .test__calculator__params .leftSide .rightSide__data .input__wrapper input[type=text]::placeholder,
  .calculator__container .calculator__content .calculator__test__cables .test__calculator .test__calculator__params .rightSide .rightSide__data .input__wrapper input[type=text]::placeholder {
    color: rgb(159, 159, 159);
  }
  .calculator__container .calculator__content .calculator__test__cables .test__calculator .test__calculator__params .leftSide .rightSide__data .input__wrapper i.ph-x,
  .calculator__container .calculator__content .calculator__test__cables .test__calculator .test__calculator__params .rightSide .rightSide__data .input__wrapper i.ph-x {
    opacity: 0;
    font-size: 20px;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
  }
  .calculator__container .calculator__content .calculator__test__cables .test__calculator h1 {
    font-family: var(--font-family-Roboto);
    font-weight: 500;
    font-style: Medium;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
  }
  .calculator__container .calc__container__btn {
    padding: 0px;
    padding-top: 24px;
    padding-bottom: 64px;
  }
  .calculator__container .calculator__btn {
    width: 100%;
    border: 1px solid #f3f3f3;
    padding: 32px 24px;
  }
  .calculator__container .calculator__btn button {
    width: 100%;
    height: 48px;
  }
  .calculator__container .calculator__btn button span {
    display: block;
  }
  .calculator__container .calculator__form {
    padding: 32px 24px;
    display: flex;
    flex-direction: column;
    gap: 32px;
    border: 1px solid #f3f3f3;
    margin-top: 8px;
  }
  .calculator__container .calculator__form .calculator__form__header {
    font-family: var(--font-family-Roboto);
    font-weight: 500;
    font-style: Medium;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color: #2b2d33;
  }
  .calculator__container .calculator__form .form__data {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
  .calculator__container .calculator__form .form__data .form__field label {
    font-family: var(--font-family-Rubik);
    font-weight: 400;
    font-size: 14px;
    line-height: 145%;
    letter-spacing: 0%;
    margin-bottom: 4px;
    color: #3a3d42;
  }
  .calculator__container .calculator__form .form__data .form__field .input__wrapper {
    width: 100%;
    position: relative;
  }
  .calculator__container .calculator__form .form__data .form__field .input__wrapper input[type=text] {
    width: 100%;
    height: 40px;
    border: 1px solid rgb(196, 196, 196);
    border-radius: 2px;
    padding: 0 16px;
    background: rgb(243, 243, 243);
    font-family: var(--font-family-Rubik);
    font-weight: 400;
    font-size: 14px;
    line-height: 145%;
    letter-spacing: 0%;
    color: rgb(90, 90, 90);
    outline: none;
  }
  .calculator__container .calculator__form .form__data .form__field .input__wrapper input[type=text]:hover {
    border-color: rgb(255, 111, 57);
  }
  .calculator__container .calculator__form .form__data .form__field .input__wrapper input[type=text]:focus::placeholder {
    opacity: 0;
  }
  .calculator__container .calculator__form .form__data .form__field .input__wrapper input[type=text]:active {
    border-color: rgb(255, 111, 57);
  }
  .calculator__container .calculator__form .form__data .form__field .input__wrapper input[type=text]:focus ~ i.ph-x {
    opacity: 1;
  }
  .calculator__container .calculator__form .form__data .form__field .input__wrapper input[type=text]::placeholder {
    color: rgb(159, 159, 159);
  }
  .calculator__container .calculator__form .form__data .form__field .input__wrapper i.ph-x {
    opacity: 0;
    font-size: 20px;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
  }
  .calculator__container .calculator__form label {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    position: relative;
    user-select: none;
    font-family: var(--font-family-Rubik);
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 145%;
    letter-spacing: 0%;
  }
  .calculator__container .calculator__form label input {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    min-width: 20px;
    height: 20px;
    border: 1px solid rgb(159, 159, 159);
    border-radius: 1px;
    background-color: #fff;
    cursor: pointer;
    position: relative;
    transition: all 0.2s ease;
  }
  .calculator__container .calculator__form label span {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
  }
  .calculator__container .calculator__form label span i {
    color: white;
    font-size: 14px;
    display: none;
  }
  .calculator__container .calculator__form label input:checked {
    background: rgb(255, 111, 57);
    border-color: rgb(255, 111, 57);
  }
  .calculator__container .calculator__form label input:checked + span i {
    display: block;
  }
}
@media screen and (min-width: 1024px) {
  .calculator__container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 32px;
    padding-top: 32px;
  }
  .calculator__container .calculator__breadcrumbs p {
    display: flex;
    gap: 8px;
  }
  .calculator__container .calculator__breadcrumbs p a {
    font-family: var(--font-family-Rubik);
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 145%;
    letter-spacing: 0%;
    text-decoration: none;
    color: #9f9f9f;
  }
  .calculator__container .calculator__breadcrumbs p a:last-child {
    color: #ff6f39;
  }
  .calculator__container .calculator__content .calculator__test__cables {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-top: 16px;
  }
  .calculator__container .calculator__content .calculator__test__cables .test__cable {
    width: 100%;
    height: 136px;
    background: #f3f3f3;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    border-radius: 2px;
    gap: 31px;
    padding: 16px;
  }
  .calculator__container .calculator__content .calculator__test__cables .test__cable .test__cable__header {
    min-width: 206px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
    margin-bottom: 0px;
  }
  .calculator__container .calculator__content .calculator__test__cables .test__cable .test__cable__header h1 {
    font-family: var(--font-family-Roboto);
    font-weight: 500;
    font-style: Medium;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color: #2b2d33;
  }
  .calculator__container .calculator__content .calculator__test__cables .test__cable .test__cable__header button {
    width: 119px;
    height: 32px;
    border: 1px solid #2b2d33;
  }
  .calculator__container .calculator__content .calculator__test__cables .test__cable .test__cable__header button span {
    display: flex;
  }
  .calculator__container .calculator__content .calculator__test__cables .test__cable .test__cable__characteristics {
    width: 100%;
    max-width: 532px;
    max-height: 100%;
    overflow: unset;
    margin-top: 0;
  }
  .calculator__container .calculator__content .calculator__test__cables .test__cable .test__cable__characteristics .product-characteristics {
    list-style: none;
    -webkit-columns: 2;
    gap: 32px;
  }
  .calculator__container .calculator__content .calculator__test__cables .test__cable .test__cable__characteristics .product-characteristics li {
    display: flex;
  }
  .calculator__container .calculator__content .calculator__test__cables .test__cable .test__cable__characteristics .product-characteristics li .dots {
    flex-grow: 1;
    margin: 0 8px;
    margin-bottom: 5px;
    border-bottom: 2px dotted rgb(159, 159, 159);
  }
  .calculator__container .calculator__content .calculator__test__cables .test__cable .test__cable__characteristics .product-characteristics li .label {
    font-family: var(--font-family-Rubik);
    font-weight: 400;
    font-size: 14px;
    line-height: 145%;
    letter-spacing: 0%;
    color: rgb(159, 159, 159);
  }
  .calculator__container .calculator__content .calculator__test__cables .test__cable .test__cable__characteristics .product-characteristics li .value {
    font-family: var(--font-family-Rubik);
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 145%;
    letter-spacing: 0%;
  }
  .calculator__container .calculator__content .calculator__test__cables .test__calculator {
    width: 100%;
    margin-bottom: 32px;
    margin-bottom: 0;
    border: 1px solid #F3F3F3;
  }
  .calculator__container .calculator__content .calculator__test__cables .test__calculator .test__calculator__header {
    margin-bottom: 0px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
  .calculator__container .calculator__content .calculator__test__cables .test__calculator .test__calculator__header h1 {
    font-family: var(--font-family-Roboto);
    font-weight: 500;
    font-style: Medium;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 100%;
    color: #2b2d33;
    letter-spacing: 0%;
  }
  .calculator__container .calculator__content .calculator__test__cables .test__calculator .test__calculator__preview {
    width: 100%;
    height: 200px;
    background-image: url("/public/assets//calculator__1024.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }
  .calculator__container .calculator__content .calculator__test__cables .test__calculator .test__calculator__charact {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-items: center;
    gap: 0;
    margin-top: 0px;
    row-gap: 32px;
  }
  .calculator__container .calculator__content .calculator__test__cables .test__calculator .test__calculator__charact .left__side,
  .calculator__container .calculator__content .calculator__test__cables .test__calculator .test__calculator__charact .right__side {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 24px;
    gap: 16px;
    border: 1px solid #f3f3f3;
  }
  .calculator__container .calculator__content .calculator__test__cables .test__calculator .test__calculator__charact .left__side h1,
  .calculator__container .calculator__content .calculator__test__cables .test__calculator .test__calculator__charact .right__side h1 {
    font-family: var(--font-family-Roboto);
    font-weight: 500;
    font-style: Medium;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color: #2b2d33;
    margin-bottom: 8px;
  }
  .calculator__container .calculator__content .calculator__test__cables .test__calculator .test__calculator__charact .left__side .counters,
  .calculator__container .calculator__content .calculator__test__cables .test__calculator .test__calculator__charact .right__side .counters {
    display: flex;
    gap: 16px;
  }
  .calculator__container .calculator__content .calculator__test__cables .test__calculator .test__calculator__charact .left__side .counters .counter__container,
  .calculator__container .calculator__content .calculator__test__cables .test__calculator .test__calculator__charact .right__side .counters .counter__container {
    width: 100%;
  }
  .calculator__container .calculator__content .calculator__test__cables .test__calculator .test__calculator__charact .left__side .counters .counter__container .counter,
  .calculator__container .calculator__content .calculator__test__cables .test__calculator .test__calculator__charact .right__side .counters .counter__container .counter {
    width: 100%;
  }
  .calculator__container .calculator__content .calculator__test__cables .test__calculator .test__calculator__charact .left__side .swithers,
  .calculator__container .calculator__content .calculator__test__cables .test__calculator .test__calculator__charact .right__side .swithers {
    display: flex;
    flex-wrap: nowrap;
    gap: 16px;
  }
  .calculator__container .calculator__content .calculator__test__cables .test__calculator .test__calculator__charact .left__side .swithers .checkbox__container,
  .calculator__container .calculator__content .calculator__test__cables .test__calculator .test__calculator__charact .right__side .swithers .checkbox__container {
    width: 100%;
  }
  .calculator__container .calculator__content .calculator__test__cables .test__calculator .test__calculator__info {
    padding: 0 24px;
  }
  .calculator__container .calculator__content .calculator__test__cables .test__calculator .test__calculator__info p {
    font-family: var(--font-family-Rubik);
    font-weight: 500;
    font-style: Medium;
    font-size: 12px;
    leading-trim: NONE;
    line-height: 130%;
    letter-spacing: 0%;
    display: flex;
    align-items: center;
    color: #2f80ed;
    gap: 4px;
    margin-bottom: 4px;
  }
  .calculator__container .calculator__content .calculator__test__cables .test__calculator .test__calculator__info p i {
    font-size: 16px;
  }
  .calculator__container .calculator__content .calculator__test__cables .test__calculator .test__calculator__info ol {
    padding: 0;
    list-style-position: inside;
    font-family: var(--font-family-Rubik);
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 145%;
    letter-spacing: 0%;
    color: #9f9f9f;
  }
  .calculator__container .calculator__btn {
    width: 100%;
    border: 1px solid #f3f3f3;
    padding: 24px;
  }
  .calculator__container .calculator__btn button {
    width: 100%;
    height: 48px;
  }
  .calculator__container .calculator__btn button span {
    display: block;
  }
  .calculator__container .calculator__form {
    padding: 32px 16px;
    gap: 32px;
    border: 1px solid #f3f3f3;
    margin-top: 8px;
  }
  .calculator__container .calculator__form .calculator__form__header {
    font-family: var(--font-family-Roboto);
    font-weight: 500;
    font-style: Medium;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color: #2b2d33;
  }
  .calculator__container .calculator__form .form__data {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .calculator__container .calculator__form .form__data .form__field label {
    font-family: var(--font-family-Rubik);
    font-weight: 400;
    font-size: 14px;
    line-height: 145%;
    letter-spacing: 0%;
    margin-bottom: 4px;
    color: #3a3d42;
  }
  .calculator__container .calculator__form .form__data .form__field .input__wrapper {
    width: 100%;
    position: relative;
  }
  .calculator__container .calculator__form .form__data .form__field .input__wrapper input[type=text] {
    width: 100%;
    height: 40px;
    border: 1px solid rgb(196, 196, 196);
    border-radius: 2px;
    padding: 0 16px;
    background: rgb(243, 243, 243);
    font-family: var(--font-family-Rubik);
    font-weight: 400;
    font-size: 14px;
    line-height: 145%;
    letter-spacing: 0%;
    color: rgb(90, 90, 90);
    outline: none;
  }
  .calculator__container .calculator__form .form__data .form__field .input__wrapper input[type=text]:hover {
    border-color: rgb(255, 111, 57);
  }
  .calculator__container .calculator__form .form__data .form__field .input__wrapper input[type=text]:focus::placeholder {
    opacity: 0;
  }
  .calculator__container .calculator__form .form__data .form__field .input__wrapper input[type=text]:active {
    border-color: rgb(255, 111, 57);
  }
  .calculator__container .calculator__form .form__data .form__field .input__wrapper input[type=text]:focus ~ i.ph-x {
    opacity: 1;
  }
  .calculator__container .calculator__form .form__data .form__field .input__wrapper input[type=text]::placeholder {
    color: rgb(159, 159, 159);
  }
  .calculator__container .calculator__form .form__data .form__field .input__wrapper i.ph-x {
    opacity: 0;
    font-size: 20px;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
  }
  .calculator__container .calculator__form .form__data label {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    position: relative;
    user-select: none;
    font-family: var(--font-family-Rubik);
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 145%;
    letter-spacing: 0%;
  }
  .calculator__container .calculator__form .form__data label input {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    min-width: 20px;
    height: 20px;
    border: 1px solid rgb(159, 159, 159);
    border-radius: 1px;
    background-color: #fff;
    cursor: pointer;
    position: relative;
    transition: all 0.2s ease;
  }
  .calculator__container .calculator__form .form__data label span {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
  }
  .calculator__container .calculator__form .form__data label span i {
    color: white;
    font-size: 14px;
    display: none;
  }
  .calculator__container .calculator__form .form__data label input:checked {
    background: rgb(255, 111, 57);
    border-color: rgb(255, 111, 57);
  }
  .calculator__container .calculator__form .form__data label input:checked + span i {
    display: block;
  }
}
@media screen and (min-width: 1440px) {
  .calculator__container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0;
    padding-top: 40px;
  }
  .calculator__container .calculator__breadcrumbs p {
    display: flex;
    gap: 8px;
  }
  .calculator__container .calculator__breadcrumbs p a {
    font-family: var(--font-family-Rubik);
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 145%;
    letter-spacing: 0%;
    text-decoration: none;
    color: #9f9f9f;
  }
  .calculator__container .calculator__breadcrumbs p a:last-child {
    color: #ff6f39;
  }
  .calculator__container .calculator__content .calculator__test__cables {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-top: 16px;
  }
  .calculator__container .calculator__content .calculator__test__cables .test__cable {
    width: 100%;
    height: fit-content;
    background: #f3f3f3;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    border-radius: 2px;
    gap: 29%;
    padding: 16px;
  }
  .calculator__container .calculator__content .calculator__test__cables .test__cable .test__cable__header {
    min-width: 206px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
    margin-bottom: 0px;
  }
  .calculator__container .calculator__content .calculator__test__cables .test__cable .test__cable__header h1 {
    font-family: var(--font-family-Roboto);
    font-weight: 500;
    font-style: Medium;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color: #2b2d33;
  }
  .calculator__container .calculator__content .calculator__test__cables .test__cable .test__cable__header button {
    width: 119px;
    height: 32px;
    border: 1px solid #2b2d33;
  }
  .calculator__container .calculator__content .calculator__test__cables .test__cable .test__cable__header button span {
    display: flex;
  }
  .calculator__container .calculator__content .calculator__test__cables .test__cable .test__cable__characteristics {
    width: 100%;
    max-height: 100%;
    overflow: unset;
    margin-top: 0;
  }
  .calculator__container .calculator__content .calculator__test__cables .test__cable .test__cable__characteristics .product-characteristics {
    list-style: none;
    -webkit-columns: 2;
  }
  .calculator__container .calculator__content .calculator__test__cables .test__cable .test__cable__characteristics .product-characteristics li {
    display: flex;
  }
  .calculator__container .calculator__content .calculator__test__cables .test__cable .test__cable__characteristics .product-characteristics li .dots {
    flex-grow: 1;
    margin: 0 8px;
    margin-bottom: 5px;
    border-bottom: 2px dotted rgb(159, 159, 159);
  }
  .calculator__container .calculator__content .calculator__test__cables .test__cable .test__cable__characteristics .product-characteristics li .label {
    font-family: var(--font-family-Rubik);
    font-weight: 400;
    font-size: 14px;
    line-height: 145%;
    letter-spacing: 0%;
    color: rgb(159, 159, 159);
  }
  .calculator__container .calculator__content .calculator__test__cables .test__cable .test__cable__characteristics .product-characteristics li .value {
    font-family: var(--font-family-Rubik);
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 145%;
    letter-spacing: 0%;
  }
  .calculator__container .calculator__content .calculator__test__cables .test__calculator {
    width: 100%;
    margin: 0;
    margin-bottom: 0;
    border: 1px solid #F3F3F3;
  }
  .calculator__container .calculator__content .calculator__test__cables .test__calculator .test__calculator__header {
    margin-bottom: 0px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
  .calculator__container .calculator__content .calculator__test__cables .test__calculator .test__calculator__header h1 {
    font-family: var(--font-family-Roboto);
    font-weight: 500;
    font-style: Medium;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 100%;
    color: #2b2d33;
    letter-spacing: 0%;
  }
  .calculator__container .calculator__content .calculator__test__cables .test__calculator .test__calculator__preview {
    width: 100%;
    height: 200px;
    background-image: url("/public/assets/calculator__1440.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }
  .calculator__container .calculator__content .calculator__test__cables .test__calculator .test__calculator__charact {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-items: center;
    gap: 0;
    margin-top: 0px;
    row-gap: 32px;
  }
  .calculator__container .calculator__content .calculator__test__cables .test__calculator .test__calculator__charact .left__side,
  .calculator__container .calculator__content .calculator__test__cables .test__calculator .test__calculator__charact .right__side {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 24px;
    gap: 16px;
    border: 1px solid #f3f3f3;
  }
  .calculator__container .calculator__content .calculator__test__cables .test__calculator .test__calculator__charact .left__side h1,
  .calculator__container .calculator__content .calculator__test__cables .test__calculator .test__calculator__charact .right__side h1 {
    font-family: var(--font-family-Roboto);
    font-weight: 500;
    font-style: Medium;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color: #2b2d33;
    margin-bottom: 8px;
  }
  .calculator__container .calculator__content .calculator__test__cables .test__calculator .test__calculator__charact .left__side .counters,
  .calculator__container .calculator__content .calculator__test__cables .test__calculator .test__calculator__charact .right__side .counters {
    display: flex;
    gap: 16px;
  }
  .calculator__container .calculator__content .calculator__test__cables .test__calculator .test__calculator__charact .left__side .counters .counter__container,
  .calculator__container .calculator__content .calculator__test__cables .test__calculator .test__calculator__charact .right__side .counters .counter__container {
    width: 100%;
  }
  .calculator__container .calculator__content .calculator__test__cables .test__calculator .test__calculator__charact .left__side .counters .counter__container .counter,
  .calculator__container .calculator__content .calculator__test__cables .test__calculator .test__calculator__charact .right__side .counters .counter__container .counter {
    width: 100%;
  }
  .calculator__container .calculator__content .calculator__test__cables .test__calculator .test__calculator__charact .left__side .swithers,
  .calculator__container .calculator__content .calculator__test__cables .test__calculator .test__calculator__charact .right__side .swithers {
    display: flex;
    flex-wrap: nowrap;
    gap: 16px;
  }
  .calculator__container .calculator__content .calculator__test__cables .test__calculator .test__calculator__charact .left__side .swithers .checkbox__container,
  .calculator__container .calculator__content .calculator__test__cables .test__calculator .test__calculator__charact .right__side .swithers .checkbox__container {
    width: 100%;
  }
  .calculator__container .calculator__content .calculator__test__cables .test__calculator .test__calculator__info {
    padding: 0 24px;
  }
  .calculator__container .calculator__content .calculator__test__cables .test__calculator .test__calculator__info p {
    font-family: var(--font-family-Rubik);
    font-weight: 500;
    font-style: Medium;
    font-size: 12px;
    leading-trim: NONE;
    line-height: 130%;
    letter-spacing: 0%;
    display: flex;
    align-items: center;
    color: #2f80ed;
    gap: 4px;
    margin-bottom: 4px;
  }
  .calculator__container .calculator__content .calculator__test__cables .test__calculator .test__calculator__info p i {
    font-size: 16px;
  }
  .calculator__container .calculator__content .calculator__test__cables .test__calculator .test__calculator__info ol {
    padding: 0;
    list-style-position: inside;
    font-family: var(--font-family-Rubik);
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 145%;
    letter-spacing: 0%;
    color: #9f9f9f;
  }
  .calculator__container .calculator__content .calculator__test__cables .test__calculator .test__calculator__params {
    padding-top: 0;
  }
  .calculator__container .calculator__content .calculator__test__cables .test__calculator .test__calculator__params .leftSide {
    border-right: 1px solid #f3f3f3;
  }
  .calculator__container .calculator__form {
    padding: 32px 16px;
    gap: 32px;
    border: 1px solid #f3f3f3;
    margin-top: 8px;
  }
  .calculator__container .calculator__form .calculator__form__header {
    font-family: var(--font-family-Roboto);
    font-weight: 500;
    font-style: Medium;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color: #2b2d33;
  }
  .calculator__container .calculator__form .form__data {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .calculator__container .calculator__form .form__data .form__field label {
    font-family: var(--font-family-Rubik);
    font-weight: 400;
    font-size: 14px;
    line-height: 145%;
    letter-spacing: 0%;
    margin-bottom: 4px;
    color: #3a3d42;
  }
  .calculator__container .calculator__form .form__data .form__field .input__wrapper {
    width: 100%;
    position: relative;
  }
  .calculator__container .calculator__form .form__data .form__field .input__wrapper input[type=text] {
    width: 100%;
    height: 40px;
    border: 1px solid rgb(196, 196, 196);
    border-radius: 2px;
    padding: 0 16px;
    background: rgb(243, 243, 243);
    font-family: var(--font-family-Rubik);
    font-weight: 400;
    font-size: 14px;
    line-height: 145%;
    letter-spacing: 0%;
    color: rgb(90, 90, 90);
    outline: none;
  }
  .calculator__container .calculator__form .form__data .form__field .input__wrapper input[type=text]:hover {
    border-color: rgb(255, 111, 57);
  }
  .calculator__container .calculator__form .form__data .form__field .input__wrapper input[type=text]:focus::placeholder {
    opacity: 0;
  }
  .calculator__container .calculator__form .form__data .form__field .input__wrapper input[type=text]:active {
    border-color: rgb(255, 111, 57);
  }
  .calculator__container .calculator__form .form__data .form__field .input__wrapper input[type=text]:focus ~ i.ph-x {
    opacity: 1;
  }
  .calculator__container .calculator__form .form__data .form__field .input__wrapper input[type=text]::placeholder {
    color: rgb(159, 159, 159);
  }
  .calculator__container .calculator__form .form__data .form__field .input__wrapper i.ph-x {
    opacity: 0;
    font-size: 20px;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
  }
  .calculator__container .calculator__form .form__data label {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    position: relative;
    user-select: none;
    font-family: var(--font-family-Rubik);
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 145%;
    letter-spacing: 0%;
  }
  .calculator__container .calculator__form .form__data label input {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    min-width: 20px;
    height: 20px;
    border: 1px solid rgb(159, 159, 159);
    border-radius: 1px;
    background-color: #fff;
    cursor: pointer;
    position: relative;
    transition: all 0.2s ease;
  }
  .calculator__container .calculator__form .form__data label span {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
  }
  .calculator__container .calculator__form .form__data label span i {
    color: white;
    font-size: 14px;
    display: none;
  }
  .calculator__container .calculator__form .form__data label input:checked {
    background: rgb(255, 111, 57);
    border-color: rgb(255, 111, 57);
  }
  .calculator__container .calculator__form .form__data label input:checked + span i {
    display: block;
  }
}
@media screen and (min-width: 1920px) {
  .calculator__container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0;
    padding-top: 40px;
  }
  .calculator__container .calculator__breadcrumbs p {
    display: flex;
    gap: 8px;
  }
  .calculator__container .calculator__breadcrumbs p a {
    font-family: var(--font-family-Rubik);
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 145%;
    letter-spacing: 0%;
    text-decoration: none;
    color: #9f9f9f;
  }
  .calculator__container .calculator__breadcrumbs p a:last-child {
    color: #ff6f39;
  }
  .calculator__container .calculator__content .calculator__test__cables {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-top: 16px;
  }
  .calculator__container .calculator__content .calculator__test__cables .test__cable {
    width: 100%;
    height: fit-content;
    background: #f3f3f3;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    border-radius: 2px;
    gap: 29%;
    padding: 16px;
  }
  .calculator__container .calculator__content .calculator__test__cables .test__cable .test__cable__header {
    min-width: 206px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
    margin-bottom: 0px;
  }
  .calculator__container .calculator__content .calculator__test__cables .test__cable .test__cable__header h1 {
    font-family: var(--font-family-Roboto);
    font-weight: 500;
    font-style: Medium;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color: #2b2d33;
  }
  .calculator__container .calculator__content .calculator__test__cables .test__cable .test__cable__header button {
    width: 119px;
    height: 32px;
    border: 1px solid #2b2d33;
  }
  .calculator__container .calculator__content .calculator__test__cables .test__cable .test__cable__header button span {
    display: flex;
  }
  .calculator__container .calculator__content .calculator__test__cables .test__cable .test__cable__characteristics {
    width: 100%;
    max-height: 100%;
    overflow: unset;
    margin-top: 0;
    max-width: 682px;
  }
  .calculator__container .calculator__content .calculator__test__cables .test__cable .test__cable__characteristics .product-characteristics {
    list-style: none;
    -webkit-columns: 2;
  }
  .calculator__container .calculator__content .calculator__test__cables .test__cable .test__cable__characteristics .product-characteristics li {
    display: flex;
  }
  .calculator__container .calculator__content .calculator__test__cables .test__cable .test__cable__characteristics .product-characteristics li .dots {
    flex-grow: 1;
    margin: 0 8px;
    margin-bottom: 5px;
    border-bottom: 2px dotted rgb(159, 159, 159);
  }
  .calculator__container .calculator__content .calculator__test__cables .test__cable .test__cable__characteristics .product-characteristics li .label {
    font-family: var(--font-family-Rubik);
    font-weight: 400;
    font-size: 14px;
    line-height: 145%;
    letter-spacing: 0%;
    color: rgb(159, 159, 159);
  }
  .calculator__container .calculator__content .calculator__test__cables .test__cable .test__cable__characteristics .product-characteristics li .value {
    font-family: var(--font-family-Rubik);
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 145%;
    letter-spacing: 0%;
  }
  .calculator__container .calculator__content .calculator__test__cables .test__calculator {
    width: 100%;
    margin: 0;
    margin-bottom: 0;
    border: 1px solid #F3F3F3;
  }
  .calculator__container .calculator__content .calculator__test__cables .test__calculator .test__calculator__header {
    margin-bottom: 0px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
  .calculator__container .calculator__content .calculator__test__cables .test__calculator .test__calculator__header h1 {
    font-family: var(--font-family-Roboto);
    font-weight: 500;
    font-style: Medium;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 100%;
    color: #2b2d33;
    letter-spacing: 0%;
  }
  .calculator__container .calculator__content .calculator__test__cables .test__calculator .test__calculator__preview {
    width: 100%;
    height: 200px;
    background-image: url("/public/assets/calculator__1440.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }
  .calculator__container .calculator__content .calculator__test__cables .test__calculator .test__calculator__charact {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-items: center;
    gap: 0;
    margin-top: 0px;
    row-gap: 32px;
  }
  .calculator__container .calculator__content .calculator__test__cables .test__calculator .test__calculator__charact .left__side,
  .calculator__container .calculator__content .calculator__test__cables .test__calculator .test__calculator__charact .right__side {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 24px;
    gap: 16px;
    border: 1px solid #f3f3f3;
  }
  .calculator__container .calculator__content .calculator__test__cables .test__calculator .test__calculator__charact .left__side h1,
  .calculator__container .calculator__content .calculator__test__cables .test__calculator .test__calculator__charact .right__side h1 {
    font-family: var(--font-family-Roboto);
    font-weight: 500;
    font-style: Medium;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color: #2b2d33;
    margin-bottom: 8px;
  }
  .calculator__container .calculator__content .calculator__test__cables .test__calculator .test__calculator__charact .left__side .counters,
  .calculator__container .calculator__content .calculator__test__cables .test__calculator .test__calculator__charact .right__side .counters {
    display: flex;
    gap: 16px;
  }
  .calculator__container .calculator__content .calculator__test__cables .test__calculator .test__calculator__charact .left__side .counters .counter__container,
  .calculator__container .calculator__content .calculator__test__cables .test__calculator .test__calculator__charact .right__side .counters .counter__container {
    width: 100%;
  }
  .calculator__container .calculator__content .calculator__test__cables .test__calculator .test__calculator__charact .left__side .counters .counter__container .counter,
  .calculator__container .calculator__content .calculator__test__cables .test__calculator .test__calculator__charact .right__side .counters .counter__container .counter {
    width: 100%;
  }
  .calculator__container .calculator__content .calculator__test__cables .test__calculator .test__calculator__charact .left__side .swithers,
  .calculator__container .calculator__content .calculator__test__cables .test__calculator .test__calculator__charact .right__side .swithers {
    display: flex;
    flex-wrap: nowrap;
    gap: 16px;
  }
  .calculator__container .calculator__content .calculator__test__cables .test__calculator .test__calculator__charact .left__side .swithers .checkbox__container,
  .calculator__container .calculator__content .calculator__test__cables .test__calculator .test__calculator__charact .right__side .swithers .checkbox__container {
    width: 100%;
  }
  .calculator__container .calculator__content .calculator__test__cables .test__calculator .test__calculator__info {
    padding: 0 24px;
  }
  .calculator__container .calculator__content .calculator__test__cables .test__calculator .test__calculator__info p {
    font-family: var(--font-family-Rubik);
    font-weight: 500;
    font-style: Medium;
    font-size: 12px;
    leading-trim: NONE;
    line-height: 130%;
    letter-spacing: 0%;
    display: flex;
    align-items: center;
    color: #2f80ed;
    gap: 4px;
    margin-bottom: 4px;
  }
  .calculator__container .calculator__content .calculator__test__cables .test__calculator .test__calculator__info p i {
    font-size: 16px;
  }
  .calculator__container .calculator__content .calculator__test__cables .test__calculator .test__calculator__info ol {
    padding: 0;
    list-style-position: inside;
    font-family: var(--font-family-Rubik);
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 145%;
    letter-spacing: 0%;
    color: #9f9f9f;
  }
  .calculator__container .calculator__content .calculator__test__cables .test__calculator .test__calculator__params {
    padding-top: 0;
  }
  .calculator__container .calculator__content .calculator__test__cables .test__calculator .test__calculator__params .leftSide {
    border-right: 1px solid #f3f3f3;
  }
  .calculator__container .calculator__form {
    padding: 32px 16px;
    gap: 32px;
    border: 1px solid #f3f3f3;
    margin-top: 8px;
  }
  .calculator__container .calculator__form .calculator__form__header {
    font-family: var(--font-family-Roboto);
    font-weight: 500;
    font-style: Medium;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color: #2b2d33;
  }
  .calculator__container .calculator__form .form__data {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .calculator__container .calculator__form .form__data .form__field label {
    font-family: var(--font-family-Rubik);
    font-weight: 400;
    font-size: 14px;
    line-height: 145%;
    letter-spacing: 0%;
    margin-bottom: 4px;
    color: #3a3d42;
  }
  .calculator__container .calculator__form .form__data .form__field .input__wrapper {
    width: 100%;
    position: relative;
  }
  .calculator__container .calculator__form .form__data .form__field .input__wrapper input[type=text] {
    width: 100%;
    height: 40px;
    border: 1px solid rgb(196, 196, 196);
    border-radius: 2px;
    padding: 0 16px;
    background: rgb(243, 243, 243);
    font-family: var(--font-family-Rubik);
    font-weight: 400;
    font-size: 14px;
    line-height: 145%;
    letter-spacing: 0%;
    color: rgb(90, 90, 90);
    outline: none;
  }
  .calculator__container .calculator__form .form__data .form__field .input__wrapper input[type=text]:hover {
    border-color: rgb(255, 111, 57);
  }
  .calculator__container .calculator__form .form__data .form__field .input__wrapper input[type=text]:focus::placeholder {
    opacity: 0;
  }
  .calculator__container .calculator__form .form__data .form__field .input__wrapper input[type=text]:active {
    border-color: rgb(255, 111, 57);
  }
  .calculator__container .calculator__form .form__data .form__field .input__wrapper input[type=text]:focus ~ i.ph-x {
    opacity: 1;
  }
  .calculator__container .calculator__form .form__data .form__field .input__wrapper input[type=text]::placeholder {
    color: rgb(159, 159, 159);
  }
  .calculator__container .calculator__form .form__data .form__field .input__wrapper i.ph-x {
    opacity: 0;
    font-size: 20px;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
  }
  .calculator__container .calculator__form .form__data label {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    position: relative;
    user-select: none;
    font-family: var(--font-family-Rubik);
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 145%;
    letter-spacing: 0%;
  }
  .calculator__container .calculator__form .form__data label input {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    min-width: 20px;
    height: 20px;
    border: 1px solid rgb(159, 159, 159);
    border-radius: 1px;
    background-color: #fff;
    cursor: pointer;
    position: relative;
    transition: all 0.2s ease;
  }
  .calculator__container .calculator__form .form__data label span {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
  }
  .calculator__container .calculator__form .form__data label span i {
    color: white;
    font-size: 14px;
    display: none;
  }
  .calculator__container .calculator__form .form__data label input:checked {
    background: rgb(255, 111, 57);
    border-color: rgb(255, 111, 57);
  }
  .calculator__container .calculator__form .form__data label input:checked + span i {
    display: block;
  }
}
.quiz__container {
  max-width: 1728px;
  margin: 0 auto;
  padding: 32px 16px;
}
.quiz__container .quiz__breadcrumbs p {
  display: flex;
  gap: 8px;
}
.quiz__container .quiz__breadcrumbs p a {
  font-family: var(--font-family-Rubik);
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 145%;
  letter-spacing: 0%;
  text-decoration: none;
  color: #9f9f9f;
}
.quiz__container .quiz__breadcrumbs p a:last-child {
  color: #ff6f39;
}
.quiz__container .quiz__content {
  margin-top: 16px;
}
.quiz__container .quiz__content .quiz__questions {
  display: flex;
  flex-direction: column;
  list-style: none;
  gap: 16px;
}
.quiz__container .quiz__content .quiz__questions .question:has(details[open]) summary {
  background: #fff2ec;
}
.quiz__container .quiz__content .quiz__questions .question:has(details[open]) summary h1 span:not(.selected-answer) {
  color: #ff6f39 !important;
}
.quiz__container .quiz__content .quiz__questions li:not(:has(.active)) {
  display: block;
}
.quiz__container .quiz__content .quiz__questions li:not(:has(.active)) .quiz__question {
  width: 100%;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: start;
  background: #f3f3f3;
  padding: 0 16px;
  cursor: pointer;
}
.quiz__container .quiz__content .quiz__questions li:not(:has(.active)) .quiz__question .question__content {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.quiz__container .quiz__content .quiz__questions li:not(:has(.active)) .quiz__question .question__content h1 {
  width: 100%;
  height: fit-content;
  padding-right: 0px;
  color: #9f9f9f;
  font-family: var(--font-family-Rubik);
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  line-height: 145%;
  letter-spacing: 0%;
}
.quiz__container .quiz__content .quiz__questions li:not(:has(.active)) .quiz__question .question__content h1 span {
  margin-right: 16px;
  font-family: var(--font-family-Roboto);
  font-weight: 500;
  font-style: Medium;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  color: #9f9f9f;
}
.quiz__container .quiz__content .quiz__questions li:not(:has(.active)) .quiz__question .question__content h1 .selected-answer {
  width: 100%;
  height: fit-content;
  padding-right: 0px;
  color: #9f9f9f;
  font-family: var(--font-family-Rubik);
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  line-height: 145%;
  letter-spacing: 0%;
}
.quiz__container .quiz__content .quiz__questions li.active {
  display: block;
}
.quiz__container .quiz__content .quiz__questions li.active .quiz__question {
  padding: 0;
  cursor: pointer;
}
.quiz__container .quiz__content .quiz__questions li.active .quiz__question .question__content {
  display: flex;
  background: #fff2ec;
  padding: 18px 16px;
}
.quiz__container .quiz__content .quiz__questions li.active .quiz__question .question__content h1 {
  width: 100%;
  height: fit-content;
  padding-right: 0px;
  font-family: var(--font-family-Rubik);
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  line-height: 145%;
  letter-spacing: 0%;
}
.quiz__container .quiz__content .quiz__questions li.active .quiz__question .question__content h1 span {
  margin-right: 16px;
  font-family: var(--font-family-Roboto);
  font-weight: 500;
  font-style: Medium;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  color: #ff6f39;
}
.quiz__container .quiz__content .quiz__questions .question__answers {
  margin-top: 16px;
}
.quiz__container .quiz__content .quiz__questions .question__answers ul {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.quiz__container .quiz__content .quiz__questions .question__answers ul li {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row-reverse;
  height: 56px;
  border: 1px solid #f3f3f3;
  padding: 16px;
  gap: 16px;
}
.quiz__container .quiz__content .quiz__questions .question__answers ul li label {
  width: calc(100% - 24px);
  height: 100%;
  font-family: var(--font-family-Rubik);
  font-weight: 400;
  font-size: 14px;
  line-height: 145%;
  letter-spacing: 0%;
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}
.quiz__container .quiz__content .quiz__questions .question__answers ul li label p {
  margin: 0;
  display: flex;
  align-items: center;
  vertical-align: middle;
}
.quiz__container .quiz__content .quiz__questions .question__answers ul li label span {
  font-family: var(--font-family-Rubik);
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  line-height: 145%;
  letter-spacing: 0%;
  color: #9f9f9f;
}
.quiz__container .quiz__content .quiz__questions .question__answers ul li input {
  appearance: none;
  width: 24px;
  height: 24px;
  border: 1px solid #c4c4c4;
  border-radius: 999px;
}
.quiz__container .quiz__content .quiz__questions .question__answers ul li input:checked {
  border: 4px solid #ff6f39;
}
.quiz__container .quiz__content .quiz__questions .question__answers ul li input:hover {
  cursor: pointer;
  border: 4px solid #e65b27;
}
.quiz__container .quiz__content hr {
  display: none;
  margin-top: 24px;
  height: 1px;
  width: 100%;
  border: none;
  background: #f3f3f3;
}
.quiz__container .quiz__content .quiz__controls {
  display: flex;
  justify-content: space-between;
  margin-top: 48px;
}
.quiz__container .quiz__content .quiz__controls .quiz__nav {
  display: flex;
  gap: 16px;
}
.quiz__container .quiz__content .quiz__controls button {
  height: 40px;
  width: 92px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.quiz__container .quiz__content .quiz__controls button span {
  display: flex;
}
.quiz__container .quiz__content .quiz__controls .quiz__navigation {
  display: flex;
  gap: 16px;
}

@media screen and (min-width: 768px) {
  .quiz__container {
    max-width: 1728px;
    margin: 0 auto;
    padding: 32px;
  }
  .quiz__container .quiz__breadcrumbs p {
    display: flex;
    gap: 8px;
  }
  .quiz__container .quiz__breadcrumbs p a {
    font-family: var(--font-family-Rubik);
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 145%;
    letter-spacing: 0%;
    text-decoration: none;
    color: #9f9f9f;
  }
  .quiz__container .quiz__breadcrumbs p a:last-child {
    color: #ff6f39;
  }
  .quiz__container .quiz__content {
    margin-top: 16px;
  }
  .quiz__container .quiz__content .quiz__questions {
    display: flex;
    flex-direction: column;
    list-style: none;
    gap: 16px;
  }
  .quiz__container .quiz__content .quiz__questions li:not(:has(.active)) {
    display: block;
  }
  .quiz__container .quiz__content .quiz__questions li:not(:has(.active)) .quiz__question {
    width: 100%;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: start;
    background: #f3f3f3;
    padding: 0 16px;
    cursor: pointer;
  }
  .quiz__container .quiz__content .quiz__questions li:not(:has(.active)) .quiz__question .question__content {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .quiz__container .quiz__content .quiz__questions li:not(:has(.active)) .quiz__question .question__content h1 {
    width: 100%;
    height: fit-content;
    padding-right: 0px;
    color: #9f9f9f;
    font-family: var(--font-family-Rubik);
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    line-height: 145%;
    letter-spacing: 0%;
  }
  .quiz__container .quiz__content .quiz__questions li:not(:has(.active)) .quiz__question .question__content h1 span {
    margin-right: 16px;
    font-family: var(--font-family-Roboto);
    font-weight: 500;
    font-style: Medium;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color: #9f9f9f;
  }
  .quiz__container .quiz__content .quiz__questions li.active {
    display: block;
  }
  .quiz__container .quiz__content .quiz__questions li.active .quiz__question {
    padding: 0;
    cursor: pointer;
  }
  .quiz__container .quiz__content .quiz__questions li.active .quiz__question .question__content {
    display: flex;
    background: #fff2ec;
    padding: 18px 16px;
  }
  .quiz__container .quiz__content .quiz__questions li.active .quiz__question .question__content h1 {
    width: 100%;
    height: fit-content;
    padding-right: 0px;
    font-family: var(--font-family-Rubik);
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    line-height: 145%;
    letter-spacing: 0%;
  }
  .quiz__container .quiz__content .quiz__questions li.active .quiz__question .question__content h1 span {
    margin-right: 16px;
    font-family: var(--font-family-Roboto);
    font-weight: 500;
    font-style: Medium;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color: #ff6f39;
  }
  .quiz__container .quiz__content .quiz__questions .question__answers {
    margin-top: 16px;
  }
  .quiz__container .quiz__content .quiz__questions .question__answers ul {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
  .quiz__container .quiz__content .quiz__questions .question__answers ul li {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row-reverse;
    height: 56px;
    border: 1px solid #f3f3f3;
    padding: 16px;
    gap: 16px;
  }
  .quiz__container .quiz__content .quiz__questions .question__answers ul li label {
    width: calc(100% - 24px);
    height: 100%;
    font-family: var(--font-family-Rubik);
    font-weight: 400;
    font-size: 14px;
    line-height: 145%;
    letter-spacing: 0%;
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
  }
  .quiz__container .quiz__content .quiz__questions .question__answers ul li label p {
    margin: 0;
    display: flex;
    align-items: center;
    vertical-align: middle;
  }
  .quiz__container .quiz__content .quiz__questions .question__answers ul li label span {
    font-family: var(--font-family-Rubik);
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    line-height: 145%;
    letter-spacing: 0%;
    color: #9f9f9f;
  }
  .quiz__container .quiz__content .quiz__questions .question__answers ul li input {
    appearance: none;
    width: 24px;
    height: 24px;
    border: 1px solid #c4c4c4;
    border-radius: 999px;
  }
  .quiz__container .quiz__content .quiz__questions .question__answers ul li input:checked {
    border: 4px solid #ff6f39;
  }
  .quiz__container .quiz__content .quiz__questions .question__answers ul li input:hover {
    cursor: pointer;
    border: 4px solid #e65b27;
  }
  .quiz__container .quiz__content hr {
    display: flex;
    margin-top: 24px;
    height: 1px;
    width: 100%;
    border: none;
    background: #f3f3f3;
  }
  .quiz__container .quiz__content .quiz__controls {
    display: flex;
    justify-content: space-between;
    margin-top: 48px;
  }
  .quiz__container .quiz__content .quiz__controls .quiz__nav {
    display: flex;
    gap: 16px;
  }
  .quiz__container .quiz__content .quiz__controls button {
    height: 48px;
    width: 114px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .quiz__container .quiz__content .quiz__controls button i {
    font-size: 24px;
  }
  .quiz__container .quiz__content .quiz__controls button span {
    display: flex;
  }
  .quiz__container .quiz__content .quiz__controls .quiz__navigation {
    display: flex;
    gap: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .quiz__container {
    max-width: 1728px;
    margin: 0 auto;
    padding: 40px 48px;
  }
  .quiz__container .quiz__breadcrumbs p {
    display: flex;
    gap: 8px;
  }
  .quiz__container .quiz__breadcrumbs p a {
    font-family: var(--font-family-Rubik);
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 145%;
    letter-spacing: 0%;
    text-decoration: none;
    color: #9f9f9f;
  }
  .quiz__container .quiz__breadcrumbs p a:last-child {
    color: #ff6f39;
  }
  .quiz__container .quiz__content {
    margin-top: 24px;
  }
  .quiz__container .quiz__content .quiz__questions li .quiz__question {
    min-height: 72px;
  }
  .quiz__container .quiz__content .quiz__questions li .quiz__question .question__content {
    height: 100%;
    display: flex;
    align-items: center;
  }
  .quiz__container .quiz__content .quiz__questions li .quiz__question .question__content button i {
    font-size: 28px;
  }
  .quiz__container .quiz__content .quiz__questions li .quiz__question .question__content h1 {
    font-size: 16px !important;
  }
  .quiz__container .quiz__content .quiz__questions li .quiz__question .question__content h1 span {
    font-size: 18px !important;
  }
  .quiz__container .quiz__content .quiz__questions .question__answers ul {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: auto;
  }
  .quiz__container .quiz__content .quiz__questions .question__answers ul li {
    width: 100%;
    padding: 0px 24px;
  }
  .quiz__container .quiz__content .quiz__questions .question__answers ul li label {
    font-size: 16px;
  }
  .quiz__container .quiz__content .quiz__questions .question__answers ul li input {
    min-width: 24px;
  }
  .quiz__container .quiz__content ul li .quiz__controls {
    margin-top: 72px;
  }
  .quiz__container .quiz__content ul li .quiz__controls button {
    width: 200px;
    height: 56px;
    font-size: 18px;
  }
  .quiz__container .quiz__content ul li .quiz__controls button i {
    font-size: 28px;
  }
  .quiz__container .quiz__content ul li .quiz__controls .quiz__nav button {
    width: 200px;
  }
}
@media screen and (min-width: 1440px) {
  .quiz__container {
    max-width: 1728px;
    margin: 0 auto;
    padding: 40px 80px;
  }
  .quiz__container .quiz__breadcrumbs p {
    display: flex;
    gap: 8px;
  }
  .quiz__container .quiz__breadcrumbs p a {
    font-family: var(--font-family-Rubik);
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 145%;
    letter-spacing: 0%;
    text-decoration: none;
    color: #9f9f9f;
  }
  .quiz__container .quiz__breadcrumbs p a:last-child {
    color: #ff6f39;
  }
  .quiz__container .quiz__content {
    margin-top: 24px;
  }
  .quiz__container .quiz__content .quiz__questions li .quiz__question {
    min-height: 72px;
  }
  .quiz__container .quiz__content .quiz__questions li .quiz__question .question__content {
    height: 100%;
    display: flex;
    align-items: center;
  }
  .quiz__container .quiz__content .quiz__questions li .quiz__question .question__content button i {
    font-size: 28px;
  }
  .quiz__container .quiz__content .quiz__questions li .quiz__question .question__content h1 {
    font-size: 16px !important;
  }
  .quiz__container .quiz__content .quiz__questions li .quiz__question .question__content h1 span {
    font-size: 18px !important;
  }
  .quiz__container .quiz__content .quiz__questions .question__answers ul {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: auto;
  }
  .quiz__container .quiz__content .quiz__questions .question__answers ul li {
    height: 72px;
    width: 100%;
    padding: 0px 24px;
  }
  .quiz__container .quiz__content .quiz__questions .question__answers ul li label {
    font-size: 16px;
  }
  .quiz__container .quiz__content .quiz__questions .question__answers ul li input {
    min-width: 24px;
  }
  .quiz__container .quiz__content ul li .quiz__controls {
    margin-top: 72px;
  }
  .quiz__container .quiz__content ul li .quiz__controls button {
    width: 200px;
    height: 56px;
    font-size: 18px;
  }
  .quiz__container .quiz__content ul li .quiz__controls button i {
    font-size: 28px;
  }
  .quiz__container .quiz__content ul li .quiz__controls .quiz__nav button {
    width: 200px;
  }
}
@media screen and (min-width: 1920px) {
  .quiz__container {
    max-width: 1728px;
    margin: 0 auto;
    padding: 40px 0px;
  }
  .quiz__container .quiz__breadcrumbs p {
    display: flex;
    gap: 8px;
  }
  .quiz__container .quiz__breadcrumbs p a {
    font-family: var(--font-family-Rubik);
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 145%;
    letter-spacing: 0%;
    text-decoration: none;
    color: #9f9f9f;
  }
  .quiz__container .quiz__breadcrumbs p a:last-child {
    color: #ff6f39;
  }
  .quiz__container .quiz__content {
    margin-top: 24px;
  }
  .quiz__container .quiz__content .quiz__questions li .quiz__question {
    min-height: 72px;
  }
  .quiz__container .quiz__content .quiz__questions li .quiz__question .question__content {
    height: 100%;
    display: flex;
    align-items: center;
  }
  .quiz__container .quiz__content .quiz__questions li .quiz__question .question__content button i {
    font-size: 28px;
  }
  .quiz__container .quiz__content .quiz__questions li .quiz__question .question__content h1 {
    font-size: 16px !important;
  }
  .quiz__container .quiz__content .quiz__questions li .quiz__question .question__content h1 span {
    font-size: 18px !important;
  }
  .quiz__container .quiz__content .quiz__questions .question__answers ul {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: auto;
  }
  .quiz__container .quiz__content .quiz__questions .question__answers ul li {
    height: 72px;
    width: 100%;
    padding: 0px 24px;
  }
  .quiz__container .quiz__content .quiz__questions .question__answers ul li label {
    font-size: 16px;
  }
  .quiz__container .quiz__content .quiz__questions .question__answers ul li input {
    min-width: 24px;
  }
  .quiz__container .quiz__content ul li .quiz__controls {
    margin-top: 72px;
  }
  .quiz__container .quiz__content ul li .quiz__controls button {
    width: 200px;
    height: 56px;
    font-size: 18px;
  }
  .quiz__container .quiz__content ul li .quiz__controls button i {
    font-size: 28px;
  }
  .quiz__container .quiz__content ul li .quiz__controls .quiz__nav button {
    width: 200px;
  }
}
.checkout__container {
  max-width: 1728px;
  margin: 0 auto;
  padding: 0px;
}
.checkout__container .form__order,
.checkout__container .form__customer,
.checkout__container .form__delivery,
.checkout__container .form__methodsOfPayment,
.checkout__container .form__result {
  padding: 32px 16px;
  border: 1px solid #f3f3f3;
}
.checkout__container .form__order .form__field.hidden,
.checkout__container .form__customer .form__field.hidden,
.checkout__container .form__delivery .form__field.hidden,
.checkout__container .form__methodsOfPayment .form__field.hidden,
.checkout__container .form__result .form__field.hidden {
  display: none !important;
}
.checkout__container .form__order .checkout__result,
.checkout__container .form__customer .checkout__result,
.checkout__container .form__delivery .checkout__result,
.checkout__container .form__methodsOfPayment .checkout__result,
.checkout__container .form__result .checkout__result {
  background: #fff2ec;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.checkout__container .form__order .checkout__result .result,
.checkout__container .form__customer .checkout__result .result,
.checkout__container .form__delivery .checkout__result .result,
.checkout__container .form__methodsOfPayment .checkout__result .result,
.checkout__container .form__result .checkout__result .result {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 32px;
}
.checkout__container .form__order .checkout__result .result .result__orderPrice,
.checkout__container .form__order .checkout__result .result .result__discount,
.checkout__container .form__order .checkout__result .result .result__payable,
.checkout__container .form__order .checkout__result .result .result__delivery,
.checkout__container .form__customer .checkout__result .result .result__orderPrice,
.checkout__container .form__customer .checkout__result .result .result__discount,
.checkout__container .form__customer .checkout__result .result .result__payable,
.checkout__container .form__customer .checkout__result .result .result__delivery,
.checkout__container .form__delivery .checkout__result .result .result__orderPrice,
.checkout__container .form__delivery .checkout__result .result .result__discount,
.checkout__container .form__delivery .checkout__result .result .result__payable,
.checkout__container .form__delivery .checkout__result .result .result__delivery,
.checkout__container .form__methodsOfPayment .checkout__result .result .result__orderPrice,
.checkout__container .form__methodsOfPayment .checkout__result .result .result__discount,
.checkout__container .form__methodsOfPayment .checkout__result .result .result__payable,
.checkout__container .form__methodsOfPayment .checkout__result .result .result__delivery,
.checkout__container .form__result .checkout__result .result .result__orderPrice,
.checkout__container .form__result .checkout__result .result .result__discount,
.checkout__container .form__result .checkout__result .result .result__payable,
.checkout__container .form__result .checkout__result .result .result__delivery {
  display: flex;
  justify-content: space-between;
}
.checkout__container .form__order .checkout__result .result .result__orderPrice p,
.checkout__container .form__order .checkout__result .result .result__discount p,
.checkout__container .form__order .checkout__result .result .result__payable p,
.checkout__container .form__order .checkout__result .result .result__delivery p,
.checkout__container .form__customer .checkout__result .result .result__orderPrice p,
.checkout__container .form__customer .checkout__result .result .result__discount p,
.checkout__container .form__customer .checkout__result .result .result__payable p,
.checkout__container .form__customer .checkout__result .result .result__delivery p,
.checkout__container .form__delivery .checkout__result .result .result__orderPrice p,
.checkout__container .form__delivery .checkout__result .result .result__discount p,
.checkout__container .form__delivery .checkout__result .result .result__payable p,
.checkout__container .form__delivery .checkout__result .result .result__delivery p,
.checkout__container .form__methodsOfPayment .checkout__result .result .result__orderPrice p,
.checkout__container .form__methodsOfPayment .checkout__result .result .result__discount p,
.checkout__container .form__methodsOfPayment .checkout__result .result .result__payable p,
.checkout__container .form__methodsOfPayment .checkout__result .result .result__delivery p,
.checkout__container .form__result .checkout__result .result .result__orderPrice p,
.checkout__container .form__result .checkout__result .result .result__discount p,
.checkout__container .form__result .checkout__result .result .result__payable p,
.checkout__container .form__result .checkout__result .result .result__delivery p {
  font-family: var(--font-family-Rubik);
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 145%;
  letter-spacing: 0%;
  color: #9f9f9f;
  display: flex;
  align-items: center;
  gap: 4px;
}
.checkout__container .form__order .checkout__result .result .result__orderPrice p span,
.checkout__container .form__order .checkout__result .result .result__discount p span,
.checkout__container .form__order .checkout__result .result .result__payable p span,
.checkout__container .form__order .checkout__result .result .result__delivery p span,
.checkout__container .form__customer .checkout__result .result .result__orderPrice p span,
.checkout__container .form__customer .checkout__result .result .result__discount p span,
.checkout__container .form__customer .checkout__result .result .result__payable p span,
.checkout__container .form__customer .checkout__result .result .result__delivery p span,
.checkout__container .form__delivery .checkout__result .result .result__orderPrice p span,
.checkout__container .form__delivery .checkout__result .result .result__discount p span,
.checkout__container .form__delivery .checkout__result .result .result__payable p span,
.checkout__container .form__delivery .checkout__result .result .result__delivery p span,
.checkout__container .form__methodsOfPayment .checkout__result .result .result__orderPrice p span,
.checkout__container .form__methodsOfPayment .checkout__result .result .result__discount p span,
.checkout__container .form__methodsOfPayment .checkout__result .result .result__payable p span,
.checkout__container .form__methodsOfPayment .checkout__result .result .result__delivery p span,
.checkout__container .form__result .checkout__result .result .result__orderPrice p span,
.checkout__container .form__result .checkout__result .result .result__discount p span,
.checkout__container .form__result .checkout__result .result .result__payable p span,
.checkout__container .form__result .checkout__result .result .result__delivery p span {
  font-family: var(--font-family-Roboto);
  font-weight: 300;
  font-style: Light;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  color: #000000;
}
.checkout__container .form__order .checkout__result .result .result__orderPrice p .unit,
.checkout__container .form__order .checkout__result .result .result__discount p .unit,
.checkout__container .form__order .checkout__result .result .result__payable p .unit,
.checkout__container .form__order .checkout__result .result .result__delivery p .unit,
.checkout__container .form__customer .checkout__result .result .result__orderPrice p .unit,
.checkout__container .form__customer .checkout__result .result .result__discount p .unit,
.checkout__container .form__customer .checkout__result .result .result__payable p .unit,
.checkout__container .form__customer .checkout__result .result .result__delivery p .unit,
.checkout__container .form__delivery .checkout__result .result .result__orderPrice p .unit,
.checkout__container .form__delivery .checkout__result .result .result__discount p .unit,
.checkout__container .form__delivery .checkout__result .result .result__payable p .unit,
.checkout__container .form__delivery .checkout__result .result .result__delivery p .unit,
.checkout__container .form__methodsOfPayment .checkout__result .result .result__orderPrice p .unit,
.checkout__container .form__methodsOfPayment .checkout__result .result .result__discount p .unit,
.checkout__container .form__methodsOfPayment .checkout__result .result .result__payable p .unit,
.checkout__container .form__methodsOfPayment .checkout__result .result .result__delivery p .unit,
.checkout__container .form__result .checkout__result .result .result__orderPrice p .unit,
.checkout__container .form__result .checkout__result .result .result__discount p .unit,
.checkout__container .form__result .checkout__result .result .result__payable p .unit,
.checkout__container .form__result .checkout__result .result .result__delivery p .unit {
  font-family: var(--font-family-Rubik);
  font-weight: 500;
  font-style: Medium;
  font-size: 12px;
  leading-trim: NONE;
  line-height: 130%;
  letter-spacing: 0%;
  color: #9f9f9f;
}
.checkout__container .form__order .checkout__result .result .result__orderPrice p .total,
.checkout__container .form__order .checkout__result .result .result__discount p .total,
.checkout__container .form__order .checkout__result .result .result__payable p .total,
.checkout__container .form__order .checkout__result .result .result__delivery p .total,
.checkout__container .form__customer .checkout__result .result .result__orderPrice p .total,
.checkout__container .form__customer .checkout__result .result .result__discount p .total,
.checkout__container .form__customer .checkout__result .result .result__payable p .total,
.checkout__container .form__customer .checkout__result .result .result__delivery p .total,
.checkout__container .form__delivery .checkout__result .result .result__orderPrice p .total,
.checkout__container .form__delivery .checkout__result .result .result__discount p .total,
.checkout__container .form__delivery .checkout__result .result .result__payable p .total,
.checkout__container .form__delivery .checkout__result .result .result__delivery p .total,
.checkout__container .form__methodsOfPayment .checkout__result .result .result__orderPrice p .total,
.checkout__container .form__methodsOfPayment .checkout__result .result .result__discount p .total,
.checkout__container .form__methodsOfPayment .checkout__result .result .result__payable p .total,
.checkout__container .form__methodsOfPayment .checkout__result .result .result__delivery p .total,
.checkout__container .form__result .checkout__result .result .result__orderPrice p .total,
.checkout__container .form__result .checkout__result .result .result__discount p .total,
.checkout__container .form__result .checkout__result .result .result__payable p .total,
.checkout__container .form__result .checkout__result .result .result__delivery p .total {
  font-family: var(--font-family-Roboto);
  font-weight: 500;
  font-style: Medium;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
}
.checkout__container .form__order .checkout__result h1,
.checkout__container .form__customer .checkout__result h1,
.checkout__container .form__delivery .checkout__result h1,
.checkout__container .form__methodsOfPayment .checkout__result h1,
.checkout__container .form__result .checkout__result h1 {
  font-family: var(--font-family-Roboto);
  font-weight: 500;
  font-style: Medium;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  color: #2b2d33;
}
.checkout__container .form__order .checkout__result button,
.checkout__container .form__customer .checkout__result button,
.checkout__container .form__delivery .checkout__result button,
.checkout__container .form__methodsOfPayment .checkout__result button,
.checkout__container .form__result .checkout__result button {
  width: 100%;
  height: 40px;
}
.checkout__container .form__order .checkout__result label,
.checkout__container .form__customer .checkout__result label,
.checkout__container .form__delivery .checkout__result label,
.checkout__container .form__methodsOfPayment .checkout__result label,
.checkout__container .form__result .checkout__result label {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  position: relative;
  user-select: none;
  color: #5a5a5a;
}
.checkout__container .form__order .checkout__result label input,
.checkout__container .form__customer .checkout__result label input,
.checkout__container .form__delivery .checkout__result label input,
.checkout__container .form__methodsOfPayment .checkout__result label input,
.checkout__container .form__result .checkout__result label input {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  min-width: 20px;
  height: 20px;
  border: 1px solid rgb(159, 159, 159);
  border-radius: 1px;
  background-color: #fff;
  cursor: pointer;
  position: relative;
  transition: all 0.2s ease;
}
.checkout__container .form__order .checkout__result label span,
.checkout__container .form__customer .checkout__result label span,
.checkout__container .form__delivery .checkout__result label span,
.checkout__container .form__methodsOfPayment .checkout__result label span,
.checkout__container .form__result .checkout__result label span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}
.checkout__container .form__order .checkout__result label span i,
.checkout__container .form__customer .checkout__result label span i,
.checkout__container .form__delivery .checkout__result label span i,
.checkout__container .form__methodsOfPayment .checkout__result label span i,
.checkout__container .form__result .checkout__result label span i {
  color: white;
  font-size: 14px;
  display: none;
}
.checkout__container .form__order .checkout__result label input:checked,
.checkout__container .form__customer .checkout__result label input:checked,
.checkout__container .form__delivery .checkout__result label input:checked,
.checkout__container .form__methodsOfPayment .checkout__result label input:checked,
.checkout__container .form__result .checkout__result label input:checked {
  background: rgb(255, 111, 57);
  border-color: rgb(255, 111, 57);
}
.checkout__container .form__order .checkout__result label input:checked:hover,
.checkout__container .form__customer .checkout__result label input:checked:hover,
.checkout__container .form__delivery .checkout__result label input:checked:hover,
.checkout__container .form__methodsOfPayment .checkout__result label input:checked:hover,
.checkout__container .form__result .checkout__result label input:checked:hover {
  background: #e65b27;
}
.checkout__container .form__order .checkout__result label input:checked + span i,
.checkout__container .form__customer .checkout__result label input:checked + span i,
.checkout__container .form__delivery .checkout__result label input:checked + span i,
.checkout__container .form__methodsOfPayment .checkout__result label input:checked + span i,
.checkout__container .form__result .checkout__result label input:checked + span i {
  display: block;
}
.checkout__container .form__order .checkout__result .checkout__result__separator,
.checkout__container .form__customer .checkout__result .checkout__result__separator,
.checkout__container .form__delivery .checkout__result .checkout__result__separator,
.checkout__container .form__methodsOfPayment .checkout__result .checkout__result__separator,
.checkout__container .form__result .checkout__result .checkout__result__separator {
  width: 100%;
  height: 1px;
  border: none;
  background: #9f9f9f;
}
.checkout__container .form__order .from__order__header,
.checkout__container .form__order .form__customer__header,
.checkout__container .form__order .form__delivery__header,
.checkout__container .form__order .form__methodsOfPayment__header,
.checkout__container .form__customer .from__order__header,
.checkout__container .form__customer .form__customer__header,
.checkout__container .form__customer .form__delivery__header,
.checkout__container .form__customer .form__methodsOfPayment__header,
.checkout__container .form__delivery .from__order__header,
.checkout__container .form__delivery .form__customer__header,
.checkout__container .form__delivery .form__delivery__header,
.checkout__container .form__delivery .form__methodsOfPayment__header,
.checkout__container .form__methodsOfPayment .from__order__header,
.checkout__container .form__methodsOfPayment .form__customer__header,
.checkout__container .form__methodsOfPayment .form__delivery__header,
.checkout__container .form__methodsOfPayment .form__methodsOfPayment__header,
.checkout__container .form__result .from__order__header,
.checkout__container .form__result .form__customer__header,
.checkout__container .form__result .form__delivery__header,
.checkout__container .form__result .form__methodsOfPayment__header {
  margin-bottom: 32px;
}
.checkout__container .form__order .from__order__header h1,
.checkout__container .form__order .form__customer__header h1,
.checkout__container .form__order .form__delivery__header h1,
.checkout__container .form__order .form__methodsOfPayment__header h1,
.checkout__container .form__customer .from__order__header h1,
.checkout__container .form__customer .form__customer__header h1,
.checkout__container .form__customer .form__delivery__header h1,
.checkout__container .form__customer .form__methodsOfPayment__header h1,
.checkout__container .form__delivery .from__order__header h1,
.checkout__container .form__delivery .form__customer__header h1,
.checkout__container .form__delivery .form__delivery__header h1,
.checkout__container .form__delivery .form__methodsOfPayment__header h1,
.checkout__container .form__methodsOfPayment .from__order__header h1,
.checkout__container .form__methodsOfPayment .form__customer__header h1,
.checkout__container .form__methodsOfPayment .form__delivery__header h1,
.checkout__container .form__methodsOfPayment .form__methodsOfPayment__header h1,
.checkout__container .form__result .from__order__header h1,
.checkout__container .form__result .form__customer__header h1,
.checkout__container .form__result .form__delivery__header h1,
.checkout__container .form__result .form__methodsOfPayment__header h1 {
  font-family: var(--font-family-Roboto);
  font-weight: 500;
  font-style: Medium;
  font-size: 22px;
  leading-trim: NONE;
  line-height: 130%;
  letter-spacing: 0%;
  color: #2b2d33;
}
.checkout__container .form__order .form__delivery__content .delivery__methodsOfDelivery .nova__post,
.checkout__container .form__customer .form__delivery__content .delivery__methodsOfDelivery .nova__post,
.checkout__container .form__delivery .form__delivery__content .delivery__methodsOfDelivery .nova__post,
.checkout__container .form__methodsOfPayment .form__delivery__content .delivery__methodsOfDelivery .nova__post,
.checkout__container .form__result .form__delivery__content .delivery__methodsOfDelivery .nova__post {
  width: 50%;
  height: 88px;
  border-bottom: 2px solid #FF6F39;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #fff2ec;
  padding: 8px;
  font-family: var(--font-family-Rubik);
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  color: #2b2d33;
}
.checkout__container .form__order .form__delivery__content .delivery__methodsOfDelivery hr,
.checkout__container .form__customer .form__delivery__content .delivery__methodsOfDelivery hr,
.checkout__container .form__delivery .form__delivery__content .delivery__methodsOfDelivery hr,
.checkout__container .form__methodsOfPayment .form__delivery__content .delivery__methodsOfDelivery hr,
.checkout__container .form__result .form__delivery__content .delivery__methodsOfDelivery hr {
  width: 100%;
  height: 1px;
  background: #f3f3f3;
  border: none;
}
.checkout__container .form__order .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info,
.checkout__container .form__customer .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info,
.checkout__container .form__delivery .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info,
.checkout__container .form__methodsOfPayment .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info,
.checkout__container .form__result .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info {
  margin-top: 32px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.checkout__container .form__order .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info .info__header,
.checkout__container .form__customer .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info .info__header,
.checkout__container .form__delivery .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info .info__header,
.checkout__container .form__methodsOfPayment .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info .info__header,
.checkout__container .form__result .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info .info__header {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.checkout__container .form__order .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info .form__delivery__courier,
.checkout__container .form__customer .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info .form__delivery__courier,
.checkout__container .form__delivery .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info .form__delivery__courier,
.checkout__container .form__methodsOfPayment .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info .form__delivery__courier,
.checkout__container .form__result .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info .form__delivery__courier {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.checkout__container .form__order .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info .form__delivery__courier.hidden,
.checkout__container .form__customer .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info .form__delivery__courier.hidden,
.checkout__container .form__delivery .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info .form__delivery__courier.hidden,
.checkout__container .form__methodsOfPayment .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info .form__delivery__courier.hidden,
.checkout__container .form__result .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info .form__delivery__courier.hidden {
  display: none;
}
.checkout__container .form__order .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info .form__delivery__checkAnotherCustomer__hidden,
.checkout__container .form__customer .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info .form__delivery__checkAnotherCustomer__hidden,
.checkout__container .form__delivery .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info .form__delivery__checkAnotherCustomer__hidden,
.checkout__container .form__methodsOfPayment .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info .form__delivery__checkAnotherCustomer__hidden,
.checkout__container .form__result .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info .form__delivery__checkAnotherCustomer__hidden {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.checkout__container .form__order .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info .form__delivery__checkAnotherCustomer__hidden.hidden,
.checkout__container .form__customer .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info .form__delivery__checkAnotherCustomer__hidden.hidden,
.checkout__container .form__delivery .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info .form__delivery__checkAnotherCustomer__hidden.hidden,
.checkout__container .form__methodsOfPayment .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info .form__delivery__checkAnotherCustomer__hidden.hidden,
.checkout__container .form__result .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info .form__delivery__checkAnotherCustomer__hidden.hidden {
  display: none;
}
.checkout__container .form__order .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info .form__delivery__checkAddComment .form__delivery__comment,
.checkout__container .form__customer .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info .form__delivery__checkAddComment .form__delivery__comment,
.checkout__container .form__delivery .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info .form__delivery__checkAddComment .form__delivery__comment,
.checkout__container .form__methodsOfPayment .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info .form__delivery__checkAddComment .form__delivery__comment,
.checkout__container .form__result .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info .form__delivery__checkAddComment .form__delivery__comment {
  display: block;
}
.checkout__container .form__order .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info .form__delivery__checkAddComment .form__delivery__comment textarea,
.checkout__container .form__customer .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info .form__delivery__checkAddComment .form__delivery__comment textarea,
.checkout__container .form__delivery .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info .form__delivery__checkAddComment .form__delivery__comment textarea,
.checkout__container .form__methodsOfPayment .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info .form__delivery__checkAddComment .form__delivery__comment textarea,
.checkout__container .form__result .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info .form__delivery__checkAddComment .form__delivery__comment textarea {
  margin-top: 32px;
  width: 100%;
  height: 132px;
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
  resize: none;
  background: #f3f3f3;
  border: 1px solid #c4c4c4;
  padding: 10px 16px;
  border-radius: 2px;
  font-family: var(--font-family-Rubik);
  font-weight: 400;
  font-style: Regular;
  color: #9f9f9f;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 145%;
  letter-spacing: 0%;
}
.checkout__container .form__order .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info .form__delivery__checkAddComment .form__delivery__comment textarea:focus,
.checkout__container .form__customer .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info .form__delivery__checkAddComment .form__delivery__comment textarea:focus,
.checkout__container .form__delivery .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info .form__delivery__checkAddComment .form__delivery__comment textarea:focus,
.checkout__container .form__methodsOfPayment .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info .form__delivery__checkAddComment .form__delivery__comment textarea:focus,
.checkout__container .form__result .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info .form__delivery__checkAddComment .form__delivery__comment textarea:focus {
  outline: none;
  border-color: #ff6f39;
}
.checkout__container .form__order .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info .form__delivery__checkAddComment .form__delivery__comment.hidden,
.checkout__container .form__customer .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info .form__delivery__checkAddComment .form__delivery__comment.hidden,
.checkout__container .form__delivery .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info .form__delivery__checkAddComment .form__delivery__comment.hidden,
.checkout__container .form__methodsOfPayment .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info .form__delivery__checkAddComment .form__delivery__comment.hidden,
.checkout__container .form__result .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info .form__delivery__checkAddComment .form__delivery__comment.hidden {
  display: none;
}
.checkout__container .form__order .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info label,
.checkout__container .form__customer .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info label,
.checkout__container .form__delivery .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info label,
.checkout__container .form__methodsOfPayment .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info label,
.checkout__container .form__result .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info label {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  position: relative;
  user-select: none;
}
.checkout__container .form__order .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info label input,
.checkout__container .form__customer .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info label input,
.checkout__container .form__delivery .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info label input,
.checkout__container .form__methodsOfPayment .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info label input,
.checkout__container .form__result .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info label input {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  min-width: 20px;
  height: 20px;
  border: 1px solid rgb(159, 159, 159);
  border-radius: 1px;
  background-color: #fff;
  cursor: pointer;
  position: relative;
  transition: all 0.2s ease;
}
.checkout__container .form__order .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info label span,
.checkout__container .form__customer .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info label span,
.checkout__container .form__delivery .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info label span,
.checkout__container .form__methodsOfPayment .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info label span,
.checkout__container .form__result .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info label span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}
.checkout__container .form__order .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info label span i,
.checkout__container .form__customer .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info label span i,
.checkout__container .form__delivery .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info label span i,
.checkout__container .form__methodsOfPayment .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info label span i,
.checkout__container .form__result .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info label span i {
  color: white;
  font-size: 14px;
  display: none;
}
.checkout__container .form__order .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info label input:checked,
.checkout__container .form__customer .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info label input:checked,
.checkout__container .form__delivery .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info label input:checked,
.checkout__container .form__methodsOfPayment .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info label input:checked,
.checkout__container .form__result .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info label input:checked {
  background: rgb(255, 111, 57);
  border-color: rgb(255, 111, 57);
}
.checkout__container .form__order .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info label input:checked:hover,
.checkout__container .form__customer .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info label input:checked:hover,
.checkout__container .form__delivery .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info label input:checked:hover,
.checkout__container .form__methodsOfPayment .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info label input:checked:hover,
.checkout__container .form__result .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info label input:checked:hover {
  background: #e65b27;
}
.checkout__container .form__order .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info label input:checked + span i,
.checkout__container .form__customer .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info label input:checked + span i,
.checkout__container .form__delivery .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info label input:checked + span i,
.checkout__container .form__methodsOfPayment .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info label input:checked + span i,
.checkout__container .form__result .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info label input:checked + span i {
  display: block;
}
.checkout__container .form__order .from__order__header,
.checkout__container .form__customer .from__order__header,
.checkout__container .form__delivery .from__order__header,
.checkout__container .form__methodsOfPayment .from__order__header,
.checkout__container .form__result .from__order__header {
  display: flex;
  justify-content: space-between;
}
.checkout__container .form__order .from__order__header button,
.checkout__container .form__customer .from__order__header button,
.checkout__container .form__delivery .from__order__header button,
.checkout__container .form__methodsOfPayment .from__order__header button,
.checkout__container .form__result .from__order__header button {
  width: 119px;
  height: 32px;
  border-color: #2b2d33;
  color: #2b2d33;
}
.checkout__container .form__order .from__order__header button span,
.checkout__container .form__customer .from__order__header button span,
.checkout__container .form__delivery .from__order__header button span,
.checkout__container .form__methodsOfPayment .from__order__header button span,
.checkout__container .form__result .from__order__header button span {
  display: block;
}
.checkout__container .form__order .from__order__header button:hover,
.checkout__container .form__customer .from__order__header button:hover,
.checkout__container .form__delivery .from__order__header button:hover,
.checkout__container .form__methodsOfPayment .from__order__header button:hover,
.checkout__container .form__result .from__order__header button:hover {
  transition: background 0.3s ease;
  background: #2b2d33;
  color: #fff;
}
.checkout__container .form__order .form__order__content,
.checkout__container .form__customer .form__order__content,
.checkout__container .form__delivery .form__order__content,
.checkout__container .form__methodsOfPayment .form__order__content,
.checkout__container .form__result .form__order__content {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.checkout__container .form__order .form__order__content .productCard,
.checkout__container .form__customer .form__order__content .productCard,
.checkout__container .form__delivery .form__order__content .productCard,
.checkout__container .form__methodsOfPayment .form__order__content .productCard,
.checkout__container .form__result .form__order__content .productCard {
  border: 1px solid #f3f3f3;
  padding: 8px;
}
.checkout__container .form__order .form__order__content .productCard .productCard__header,
.checkout__container .form__customer .form__order__content .productCard .productCard__header,
.checkout__container .form__delivery .form__order__content .productCard .productCard__header,
.checkout__container .form__methodsOfPayment .form__order__content .productCard .productCard__header,
.checkout__container .form__result .form__order__content .productCard .productCard__header {
  display: flex;
  flex-direction: row;
  gap: 8px;
}
.checkout__container .form__order .form__order__content .productCard .productCard__header .card_content h3,
.checkout__container .form__customer .form__order__content .productCard .productCard__header .card_content h3,
.checkout__container .form__delivery .form__order__content .productCard .productCard__header .card_content h3,
.checkout__container .form__methodsOfPayment .form__order__content .productCard .productCard__header .card_content h3,
.checkout__container .form__result .form__order__content .productCard .productCard__header .card_content h3 {
  font-family: var(--font-family-Roboto);
  font-weight: 500;
  font-style: Medium;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
}
.checkout__container .form__order .form__order__content .productCard .productCard__header .card_content .product__discount,
.checkout__container .form__customer .form__order__content .productCard .productCard__header .card_content .product__discount,
.checkout__container .form__delivery .form__order__content .productCard .productCard__header .card_content .product__discount,
.checkout__container .form__methodsOfPayment .form__order__content .productCard .productCard__header .card_content .product__discount,
.checkout__container .form__result .form__order__content .productCard .productCard__header .card_content .product__discount {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-top: 8px;
}
.checkout__container .form__order .form__order__content .productCard .productCard__header .card_content .product__discount span,
.checkout__container .form__customer .form__order__content .productCard .productCard__header .card_content .product__discount span,
.checkout__container .form__delivery .form__order__content .productCard .productCard__header .card_content .product__discount span,
.checkout__container .form__methodsOfPayment .form__order__content .productCard .productCard__header .card_content .product__discount span,
.checkout__container .form__result .form__order__content .productCard .productCard__header .card_content .product__discount span {
  width: 32px;
  height: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #e53935;
  font-family: var(--font-family-Roboto);
  font-weight: 300;
  font-style: Light;
  font-size: 12px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  color: #fff;
}
.checkout__container .form__order .form__order__content .productCard .productCard__header .card_content .product__discount p,
.checkout__container .form__customer .form__order__content .productCard .productCard__header .card_content .product__discount p,
.checkout__container .form__delivery .form__order__content .productCard .productCard__header .card_content .product__discount p,
.checkout__container .form__methodsOfPayment .form__order__content .productCard .productCard__header .card_content .product__discount p,
.checkout__container .form__result .form__order__content .productCard .productCard__header .card_content .product__discount p {
  font-family: Rubik;
  font-weight: 500;
  font-style: Medium;
  font-size: 10px;
  leading-trim: NONE;
  line-height: 130%;
  letter-spacing: 0%;
  color: #9f9f9f;
  text-decoration: line-through;
}
.checkout__container .form__order .form__order__content .productCard .productCard__header .card_content .product__price h1,
.checkout__container .form__customer .form__order__content .productCard .productCard__header .card_content .product__price h1,
.checkout__container .form__delivery .form__order__content .productCard .productCard__header .card_content .product__price h1,
.checkout__container .form__methodsOfPayment .form__order__content .productCard .productCard__header .card_content .product__price h1,
.checkout__container .form__result .form__order__content .productCard .productCard__header .card_content .product__price h1 {
  font-family: var(--font-family-Roboto);
  font-weight: 500;
  font-style: Medium;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  margin-top: 4px;
  display: flex;
  align-items: center;
  gap: 4px;
}
.checkout__container .form__order .form__order__content .productCard .productCard__header .card_content .product__price h1 span,
.checkout__container .form__customer .form__order__content .productCard .productCard__header .card_content .product__price h1 span,
.checkout__container .form__delivery .form__order__content .productCard .productCard__header .card_content .product__price h1 span,
.checkout__container .form__methodsOfPayment .form__order__content .productCard .productCard__header .card_content .product__price h1 span,
.checkout__container .form__result .form__order__content .productCard .productCard__header .card_content .product__price h1 span {
  font-family: var(--font-family-Rubik);
  font-weight: 500;
  font-style: Medium;
  font-size: 10px;
  leading-trim: NONE;
  line-height: 130%;
  letter-spacing: 0%;
  color: #9f9f9f;
}
.checkout__container .form__order .form__order__content .productCard .productCard__header .card_content .product__price p,
.checkout__container .form__customer .form__order__content .productCard .productCard__header .card_content .product__price p,
.checkout__container .form__delivery .form__order__content .productCard .productCard__header .card_content .product__price p,
.checkout__container .form__methodsOfPayment .form__order__content .productCard .productCard__header .card_content .product__price p,
.checkout__container .form__result .form__order__content .productCard .productCard__header .card_content .product__price p {
  font-family: var(--font-family-Rubik);
  font-weight: 500;
  font-style: Medium;
  font-size: 10px;
  leading-trim: NONE;
  line-height: 130%;
  letter-spacing: 0%;
  color: #9f9f9f;
}
.checkout__container .form__order .form__order__content .productCard .productCard__bottom,
.checkout__container .form__customer .form__order__content .productCard .productCard__bottom,
.checkout__container .form__delivery .form__order__content .productCard .productCard__bottom,
.checkout__container .form__methodsOfPayment .form__order__content .productCard .productCard__bottom,
.checkout__container .form__result .form__order__content .productCard .productCard__bottom {
  margin-top: 8px;
  padding: 16px 0;
  padding-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-top: 1px solid #f3f3f3;
}
.checkout__container .form__order .form__order__content .productCard .productCard__bottom p,
.checkout__container .form__customer .form__order__content .productCard .productCard__bottom p,
.checkout__container .form__delivery .form__order__content .productCard .productCard__bottom p,
.checkout__container .form__methodsOfPayment .form__order__content .productCard .productCard__bottom p,
.checkout__container .form__result .form__order__content .productCard .productCard__bottom p {
  display: flex;
}
.checkout__container .form__order .form__order__content .productCard .productCard__bottom div,
.checkout__container .form__customer .form__order__content .productCard .productCard__bottom div,
.checkout__container .form__delivery .form__order__content .productCard .productCard__bottom div,
.checkout__container .form__methodsOfPayment .form__order__content .productCard .productCard__bottom div,
.checkout__container .form__result .form__order__content .productCard .productCard__bottom div {
  padding: 0 16px;
  display: flex;
  justify-content: space-between;
}
.checkout__container .form__order .form__order__content .productCard .productCard__bottom div p,
.checkout__container .form__customer .form__order__content .productCard .productCard__bottom div p,
.checkout__container .form__delivery .form__order__content .productCard .productCard__bottom div p,
.checkout__container .form__methodsOfPayment .form__order__content .productCard .productCard__bottom div p,
.checkout__container .form__result .form__order__content .productCard .productCard__bottom div p {
  font-family: var(--font-family-Rubik);
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 145%;
  letter-spacing: 0%;
  color: #2b2d33;
}
.checkout__container .form__order .form__order__content .productCard .productCard__bottom div h4,
.checkout__container .form__customer .form__order__content .productCard .productCard__bottom div h4,
.checkout__container .form__delivery .form__order__content .productCard .productCard__bottom div h4,
.checkout__container .form__methodsOfPayment .form__order__content .productCard .productCard__bottom div h4,
.checkout__container .form__result .form__order__content .productCard .productCard__bottom div h4 {
  font-family: var(--font-family-Roboto);
  font-weight: 500;
  font-style: Medium;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  color: #1c1e22;
  display: flex;
  align-items: center;
  gap: 4px;
}
.checkout__container .form__order .form__order__content .productCard .productCard__bottom div h4 span,
.checkout__container .form__customer .form__order__content .productCard .productCard__bottom div h4 span,
.checkout__container .form__delivery .form__order__content .productCard .productCard__bottom div h4 span,
.checkout__container .form__methodsOfPayment .form__order__content .productCard .productCard__bottom div h4 span,
.checkout__container .form__result .form__order__content .productCard .productCard__bottom div h4 span {
  font-family: var(--font-family-Rubik);
  font-weight: 500;
  font-style: Medium;
  font-size: 10px;
  leading-trim: NONE;
  line-height: 130%;
  letter-spacing: 0%;
  color: #9f9f9f;
}
.checkout__container .form__order .form__customer__content,
.checkout__container .form__customer .form__customer__content,
.checkout__container .form__delivery .form__customer__content,
.checkout__container .form__methodsOfPayment .form__customer__content,
.checkout__container .form__result .form__customer__content {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.checkout__container label {
  font-family: var(--font-family-Rubik);
  font-weight: 400;
  font-size: 14px;
  line-height: 145%;
  letter-spacing: 0%;
  margin-bottom: 4px;
  color: #3a3d42;
}
.checkout__container .input__wrapper {
  width: 100%;
  position: relative;
}
.checkout__container .input__wrapper input[type=text],
.checkout__container .input__wrapper .choices {
  width: 100%;
  height: 40px;
  border: 1px solid rgb(196, 196, 196);
  border-radius: 2px;
  padding: 0;
  background: rgb(243, 243, 243);
  font-family: var(--font-family-Rubik);
  font-weight: 400;
  font-size: 14px;
  line-height: 145%;
  color: rgb(90, 90, 90);
  outline: none;
}
.checkout__container .input__wrapper input[type=text]:hover,
.checkout__container .input__wrapper .choices:hover {
  border-color: rgb(255, 111, 57);
}
.checkout__container .input__wrapper input[type=text]:focus::placeholder,
.checkout__container .input__wrapper .choices:focus::placeholder {
  opacity: 0;
}
.checkout__container .input__wrapper input[type=text]:active,
.checkout__container .input__wrapper .choices:active {
  border-color: rgb(255, 111, 57);
}
.checkout__container .input__wrapper input[type=text]:focus ~ i.ph-x,
.checkout__container .input__wrapper .choices:focus ~ i.ph-x {
  opacity: 1;
}
.checkout__container .input__wrapper input[type=text]:focus ~ i.ph-caret-down,
.checkout__container .input__wrapper .choices:focus ~ i.ph-caret-down {
  transform: translateY(-50%) rotate(180deg);
}
.checkout__container .input__wrapper input[type=text]:invalid ~ i.ph-caret-down,
.checkout__container .input__wrapper .choices:invalid ~ i.ph-caret-down {
  transform: translateY(-50%) rotate(0deg);
}
.checkout__container .input__wrapper input[type=text] {
  padding: 0 16px;
}
.checkout__container .input__wrapper .choices__list {
  padding: 0;
}
.checkout__container .input__wrapper .choices__inner {
  width: 100%;
  padding: 0;
  height: 100%;
  background: transparent;
  border: none;
  display: flex;
  align-items: center;
  min-height: unset;
  padding: 0 16px;
}
.checkout__container .input__wrapper select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.checkout__container .input__wrapper select option {
  cursor: pointer;
}
.checkout__container .input__wrapper i.ph-x {
  opacity: 0;
  font-size: 20px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.checkout__container .input__wrapper i.ph-x:hover {
  color: #1c1e22;
}

@media screen and (min-width: 768px) {
  .checkout__container {
    max-width: 1278px;
    margin: 0 auto;
    padding: 0px 32px;
  }
  .checkout__container .form__order,
  .checkout__container .form__customer,
  .checkout__container .form__delivery,
  .checkout__container .form__methodsOfPayment,
  .checkout__container .form__result {
    padding: 24px;
    border: 1px solid #f3f3f3;
  }
  .checkout__container .form__order .checkout__result,
  .checkout__container .form__customer .checkout__result,
  .checkout__container .form__delivery .checkout__result,
  .checkout__container .form__methodsOfPayment .checkout__result,
  .checkout__container .form__result .checkout__result {
    background: #fff2ec;
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .checkout__container .form__order .checkout__result .result,
  .checkout__container .form__customer .checkout__result .result,
  .checkout__container .form__delivery .checkout__result .result,
  .checkout__container .form__methodsOfPayment .checkout__result .result,
  .checkout__container .form__result .checkout__result .result {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
  .checkout__container .form__order .checkout__result .result .result__orderPrice,
  .checkout__container .form__order .checkout__result .result .result__discount,
  .checkout__container .form__order .checkout__result .result .result__payable,
  .checkout__container .form__order .checkout__result .result .result__delivery,
  .checkout__container .form__customer .checkout__result .result .result__orderPrice,
  .checkout__container .form__customer .checkout__result .result .result__discount,
  .checkout__container .form__customer .checkout__result .result .result__payable,
  .checkout__container .form__customer .checkout__result .result .result__delivery,
  .checkout__container .form__delivery .checkout__result .result .result__orderPrice,
  .checkout__container .form__delivery .checkout__result .result .result__discount,
  .checkout__container .form__delivery .checkout__result .result .result__payable,
  .checkout__container .form__delivery .checkout__result .result .result__delivery,
  .checkout__container .form__methodsOfPayment .checkout__result .result .result__orderPrice,
  .checkout__container .form__methodsOfPayment .checkout__result .result .result__discount,
  .checkout__container .form__methodsOfPayment .checkout__result .result .result__payable,
  .checkout__container .form__methodsOfPayment .checkout__result .result .result__delivery,
  .checkout__container .form__result .checkout__result .result .result__orderPrice,
  .checkout__container .form__result .checkout__result .result .result__discount,
  .checkout__container .form__result .checkout__result .result .result__payable,
  .checkout__container .form__result .checkout__result .result .result__delivery {
    display: flex;
    justify-content: space-between;
  }
  .checkout__container .form__order .checkout__result .result .result__orderPrice p,
  .checkout__container .form__order .checkout__result .result .result__discount p,
  .checkout__container .form__order .checkout__result .result .result__payable p,
  .checkout__container .form__order .checkout__result .result .result__delivery p,
  .checkout__container .form__customer .checkout__result .result .result__orderPrice p,
  .checkout__container .form__customer .checkout__result .result .result__discount p,
  .checkout__container .form__customer .checkout__result .result .result__payable p,
  .checkout__container .form__customer .checkout__result .result .result__delivery p,
  .checkout__container .form__delivery .checkout__result .result .result__orderPrice p,
  .checkout__container .form__delivery .checkout__result .result .result__discount p,
  .checkout__container .form__delivery .checkout__result .result .result__payable p,
  .checkout__container .form__delivery .checkout__result .result .result__delivery p,
  .checkout__container .form__methodsOfPayment .checkout__result .result .result__orderPrice p,
  .checkout__container .form__methodsOfPayment .checkout__result .result .result__discount p,
  .checkout__container .form__methodsOfPayment .checkout__result .result .result__payable p,
  .checkout__container .form__methodsOfPayment .checkout__result .result .result__delivery p,
  .checkout__container .form__result .checkout__result .result .result__orderPrice p,
  .checkout__container .form__result .checkout__result .result .result__discount p,
  .checkout__container .form__result .checkout__result .result .result__payable p,
  .checkout__container .form__result .checkout__result .result .result__delivery p {
    font-family: var(--font-family-Rubik);
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 145%;
    letter-spacing: 0%;
    color: #9f9f9f;
    display: flex;
    gap: 4px;
  }
  .checkout__container .form__order .checkout__result .result .result__orderPrice p span,
  .checkout__container .form__order .checkout__result .result .result__discount p span,
  .checkout__container .form__order .checkout__result .result .result__payable p span,
  .checkout__container .form__order .checkout__result .result .result__delivery p span,
  .checkout__container .form__customer .checkout__result .result .result__orderPrice p span,
  .checkout__container .form__customer .checkout__result .result .result__discount p span,
  .checkout__container .form__customer .checkout__result .result .result__payable p span,
  .checkout__container .form__customer .checkout__result .result .result__delivery p span,
  .checkout__container .form__delivery .checkout__result .result .result__orderPrice p span,
  .checkout__container .form__delivery .checkout__result .result .result__discount p span,
  .checkout__container .form__delivery .checkout__result .result .result__payable p span,
  .checkout__container .form__delivery .checkout__result .result .result__delivery p span,
  .checkout__container .form__methodsOfPayment .checkout__result .result .result__orderPrice p span,
  .checkout__container .form__methodsOfPayment .checkout__result .result .result__discount p span,
  .checkout__container .form__methodsOfPayment .checkout__result .result .result__payable p span,
  .checkout__container .form__methodsOfPayment .checkout__result .result .result__delivery p span,
  .checkout__container .form__result .checkout__result .result .result__orderPrice p span,
  .checkout__container .form__result .checkout__result .result .result__discount p span,
  .checkout__container .form__result .checkout__result .result .result__payable p span,
  .checkout__container .form__result .checkout__result .result .result__delivery p span {
    font-family: var(--font-family-Roboto);
    font-weight: 300;
    font-style: Light;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color: #000000;
  }
  .checkout__container .form__order .checkout__result h1,
  .checkout__container .form__customer .checkout__result h1,
  .checkout__container .form__delivery .checkout__result h1,
  .checkout__container .form__methodsOfPayment .checkout__result h1,
  .checkout__container .form__result .checkout__result h1 {
    font-family: var(--font-family-Roboto);
    font-weight: 500;
    font-style: Medium;
    font-size: 22px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color: #2b2d33;
  }
  .checkout__container .form__order .checkout__result button,
  .checkout__container .form__customer .checkout__result button,
  .checkout__container .form__delivery .checkout__result button,
  .checkout__container .form__methodsOfPayment .checkout__result button,
  .checkout__container .form__result .checkout__result button {
    width: 100%;
    min-height: 48px;
  }
  .checkout__container .form__order .checkout__result label,
  .checkout__container .form__customer .checkout__result label,
  .checkout__container .form__delivery .checkout__result label,
  .checkout__container .form__methodsOfPayment .checkout__result label,
  .checkout__container .form__result .checkout__result label {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    position: relative;
    user-select: none;
  }
  .checkout__container .form__order .checkout__result label input,
  .checkout__container .form__customer .checkout__result label input,
  .checkout__container .form__delivery .checkout__result label input,
  .checkout__container .form__methodsOfPayment .checkout__result label input,
  .checkout__container .form__result .checkout__result label input {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    min-width: 20px;
    height: 20px;
    border: 1px solid rgb(159, 159, 159);
    border-radius: 1px;
    background-color: #fff;
    cursor: pointer;
    position: relative;
    transition: all 0.2s ease;
  }
  .checkout__container .form__order .checkout__result label span,
  .checkout__container .form__customer .checkout__result label span,
  .checkout__container .form__delivery .checkout__result label span,
  .checkout__container .form__methodsOfPayment .checkout__result label span,
  .checkout__container .form__result .checkout__result label span {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
  }
  .checkout__container .form__order .checkout__result label span i,
  .checkout__container .form__customer .checkout__result label span i,
  .checkout__container .form__delivery .checkout__result label span i,
  .checkout__container .form__methodsOfPayment .checkout__result label span i,
  .checkout__container .form__result .checkout__result label span i {
    color: white;
    font-size: 14px;
    display: none;
  }
  .checkout__container .form__order .checkout__result label input:checked,
  .checkout__container .form__customer .checkout__result label input:checked,
  .checkout__container .form__delivery .checkout__result label input:checked,
  .checkout__container .form__methodsOfPayment .checkout__result label input:checked,
  .checkout__container .form__result .checkout__result label input:checked {
    background: rgb(255, 111, 57);
    border-color: rgb(255, 111, 57);
  }
  .checkout__container .form__order .checkout__result label input:checked + span i,
  .checkout__container .form__customer .checkout__result label input:checked + span i,
  .checkout__container .form__delivery .checkout__result label input:checked + span i,
  .checkout__container .form__methodsOfPayment .checkout__result label input:checked + span i,
  .checkout__container .form__result .checkout__result label input:checked + span i {
    display: block;
  }
  .checkout__container .form__order .checkout__result .checkout__result__separator,
  .checkout__container .form__customer .checkout__result .checkout__result__separator,
  .checkout__container .form__delivery .checkout__result .checkout__result__separator,
  .checkout__container .form__methodsOfPayment .checkout__result .checkout__result__separator,
  .checkout__container .form__result .checkout__result .checkout__result__separator {
    width: 100%;
    height: 1px;
    border: none;
    background: #9f9f9f;
  }
  .checkout__container .form__order .from__order__header,
  .checkout__container .form__order .form__customer__header,
  .checkout__container .form__order .form__delivery__header,
  .checkout__container .form__order .form__methodsOfPayment__header,
  .checkout__container .form__customer .from__order__header,
  .checkout__container .form__customer .form__customer__header,
  .checkout__container .form__customer .form__delivery__header,
  .checkout__container .form__customer .form__methodsOfPayment__header,
  .checkout__container .form__delivery .from__order__header,
  .checkout__container .form__delivery .form__customer__header,
  .checkout__container .form__delivery .form__delivery__header,
  .checkout__container .form__delivery .form__methodsOfPayment__header,
  .checkout__container .form__methodsOfPayment .from__order__header,
  .checkout__container .form__methodsOfPayment .form__customer__header,
  .checkout__container .form__methodsOfPayment .form__delivery__header,
  .checkout__container .form__methodsOfPayment .form__methodsOfPayment__header,
  .checkout__container .form__result .from__order__header,
  .checkout__container .form__result .form__customer__header,
  .checkout__container .form__result .form__delivery__header,
  .checkout__container .form__result .form__methodsOfPayment__header {
    margin-bottom: 32px;
  }
  .checkout__container .form__order .from__order__header h1,
  .checkout__container .form__order .form__customer__header h1,
  .checkout__container .form__order .form__delivery__header h1,
  .checkout__container .form__order .form__methodsOfPayment__header h1,
  .checkout__container .form__customer .from__order__header h1,
  .checkout__container .form__customer .form__customer__header h1,
  .checkout__container .form__customer .form__delivery__header h1,
  .checkout__container .form__customer .form__methodsOfPayment__header h1,
  .checkout__container .form__delivery .from__order__header h1,
  .checkout__container .form__delivery .form__customer__header h1,
  .checkout__container .form__delivery .form__delivery__header h1,
  .checkout__container .form__delivery .form__methodsOfPayment__header h1,
  .checkout__container .form__methodsOfPayment .from__order__header h1,
  .checkout__container .form__methodsOfPayment .form__customer__header h1,
  .checkout__container .form__methodsOfPayment .form__delivery__header h1,
  .checkout__container .form__methodsOfPayment .form__methodsOfPayment__header h1,
  .checkout__container .form__result .from__order__header h1,
  .checkout__container .form__result .form__customer__header h1,
  .checkout__container .form__result .form__delivery__header h1,
  .checkout__container .form__result .form__methodsOfPayment__header h1 {
    font-family: var(--font-family-Roboto);
    font-weight: 500;
    font-style: Medium;
    font-size: 22px;
    leading-trim: NONE;
    line-height: 130%;
    letter-spacing: 0%;
    color: #2b2d33;
  }
  .checkout__container .form__order .form__delivery__content .delivery__methodsOfDelivery .nova__post,
  .checkout__container .form__customer .form__delivery__content .delivery__methodsOfDelivery .nova__post,
  .checkout__container .form__delivery .form__delivery__content .delivery__methodsOfDelivery .nova__post,
  .checkout__container .form__methodsOfPayment .form__delivery__content .delivery__methodsOfDelivery .nova__post,
  .checkout__container .form__result .form__delivery__content .delivery__methodsOfDelivery .nova__post {
    max-width: 200px;
  }
  .checkout__container .form__order .form__delivery__content .delivery__methodsOfDelivery .info__header,
  .checkout__container .form__customer .form__delivery__content .delivery__methodsOfDelivery .info__header,
  .checkout__container .form__delivery .form__delivery__content .delivery__methodsOfDelivery .info__header,
  .checkout__container .form__methodsOfPayment .form__delivery__content .delivery__methodsOfDelivery .info__header,
  .checkout__container .form__result .form__delivery__content .delivery__methodsOfDelivery .info__header {
    width: 100%;
    display: grid !important;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
  .checkout__container .form__order .form__delivery__content .delivery__methodsOfDelivery .info__header .form__field,
  .checkout__container .form__customer .form__delivery__content .delivery__methodsOfDelivery .info__header .form__field,
  .checkout__container .form__delivery .form__delivery__content .delivery__methodsOfDelivery .info__header .form__field,
  .checkout__container .form__methodsOfPayment .form__delivery__content .delivery__methodsOfDelivery .info__header .form__field,
  .checkout__container .form__result .form__delivery__content .delivery__methodsOfDelivery .info__header .form__field {
    width: 100%;
  }
  .checkout__container .form__order .form__delivery__content .delivery__methodsOfDelivery hr,
  .checkout__container .form__customer .form__delivery__content .delivery__methodsOfDelivery hr,
  .checkout__container .form__delivery .form__delivery__content .delivery__methodsOfDelivery hr,
  .checkout__container .form__methodsOfPayment .form__delivery__content .delivery__methodsOfDelivery hr,
  .checkout__container .form__result .form__delivery__content .delivery__methodsOfDelivery hr {
    width: 100%;
    height: 1px;
    background: #f3f3f3;
    border: none;
  }
  .checkout__container .form__order .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info,
  .checkout__container .form__customer .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info,
  .checkout__container .form__delivery .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info,
  .checkout__container .form__methodsOfPayment .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info,
  .checkout__container .form__result .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .checkout__container .form__order .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info .form__delivery__courier,
  .checkout__container .form__customer .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info .form__delivery__courier,
  .checkout__container .form__delivery .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info .form__delivery__courier,
  .checkout__container .form__methodsOfPayment .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info .form__delivery__courier,
  .checkout__container .form__result .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info .form__delivery__courier {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  .checkout__container .form__order .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info .form__delivery__courier.hidden,
  .checkout__container .form__customer .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info .form__delivery__courier.hidden,
  .checkout__container .form__delivery .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info .form__delivery__courier.hidden,
  .checkout__container .form__methodsOfPayment .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info .form__delivery__courier.hidden,
  .checkout__container .form__result .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info .form__delivery__courier.hidden {
    display: none;
  }
  .checkout__container .form__order .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info .form__delivery__checkAnotherCustomer__hidden,
  .checkout__container .form__customer .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info .form__delivery__checkAnotherCustomer__hidden,
  .checkout__container .form__delivery .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info .form__delivery__checkAnotherCustomer__hidden,
  .checkout__container .form__methodsOfPayment .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info .form__delivery__checkAnotherCustomer__hidden,
  .checkout__container .form__result .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info .form__delivery__checkAnotherCustomer__hidden {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 16px;
    row-gap: 24px;
  }
  .checkout__container .form__order .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info .form__delivery__checkAnotherCustomer__hidden.hidden,
  .checkout__container .form__customer .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info .form__delivery__checkAnotherCustomer__hidden.hidden,
  .checkout__container .form__delivery .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info .form__delivery__checkAnotherCustomer__hidden.hidden,
  .checkout__container .form__methodsOfPayment .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info .form__delivery__checkAnotherCustomer__hidden.hidden,
  .checkout__container .form__result .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info .form__delivery__checkAnotherCustomer__hidden.hidden {
    display: none;
  }
  .checkout__container .form__order .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info .form__delivery__checkAddComment .form__delivery__comment,
  .checkout__container .form__customer .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info .form__delivery__checkAddComment .form__delivery__comment,
  .checkout__container .form__delivery .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info .form__delivery__checkAddComment .form__delivery__comment,
  .checkout__container .form__methodsOfPayment .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info .form__delivery__checkAddComment .form__delivery__comment,
  .checkout__container .form__result .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info .form__delivery__checkAddComment .form__delivery__comment {
    display: block;
  }
  .checkout__container .form__order .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info .form__delivery__checkAddComment .form__delivery__comment textarea,
  .checkout__container .form__customer .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info .form__delivery__checkAddComment .form__delivery__comment textarea,
  .checkout__container .form__delivery .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info .form__delivery__checkAddComment .form__delivery__comment textarea,
  .checkout__container .form__methodsOfPayment .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info .form__delivery__checkAddComment .form__delivery__comment textarea,
  .checkout__container .form__result .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info .form__delivery__checkAddComment .form__delivery__comment textarea {
    margin-top: 24px;
    width: 100%;
    height: 132px;
    overflow-y: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
    resize: none;
    background: #f3f3f3;
    border: 1px solid #c4c4c4;
    padding: 10px 16px;
    border-radius: 2px;
    font-family: var(--font-family-Rubik);
    font-weight: 400;
    font-style: Regular;
    color: #9f9f9f;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 145%;
    letter-spacing: 0%;
  }
  .checkout__container .form__order .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info .form__delivery__checkAddComment .form__delivery__comment textarea:focus,
  .checkout__container .form__customer .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info .form__delivery__checkAddComment .form__delivery__comment textarea:focus,
  .checkout__container .form__delivery .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info .form__delivery__checkAddComment .form__delivery__comment textarea:focus,
  .checkout__container .form__methodsOfPayment .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info .form__delivery__checkAddComment .form__delivery__comment textarea:focus,
  .checkout__container .form__result .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info .form__delivery__checkAddComment .form__delivery__comment textarea:focus {
    outline: none;
    border-color: #ff6f39;
  }
  .checkout__container .form__order .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info .form__delivery__checkAddComment .form__delivery__comment.hidden,
  .checkout__container .form__customer .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info .form__delivery__checkAddComment .form__delivery__comment.hidden,
  .checkout__container .form__delivery .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info .form__delivery__checkAddComment .form__delivery__comment.hidden,
  .checkout__container .form__methodsOfPayment .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info .form__delivery__checkAddComment .form__delivery__comment.hidden,
  .checkout__container .form__result .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info .form__delivery__checkAddComment .form__delivery__comment.hidden {
    display: none;
  }
  .checkout__container .form__order .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info label,
  .checkout__container .form__customer .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info label,
  .checkout__container .form__delivery .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info label,
  .checkout__container .form__methodsOfPayment .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info label,
  .checkout__container .form__result .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info label {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    position: relative;
    user-select: none;
  }
  .checkout__container .form__order .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info label input,
  .checkout__container .form__customer .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info label input,
  .checkout__container .form__delivery .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info label input,
  .checkout__container .form__methodsOfPayment .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info label input,
  .checkout__container .form__result .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info label input {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    min-width: 20px;
    height: 20px;
    border: 1px solid rgb(159, 159, 159);
    border-radius: 1px;
    background-color: #fff;
    cursor: pointer;
    position: relative;
    transition: all 0.2s ease;
  }
  .checkout__container .form__order .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info label span,
  .checkout__container .form__customer .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info label span,
  .checkout__container .form__delivery .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info label span,
  .checkout__container .form__methodsOfPayment .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info label span,
  .checkout__container .form__result .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info label span {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
  }
  .checkout__container .form__order .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info label span i,
  .checkout__container .form__customer .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info label span i,
  .checkout__container .form__delivery .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info label span i,
  .checkout__container .form__methodsOfPayment .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info label span i,
  .checkout__container .form__result .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info label span i {
    color: white;
    font-size: 14px;
    display: none;
  }
  .checkout__container .form__order .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info label input:checked,
  .checkout__container .form__customer .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info label input:checked,
  .checkout__container .form__delivery .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info label input:checked,
  .checkout__container .form__methodsOfPayment .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info label input:checked,
  .checkout__container .form__result .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info label input:checked {
    background: rgb(255, 111, 57);
    border-color: rgb(255, 111, 57);
  }
  .checkout__container .form__order .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info label input:checked + span i,
  .checkout__container .form__customer .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info label input:checked + span i,
  .checkout__container .form__delivery .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info label input:checked + span i,
  .checkout__container .form__methodsOfPayment .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info label input:checked + span i,
  .checkout__container .form__result .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info label input:checked + span i {
    display: block;
  }
  .checkout__container .form__order .from__order__header,
  .checkout__container .form__customer .from__order__header,
  .checkout__container .form__delivery .from__order__header,
  .checkout__container .form__methodsOfPayment .from__order__header,
  .checkout__container .form__result .from__order__header {
    display: flex;
    justify-content: space-between;
  }
  .checkout__container .form__order .from__order__header button,
  .checkout__container .form__customer .from__order__header button,
  .checkout__container .form__delivery .from__order__header button,
  .checkout__container .form__methodsOfPayment .from__order__header button,
  .checkout__container .form__result .from__order__header button {
    width: 119px;
    height: 32px;
    border-color: #2b2d33;
    color: #2b2d33;
  }
  .checkout__container .form__order .from__order__header button span,
  .checkout__container .form__customer .from__order__header button span,
  .checkout__container .form__delivery .from__order__header button span,
  .checkout__container .form__methodsOfPayment .from__order__header button span,
  .checkout__container .form__result .from__order__header button span {
    display: block;
  }
  .checkout__container .form__order .from__order__header button:hover,
  .checkout__container .form__customer .from__order__header button:hover,
  .checkout__container .form__delivery .from__order__header button:hover,
  .checkout__container .form__methodsOfPayment .from__order__header button:hover,
  .checkout__container .form__result .from__order__header button:hover {
    transition: background 0.3s ease;
    background: #2b2d33;
    color: #fff;
  }
  .checkout__container .form__order .form__order__content,
  .checkout__container .form__customer .form__order__content,
  .checkout__container .form__delivery .form__order__content,
  .checkout__container .form__methodsOfPayment .form__order__content,
  .checkout__container .form__result .form__order__content {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .checkout__container .form__order .form__order__content .productCard,
  .checkout__container .form__customer .form__order__content .productCard,
  .checkout__container .form__delivery .form__order__content .productCard,
  .checkout__container .form__methodsOfPayment .form__order__content .productCard,
  .checkout__container .form__result .form__order__content .productCard {
    display: flex;
    gap: 48px;
    border: 1px solid #f3f3f3;
    padding: 8px;
  }
  .checkout__container .form__order .form__order__content .productCard .productCard__header,
  .checkout__container .form__customer .form__order__content .productCard .productCard__header,
  .checkout__container .form__delivery .form__order__content .productCard .productCard__header,
  .checkout__container .form__methodsOfPayment .form__order__content .productCard .productCard__header,
  .checkout__container .form__result .form__order__content .productCard .productCard__header {
    display: flex;
    flex-direction: row;
    gap: 8px;
  }
  .checkout__container .form__order .form__order__content .productCard .productCard__header .card_content,
  .checkout__container .form__customer .form__order__content .productCard .productCard__header .card_content,
  .checkout__container .form__delivery .form__order__content .productCard .productCard__header .card_content,
  .checkout__container .form__methodsOfPayment .form__order__content .productCard .productCard__header .card_content,
  .checkout__container .form__result .form__order__content .productCard .productCard__header .card_content {
    width: 259px;
  }
  .checkout__container .form__order .form__order__content .productCard .productCard__header .card_content h3,
  .checkout__container .form__customer .form__order__content .productCard .productCard__header .card_content h3,
  .checkout__container .form__delivery .form__order__content .productCard .productCard__header .card_content h3,
  .checkout__container .form__methodsOfPayment .form__order__content .productCard .productCard__header .card_content h3,
  .checkout__container .form__result .form__order__content .productCard .productCard__header .card_content h3 {
    font-family: var(--font-family-Roboto);
    font-weight: 500;
    font-style: Medium;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 110%;
    letter-spacing: 0%;
  }
  .checkout__container .form__order .form__order__content .productCard .productCard__header .card_content .product__discount,
  .checkout__container .form__customer .form__order__content .productCard .productCard__header .card_content .product__discount,
  .checkout__container .form__delivery .form__order__content .productCard .productCard__header .card_content .product__discount,
  .checkout__container .form__methodsOfPayment .form__order__content .productCard .productCard__header .card_content .product__discount,
  .checkout__container .form__result .form__order__content .productCard .productCard__header .card_content .product__discount {
    display: flex;
    align-items: center;
    gap: 4px;
    margin-top: 8px;
  }
  .checkout__container .form__order .form__order__content .productCard .productCard__header .card_content .product__discount span,
  .checkout__container .form__customer .form__order__content .productCard .productCard__header .card_content .product__discount span,
  .checkout__container .form__delivery .form__order__content .productCard .productCard__header .card_content .product__discount span,
  .checkout__container .form__methodsOfPayment .form__order__content .productCard .productCard__header .card_content .product__discount span,
  .checkout__container .form__result .form__order__content .productCard .productCard__header .card_content .product__discount span {
    width: 32px;
    height: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #e53935;
    font-family: var(--font-family-Roboto);
    font-weight: 300;
    font-style: Light;
    font-size: 12px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color: #fff;
  }
  .checkout__container .form__order .form__order__content .productCard .productCard__header .card_content .product__discount p,
  .checkout__container .form__customer .form__order__content .productCard .productCard__header .card_content .product__discount p,
  .checkout__container .form__delivery .form__order__content .productCard .productCard__header .card_content .product__discount p,
  .checkout__container .form__methodsOfPayment .form__order__content .productCard .productCard__header .card_content .product__discount p,
  .checkout__container .form__result .form__order__content .productCard .productCard__header .card_content .product__discount p {
    font-family: Rubik;
    font-weight: 500;
    font-style: Medium;
    font-size: 10px;
    leading-trim: NONE;
    line-height: 130%;
    letter-spacing: 0%;
    color: #9f9f9f;
    text-decoration: line-through;
  }
  .checkout__container .form__order .form__order__content .productCard .productCard__header .card_content .product__price h1,
  .checkout__container .form__customer .form__order__content .productCard .productCard__header .card_content .product__price h1,
  .checkout__container .form__delivery .form__order__content .productCard .productCard__header .card_content .product__price h1,
  .checkout__container .form__methodsOfPayment .form__order__content .productCard .productCard__header .card_content .product__price h1,
  .checkout__container .form__result .form__order__content .productCard .productCard__header .card_content .product__price h1 {
    font-family: var(--font-family-Roboto);
    font-weight: 500;
    font-style: Medium;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    margin-top: 4px;
    display: flex;
    align-items: center;
    gap: 4px;
  }
  .checkout__container .form__order .form__order__content .productCard .productCard__header .card_content .product__price h1 span,
  .checkout__container .form__customer .form__order__content .productCard .productCard__header .card_content .product__price h1 span,
  .checkout__container .form__delivery .form__order__content .productCard .productCard__header .card_content .product__price h1 span,
  .checkout__container .form__methodsOfPayment .form__order__content .productCard .productCard__header .card_content .product__price h1 span,
  .checkout__container .form__result .form__order__content .productCard .productCard__header .card_content .product__price h1 span {
    font-family: var(--font-family-Rubik);
    font-weight: 500;
    font-style: Medium;
    font-size: 10px;
    leading-trim: NONE;
    line-height: 130%;
    letter-spacing: 0%;
    color: #9f9f9f;
  }
  .checkout__container .form__order .form__order__content .productCard .productCard__header .card_content .product__price p,
  .checkout__container .form__customer .form__order__content .productCard .productCard__header .card_content .product__price p,
  .checkout__container .form__delivery .form__order__content .productCard .productCard__header .card_content .product__price p,
  .checkout__container .form__methodsOfPayment .form__order__content .productCard .productCard__header .card_content .product__price p,
  .checkout__container .form__result .form__order__content .productCard .productCard__header .card_content .product__price p {
    font-family: var(--font-family-Rubik);
    font-weight: 500;
    font-style: Medium;
    font-size: 10px;
    leading-trim: NONE;
    line-height: 130%;
    letter-spacing: 0%;
    color: #9f9f9f;
  }
  .checkout__container .form__order .form__order__content .productCard .productCard__bottom,
  .checkout__container .form__customer .form__order__content .productCard .productCard__bottom,
  .checkout__container .form__delivery .form__order__content .productCard .productCard__bottom,
  .checkout__container .form__methodsOfPayment .form__order__content .productCard .productCard__bottom,
  .checkout__container .form__result .form__order__content .productCard .productCard__bottom {
    width: 100%;
    margin-top: 8px;
    padding: 16px 0;
    padding-top: 24px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    border-top: none;
    border-left: 1px solid #f3f3f3;
  }
  .checkout__container .form__order .form__order__content .productCard .productCard__bottom p,
  .checkout__container .form__customer .form__order__content .productCard .productCard__bottom p,
  .checkout__container .form__delivery .form__order__content .productCard .productCard__bottom p,
  .checkout__container .form__methodsOfPayment .form__order__content .productCard .productCard__bottom p,
  .checkout__container .form__result .form__order__content .productCard .productCard__bottom p {
    display: flex;
  }
  .checkout__container .form__order .form__order__content .productCard .productCard__bottom div,
  .checkout__container .form__customer .form__order__content .productCard .productCard__bottom div,
  .checkout__container .form__delivery .form__order__content .productCard .productCard__bottom div,
  .checkout__container .form__methodsOfPayment .form__order__content .productCard .productCard__bottom div,
  .checkout__container .form__result .form__order__content .productCard .productCard__bottom div {
    padding: 0 16px;
    display: flex;
    justify-content: flex-end;
    gap: 32px;
  }
  .checkout__container .form__order .form__order__content .productCard .productCard__bottom div p,
  .checkout__container .form__customer .form__order__content .productCard .productCard__bottom div p,
  .checkout__container .form__delivery .form__order__content .productCard .productCard__bottom div p,
  .checkout__container .form__methodsOfPayment .form__order__content .productCard .productCard__bottom div p,
  .checkout__container .form__result .form__order__content .productCard .productCard__bottom div p {
    font-family: var(--font-family-Rubik);
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 145%;
    letter-spacing: 0%;
    color: #2b2d33;
  }
  .checkout__container .form__order .form__order__content .productCard .productCard__bottom div h4,
  .checkout__container .form__customer .form__order__content .productCard .productCard__bottom div h4,
  .checkout__container .form__delivery .form__order__content .productCard .productCard__bottom div h4,
  .checkout__container .form__methodsOfPayment .form__order__content .productCard .productCard__bottom div h4,
  .checkout__container .form__result .form__order__content .productCard .productCard__bottom div h4 {
    font-family: var(--font-family-Roboto);
    font-weight: 500;
    font-style: Medium;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color: #1c1e22;
    display: flex;
    align-items: center;
    gap: 4px;
  }
  .checkout__container .form__order .form__order__content .productCard .productCard__bottom div h4 span,
  .checkout__container .form__customer .form__order__content .productCard .productCard__bottom div h4 span,
  .checkout__container .form__delivery .form__order__content .productCard .productCard__bottom div h4 span,
  .checkout__container .form__methodsOfPayment .form__order__content .productCard .productCard__bottom div h4 span,
  .checkout__container .form__result .form__order__content .productCard .productCard__bottom div h4 span {
    font-family: var(--font-family-Rubik);
    font-weight: 500;
    font-style: Medium;
    font-size: 10px;
    leading-trim: NONE;
    line-height: 130%;
    letter-spacing: 0%;
    color: #9f9f9f;
  }
  .checkout__container .form__order .form__customer__content,
  .checkout__container .form__customer .form__customer__content,
  .checkout__container .form__delivery .form__customer__content,
  .checkout__container .form__methodsOfPayment .form__customer__content,
  .checkout__container .form__result .form__customer__content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
  .checkout__container .form__result {
    padding: 0px !important;
    margin-top: 24px;
    margin-bottom: 120px;
  }
  .checkout__container label {
    font-family: var(--font-family-Rubik);
    font-weight: 400;
    font-size: 14px;
    line-height: 145%;
    letter-spacing: 0%;
    margin-bottom: 4px;
    color: #3a3d42;
  }
  .checkout__container .input__wrapper {
    width: 100%;
    position: relative;
  }
  .checkout__container .input__wrapper input[type=text] {
    width: 100%;
    height: 40px;
    border: 1px solid rgb(196, 196, 196);
    border-radius: 2px;
    padding: 0 16px;
    background: rgb(243, 243, 243);
    font-family: var(--font-family-Rubik);
    font-weight: 400;
    font-size: 14px;
    line-height: 145%;
    letter-spacing: 0%;
    color: rgb(90, 90, 90);
    outline: none;
  }
  .checkout__container .input__wrapper input[type=text]:hover {
    border-color: rgb(255, 111, 57);
  }
  .checkout__container .input__wrapper input[type=text]:focus::placeholder {
    opacity: 0;
  }
  .checkout__container .input__wrapper input[type=text]:active {
    border-color: rgb(255, 111, 57);
  }
  .checkout__container .input__wrapper input[type=text]:focus ~ i.ph-x {
    opacity: 1;
  }
  .checkout__container .input__wrapper input[type=text]::placeholder {
    color: rgb(159, 159, 159);
  }
  .checkout__container .input__wrapper i.ph-x {
    opacity: 0;
    font-size: 20px;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media screen and (min-width: 1024px) {
  .checkout__container {
    max-width: 1278px;
    margin: 0 auto;
    padding: 0px 32px;
  }
  .checkout__container .form__order,
  .checkout__container .form__customer,
  .checkout__container .form__delivery,
  .checkout__container .form__methodsOfPayment,
  .checkout__container .form__result {
    padding: 24px;
    border: 1px solid #f3f3f3;
  }
  .checkout__container .form__order .checkout__result,
  .checkout__container .form__customer .checkout__result,
  .checkout__container .form__delivery .checkout__result,
  .checkout__container .form__methodsOfPayment .checkout__result,
  .checkout__container .form__result .checkout__result {
    background: #fff2ec;
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .checkout__container .form__order .checkout__result .result,
  .checkout__container .form__customer .checkout__result .result,
  .checkout__container .form__delivery .checkout__result .result,
  .checkout__container .form__methodsOfPayment .checkout__result .result,
  .checkout__container .form__result .checkout__result .result {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
  .checkout__container .form__order .checkout__result .result .result__orderPrice,
  .checkout__container .form__order .checkout__result .result .result__discount,
  .checkout__container .form__order .checkout__result .result .result__payable,
  .checkout__container .form__order .checkout__result .result .result__delivery,
  .checkout__container .form__customer .checkout__result .result .result__orderPrice,
  .checkout__container .form__customer .checkout__result .result .result__discount,
  .checkout__container .form__customer .checkout__result .result .result__payable,
  .checkout__container .form__customer .checkout__result .result .result__delivery,
  .checkout__container .form__delivery .checkout__result .result .result__orderPrice,
  .checkout__container .form__delivery .checkout__result .result .result__discount,
  .checkout__container .form__delivery .checkout__result .result .result__payable,
  .checkout__container .form__delivery .checkout__result .result .result__delivery,
  .checkout__container .form__methodsOfPayment .checkout__result .result .result__orderPrice,
  .checkout__container .form__methodsOfPayment .checkout__result .result .result__discount,
  .checkout__container .form__methodsOfPayment .checkout__result .result .result__payable,
  .checkout__container .form__methodsOfPayment .checkout__result .result .result__delivery,
  .checkout__container .form__result .checkout__result .result .result__orderPrice,
  .checkout__container .form__result .checkout__result .result .result__discount,
  .checkout__container .form__result .checkout__result .result .result__payable,
  .checkout__container .form__result .checkout__result .result .result__delivery {
    display: flex;
    justify-content: space-between;
  }
  .checkout__container .form__order .checkout__result .result .result__orderPrice p,
  .checkout__container .form__order .checkout__result .result .result__discount p,
  .checkout__container .form__order .checkout__result .result .result__payable p,
  .checkout__container .form__order .checkout__result .result .result__delivery p,
  .checkout__container .form__customer .checkout__result .result .result__orderPrice p,
  .checkout__container .form__customer .checkout__result .result .result__discount p,
  .checkout__container .form__customer .checkout__result .result .result__payable p,
  .checkout__container .form__customer .checkout__result .result .result__delivery p,
  .checkout__container .form__delivery .checkout__result .result .result__orderPrice p,
  .checkout__container .form__delivery .checkout__result .result .result__discount p,
  .checkout__container .form__delivery .checkout__result .result .result__payable p,
  .checkout__container .form__delivery .checkout__result .result .result__delivery p,
  .checkout__container .form__methodsOfPayment .checkout__result .result .result__orderPrice p,
  .checkout__container .form__methodsOfPayment .checkout__result .result .result__discount p,
  .checkout__container .form__methodsOfPayment .checkout__result .result .result__payable p,
  .checkout__container .form__methodsOfPayment .checkout__result .result .result__delivery p,
  .checkout__container .form__result .checkout__result .result .result__orderPrice p,
  .checkout__container .form__result .checkout__result .result .result__discount p,
  .checkout__container .form__result .checkout__result .result .result__payable p,
  .checkout__container .form__result .checkout__result .result .result__delivery p {
    font-family: var(--font-family-Rubik);
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 145%;
    letter-spacing: 0%;
    color: #9f9f9f;
    display: flex;
    gap: 4px;
  }
  .checkout__container .form__order .checkout__result .result .result__orderPrice p span,
  .checkout__container .form__order .checkout__result .result .result__discount p span,
  .checkout__container .form__order .checkout__result .result .result__payable p span,
  .checkout__container .form__order .checkout__result .result .result__delivery p span,
  .checkout__container .form__customer .checkout__result .result .result__orderPrice p span,
  .checkout__container .form__customer .checkout__result .result .result__discount p span,
  .checkout__container .form__customer .checkout__result .result .result__payable p span,
  .checkout__container .form__customer .checkout__result .result .result__delivery p span,
  .checkout__container .form__delivery .checkout__result .result .result__orderPrice p span,
  .checkout__container .form__delivery .checkout__result .result .result__discount p span,
  .checkout__container .form__delivery .checkout__result .result .result__payable p span,
  .checkout__container .form__delivery .checkout__result .result .result__delivery p span,
  .checkout__container .form__methodsOfPayment .checkout__result .result .result__orderPrice p span,
  .checkout__container .form__methodsOfPayment .checkout__result .result .result__discount p span,
  .checkout__container .form__methodsOfPayment .checkout__result .result .result__payable p span,
  .checkout__container .form__methodsOfPayment .checkout__result .result .result__delivery p span,
  .checkout__container .form__result .checkout__result .result .result__orderPrice p span,
  .checkout__container .form__result .checkout__result .result .result__discount p span,
  .checkout__container .form__result .checkout__result .result .result__payable p span,
  .checkout__container .form__result .checkout__result .result .result__delivery p span {
    font-family: var(--font-family-Roboto);
    font-weight: 300;
    font-style: Light;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color: #000000;
  }
  .checkout__container .form__order .checkout__result h1,
  .checkout__container .form__customer .checkout__result h1,
  .checkout__container .form__delivery .checkout__result h1,
  .checkout__container .form__methodsOfPayment .checkout__result h1,
  .checkout__container .form__result .checkout__result h1 {
    font-family: var(--font-family-Roboto);
    font-weight: 500;
    font-style: Medium;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color: #2b2d33;
  }
  .checkout__container .form__order .checkout__result button,
  .checkout__container .form__customer .checkout__result button,
  .checkout__container .form__delivery .checkout__result button,
  .checkout__container .form__methodsOfPayment .checkout__result button,
  .checkout__container .form__result .checkout__result button {
    width: 100%;
    height: 40px;
  }
  .checkout__container .form__order .checkout__result label,
  .checkout__container .form__customer .checkout__result label,
  .checkout__container .form__delivery .checkout__result label,
  .checkout__container .form__methodsOfPayment .checkout__result label,
  .checkout__container .form__result .checkout__result label {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    position: relative;
    user-select: none;
  }
  .checkout__container .form__order .checkout__result label input,
  .checkout__container .form__customer .checkout__result label input,
  .checkout__container .form__delivery .checkout__result label input,
  .checkout__container .form__methodsOfPayment .checkout__result label input,
  .checkout__container .form__result .checkout__result label input {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    min-width: 20px;
    height: 20px;
    border: 1px solid rgb(159, 159, 159);
    border-radius: 1px;
    background-color: #fff;
    cursor: pointer;
    position: relative;
    transition: all 0.2s ease;
  }
  .checkout__container .form__order .checkout__result label span,
  .checkout__container .form__customer .checkout__result label span,
  .checkout__container .form__delivery .checkout__result label span,
  .checkout__container .form__methodsOfPayment .checkout__result label span,
  .checkout__container .form__result .checkout__result label span {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
  }
  .checkout__container .form__order .checkout__result label span i,
  .checkout__container .form__customer .checkout__result label span i,
  .checkout__container .form__delivery .checkout__result label span i,
  .checkout__container .form__methodsOfPayment .checkout__result label span i,
  .checkout__container .form__result .checkout__result label span i {
    color: white;
    font-size: 14px;
    display: none;
  }
  .checkout__container .form__order .checkout__result label input:checked,
  .checkout__container .form__customer .checkout__result label input:checked,
  .checkout__container .form__delivery .checkout__result label input:checked,
  .checkout__container .form__methodsOfPayment .checkout__result label input:checked,
  .checkout__container .form__result .checkout__result label input:checked {
    background: rgb(255, 111, 57);
    border-color: rgb(255, 111, 57);
  }
  .checkout__container .form__order .checkout__result label input:checked + span i,
  .checkout__container .form__customer .checkout__result label input:checked + span i,
  .checkout__container .form__delivery .checkout__result label input:checked + span i,
  .checkout__container .form__methodsOfPayment .checkout__result label input:checked + span i,
  .checkout__container .form__result .checkout__result label input:checked + span i {
    display: block;
  }
  .checkout__container .form__order .checkout__result .checkout__result__separator,
  .checkout__container .form__customer .checkout__result .checkout__result__separator,
  .checkout__container .form__delivery .checkout__result .checkout__result__separator,
  .checkout__container .form__methodsOfPayment .checkout__result .checkout__result__separator,
  .checkout__container .form__result .checkout__result .checkout__result__separator {
    width: 100%;
    height: 1px;
    border: none;
    background: #9f9f9f;
  }
  .checkout__container .form__order .from__order__header,
  .checkout__container .form__order .form__customer__header,
  .checkout__container .form__order .form__delivery__header,
  .checkout__container .form__order .form__methodsOfPayment__header,
  .checkout__container .form__customer .from__order__header,
  .checkout__container .form__customer .form__customer__header,
  .checkout__container .form__customer .form__delivery__header,
  .checkout__container .form__customer .form__methodsOfPayment__header,
  .checkout__container .form__delivery .from__order__header,
  .checkout__container .form__delivery .form__customer__header,
  .checkout__container .form__delivery .form__delivery__header,
  .checkout__container .form__delivery .form__methodsOfPayment__header,
  .checkout__container .form__methodsOfPayment .from__order__header,
  .checkout__container .form__methodsOfPayment .form__customer__header,
  .checkout__container .form__methodsOfPayment .form__delivery__header,
  .checkout__container .form__methodsOfPayment .form__methodsOfPayment__header,
  .checkout__container .form__result .from__order__header,
  .checkout__container .form__result .form__customer__header,
  .checkout__container .form__result .form__delivery__header,
  .checkout__container .form__result .form__methodsOfPayment__header {
    margin-bottom: 32px;
  }
  .checkout__container .form__order .from__order__header h1,
  .checkout__container .form__order .form__customer__header h1,
  .checkout__container .form__order .form__delivery__header h1,
  .checkout__container .form__order .form__methodsOfPayment__header h1,
  .checkout__container .form__customer .from__order__header h1,
  .checkout__container .form__customer .form__customer__header h1,
  .checkout__container .form__customer .form__delivery__header h1,
  .checkout__container .form__customer .form__methodsOfPayment__header h1,
  .checkout__container .form__delivery .from__order__header h1,
  .checkout__container .form__delivery .form__customer__header h1,
  .checkout__container .form__delivery .form__delivery__header h1,
  .checkout__container .form__delivery .form__methodsOfPayment__header h1,
  .checkout__container .form__methodsOfPayment .from__order__header h1,
  .checkout__container .form__methodsOfPayment .form__customer__header h1,
  .checkout__container .form__methodsOfPayment .form__delivery__header h1,
  .checkout__container .form__methodsOfPayment .form__methodsOfPayment__header h1,
  .checkout__container .form__result .from__order__header h1,
  .checkout__container .form__result .form__customer__header h1,
  .checkout__container .form__result .form__delivery__header h1,
  .checkout__container .form__result .form__methodsOfPayment__header h1 {
    font-family: var(--font-family-Roboto);
    font-weight: 500;
    font-style: Medium;
    font-size: 22px;
    leading-trim: NONE;
    line-height: 130%;
    letter-spacing: 0%;
    color: #2b2d33;
  }
  .checkout__container .form__order .from__methodsOfPayment__content .radio__container label,
  .checkout__container .form__customer .from__methodsOfPayment__content .radio__container label,
  .checkout__container .form__delivery .from__methodsOfPayment__content .radio__container label,
  .checkout__container .form__methodsOfPayment .from__methodsOfPayment__content .radio__container label,
  .checkout__container .form__result .from__methodsOfPayment__content .radio__container label {
    max-width: 360px;
  }
  .checkout__container .form__order .form__delivery__content .delivery__methodsOfDelivery .novaPost__methods .radio__container label,
  .checkout__container .form__customer .form__delivery__content .delivery__methodsOfDelivery .novaPost__methods .radio__container label,
  .checkout__container .form__delivery .form__delivery__content .delivery__methodsOfDelivery .novaPost__methods .radio__container label,
  .checkout__container .form__methodsOfPayment .form__delivery__content .delivery__methodsOfDelivery .novaPost__methods .radio__container label,
  .checkout__container .form__result .form__delivery__content .delivery__methodsOfDelivery .novaPost__methods .radio__container label {
    max-width: 360px;
  }
  .checkout__container .form__order .form__delivery__content .delivery__methodsOfDelivery hr,
  .checkout__container .form__customer .form__delivery__content .delivery__methodsOfDelivery hr,
  .checkout__container .form__delivery .form__delivery__content .delivery__methodsOfDelivery hr,
  .checkout__container .form__methodsOfPayment .form__delivery__content .delivery__methodsOfDelivery hr,
  .checkout__container .form__result .form__delivery__content .delivery__methodsOfDelivery hr {
    width: 100%;
    height: 1px;
    background: #f3f3f3;
    border: none;
  }
  .checkout__container .form__order .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info,
  .checkout__container .form__customer .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info,
  .checkout__container .form__delivery .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info,
  .checkout__container .form__methodsOfPayment .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info,
  .checkout__container .form__result .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .checkout__container .form__order .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info .info__header,
  .checkout__container .form__customer .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info .info__header,
  .checkout__container .form__delivery .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info .info__header,
  .checkout__container .form__methodsOfPayment .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info .info__header,
  .checkout__container .form__result .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info .info__header {
    width: 100%;
    display: flex;
    gap: 16px;
  }
  .checkout__container .form__order .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info .info__header .form__field,
  .checkout__container .form__customer .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info .info__header .form__field,
  .checkout__container .form__delivery .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info .info__header .form__field,
  .checkout__container .form__methodsOfPayment .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info .info__header .form__field,
  .checkout__container .form__result .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info .info__header .form__field {
    width: 100%;
  }
  .checkout__container .form__order .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info .form__delivery__courier,
  .checkout__container .form__customer .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info .form__delivery__courier,
  .checkout__container .form__delivery .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info .form__delivery__courier,
  .checkout__container .form__methodsOfPayment .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info .form__delivery__courier,
  .checkout__container .form__result .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info .form__delivery__courier {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
  }
  .checkout__container .form__order .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info .form__delivery__courier .form__field,
  .checkout__container .form__customer .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info .form__delivery__courier .form__field,
  .checkout__container .form__delivery .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info .form__delivery__courier .form__field,
  .checkout__container .form__methodsOfPayment .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info .form__delivery__courier .form__field,
  .checkout__container .form__result .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info .form__delivery__courier .form__field {
    width: 100%;
  }
  .checkout__container .form__order .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info .form__delivery__courier.hidden,
  .checkout__container .form__customer .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info .form__delivery__courier.hidden,
  .checkout__container .form__delivery .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info .form__delivery__courier.hidden,
  .checkout__container .form__methodsOfPayment .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info .form__delivery__courier.hidden,
  .checkout__container .form__result .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info .form__delivery__courier.hidden {
    display: none;
  }
  .checkout__container .form__order .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info .form__delivery__checkAnotherCustomer__hidden,
  .checkout__container .form__customer .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info .form__delivery__checkAnotherCustomer__hidden,
  .checkout__container .form__delivery .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info .form__delivery__checkAnotherCustomer__hidden,
  .checkout__container .form__methodsOfPayment .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info .form__delivery__checkAnotherCustomer__hidden,
  .checkout__container .form__result .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info .form__delivery__checkAnotherCustomer__hidden {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 16px;
    row-gap: 24px;
  }
  .checkout__container .form__order .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info .form__delivery__checkAnotherCustomer__hidden.hidden,
  .checkout__container .form__customer .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info .form__delivery__checkAnotherCustomer__hidden.hidden,
  .checkout__container .form__delivery .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info .form__delivery__checkAnotherCustomer__hidden.hidden,
  .checkout__container .form__methodsOfPayment .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info .form__delivery__checkAnotherCustomer__hidden.hidden,
  .checkout__container .form__result .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info .form__delivery__checkAnotherCustomer__hidden.hidden {
    display: none;
  }
  .checkout__container .form__order .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info label,
  .checkout__container .form__customer .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info label,
  .checkout__container .form__delivery .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info label,
  .checkout__container .form__methodsOfPayment .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info label,
  .checkout__container .form__result .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info label {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    position: relative;
    user-select: none;
  }
  .checkout__container .form__order .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info label input,
  .checkout__container .form__customer .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info label input,
  .checkout__container .form__delivery .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info label input,
  .checkout__container .form__methodsOfPayment .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info label input,
  .checkout__container .form__result .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info label input {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    min-width: 20px;
    height: 20px;
    border: 1px solid rgb(159, 159, 159);
    border-radius: 1px;
    background-color: #fff;
    cursor: pointer;
    position: relative;
    transition: all 0.2s ease;
  }
  .checkout__container .form__order .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info label span,
  .checkout__container .form__customer .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info label span,
  .checkout__container .form__delivery .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info label span,
  .checkout__container .form__methodsOfPayment .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info label span,
  .checkout__container .form__result .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info label span {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
  }
  .checkout__container .form__order .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info label span i,
  .checkout__container .form__customer .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info label span i,
  .checkout__container .form__delivery .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info label span i,
  .checkout__container .form__methodsOfPayment .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info label span i,
  .checkout__container .form__result .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info label span i {
    color: white;
    font-size: 14px;
    display: none;
  }
  .checkout__container .form__order .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info label input:checked,
  .checkout__container .form__customer .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info label input:checked,
  .checkout__container .form__delivery .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info label input:checked,
  .checkout__container .form__methodsOfPayment .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info label input:checked,
  .checkout__container .form__result .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info label input:checked {
    background: rgb(255, 111, 57);
    border-color: rgb(255, 111, 57);
  }
  .checkout__container .form__order .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info label input:checked + span i,
  .checkout__container .form__customer .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info label input:checked + span i,
  .checkout__container .form__delivery .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info label input:checked + span i,
  .checkout__container .form__methodsOfPayment .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info label input:checked + span i,
  .checkout__container .form__result .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info label input:checked + span i {
    display: block;
  }
  .checkout__container .form__order .from__order__header,
  .checkout__container .form__customer .from__order__header,
  .checkout__container .form__delivery .from__order__header,
  .checkout__container .form__methodsOfPayment .from__order__header,
  .checkout__container .form__result .from__order__header {
    display: flex;
    justify-content: space-between;
  }
  .checkout__container .form__order .from__order__header button,
  .checkout__container .form__customer .from__order__header button,
  .checkout__container .form__delivery .from__order__header button,
  .checkout__container .form__methodsOfPayment .from__order__header button,
  .checkout__container .form__result .from__order__header button {
    width: 119px;
    height: 32px;
    border-color: #2b2d33;
    color: #2b2d33;
  }
  .checkout__container .form__order .from__order__header button span,
  .checkout__container .form__customer .from__order__header button span,
  .checkout__container .form__delivery .from__order__header button span,
  .checkout__container .form__methodsOfPayment .from__order__header button span,
  .checkout__container .form__result .from__order__header button span {
    display: block;
  }
  .checkout__container .form__order .from__order__header button:hover,
  .checkout__container .form__customer .from__order__header button:hover,
  .checkout__container .form__delivery .from__order__header button:hover,
  .checkout__container .form__methodsOfPayment .from__order__header button:hover,
  .checkout__container .form__result .from__order__header button:hover {
    transition: background 0.3s ease;
    background: #2b2d33;
    color: #fff;
  }
  .checkout__container .form__order .form__order__content,
  .checkout__container .form__customer .form__order__content,
  .checkout__container .form__delivery .form__order__content,
  .checkout__container .form__methodsOfPayment .form__order__content,
  .checkout__container .form__result .form__order__content {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .checkout__container .form__order .form__order__content .productCard,
  .checkout__container .form__customer .form__order__content .productCard,
  .checkout__container .form__delivery .form__order__content .productCard,
  .checkout__container .form__methodsOfPayment .form__order__content .productCard,
  .checkout__container .form__result .form__order__content .productCard {
    display: flex;
    gap: 48px;
    border: 1px solid #f3f3f3;
    padding: 8px;
  }
  .checkout__container .form__order .form__order__content .productCard .productCard__header,
  .checkout__container .form__customer .form__order__content .productCard .productCard__header,
  .checkout__container .form__delivery .form__order__content .productCard .productCard__header,
  .checkout__container .form__methodsOfPayment .form__order__content .productCard .productCard__header,
  .checkout__container .form__result .form__order__content .productCard .productCard__header {
    min-width: 611px;
    display: flex;
    flex-direction: row;
    gap: 8px;
  }
  .checkout__container .form__order .form__order__content .productCard .productCard__header .card_content,
  .checkout__container .form__customer .form__order__content .productCard .productCard__header .card_content,
  .checkout__container .form__delivery .form__order__content .productCard .productCard__header .card_content,
  .checkout__container .form__methodsOfPayment .form__order__content .productCard .productCard__header .card_content,
  .checkout__container .form__result .form__order__content .productCard .productCard__header .card_content {
    width: 100%;
  }
  .checkout__container .form__order .form__order__content .productCard .productCard__header .card_content h3,
  .checkout__container .form__customer .form__order__content .productCard .productCard__header .card_content h3,
  .checkout__container .form__delivery .form__order__content .productCard .productCard__header .card_content h3,
  .checkout__container .form__methodsOfPayment .form__order__content .productCard .productCard__header .card_content h3,
  .checkout__container .form__result .form__order__content .productCard .productCard__header .card_content h3 {
    font-family: var(--font-family-Roboto);
    font-weight: 500;
    font-style: Medium;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
  }
  .checkout__container .form__order .form__order__content .productCard .productCard__header .card_content .product__discount,
  .checkout__container .form__customer .form__order__content .productCard .productCard__header .card_content .product__discount,
  .checkout__container .form__delivery .form__order__content .productCard .productCard__header .card_content .product__discount,
  .checkout__container .form__methodsOfPayment .form__order__content .productCard .productCard__header .card_content .product__discount,
  .checkout__container .form__result .form__order__content .productCard .productCard__header .card_content .product__discount {
    display: flex;
    align-items: center;
    gap: 4px;
    margin-top: 8px;
  }
  .checkout__container .form__order .form__order__content .productCard .productCard__header .card_content .product__discount span,
  .checkout__container .form__customer .form__order__content .productCard .productCard__header .card_content .product__discount span,
  .checkout__container .form__delivery .form__order__content .productCard .productCard__header .card_content .product__discount span,
  .checkout__container .form__methodsOfPayment .form__order__content .productCard .productCard__header .card_content .product__discount span,
  .checkout__container .form__result .form__order__content .productCard .productCard__header .card_content .product__discount span {
    width: 32px;
    height: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #e53935;
    font-family: var(--font-family-Roboto);
    font-weight: 300;
    font-style: Light;
    font-size: 12px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color: #fff;
  }
  .checkout__container .form__order .form__order__content .productCard .productCard__header .card_content .product__discount p,
  .checkout__container .form__customer .form__order__content .productCard .productCard__header .card_content .product__discount p,
  .checkout__container .form__delivery .form__order__content .productCard .productCard__header .card_content .product__discount p,
  .checkout__container .form__methodsOfPayment .form__order__content .productCard .productCard__header .card_content .product__discount p,
  .checkout__container .form__result .form__order__content .productCard .productCard__header .card_content .product__discount p {
    font-family: Rubik;
    font-weight: 500;
    font-style: Medium;
    font-size: 10px;
    leading-trim: NONE;
    line-height: 130%;
    letter-spacing: 0%;
    color: #9f9f9f;
    text-decoration: line-through;
  }
  .checkout__container .form__order .form__order__content .productCard .productCard__header .card_content .product__price h1,
  .checkout__container .form__customer .form__order__content .productCard .productCard__header .card_content .product__price h1,
  .checkout__container .form__delivery .form__order__content .productCard .productCard__header .card_content .product__price h1,
  .checkout__container .form__methodsOfPayment .form__order__content .productCard .productCard__header .card_content .product__price h1,
  .checkout__container .form__result .form__order__content .productCard .productCard__header .card_content .product__price h1 {
    font-family: var(--font-family-Roboto);
    font-weight: 500;
    font-style: Medium;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    margin-top: 4px;
    display: flex;
    align-items: center;
    gap: 4px;
  }
  .checkout__container .form__order .form__order__content .productCard .productCard__header .card_content .product__price h1 span,
  .checkout__container .form__customer .form__order__content .productCard .productCard__header .card_content .product__price h1 span,
  .checkout__container .form__delivery .form__order__content .productCard .productCard__header .card_content .product__price h1 span,
  .checkout__container .form__methodsOfPayment .form__order__content .productCard .productCard__header .card_content .product__price h1 span,
  .checkout__container .form__result .form__order__content .productCard .productCard__header .card_content .product__price h1 span {
    font-family: var(--font-family-Rubik);
    font-weight: 500;
    font-style: Medium;
    font-size: 10px;
    leading-trim: NONE;
    line-height: 130%;
    letter-spacing: 0%;
    color: #9f9f9f;
  }
  .checkout__container .form__order .form__order__content .productCard .productCard__header .card_content .product__price p,
  .checkout__container .form__customer .form__order__content .productCard .productCard__header .card_content .product__price p,
  .checkout__container .form__delivery .form__order__content .productCard .productCard__header .card_content .product__price p,
  .checkout__container .form__methodsOfPayment .form__order__content .productCard .productCard__header .card_content .product__price p,
  .checkout__container .form__result .form__order__content .productCard .productCard__header .card_content .product__price p {
    font-family: var(--font-family-Rubik);
    font-weight: 500;
    font-style: Medium;
    font-size: 10px;
    leading-trim: NONE;
    line-height: 130%;
    letter-spacing: 0%;
    color: #9f9f9f;
  }
  .checkout__container .form__order .form__order__content .productCard .productCard__bottom,
  .checkout__container .form__customer .form__order__content .productCard .productCard__bottom,
  .checkout__container .form__delivery .form__order__content .productCard .productCard__bottom,
  .checkout__container .form__methodsOfPayment .form__order__content .productCard .productCard__bottom,
  .checkout__container .form__result .form__order__content .productCard .productCard__bottom {
    width: 100%;
    margin-top: 8px;
    padding: 16px 0;
    padding-top: 24px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    border-top: none;
    border-left: 1px solid #f3f3f3;
  }
  .checkout__container .form__order .form__order__content .productCard .productCard__bottom p,
  .checkout__container .form__customer .form__order__content .productCard .productCard__bottom p,
  .checkout__container .form__delivery .form__order__content .productCard .productCard__bottom p,
  .checkout__container .form__methodsOfPayment .form__order__content .productCard .productCard__bottom p,
  .checkout__container .form__result .form__order__content .productCard .productCard__bottom p {
    display: flex;
  }
  .checkout__container .form__order .form__order__content .productCard .productCard__bottom div,
  .checkout__container .form__customer .form__order__content .productCard .productCard__bottom div,
  .checkout__container .form__delivery .form__order__content .productCard .productCard__bottom div,
  .checkout__container .form__methodsOfPayment .form__order__content .productCard .productCard__bottom div,
  .checkout__container .form__result .form__order__content .productCard .productCard__bottom div {
    padding: 0 16px;
    display: flex;
    justify-content: flex-end;
    gap: 32px;
  }
  .checkout__container .form__order .form__order__content .productCard .productCard__bottom div p,
  .checkout__container .form__customer .form__order__content .productCard .productCard__bottom div p,
  .checkout__container .form__delivery .form__order__content .productCard .productCard__bottom div p,
  .checkout__container .form__methodsOfPayment .form__order__content .productCard .productCard__bottom div p,
  .checkout__container .form__result .form__order__content .productCard .productCard__bottom div p {
    font-family: var(--font-family-Rubik);
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 145%;
    letter-spacing: 0%;
    color: #9f9f9f;
  }
  .checkout__container .form__order .form__order__content .productCard .productCard__bottom div h4,
  .checkout__container .form__customer .form__order__content .productCard .productCard__bottom div h4,
  .checkout__container .form__delivery .form__order__content .productCard .productCard__bottom div h4,
  .checkout__container .form__methodsOfPayment .form__order__content .productCard .productCard__bottom div h4,
  .checkout__container .form__result .form__order__content .productCard .productCard__bottom div h4 {
    font-family: var(--font-family-Roboto);
    font-weight: 500;
    font-style: Medium;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color: #1c1e22;
    display: flex;
    align-items: center;
    gap: 4px;
  }
  .checkout__container .form__order .form__order__content .productCard .productCard__bottom div h4 span,
  .checkout__container .form__customer .form__order__content .productCard .productCard__bottom div h4 span,
  .checkout__container .form__delivery .form__order__content .productCard .productCard__bottom div h4 span,
  .checkout__container .form__methodsOfPayment .form__order__content .productCard .productCard__bottom div h4 span,
  .checkout__container .form__result .form__order__content .productCard .productCard__bottom div h4 span {
    font-family: var(--font-family-Rubik);
    font-weight: 500;
    font-style: Medium;
    font-size: 10px;
    leading-trim: NONE;
    line-height: 130%;
    letter-spacing: 0%;
    color: #9f9f9f;
  }
  .checkout__container .form__order .form__customer__content,
  .checkout__container .form__customer .form__customer__content,
  .checkout__container .form__delivery .form__customer__content,
  .checkout__container .form__methodsOfPayment .form__customer__content,
  .checkout__container .form__result .form__customer__content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
  .checkout__container label {
    font-family: var(--font-family-Rubik);
    font-weight: 400;
    font-size: 14px;
    line-height: 145%;
    letter-spacing: 0%;
    margin-bottom: 4px;
    color: #3a3d42;
  }
  .checkout__container .input__wrapper {
    width: 100%;
    position: relative;
  }
  .checkout__container .input__wrapper input[type=text] {
    width: 100%;
    height: 40px;
    border: 1px solid rgb(196, 196, 196);
    border-radius: 2px;
    padding: 0 16px;
    background: rgb(243, 243, 243);
    font-family: var(--font-family-Rubik);
    font-weight: 400;
    font-size: 14px;
    line-height: 145%;
    letter-spacing: 0%;
    color: rgb(90, 90, 90);
    outline: none;
  }
  .checkout__container .input__wrapper input[type=text]:hover {
    border-color: rgb(255, 111, 57);
  }
  .checkout__container .input__wrapper input[type=text]:focus::placeholder {
    opacity: 0;
  }
  .checkout__container .input__wrapper input[type=text]:active {
    border-color: rgb(255, 111, 57);
  }
  .checkout__container .input__wrapper input[type=text]:focus ~ i.ph-x {
    opacity: 1;
  }
  .checkout__container .input__wrapper input[type=text]::placeholder {
    color: rgb(159, 159, 159);
  }
  .checkout__container .input__wrapper i.ph-x {
    opacity: 0;
    font-size: 20px;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media screen and (min-width: 1440px) {
  .checkout__container {
    max-width: 1278px;
    margin: 0 auto;
    padding: 0px;
    display: grid;
    column-gap: 48px;
    padding-top: 40px;
    grid-template-columns: calc(100% - 441px - 48px) 441px;
  }
  .checkout__container .form__order {
    grid-area: 1/1/2/2;
  }
  .checkout__container .form__customer {
    grid-area: 2/1/3/2;
  }
  .checkout__container .form__delivery {
    grid-area: 3/1/4/2;
  }
  .checkout__container .form__methodsOfPayment {
    grid-area: 4/1/5/2;
  }
  .checkout__container .form__result {
    grid-area: 1/2/2/3;
  }
  .checkout__container .form__order,
  .checkout__container .form__customer,
  .checkout__container .form__delivery,
  .checkout__container .form__methodsOfPayment,
  .checkout__container .form__result {
    padding: 24px;
    border: 1px solid #f3f3f3;
  }
  .checkout__container .form__order .checkout__result,
  .checkout__container .form__customer .checkout__result,
  .checkout__container .form__delivery .checkout__result,
  .checkout__container .form__methodsOfPayment .checkout__result,
  .checkout__container .form__result .checkout__result {
    background: #fff2ec;
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .checkout__container .form__order .checkout__result .result,
  .checkout__container .form__customer .checkout__result .result,
  .checkout__container .form__delivery .checkout__result .result,
  .checkout__container .form__methodsOfPayment .checkout__result .result,
  .checkout__container .form__result .checkout__result .result {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
  .checkout__container .form__order .checkout__result .result .result__orderPrice,
  .checkout__container .form__order .checkout__result .result .result__discount,
  .checkout__container .form__order .checkout__result .result .result__payable,
  .checkout__container .form__order .checkout__result .result .result__delivery,
  .checkout__container .form__customer .checkout__result .result .result__orderPrice,
  .checkout__container .form__customer .checkout__result .result .result__discount,
  .checkout__container .form__customer .checkout__result .result .result__payable,
  .checkout__container .form__customer .checkout__result .result .result__delivery,
  .checkout__container .form__delivery .checkout__result .result .result__orderPrice,
  .checkout__container .form__delivery .checkout__result .result .result__discount,
  .checkout__container .form__delivery .checkout__result .result .result__payable,
  .checkout__container .form__delivery .checkout__result .result .result__delivery,
  .checkout__container .form__methodsOfPayment .checkout__result .result .result__orderPrice,
  .checkout__container .form__methodsOfPayment .checkout__result .result .result__discount,
  .checkout__container .form__methodsOfPayment .checkout__result .result .result__payable,
  .checkout__container .form__methodsOfPayment .checkout__result .result .result__delivery,
  .checkout__container .form__result .checkout__result .result .result__orderPrice,
  .checkout__container .form__result .checkout__result .result .result__discount,
  .checkout__container .form__result .checkout__result .result .result__payable,
  .checkout__container .form__result .checkout__result .result .result__delivery {
    display: flex;
    justify-content: space-between;
  }
  .checkout__container .form__order .checkout__result .result .result__orderPrice p,
  .checkout__container .form__order .checkout__result .result .result__discount p,
  .checkout__container .form__order .checkout__result .result .result__payable p,
  .checkout__container .form__order .checkout__result .result .result__delivery p,
  .checkout__container .form__customer .checkout__result .result .result__orderPrice p,
  .checkout__container .form__customer .checkout__result .result .result__discount p,
  .checkout__container .form__customer .checkout__result .result .result__payable p,
  .checkout__container .form__customer .checkout__result .result .result__delivery p,
  .checkout__container .form__delivery .checkout__result .result .result__orderPrice p,
  .checkout__container .form__delivery .checkout__result .result .result__discount p,
  .checkout__container .form__delivery .checkout__result .result .result__payable p,
  .checkout__container .form__delivery .checkout__result .result .result__delivery p,
  .checkout__container .form__methodsOfPayment .checkout__result .result .result__orderPrice p,
  .checkout__container .form__methodsOfPayment .checkout__result .result .result__discount p,
  .checkout__container .form__methodsOfPayment .checkout__result .result .result__payable p,
  .checkout__container .form__methodsOfPayment .checkout__result .result .result__delivery p,
  .checkout__container .form__result .checkout__result .result .result__orderPrice p,
  .checkout__container .form__result .checkout__result .result .result__discount p,
  .checkout__container .form__result .checkout__result .result .result__payable p,
  .checkout__container .form__result .checkout__result .result .result__delivery p {
    font-family: var(--font-family-Rubik);
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 145%;
    letter-spacing: 0%;
    color: #9f9f9f;
    display: flex;
    gap: 4px;
  }
  .checkout__container .form__order .checkout__result .result .result__orderPrice p span,
  .checkout__container .form__order .checkout__result .result .result__discount p span,
  .checkout__container .form__order .checkout__result .result .result__payable p span,
  .checkout__container .form__order .checkout__result .result .result__delivery p span,
  .checkout__container .form__customer .checkout__result .result .result__orderPrice p span,
  .checkout__container .form__customer .checkout__result .result .result__discount p span,
  .checkout__container .form__customer .checkout__result .result .result__payable p span,
  .checkout__container .form__customer .checkout__result .result .result__delivery p span,
  .checkout__container .form__delivery .checkout__result .result .result__orderPrice p span,
  .checkout__container .form__delivery .checkout__result .result .result__discount p span,
  .checkout__container .form__delivery .checkout__result .result .result__payable p span,
  .checkout__container .form__delivery .checkout__result .result .result__delivery p span,
  .checkout__container .form__methodsOfPayment .checkout__result .result .result__orderPrice p span,
  .checkout__container .form__methodsOfPayment .checkout__result .result .result__discount p span,
  .checkout__container .form__methodsOfPayment .checkout__result .result .result__payable p span,
  .checkout__container .form__methodsOfPayment .checkout__result .result .result__delivery p span,
  .checkout__container .form__result .checkout__result .result .result__orderPrice p span,
  .checkout__container .form__result .checkout__result .result .result__discount p span,
  .checkout__container .form__result .checkout__result .result .result__payable p span,
  .checkout__container .form__result .checkout__result .result .result__delivery p span {
    font-family: var(--font-family-Roboto);
    font-weight: 300;
    font-style: Light;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color: #000000;
  }
  .checkout__container .form__order .checkout__result .result .result__orderPrice p .total,
  .checkout__container .form__order .checkout__result .result .result__discount p .total,
  .checkout__container .form__order .checkout__result .result .result__payable p .total,
  .checkout__container .form__order .checkout__result .result .result__delivery p .total,
  .checkout__container .form__customer .checkout__result .result .result__orderPrice p .total,
  .checkout__container .form__customer .checkout__result .result .result__discount p .total,
  .checkout__container .form__customer .checkout__result .result .result__payable p .total,
  .checkout__container .form__customer .checkout__result .result .result__delivery p .total,
  .checkout__container .form__delivery .checkout__result .result .result__orderPrice p .total,
  .checkout__container .form__delivery .checkout__result .result .result__discount p .total,
  .checkout__container .form__delivery .checkout__result .result .result__payable p .total,
  .checkout__container .form__delivery .checkout__result .result .result__delivery p .total,
  .checkout__container .form__methodsOfPayment .checkout__result .result .result__orderPrice p .total,
  .checkout__container .form__methodsOfPayment .checkout__result .result .result__discount p .total,
  .checkout__container .form__methodsOfPayment .checkout__result .result .result__payable p .total,
  .checkout__container .form__methodsOfPayment .checkout__result .result .result__delivery p .total,
  .checkout__container .form__result .checkout__result .result .result__orderPrice p .total,
  .checkout__container .form__result .checkout__result .result .result__discount p .total,
  .checkout__container .form__result .checkout__result .result .result__payable p .total,
  .checkout__container .form__result .checkout__result .result .result__delivery p .total {
    font-size: 22px;
  }
  .checkout__container .form__order .checkout__result h1,
  .checkout__container .form__customer .checkout__result h1,
  .checkout__container .form__delivery .checkout__result h1,
  .checkout__container .form__methodsOfPayment .checkout__result h1,
  .checkout__container .form__result .checkout__result h1 {
    font-family: var(--font-family-Roboto);
    font-weight: 500;
    font-style: Medium;
    font-size: 22px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color: #2b2d33;
  }
  .checkout__container .form__order .checkout__result button,
  .checkout__container .form__customer .checkout__result button,
  .checkout__container .form__delivery .checkout__result button,
  .checkout__container .form__methodsOfPayment .checkout__result button,
  .checkout__container .form__result .checkout__result button {
    width: 100%;
    height: 40px;
  }
  .checkout__container .form__order .checkout__result label,
  .checkout__container .form__customer .checkout__result label,
  .checkout__container .form__delivery .checkout__result label,
  .checkout__container .form__methodsOfPayment .checkout__result label,
  .checkout__container .form__result .checkout__result label {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    position: relative;
    user-select: none;
  }
  .checkout__container .form__order .checkout__result label input,
  .checkout__container .form__customer .checkout__result label input,
  .checkout__container .form__delivery .checkout__result label input,
  .checkout__container .form__methodsOfPayment .checkout__result label input,
  .checkout__container .form__result .checkout__result label input {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    min-width: 20px;
    height: 20px;
    border: 1px solid rgb(159, 159, 159);
    border-radius: 1px;
    background-color: #fff;
    cursor: pointer;
    position: relative;
    transition: all 0.2s ease;
  }
  .checkout__container .form__order .checkout__result label span,
  .checkout__container .form__customer .checkout__result label span,
  .checkout__container .form__delivery .checkout__result label span,
  .checkout__container .form__methodsOfPayment .checkout__result label span,
  .checkout__container .form__result .checkout__result label span {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
  }
  .checkout__container .form__order .checkout__result label span i,
  .checkout__container .form__customer .checkout__result label span i,
  .checkout__container .form__delivery .checkout__result label span i,
  .checkout__container .form__methodsOfPayment .checkout__result label span i,
  .checkout__container .form__result .checkout__result label span i {
    color: white;
    font-size: 14px;
    display: none;
  }
  .checkout__container .form__order .checkout__result label input:checked,
  .checkout__container .form__customer .checkout__result label input:checked,
  .checkout__container .form__delivery .checkout__result label input:checked,
  .checkout__container .form__methodsOfPayment .checkout__result label input:checked,
  .checkout__container .form__result .checkout__result label input:checked {
    background: rgb(255, 111, 57);
    border-color: rgb(255, 111, 57);
  }
  .checkout__container .form__order .checkout__result label input:checked + span i,
  .checkout__container .form__customer .checkout__result label input:checked + span i,
  .checkout__container .form__delivery .checkout__result label input:checked + span i,
  .checkout__container .form__methodsOfPayment .checkout__result label input:checked + span i,
  .checkout__container .form__result .checkout__result label input:checked + span i {
    display: block;
  }
  .checkout__container .form__order .checkout__result .checkout__result__separator,
  .checkout__container .form__customer .checkout__result .checkout__result__separator,
  .checkout__container .form__delivery .checkout__result .checkout__result__separator,
  .checkout__container .form__methodsOfPayment .checkout__result .checkout__result__separator,
  .checkout__container .form__result .checkout__result .checkout__result__separator {
    width: 100%;
    height: 1px;
    border: none;
    background: #9f9f9f;
  }
  .checkout__container .form__order .from__order__header,
  .checkout__container .form__order .form__customer__header,
  .checkout__container .form__order .form__delivery__header,
  .checkout__container .form__order .form__methodsOfPayment__header,
  .checkout__container .form__customer .from__order__header,
  .checkout__container .form__customer .form__customer__header,
  .checkout__container .form__customer .form__delivery__header,
  .checkout__container .form__customer .form__methodsOfPayment__header,
  .checkout__container .form__delivery .from__order__header,
  .checkout__container .form__delivery .form__customer__header,
  .checkout__container .form__delivery .form__delivery__header,
  .checkout__container .form__delivery .form__methodsOfPayment__header,
  .checkout__container .form__methodsOfPayment .from__order__header,
  .checkout__container .form__methodsOfPayment .form__customer__header,
  .checkout__container .form__methodsOfPayment .form__delivery__header,
  .checkout__container .form__methodsOfPayment .form__methodsOfPayment__header,
  .checkout__container .form__result .from__order__header,
  .checkout__container .form__result .form__customer__header,
  .checkout__container .form__result .form__delivery__header,
  .checkout__container .form__result .form__methodsOfPayment__header {
    margin-bottom: 32px;
  }
  .checkout__container .form__order .from__order__header h1,
  .checkout__container .form__order .form__customer__header h1,
  .checkout__container .form__order .form__delivery__header h1,
  .checkout__container .form__order .form__methodsOfPayment__header h1,
  .checkout__container .form__customer .from__order__header h1,
  .checkout__container .form__customer .form__customer__header h1,
  .checkout__container .form__customer .form__delivery__header h1,
  .checkout__container .form__customer .form__methodsOfPayment__header h1,
  .checkout__container .form__delivery .from__order__header h1,
  .checkout__container .form__delivery .form__customer__header h1,
  .checkout__container .form__delivery .form__delivery__header h1,
  .checkout__container .form__delivery .form__methodsOfPayment__header h1,
  .checkout__container .form__methodsOfPayment .from__order__header h1,
  .checkout__container .form__methodsOfPayment .form__customer__header h1,
  .checkout__container .form__methodsOfPayment .form__delivery__header h1,
  .checkout__container .form__methodsOfPayment .form__methodsOfPayment__header h1,
  .checkout__container .form__result .from__order__header h1,
  .checkout__container .form__result .form__customer__header h1,
  .checkout__container .form__result .form__delivery__header h1,
  .checkout__container .form__result .form__methodsOfPayment__header h1 {
    font-family: var(--font-family-Roboto);
    font-weight: 500;
    font-style: Medium;
    font-size: 22px;
    leading-trim: NONE;
    line-height: 130%;
    letter-spacing: 0%;
    color: #2b2d33;
  }
  .checkout__container .form__order .from__methodsOfPayment__content .radio__container label,
  .checkout__container .form__customer .from__methodsOfPayment__content .radio__container label,
  .checkout__container .form__delivery .from__methodsOfPayment__content .radio__container label,
  .checkout__container .form__methodsOfPayment .from__methodsOfPayment__content .radio__container label,
  .checkout__container .form__result .from__methodsOfPayment__content .radio__container label {
    max-width: 360px;
  }
  .checkout__container .form__order .form__delivery__content .delivery__methodsOfDelivery .novaPost__methods .radio__container label,
  .checkout__container .form__customer .form__delivery__content .delivery__methodsOfDelivery .novaPost__methods .radio__container label,
  .checkout__container .form__delivery .form__delivery__content .delivery__methodsOfDelivery .novaPost__methods .radio__container label,
  .checkout__container .form__methodsOfPayment .form__delivery__content .delivery__methodsOfDelivery .novaPost__methods .radio__container label,
  .checkout__container .form__result .form__delivery__content .delivery__methodsOfDelivery .novaPost__methods .radio__container label {
    max-width: 360px;
  }
  .checkout__container .form__order .form__delivery__content .delivery__methodsOfDelivery hr,
  .checkout__container .form__customer .form__delivery__content .delivery__methodsOfDelivery hr,
  .checkout__container .form__delivery .form__delivery__content .delivery__methodsOfDelivery hr,
  .checkout__container .form__methodsOfPayment .form__delivery__content .delivery__methodsOfDelivery hr,
  .checkout__container .form__result .form__delivery__content .delivery__methodsOfDelivery hr {
    width: 100%;
    height: 1px;
    background: #f3f3f3;
    border: none;
  }
  .checkout__container .form__order .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info,
  .checkout__container .form__customer .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info,
  .checkout__container .form__delivery .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info,
  .checkout__container .form__methodsOfPayment .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info,
  .checkout__container .form__result .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .checkout__container .form__order .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info .info__header,
  .checkout__container .form__customer .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info .info__header,
  .checkout__container .form__delivery .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info .info__header,
  .checkout__container .form__methodsOfPayment .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info .info__header,
  .checkout__container .form__result .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info .info__header {
    width: 100%;
    display: flex;
    gap: 16px;
  }
  .checkout__container .form__order .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info .info__header .form__field,
  .checkout__container .form__customer .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info .info__header .form__field,
  .checkout__container .form__delivery .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info .info__header .form__field,
  .checkout__container .form__methodsOfPayment .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info .info__header .form__field,
  .checkout__container .form__result .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info .info__header .form__field {
    width: 100%;
  }
  .checkout__container .form__order .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info .form__delivery__courier,
  .checkout__container .form__customer .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info .form__delivery__courier,
  .checkout__container .form__delivery .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info .form__delivery__courier,
  .checkout__container .form__methodsOfPayment .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info .form__delivery__courier,
  .checkout__container .form__result .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info .form__delivery__courier {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
  }
  .checkout__container .form__order .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info .form__delivery__courier .form__field,
  .checkout__container .form__customer .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info .form__delivery__courier .form__field,
  .checkout__container .form__delivery .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info .form__delivery__courier .form__field,
  .checkout__container .form__methodsOfPayment .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info .form__delivery__courier .form__field,
  .checkout__container .form__result .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info .form__delivery__courier .form__field {
    width: 100%;
  }
  .checkout__container .form__order .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info .form__delivery__courier.hidden,
  .checkout__container .form__customer .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info .form__delivery__courier.hidden,
  .checkout__container .form__delivery .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info .form__delivery__courier.hidden,
  .checkout__container .form__methodsOfPayment .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info .form__delivery__courier.hidden,
  .checkout__container .form__result .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info .form__delivery__courier.hidden {
    display: none;
  }
  .checkout__container .form__order .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info .form__delivery__checkAnotherCustomer__hidden,
  .checkout__container .form__customer .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info .form__delivery__checkAnotherCustomer__hidden,
  .checkout__container .form__delivery .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info .form__delivery__checkAnotherCustomer__hidden,
  .checkout__container .form__methodsOfPayment .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info .form__delivery__checkAnotherCustomer__hidden,
  .checkout__container .form__result .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info .form__delivery__checkAnotherCustomer__hidden {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 16px;
    row-gap: 24px;
  }
  .checkout__container .form__order .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info .form__delivery__checkAnotherCustomer__hidden.hidden,
  .checkout__container .form__customer .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info .form__delivery__checkAnotherCustomer__hidden.hidden,
  .checkout__container .form__delivery .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info .form__delivery__checkAnotherCustomer__hidden.hidden,
  .checkout__container .form__methodsOfPayment .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info .form__delivery__checkAnotherCustomer__hidden.hidden,
  .checkout__container .form__result .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info .form__delivery__checkAnotherCustomer__hidden.hidden {
    display: none;
  }
  .checkout__container .form__order .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info label,
  .checkout__container .form__customer .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info label,
  .checkout__container .form__delivery .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info label,
  .checkout__container .form__methodsOfPayment .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info label,
  .checkout__container .form__result .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info label {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    position: relative;
    user-select: none;
  }
  .checkout__container .form__order .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info label input,
  .checkout__container .form__customer .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info label input,
  .checkout__container .form__delivery .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info label input,
  .checkout__container .form__methodsOfPayment .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info label input,
  .checkout__container .form__result .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info label input {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    min-width: 20px;
    height: 20px;
    border: 1px solid rgb(159, 159, 159);
    border-radius: 1px;
    background-color: #fff;
    cursor: pointer;
    position: relative;
    transition: all 0.2s ease;
  }
  .checkout__container .form__order .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info label span,
  .checkout__container .form__customer .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info label span,
  .checkout__container .form__delivery .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info label span,
  .checkout__container .form__methodsOfPayment .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info label span,
  .checkout__container .form__result .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info label span {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
  }
  .checkout__container .form__order .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info label span i,
  .checkout__container .form__customer .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info label span i,
  .checkout__container .form__delivery .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info label span i,
  .checkout__container .form__methodsOfPayment .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info label span i,
  .checkout__container .form__result .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info label span i {
    color: white;
    font-size: 14px;
    display: none;
  }
  .checkout__container .form__order .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info label input:checked,
  .checkout__container .form__customer .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info label input:checked,
  .checkout__container .form__delivery .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info label input:checked,
  .checkout__container .form__methodsOfPayment .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info label input:checked,
  .checkout__container .form__result .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info label input:checked {
    background: rgb(255, 111, 57);
    border-color: rgb(255, 111, 57);
  }
  .checkout__container .form__order .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info label input:checked + span i,
  .checkout__container .form__customer .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info label input:checked + span i,
  .checkout__container .form__delivery .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info label input:checked + span i,
  .checkout__container .form__methodsOfPayment .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info label input:checked + span i,
  .checkout__container .form__result .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info label input:checked + span i {
    display: block;
  }
  .checkout__container .form__order .from__order__header,
  .checkout__container .form__customer .from__order__header,
  .checkout__container .form__delivery .from__order__header,
  .checkout__container .form__methodsOfPayment .from__order__header,
  .checkout__container .form__result .from__order__header {
    display: flex;
    justify-content: space-between;
  }
  .checkout__container .form__order .from__order__header button,
  .checkout__container .form__customer .from__order__header button,
  .checkout__container .form__delivery .from__order__header button,
  .checkout__container .form__methodsOfPayment .from__order__header button,
  .checkout__container .form__result .from__order__header button {
    width: 119px;
    height: 32px;
    border-color: #2b2d33;
    color: #2b2d33;
  }
  .checkout__container .form__order .from__order__header button span,
  .checkout__container .form__customer .from__order__header button span,
  .checkout__container .form__delivery .from__order__header button span,
  .checkout__container .form__methodsOfPayment .from__order__header button span,
  .checkout__container .form__result .from__order__header button span {
    display: block;
  }
  .checkout__container .form__order .from__order__header button:hover,
  .checkout__container .form__customer .from__order__header button:hover,
  .checkout__container .form__delivery .from__order__header button:hover,
  .checkout__container .form__methodsOfPayment .from__order__header button:hover,
  .checkout__container .form__result .from__order__header button:hover {
    transition: background 0.3s ease;
    background: #2b2d33;
    color: #fff;
  }
  .checkout__container .form__order .form__order__content,
  .checkout__container .form__customer .form__order__content,
  .checkout__container .form__delivery .form__order__content,
  .checkout__container .form__methodsOfPayment .form__order__content,
  .checkout__container .form__result .form__order__content {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .checkout__container .form__order .form__order__content .productCard,
  .checkout__container .form__customer .form__order__content .productCard,
  .checkout__container .form__delivery .form__order__content .productCard,
  .checkout__container .form__methodsOfPayment .form__order__content .productCard,
  .checkout__container .form__result .form__order__content .productCard {
    display: flex;
    gap: 48px;
    border: 1px solid #f3f3f3;
    padding: 8px;
  }
  .checkout__container .form__order .form__order__content .productCard .productCard__header,
  .checkout__container .form__customer .form__order__content .productCard .productCard__header,
  .checkout__container .form__delivery .form__order__content .productCard .productCard__header,
  .checkout__container .form__methodsOfPayment .form__order__content .productCard .productCard__header,
  .checkout__container .form__result .form__order__content .productCard .productCard__header {
    min-width: 474px;
    display: flex;
    flex-direction: row;
    gap: 8px;
  }
  .checkout__container .form__order .form__order__content .productCard .productCard__header .card_content,
  .checkout__container .form__customer .form__order__content .productCard .productCard__header .card_content,
  .checkout__container .form__delivery .form__order__content .productCard .productCard__header .card_content,
  .checkout__container .form__methodsOfPayment .form__order__content .productCard .productCard__header .card_content,
  .checkout__container .form__result .form__order__content .productCard .productCard__header .card_content {
    width: fit-content;
  }
  .checkout__container .form__order .form__order__content .productCard .productCard__header .card_content h3,
  .checkout__container .form__customer .form__order__content .productCard .productCard__header .card_content h3,
  .checkout__container .form__delivery .form__order__content .productCard .productCard__header .card_content h3,
  .checkout__container .form__methodsOfPayment .form__order__content .productCard .productCard__header .card_content h3,
  .checkout__container .form__result .form__order__content .productCard .productCard__header .card_content h3 {
    font-family: var(--font-family-Roboto);
    font-weight: 500;
    font-style: Medium;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
  }
  .checkout__container .form__order .form__order__content .productCard .productCard__header .card_content .product__discount,
  .checkout__container .form__customer .form__order__content .productCard .productCard__header .card_content .product__discount,
  .checkout__container .form__delivery .form__order__content .productCard .productCard__header .card_content .product__discount,
  .checkout__container .form__methodsOfPayment .form__order__content .productCard .productCard__header .card_content .product__discount,
  .checkout__container .form__result .form__order__content .productCard .productCard__header .card_content .product__discount {
    display: flex;
    align-items: center;
    gap: 4px;
    margin-top: 8px;
  }
  .checkout__container .form__order .form__order__content .productCard .productCard__header .card_content .product__discount span,
  .checkout__container .form__customer .form__order__content .productCard .productCard__header .card_content .product__discount span,
  .checkout__container .form__delivery .form__order__content .productCard .productCard__header .card_content .product__discount span,
  .checkout__container .form__methodsOfPayment .form__order__content .productCard .productCard__header .card_content .product__discount span,
  .checkout__container .form__result .form__order__content .productCard .productCard__header .card_content .product__discount span {
    width: 32px;
    height: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #e53935;
    font-family: var(--font-family-Roboto);
    font-weight: 300;
    font-style: Light;
    font-size: 12px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color: #fff;
  }
  .checkout__container .form__order .form__order__content .productCard .productCard__header .card_content .product__discount p,
  .checkout__container .form__customer .form__order__content .productCard .productCard__header .card_content .product__discount p,
  .checkout__container .form__delivery .form__order__content .productCard .productCard__header .card_content .product__discount p,
  .checkout__container .form__methodsOfPayment .form__order__content .productCard .productCard__header .card_content .product__discount p,
  .checkout__container .form__result .form__order__content .productCard .productCard__header .card_content .product__discount p {
    font-family: Rubik;
    font-weight: 500;
    font-style: Medium;
    font-size: 10px;
    leading-trim: NONE;
    line-height: 130%;
    letter-spacing: 0%;
    color: #9f9f9f;
    text-decoration: line-through;
  }
  .checkout__container .form__order .form__order__content .productCard .productCard__header .card_content .product__price h1,
  .checkout__container .form__customer .form__order__content .productCard .productCard__header .card_content .product__price h1,
  .checkout__container .form__delivery .form__order__content .productCard .productCard__header .card_content .product__price h1,
  .checkout__container .form__methodsOfPayment .form__order__content .productCard .productCard__header .card_content .product__price h1,
  .checkout__container .form__result .form__order__content .productCard .productCard__header .card_content .product__price h1 {
    font-family: var(--font-family-Roboto);
    font-weight: 500;
    font-style: Medium;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    margin-top: 4px;
    display: flex;
    align-items: center;
    gap: 4px;
  }
  .checkout__container .form__order .form__order__content .productCard .productCard__header .card_content .product__price h1 span,
  .checkout__container .form__customer .form__order__content .productCard .productCard__header .card_content .product__price h1 span,
  .checkout__container .form__delivery .form__order__content .productCard .productCard__header .card_content .product__price h1 span,
  .checkout__container .form__methodsOfPayment .form__order__content .productCard .productCard__header .card_content .product__price h1 span,
  .checkout__container .form__result .form__order__content .productCard .productCard__header .card_content .product__price h1 span {
    font-family: var(--font-family-Rubik);
    font-weight: 500;
    font-style: Medium;
    font-size: 10px;
    leading-trim: NONE;
    line-height: 130%;
    letter-spacing: 0%;
    color: #9f9f9f;
  }
  .checkout__container .form__order .form__order__content .productCard .productCard__header .card_content .product__price p,
  .checkout__container .form__customer .form__order__content .productCard .productCard__header .card_content .product__price p,
  .checkout__container .form__delivery .form__order__content .productCard .productCard__header .card_content .product__price p,
  .checkout__container .form__methodsOfPayment .form__order__content .productCard .productCard__header .card_content .product__price p,
  .checkout__container .form__result .form__order__content .productCard .productCard__header .card_content .product__price p {
    font-family: var(--font-family-Rubik);
    font-weight: 500;
    font-style: Medium;
    font-size: 10px;
    leading-trim: NONE;
    line-height: 130%;
    letter-spacing: 0%;
    color: #9f9f9f;
  }
  .checkout__container .form__order .form__order__content .productCard .productCard__bottom,
  .checkout__container .form__customer .form__order__content .productCard .productCard__bottom,
  .checkout__container .form__delivery .form__order__content .productCard .productCard__bottom,
  .checkout__container .form__methodsOfPayment .form__order__content .productCard .productCard__bottom,
  .checkout__container .form__result .form__order__content .productCard .productCard__bottom {
    width: 100%;
    margin-top: 8px;
    padding: 16px 0;
    padding-top: 24px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    border-top: none;
    border-left: 1px solid #f3f3f3;
  }
  .checkout__container .form__order .form__order__content .productCard .productCard__bottom p,
  .checkout__container .form__customer .form__order__content .productCard .productCard__bottom p,
  .checkout__container .form__delivery .form__order__content .productCard .productCard__bottom p,
  .checkout__container .form__methodsOfPayment .form__order__content .productCard .productCard__bottom p,
  .checkout__container .form__result .form__order__content .productCard .productCard__bottom p {
    display: flex;
  }
  .checkout__container .form__order .form__order__content .productCard .productCard__bottom div,
  .checkout__container .form__customer .form__order__content .productCard .productCard__bottom div,
  .checkout__container .form__delivery .form__order__content .productCard .productCard__bottom div,
  .checkout__container .form__methodsOfPayment .form__order__content .productCard .productCard__bottom div,
  .checkout__container .form__result .form__order__content .productCard .productCard__bottom div {
    padding: 0 16px;
    display: flex;
    justify-content: flex-end;
    gap: 32px;
  }
  .checkout__container .form__order .form__order__content .productCard .productCard__bottom div p,
  .checkout__container .form__customer .form__order__content .productCard .productCard__bottom div p,
  .checkout__container .form__delivery .form__order__content .productCard .productCard__bottom div p,
  .checkout__container .form__methodsOfPayment .form__order__content .productCard .productCard__bottom div p,
  .checkout__container .form__result .form__order__content .productCard .productCard__bottom div p {
    font-family: var(--font-family-Rubik);
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 145%;
    letter-spacing: 0%;
    color: #9f9f9f;
  }
  .checkout__container .form__order .form__order__content .productCard .productCard__bottom div h4,
  .checkout__container .form__customer .form__order__content .productCard .productCard__bottom div h4,
  .checkout__container .form__delivery .form__order__content .productCard .productCard__bottom div h4,
  .checkout__container .form__methodsOfPayment .form__order__content .productCard .productCard__bottom div h4,
  .checkout__container .form__result .form__order__content .productCard .productCard__bottom div h4 {
    font-family: var(--font-family-Roboto);
    font-weight: 500;
    font-style: Medium;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color: #1c1e22;
    display: flex;
    align-items: center;
    gap: 4px;
  }
  .checkout__container .form__order .form__order__content .productCard .productCard__bottom div h4 span,
  .checkout__container .form__customer .form__order__content .productCard .productCard__bottom div h4 span,
  .checkout__container .form__delivery .form__order__content .productCard .productCard__bottom div h4 span,
  .checkout__container .form__methodsOfPayment .form__order__content .productCard .productCard__bottom div h4 span,
  .checkout__container .form__result .form__order__content .productCard .productCard__bottom div h4 span {
    font-family: var(--font-family-Rubik);
    font-weight: 500;
    font-style: Medium;
    font-size: 10px;
    leading-trim: NONE;
    line-height: 130%;
    letter-spacing: 0%;
    color: #9f9f9f;
  }
  .checkout__container .form__order .form__customer__content,
  .checkout__container .form__customer .form__customer__content,
  .checkout__container .form__delivery .form__customer__content,
  .checkout__container .form__methodsOfPayment .form__customer__content,
  .checkout__container .form__result .form__customer__content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
  .checkout__container .form__result {
    margin-top: 0px;
    border: none;
  }
  .checkout__container label {
    font-family: var(--font-family-Rubik);
    font-weight: 400;
    font-size: 14px;
    line-height: 145%;
    letter-spacing: 0%;
    margin-bottom: 4px;
    color: #3a3d42;
  }
  .checkout__container .input__wrapper {
    width: 100%;
    position: relative;
  }
  .checkout__container .input__wrapper input[type=text] {
    width: 100%;
    height: 40px;
    border: 1px solid rgb(196, 196, 196);
    border-radius: 2px;
    padding: 0 16px;
    background: rgb(243, 243, 243);
    font-family: var(--font-family-Rubik);
    font-weight: 400;
    font-size: 14px;
    line-height: 145%;
    letter-spacing: 0%;
    color: rgb(90, 90, 90);
    outline: none;
  }
  .checkout__container .input__wrapper input[type=text]:hover {
    border-color: rgb(255, 111, 57);
  }
  .checkout__container .input__wrapper input[type=text]:focus::placeholder {
    opacity: 0;
  }
  .checkout__container .input__wrapper input[type=text]:active {
    border-color: rgb(255, 111, 57);
  }
  .checkout__container .input__wrapper input[type=text]:focus ~ i.ph-x {
    opacity: 1;
  }
  .checkout__container .input__wrapper input[type=text]::placeholder {
    color: rgb(159, 159, 159);
  }
  .checkout__container .input__wrapper i.ph-x {
    opacity: 0;
    font-size: 20px;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media screen and (min-width: 1920px) {
  .checkout__container {
    max-width: 1278px;
    margin: 0 auto;
    padding: 0px;
    display: grid;
    column-gap: 0px;
    padding-top: 80px;
    grid-template-columns: calc(100% - 441px - 48px) 441px;
  }
  .checkout__container .form__order {
    grid-area: 1/1/2/2;
  }
  .checkout__container .form__customer {
    grid-area: 2/1/3/2;
  }
  .checkout__container .form__delivery {
    grid-area: 3/1/4/2;
  }
  .checkout__container .form__methodsOfPayment {
    grid-area: 4/1/5/2;
  }
  .checkout__container .form__result {
    grid-area: 1/2/2/3;
  }
  .checkout__container .form__order,
  .checkout__container .form__customer,
  .checkout__container .form__delivery,
  .checkout__container .form__methodsOfPayment,
  .checkout__container .form__result {
    padding: 24px;
    border: 1px solid #f3f3f3;
  }
  .checkout__container .form__order .checkout__result,
  .checkout__container .form__customer .checkout__result,
  .checkout__container .form__delivery .checkout__result,
  .checkout__container .form__methodsOfPayment .checkout__result,
  .checkout__container .form__result .checkout__result {
    background: #fff2ec;
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .checkout__container .form__order .checkout__result .result,
  .checkout__container .form__customer .checkout__result .result,
  .checkout__container .form__delivery .checkout__result .result,
  .checkout__container .form__methodsOfPayment .checkout__result .result,
  .checkout__container .form__result .checkout__result .result {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
  .checkout__container .form__order .checkout__result .result .result__orderPrice,
  .checkout__container .form__order .checkout__result .result .result__discount,
  .checkout__container .form__order .checkout__result .result .result__payable,
  .checkout__container .form__order .checkout__result .result .result__delivery,
  .checkout__container .form__customer .checkout__result .result .result__orderPrice,
  .checkout__container .form__customer .checkout__result .result .result__discount,
  .checkout__container .form__customer .checkout__result .result .result__payable,
  .checkout__container .form__customer .checkout__result .result .result__delivery,
  .checkout__container .form__delivery .checkout__result .result .result__orderPrice,
  .checkout__container .form__delivery .checkout__result .result .result__discount,
  .checkout__container .form__delivery .checkout__result .result .result__payable,
  .checkout__container .form__delivery .checkout__result .result .result__delivery,
  .checkout__container .form__methodsOfPayment .checkout__result .result .result__orderPrice,
  .checkout__container .form__methodsOfPayment .checkout__result .result .result__discount,
  .checkout__container .form__methodsOfPayment .checkout__result .result .result__payable,
  .checkout__container .form__methodsOfPayment .checkout__result .result .result__delivery,
  .checkout__container .form__result .checkout__result .result .result__orderPrice,
  .checkout__container .form__result .checkout__result .result .result__discount,
  .checkout__container .form__result .checkout__result .result .result__payable,
  .checkout__container .form__result .checkout__result .result .result__delivery {
    display: flex;
    justify-content: space-between;
  }
  .checkout__container .form__order .checkout__result .result .result__orderPrice p,
  .checkout__container .form__order .checkout__result .result .result__discount p,
  .checkout__container .form__order .checkout__result .result .result__payable p,
  .checkout__container .form__order .checkout__result .result .result__delivery p,
  .checkout__container .form__customer .checkout__result .result .result__orderPrice p,
  .checkout__container .form__customer .checkout__result .result .result__discount p,
  .checkout__container .form__customer .checkout__result .result .result__payable p,
  .checkout__container .form__customer .checkout__result .result .result__delivery p,
  .checkout__container .form__delivery .checkout__result .result .result__orderPrice p,
  .checkout__container .form__delivery .checkout__result .result .result__discount p,
  .checkout__container .form__delivery .checkout__result .result .result__payable p,
  .checkout__container .form__delivery .checkout__result .result .result__delivery p,
  .checkout__container .form__methodsOfPayment .checkout__result .result .result__orderPrice p,
  .checkout__container .form__methodsOfPayment .checkout__result .result .result__discount p,
  .checkout__container .form__methodsOfPayment .checkout__result .result .result__payable p,
  .checkout__container .form__methodsOfPayment .checkout__result .result .result__delivery p,
  .checkout__container .form__result .checkout__result .result .result__orderPrice p,
  .checkout__container .form__result .checkout__result .result .result__discount p,
  .checkout__container .form__result .checkout__result .result .result__payable p,
  .checkout__container .form__result .checkout__result .result .result__delivery p {
    font-family: var(--font-family-Rubik);
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 145%;
    letter-spacing: 0%;
    color: #9f9f9f;
    display: flex;
    gap: 4px;
  }
  .checkout__container .form__order .checkout__result .result .result__orderPrice p span,
  .checkout__container .form__order .checkout__result .result .result__discount p span,
  .checkout__container .form__order .checkout__result .result .result__payable p span,
  .checkout__container .form__order .checkout__result .result .result__delivery p span,
  .checkout__container .form__customer .checkout__result .result .result__orderPrice p span,
  .checkout__container .form__customer .checkout__result .result .result__discount p span,
  .checkout__container .form__customer .checkout__result .result .result__payable p span,
  .checkout__container .form__customer .checkout__result .result .result__delivery p span,
  .checkout__container .form__delivery .checkout__result .result .result__orderPrice p span,
  .checkout__container .form__delivery .checkout__result .result .result__discount p span,
  .checkout__container .form__delivery .checkout__result .result .result__payable p span,
  .checkout__container .form__delivery .checkout__result .result .result__delivery p span,
  .checkout__container .form__methodsOfPayment .checkout__result .result .result__orderPrice p span,
  .checkout__container .form__methodsOfPayment .checkout__result .result .result__discount p span,
  .checkout__container .form__methodsOfPayment .checkout__result .result .result__payable p span,
  .checkout__container .form__methodsOfPayment .checkout__result .result .result__delivery p span,
  .checkout__container .form__result .checkout__result .result .result__orderPrice p span,
  .checkout__container .form__result .checkout__result .result .result__discount p span,
  .checkout__container .form__result .checkout__result .result .result__payable p span,
  .checkout__container .form__result .checkout__result .result .result__delivery p span {
    font-family: var(--font-family-Roboto);
    font-weight: 300;
    font-style: Light;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color: #000000;
  }
  .checkout__container .form__order .checkout__result h1,
  .checkout__container .form__customer .checkout__result h1,
  .checkout__container .form__delivery .checkout__result h1,
  .checkout__container .form__methodsOfPayment .checkout__result h1,
  .checkout__container .form__result .checkout__result h1 {
    font-family: var(--font-family-Roboto);
    font-weight: 500;
    font-style: Medium;
    font-size: 22px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color: #2b2d33;
  }
  .checkout__container .form__order .checkout__result button,
  .checkout__container .form__customer .checkout__result button,
  .checkout__container .form__delivery .checkout__result button,
  .checkout__container .form__methodsOfPayment .checkout__result button,
  .checkout__container .form__result .checkout__result button {
    width: 100%;
    height: 40px;
  }
  .checkout__container .form__order .checkout__result label,
  .checkout__container .form__customer .checkout__result label,
  .checkout__container .form__delivery .checkout__result label,
  .checkout__container .form__methodsOfPayment .checkout__result label,
  .checkout__container .form__result .checkout__result label {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    position: relative;
    user-select: none;
  }
  .checkout__container .form__order .checkout__result label input,
  .checkout__container .form__customer .checkout__result label input,
  .checkout__container .form__delivery .checkout__result label input,
  .checkout__container .form__methodsOfPayment .checkout__result label input,
  .checkout__container .form__result .checkout__result label input {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    min-width: 20px;
    height: 20px;
    border: 1px solid rgb(159, 159, 159);
    border-radius: 1px;
    background-color: #fff;
    cursor: pointer;
    position: relative;
    transition: all 0.2s ease;
  }
  .checkout__container .form__order .checkout__result label span,
  .checkout__container .form__customer .checkout__result label span,
  .checkout__container .form__delivery .checkout__result label span,
  .checkout__container .form__methodsOfPayment .checkout__result label span,
  .checkout__container .form__result .checkout__result label span {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
  }
  .checkout__container .form__order .checkout__result label span i,
  .checkout__container .form__customer .checkout__result label span i,
  .checkout__container .form__delivery .checkout__result label span i,
  .checkout__container .form__methodsOfPayment .checkout__result label span i,
  .checkout__container .form__result .checkout__result label span i {
    color: white;
    font-size: 14px;
    display: none;
  }
  .checkout__container .form__order .checkout__result label input:checked,
  .checkout__container .form__customer .checkout__result label input:checked,
  .checkout__container .form__delivery .checkout__result label input:checked,
  .checkout__container .form__methodsOfPayment .checkout__result label input:checked,
  .checkout__container .form__result .checkout__result label input:checked {
    background: rgb(255, 111, 57);
    border-color: rgb(255, 111, 57);
  }
  .checkout__container .form__order .checkout__result label input:checked + span i,
  .checkout__container .form__customer .checkout__result label input:checked + span i,
  .checkout__container .form__delivery .checkout__result label input:checked + span i,
  .checkout__container .form__methodsOfPayment .checkout__result label input:checked + span i,
  .checkout__container .form__result .checkout__result label input:checked + span i {
    display: block;
  }
  .checkout__container .form__order .checkout__result .checkout__result__separator,
  .checkout__container .form__customer .checkout__result .checkout__result__separator,
  .checkout__container .form__delivery .checkout__result .checkout__result__separator,
  .checkout__container .form__methodsOfPayment .checkout__result .checkout__result__separator,
  .checkout__container .form__result .checkout__result .checkout__result__separator {
    width: 100%;
    height: 1px;
    border: none;
    background: #9f9f9f;
  }
  .checkout__container .form__order .from__order__header,
  .checkout__container .form__order .form__customer__header,
  .checkout__container .form__order .form__delivery__header,
  .checkout__container .form__order .form__methodsOfPayment__header,
  .checkout__container .form__customer .from__order__header,
  .checkout__container .form__customer .form__customer__header,
  .checkout__container .form__customer .form__delivery__header,
  .checkout__container .form__customer .form__methodsOfPayment__header,
  .checkout__container .form__delivery .from__order__header,
  .checkout__container .form__delivery .form__customer__header,
  .checkout__container .form__delivery .form__delivery__header,
  .checkout__container .form__delivery .form__methodsOfPayment__header,
  .checkout__container .form__methodsOfPayment .from__order__header,
  .checkout__container .form__methodsOfPayment .form__customer__header,
  .checkout__container .form__methodsOfPayment .form__delivery__header,
  .checkout__container .form__methodsOfPayment .form__methodsOfPayment__header,
  .checkout__container .form__result .from__order__header,
  .checkout__container .form__result .form__customer__header,
  .checkout__container .form__result .form__delivery__header,
  .checkout__container .form__result .form__methodsOfPayment__header {
    margin-bottom: 32px;
  }
  .checkout__container .form__order .from__order__header h1,
  .checkout__container .form__order .form__customer__header h1,
  .checkout__container .form__order .form__delivery__header h1,
  .checkout__container .form__order .form__methodsOfPayment__header h1,
  .checkout__container .form__customer .from__order__header h1,
  .checkout__container .form__customer .form__customer__header h1,
  .checkout__container .form__customer .form__delivery__header h1,
  .checkout__container .form__customer .form__methodsOfPayment__header h1,
  .checkout__container .form__delivery .from__order__header h1,
  .checkout__container .form__delivery .form__customer__header h1,
  .checkout__container .form__delivery .form__delivery__header h1,
  .checkout__container .form__delivery .form__methodsOfPayment__header h1,
  .checkout__container .form__methodsOfPayment .from__order__header h1,
  .checkout__container .form__methodsOfPayment .form__customer__header h1,
  .checkout__container .form__methodsOfPayment .form__delivery__header h1,
  .checkout__container .form__methodsOfPayment .form__methodsOfPayment__header h1,
  .checkout__container .form__result .from__order__header h1,
  .checkout__container .form__result .form__customer__header h1,
  .checkout__container .form__result .form__delivery__header h1,
  .checkout__container .form__result .form__methodsOfPayment__header h1 {
    font-family: var(--font-family-Roboto);
    font-weight: 500;
    font-style: Medium;
    font-size: 22px;
    leading-trim: NONE;
    line-height: 130%;
    letter-spacing: 0%;
    color: #2b2d33;
  }
  .checkout__container .form__order .from__methodsOfPayment__content .radio__container label,
  .checkout__container .form__customer .from__methodsOfPayment__content .radio__container label,
  .checkout__container .form__delivery .from__methodsOfPayment__content .radio__container label,
  .checkout__container .form__methodsOfPayment .from__methodsOfPayment__content .radio__container label,
  .checkout__container .form__result .from__methodsOfPayment__content .radio__container label {
    max-width: 360px;
  }
  .checkout__container .form__order .form__delivery__content .delivery__methodsOfDelivery .novaPost__methods .radio__container,
  .checkout__container .form__customer .form__delivery__content .delivery__methodsOfDelivery .novaPost__methods .radio__container,
  .checkout__container .form__delivery .form__delivery__content .delivery__methodsOfDelivery .novaPost__methods .radio__container,
  .checkout__container .form__methodsOfPayment .form__delivery__content .delivery__methodsOfDelivery .novaPost__methods .radio__container,
  .checkout__container .form__result .form__delivery__content .delivery__methodsOfDelivery .novaPost__methods .radio__container {
    margin: 24px 0;
  }
  .checkout__container .form__order .form__delivery__content .delivery__methodsOfDelivery .novaPost__methods .radio__container label,
  .checkout__container .form__customer .form__delivery__content .delivery__methodsOfDelivery .novaPost__methods .radio__container label,
  .checkout__container .form__delivery .form__delivery__content .delivery__methodsOfDelivery .novaPost__methods .radio__container label,
  .checkout__container .form__methodsOfPayment .form__delivery__content .delivery__methodsOfDelivery .novaPost__methods .radio__container label,
  .checkout__container .form__result .form__delivery__content .delivery__methodsOfDelivery .novaPost__methods .radio__container label {
    max-width: 360px;
  }
  .checkout__container .form__order .form__delivery__content .delivery__methodsOfDelivery hr,
  .checkout__container .form__customer .form__delivery__content .delivery__methodsOfDelivery hr,
  .checkout__container .form__delivery .form__delivery__content .delivery__methodsOfDelivery hr,
  .checkout__container .form__methodsOfPayment .form__delivery__content .delivery__methodsOfDelivery hr,
  .checkout__container .form__result .form__delivery__content .delivery__methodsOfDelivery hr {
    width: 100%;
    height: 1px;
    background: #f3f3f3;
    border: none;
  }
  .checkout__container .form__order .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info,
  .checkout__container .form__customer .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info,
  .checkout__container .form__delivery .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info,
  .checkout__container .form__methodsOfPayment .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info,
  .checkout__container .form__result .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .checkout__container .form__order .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info .info__header,
  .checkout__container .form__customer .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info .info__header,
  .checkout__container .form__delivery .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info .info__header,
  .checkout__container .form__methodsOfPayment .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info .info__header,
  .checkout__container .form__result .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info .info__header {
    width: 100%;
    display: flex;
    gap: 16px;
  }
  .checkout__container .form__order .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info .info__header .form__field,
  .checkout__container .form__customer .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info .info__header .form__field,
  .checkout__container .form__delivery .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info .info__header .form__field,
  .checkout__container .form__methodsOfPayment .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info .info__header .form__field,
  .checkout__container .form__result .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info .info__header .form__field {
    width: 100%;
  }
  .checkout__container .form__order .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info .form__delivery__courier,
  .checkout__container .form__customer .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info .form__delivery__courier,
  .checkout__container .form__delivery .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info .form__delivery__courier,
  .checkout__container .form__methodsOfPayment .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info .form__delivery__courier,
  .checkout__container .form__result .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info .form__delivery__courier {
    display: flex;
    justify-content: space-between;
    gap: 16px;
  }
  .checkout__container .form__order .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info .form__delivery__courier .form__field,
  .checkout__container .form__customer .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info .form__delivery__courier .form__field,
  .checkout__container .form__delivery .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info .form__delivery__courier .form__field,
  .checkout__container .form__methodsOfPayment .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info .form__delivery__courier .form__field,
  .checkout__container .form__result .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info .form__delivery__courier .form__field {
    width: 100%;
  }
  .checkout__container .form__order .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info .form__delivery__courier.hidden,
  .checkout__container .form__customer .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info .form__delivery__courier.hidden,
  .checkout__container .form__delivery .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info .form__delivery__courier.hidden,
  .checkout__container .form__methodsOfPayment .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info .form__delivery__courier.hidden,
  .checkout__container .form__result .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info .form__delivery__courier.hidden {
    display: none;
  }
  .checkout__container .form__order .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info .form__delivery__checkAnotherCustomer__hidden,
  .checkout__container .form__customer .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info .form__delivery__checkAnotherCustomer__hidden,
  .checkout__container .form__delivery .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info .form__delivery__checkAnotherCustomer__hidden,
  .checkout__container .form__methodsOfPayment .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info .form__delivery__checkAnotherCustomer__hidden,
  .checkout__container .form__result .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info .form__delivery__checkAnotherCustomer__hidden {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    column-gap: 16px;
    row-gap: 24px;
  }
  .checkout__container .form__order .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info .form__delivery__checkAnotherCustomer__hidden.hidden,
  .checkout__container .form__customer .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info .form__delivery__checkAnotherCustomer__hidden.hidden,
  .checkout__container .form__delivery .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info .form__delivery__checkAnotherCustomer__hidden.hidden,
  .checkout__container .form__methodsOfPayment .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info .form__delivery__checkAnotherCustomer__hidden.hidden,
  .checkout__container .form__result .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info .form__delivery__checkAnotherCustomer__hidden.hidden {
    display: none;
  }
  .checkout__container .form__order .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info label,
  .checkout__container .form__customer .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info label,
  .checkout__container .form__delivery .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info label,
  .checkout__container .form__methodsOfPayment .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info label,
  .checkout__container .form__result .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info label {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    position: relative;
    user-select: none;
  }
  .checkout__container .form__order .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info label input,
  .checkout__container .form__order .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info label select,
  .checkout__container .form__customer .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info label input,
  .checkout__container .form__customer .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info label select,
  .checkout__container .form__delivery .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info label input,
  .checkout__container .form__delivery .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info label select,
  .checkout__container .form__methodsOfPayment .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info label input,
  .checkout__container .form__methodsOfPayment .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info label select,
  .checkout__container .form__result .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info label input,
  .checkout__container .form__result .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info label select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    min-width: 20px;
    height: 20px;
    border: 1px solid rgb(159, 159, 159);
    border-radius: 1px;
    background-color: #fff;
    cursor: pointer;
    position: relative;
    transition: all 0.2s ease;
  }
  .checkout__container .form__order .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info label span,
  .checkout__container .form__customer .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info label span,
  .checkout__container .form__delivery .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info label span,
  .checkout__container .form__methodsOfPayment .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info label span,
  .checkout__container .form__result .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info label span {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
  }
  .checkout__container .form__order .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info label span i,
  .checkout__container .form__customer .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info label span i,
  .checkout__container .form__delivery .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info label span i,
  .checkout__container .form__methodsOfPayment .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info label span i,
  .checkout__container .form__result .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info label span i {
    color: white;
    font-size: 14px;
    display: none;
  }
  .checkout__container .form__order .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info label input:checked,
  .checkout__container .form__customer .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info label input:checked,
  .checkout__container .form__delivery .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info label input:checked,
  .checkout__container .form__methodsOfPayment .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info label input:checked,
  .checkout__container .form__result .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info label input:checked {
    background: rgb(255, 111, 57);
    border-color: rgb(255, 111, 57);
  }
  .checkout__container .form__order .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info label input:checked + span i,
  .checkout__container .form__customer .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info label input:checked + span i,
  .checkout__container .form__delivery .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info label input:checked + span i,
  .checkout__container .form__methodsOfPayment .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info label input:checked + span i,
  .checkout__container .form__result .form__delivery__content .delivery__methodsOfDelivery .form__delivery__methodsOfDelivery__info label input:checked + span i {
    display: block;
  }
  .checkout__container .form__order .from__order__header,
  .checkout__container .form__customer .from__order__header,
  .checkout__container .form__delivery .from__order__header,
  .checkout__container .form__methodsOfPayment .from__order__header,
  .checkout__container .form__result .from__order__header {
    display: flex;
    justify-content: space-between;
  }
  .checkout__container .form__order .from__order__header button,
  .checkout__container .form__customer .from__order__header button,
  .checkout__container .form__delivery .from__order__header button,
  .checkout__container .form__methodsOfPayment .from__order__header button,
  .checkout__container .form__result .from__order__header button {
    width: 119px;
    height: 32px;
    border-color: #2b2d33;
    color: #2b2d33;
  }
  .checkout__container .form__order .from__order__header button span,
  .checkout__container .form__customer .from__order__header button span,
  .checkout__container .form__delivery .from__order__header button span,
  .checkout__container .form__methodsOfPayment .from__order__header button span,
  .checkout__container .form__result .from__order__header button span {
    display: block;
  }
  .checkout__container .form__order .from__order__header button:hover,
  .checkout__container .form__customer .from__order__header button:hover,
  .checkout__container .form__delivery .from__order__header button:hover,
  .checkout__container .form__methodsOfPayment .from__order__header button:hover,
  .checkout__container .form__result .from__order__header button:hover {
    transition: background 0.3s ease;
    background: #2b2d33;
    color: #fff;
  }
  .checkout__container .form__order .form__order__content,
  .checkout__container .form__customer .form__order__content,
  .checkout__container .form__delivery .form__order__content,
  .checkout__container .form__methodsOfPayment .form__order__content,
  .checkout__container .form__result .form__order__content {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .checkout__container .form__order .form__order__content .productCard,
  .checkout__container .form__customer .form__order__content .productCard,
  .checkout__container .form__delivery .form__order__content .productCard,
  .checkout__container .form__methodsOfPayment .form__order__content .productCard,
  .checkout__container .form__result .form__order__content .productCard {
    display: flex;
    gap: 48px;
    border: 1px solid #f3f3f3;
    padding: 8px;
  }
  .checkout__container .form__order .form__order__content .productCard .productCard__header,
  .checkout__container .form__customer .form__order__content .productCard .productCard__header,
  .checkout__container .form__delivery .form__order__content .productCard .productCard__header,
  .checkout__container .form__methodsOfPayment .form__order__content .productCard .productCard__header,
  .checkout__container .form__result .form__order__content .productCard .productCard__header {
    min-width: 474px;
    display: flex;
    flex-direction: row;
    gap: 8px;
  }
  .checkout__container .form__order .form__order__content .productCard .productCard__header .card_content,
  .checkout__container .form__customer .form__order__content .productCard .productCard__header .card_content,
  .checkout__container .form__delivery .form__order__content .productCard .productCard__header .card_content,
  .checkout__container .form__methodsOfPayment .form__order__content .productCard .productCard__header .card_content,
  .checkout__container .form__result .form__order__content .productCard .productCard__header .card_content {
    width: fit-content;
  }
  .checkout__container .form__order .form__order__content .productCard .productCard__header .card_content h3,
  .checkout__container .form__customer .form__order__content .productCard .productCard__header .card_content h3,
  .checkout__container .form__delivery .form__order__content .productCard .productCard__header .card_content h3,
  .checkout__container .form__methodsOfPayment .form__order__content .productCard .productCard__header .card_content h3,
  .checkout__container .form__result .form__order__content .productCard .productCard__header .card_content h3 {
    font-family: var(--font-family-Roboto);
    font-weight: 500;
    font-style: Medium;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
  }
  .checkout__container .form__order .form__order__content .productCard .productCard__header .card_content .product__discount,
  .checkout__container .form__customer .form__order__content .productCard .productCard__header .card_content .product__discount,
  .checkout__container .form__delivery .form__order__content .productCard .productCard__header .card_content .product__discount,
  .checkout__container .form__methodsOfPayment .form__order__content .productCard .productCard__header .card_content .product__discount,
  .checkout__container .form__result .form__order__content .productCard .productCard__header .card_content .product__discount {
    display: flex;
    align-items: center;
    gap: 4px;
    margin-top: 8px;
  }
  .checkout__container .form__order .form__order__content .productCard .productCard__header .card_content .product__discount span,
  .checkout__container .form__customer .form__order__content .productCard .productCard__header .card_content .product__discount span,
  .checkout__container .form__delivery .form__order__content .productCard .productCard__header .card_content .product__discount span,
  .checkout__container .form__methodsOfPayment .form__order__content .productCard .productCard__header .card_content .product__discount span,
  .checkout__container .form__result .form__order__content .productCard .productCard__header .card_content .product__discount span {
    width: 32px;
    height: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #e53935;
    font-family: var(--font-family-Roboto);
    font-weight: 300;
    font-style: Light;
    font-size: 12px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color: #fff;
  }
  .checkout__container .form__order .form__order__content .productCard .productCard__header .card_content .product__discount p,
  .checkout__container .form__customer .form__order__content .productCard .productCard__header .card_content .product__discount p,
  .checkout__container .form__delivery .form__order__content .productCard .productCard__header .card_content .product__discount p,
  .checkout__container .form__methodsOfPayment .form__order__content .productCard .productCard__header .card_content .product__discount p,
  .checkout__container .form__result .form__order__content .productCard .productCard__header .card_content .product__discount p {
    font-family: Rubik;
    font-weight: 500;
    font-style: Medium;
    font-size: 10px;
    leading-trim: NONE;
    line-height: 130%;
    letter-spacing: 0%;
    color: #9f9f9f;
    text-decoration: line-through;
  }
  .checkout__container .form__order .form__order__content .productCard .productCard__header .card_content .product__price h1,
  .checkout__container .form__customer .form__order__content .productCard .productCard__header .card_content .product__price h1,
  .checkout__container .form__delivery .form__order__content .productCard .productCard__header .card_content .product__price h1,
  .checkout__container .form__methodsOfPayment .form__order__content .productCard .productCard__header .card_content .product__price h1,
  .checkout__container .form__result .form__order__content .productCard .productCard__header .card_content .product__price h1 {
    font-family: var(--font-family-Roboto);
    font-weight: 500;
    font-style: Medium;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    margin-top: 4px;
    display: flex;
    align-items: center;
    gap: 4px;
  }
  .checkout__container .form__order .form__order__content .productCard .productCard__header .card_content .product__price h1 span,
  .checkout__container .form__customer .form__order__content .productCard .productCard__header .card_content .product__price h1 span,
  .checkout__container .form__delivery .form__order__content .productCard .productCard__header .card_content .product__price h1 span,
  .checkout__container .form__methodsOfPayment .form__order__content .productCard .productCard__header .card_content .product__price h1 span,
  .checkout__container .form__result .form__order__content .productCard .productCard__header .card_content .product__price h1 span {
    font-family: var(--font-family-Rubik);
    font-weight: 500;
    font-style: Medium;
    font-size: 10px;
    leading-trim: NONE;
    line-height: 130%;
    letter-spacing: 0%;
    color: #9f9f9f;
  }
  .checkout__container .form__order .form__order__content .productCard .productCard__header .card_content .product__price p,
  .checkout__container .form__customer .form__order__content .productCard .productCard__header .card_content .product__price p,
  .checkout__container .form__delivery .form__order__content .productCard .productCard__header .card_content .product__price p,
  .checkout__container .form__methodsOfPayment .form__order__content .productCard .productCard__header .card_content .product__price p,
  .checkout__container .form__result .form__order__content .productCard .productCard__header .card_content .product__price p {
    font-family: var(--font-family-Rubik);
    font-weight: 500;
    font-style: Medium;
    font-size: 10px;
    leading-trim: NONE;
    line-height: 130%;
    letter-spacing: 0%;
    color: #9f9f9f;
  }
  .checkout__container .form__order .form__order__content .productCard .productCard__bottom,
  .checkout__container .form__customer .form__order__content .productCard .productCard__bottom,
  .checkout__container .form__delivery .form__order__content .productCard .productCard__bottom,
  .checkout__container .form__methodsOfPayment .form__order__content .productCard .productCard__bottom,
  .checkout__container .form__result .form__order__content .productCard .productCard__bottom {
    width: 100%;
    margin-top: 8px;
    padding: 16px 0;
    padding-top: 24px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    border-top: none;
    border-left: 1px solid #f3f3f3;
  }
  .checkout__container .form__order .form__order__content .productCard .productCard__bottom p,
  .checkout__container .form__customer .form__order__content .productCard .productCard__bottom p,
  .checkout__container .form__delivery .form__order__content .productCard .productCard__bottom p,
  .checkout__container .form__methodsOfPayment .form__order__content .productCard .productCard__bottom p,
  .checkout__container .form__result .form__order__content .productCard .productCard__bottom p {
    display: flex;
  }
  .checkout__container .form__order .form__order__content .productCard .productCard__bottom div,
  .checkout__container .form__customer .form__order__content .productCard .productCard__bottom div,
  .checkout__container .form__delivery .form__order__content .productCard .productCard__bottom div,
  .checkout__container .form__methodsOfPayment .form__order__content .productCard .productCard__bottom div,
  .checkout__container .form__result .form__order__content .productCard .productCard__bottom div {
    padding: 0 16px;
    display: flex;
    justify-content: flex-end;
    gap: 32px;
  }
  .checkout__container .form__order .form__order__content .productCard .productCard__bottom div p,
  .checkout__container .form__customer .form__order__content .productCard .productCard__bottom div p,
  .checkout__container .form__delivery .form__order__content .productCard .productCard__bottom div p,
  .checkout__container .form__methodsOfPayment .form__order__content .productCard .productCard__bottom div p,
  .checkout__container .form__result .form__order__content .productCard .productCard__bottom div p {
    font-family: var(--font-family-Rubik);
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 145%;
    letter-spacing: 0%;
    color: #9f9f9f;
  }
  .checkout__container .form__order .form__order__content .productCard .productCard__bottom div h4,
  .checkout__container .form__customer .form__order__content .productCard .productCard__bottom div h4,
  .checkout__container .form__delivery .form__order__content .productCard .productCard__bottom div h4,
  .checkout__container .form__methodsOfPayment .form__order__content .productCard .productCard__bottom div h4,
  .checkout__container .form__result .form__order__content .productCard .productCard__bottom div h4 {
    font-family: var(--font-family-Roboto);
    font-weight: 500;
    font-style: Medium;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color: #1c1e22;
    display: flex;
    align-items: center;
    gap: 4px;
  }
  .checkout__container .form__order .form__order__content .productCard .productCard__bottom div h4 span,
  .checkout__container .form__customer .form__order__content .productCard .productCard__bottom div h4 span,
  .checkout__container .form__delivery .form__order__content .productCard .productCard__bottom div h4 span,
  .checkout__container .form__methodsOfPayment .form__order__content .productCard .productCard__bottom div h4 span,
  .checkout__container .form__result .form__order__content .productCard .productCard__bottom div h4 span {
    font-family: var(--font-family-Rubik);
    font-weight: 500;
    font-style: Medium;
    font-size: 10px;
    leading-trim: NONE;
    line-height: 130%;
    letter-spacing: 0%;
    color: #9f9f9f;
  }
  .checkout__container .form__order .form__customer__content,
  .checkout__container .form__customer .form__customer__content,
  .checkout__container .form__delivery .form__customer__content,
  .checkout__container .form__methodsOfPayment .form__customer__content,
  .checkout__container .form__result .form__customer__content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
  .checkout__container .form__result {
    margin-top: 0px;
    border: none;
  }
  .checkout__container label {
    font-family: var(--font-family-Rubik);
    font-weight: 400;
    font-size: 14px;
    line-height: 145%;
    letter-spacing: 0%;
    margin-bottom: 4px;
    color: #3a3d42;
  }
  .checkout__container .input__wrapper {
    width: 100%;
    position: relative;
  }
  .checkout__container .input__wrapper input[type=text] {
    width: 100%;
    height: 40px;
    border: 1px solid rgb(196, 196, 196);
    border-radius: 2px;
    padding: 0 16px;
    background: rgb(243, 243, 243);
    font-family: var(--font-family-Rubik);
    font-weight: 400;
    font-size: 14px;
    line-height: 145%;
    letter-spacing: 0%;
    color: rgb(90, 90, 90);
    outline: none;
  }
  .checkout__container .input__wrapper input[type=text]:hover {
    border-color: rgb(255, 111, 57);
  }
  .checkout__container .input__wrapper input[type=text]:focus::placeholder {
    opacity: 0;
  }
  .checkout__container .input__wrapper input[type=text]:active {
    border-color: rgb(255, 111, 57);
  }
  .checkout__container .input__wrapper input[type=text]:focus ~ i.ph-x {
    opacity: 1;
  }
  .checkout__container .input__wrapper input[type=text]::placeholder {
    color: rgb(159, 159, 159);
  }
  .checkout__container .input__wrapper i.ph-x {
    opacity: 0;
    font-size: 20px;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
  }
}
.checkbox__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}
.checkbox__container p {
  font-family: Rubik;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 145%;
  letter-spacing: 0%;
}
.checkbox__container .checkbox {
  display: flex;
  align-items: center;
  gap: 4px;
}
.checkbox__container .checkbox p {
  font-family: var(--font-family-Rubik);
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 145%;
  letter-spacing: 0%;
  text-align: center;
}
.checkbox__container .checkbox .switch {
  font-size: 17px;
  position: relative;
  display: inline-block;
  width: 72px;
  height: 36px;
}
.checkbox__container .checkbox .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.checkbox__container .checkbox .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #f3f3f3;
  border: 1px solid #c4c4c4;
  transition: 0.4s;
  border-radius: 52px;
}
.checkbox__container .checkbox .slider:before {
  position: absolute;
  content: "";
  height: 24px;
  width: 24px;
  border-radius: 20px;
  top: 50%;
  left: 6px;
  transform: translateY(-50%);
  background-color: #9f9f9f;
  transition: 0.4s;
}
.checkbox__container .checkbox input:checked + .slider {
  background-color: #ff6f39;
  border-color: #ff6f39;
}
.checkbox__container .checkbox input:hover + .slider {
  border-color: #ff6f39;
}
.checkbox__container .checkbox input:hover + .slider:before {
  background: #ff6f39;
}
.checkbox__container .checkbox input:checked + .slider:hover {
  background: #e65b27;
}
.checkbox__container .checkbox input:checked + .slider:before {
  transform: translateY(-50%) translateX(36px);
  background-color: #fff;
}
.checkbox__container .checkbox:has(input:checked) p:first-child {
  color: #9f9f9f;
}
.checkbox__container .checkbox:has(input:checked) p:last-child {
  color: #3a3d42;
}
.checkbox__container .checkbox:not(:has(input:checked)) p:first-child {
  color: #3a3d42;
}
.checkbox__container .checkbox:not(:has(input:checked)) p:last-child {
  color: #9f9f9f;
}

.disabled {
  pointer-events: none;
}
.disabled .checkbox input + .slider {
  background: #f3f3f3;
  border-color: #f3f3f3;
}
.disabled .checkbox input + .slider:before {
  background: #c4c4c4;
}

.counter__container {
  display: flex;
  flex-direction: column;
  align-items: start;
}
.counter__container p {
  font-family: var(--font-family-Rubik);
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 145%;
  letter-spacing: 0%;
  color: #3a3d42;
}
.counter__container .counter {
  width: 127px;
  height: 40px;
  position: relative;
}
.counter__container .counter input {
  width: 100%;
  height: 100%;
  font-family: var(--font-family-Rubik);
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 145%;
  letter-spacing: 0%;
  text-align: center;
  color: #5a5a5a;
  border-radius: 2px;
  background: #f3f3f3;
  border: 1px solid #c4c4c4;
  outline: none;
}
.counter__container .counter input:focus {
  border-color: #ff6f39;
}
.counter__container .counter input:hover {
  border-color: #ff6f39;
  cursor: pointer;
}
.counter__container .counter .ph-minus {
  position: absolute;
  left: 8px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  color: #2b2d33;
}
.counter__container .counter .ph-minus:hover {
  cursor: pointer;
}
.counter__container .counter .ph-plus {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  color: #2b2d33;
}
.counter__container .counter .ph-plus:hover {
  cursor: pointer;
}
.counter__container .counter:has(.ph-plus:hover) input,
.counter__container .counter:has(.ph-minus:hover) input {
  border-color: #ff6f39;
}

.radio__container {
  margin: 32px 0px;
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: start;
}
.radio__container label {
  width: calc(100% - 24px);
  height: 100%;
  font-family: var(--font-family-Rubik);
  font-weight: 400;
  font-size: 14px;
  line-height: 145%;
  letter-spacing: 0%;
  display: flex;
  flex-direction: column;
  gap: 8px;
  cursor: pointer;
}
.radio__container label .label__content {
  display: flex;
  gap: 8px;
}
.radio__container label .label__content i {
  width: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 32px;
  color: #9f9f9f;
  border-radius: 2px;
  background: #f3f3f3;
}
.radio__container label .label__content .icon {
  width: 48px;
  height: 48px;
  background: #f3f3f3;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 2px;
}
.radio__container label .label__content p {
  font-family: Rubik;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 145%;
  letter-spacing: 0%;
  color: #2b2d33;
}
.radio__container label p {
  margin: 0;
  display: flex;
  align-items: center;
  vertical-align: middle;
}
.radio__container label span {
  display: none;
  font-family: var(--font-family-Rubik);
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  line-height: 145%;
  letter-spacing: 0%;
  color: #9f9f9f;
  opacity: 0;
}
.radio__container input {
  margin-top: 16px;
  appearance: none;
  min-width: 24px;
  height: 24px;
  border: 1px solid #c4c4c4;
  border-radius: 999px;
}
.radio__container input:checked {
  border: 4px solid #ff6f39;
}
.radio__container input:checked + label .subtitle {
  transition: 0.3s ease;
  display: block;
  opacity: 1;
}
.radio__container input:hover {
  cursor: pointer;
  border: 4px solid #e65b27;
}

:root {
  interpolate-size: allow-keywords;
  --primary-main-orange: #ff6f39;
  --primary-main-orange-hover: #e65b27;
  --primary-soft: #fff2ec;
  --secondary-dark: #1c1e22;
  --secondary-dark-soft: #2b2d33;
  --secondary-navy-gray: #3a3d42;
  --neutral-white: #ffffff;
  --light-gray: rgb(243, 243, 243);
  --gray: rgb(196, 196, 196);
  --medium-gray: #9f9f9f;
  --dark-gray: #5a5a5a;
  --systems-error: #e53935;
  --systems-success: #3fb950;
  --systems-warning: #f2c94c;
  --systems-info: #2f80ed;
  --accent-oai: #6a6d5e;
  --accent-light-oai: #e9eae5;
  --font-family-Roboto: "Roboto Condensed", sans-serif;
  --font-family-Rubik: "Rubik", sans-serif;
  --font-family-Inter: "Inter", sans-serif;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

pre {
  padding: 10px;
  background: #f4f4f4;
  border-radius: 5px;
  overflow-x: auto;
  border: 1px solid #e1e1e1;
}

body {
  background: #fff;
}
body main {
  margin-top: 56px;
  min-height: fit-content;
}

@media (min-width: 768px) {
  body {
    background: #fff;
  }
  body main {
    margin-top: 72px;
  }
}
@media (min-width: 1024px) {
  body {
    background: rgb(253, 253, 253);
  }
  body main {
    margin-top: 72px;
  }
}
.catalog__container.catalog__breadcrumbs_wrapper {
  padding-bottom: 0 !important;
}

.catalog__container.catalog__breadcrumbs_wrapper .catalog__breadcrumbs {
  margin-bottom: 0 !important;
}

.catalog__container .catalog__breadcrumbs p {
  color: #ff6f39 !important;
}

.catalog__container .catalog__breadcrumbs p a {
  color: #9f9f9f !important;
}

#catalog__list {
  filter: none;
  opacity: 1;
  transition: filter 0.5s ease, opacity 0.5s ease;
}

#catalog__list.loading-blur {
  filter: grayscale(50%) blur(3px);
  opacity: 0.5;
  pointer-events: none;
}

.ourMission_picture {
  object-fit: cover;
  display: block !important;
  overflow: hidden;
}

.ourMission_picture img {
  height: 100%;
  object-position: center;
}

.ourMission_picture-wide img {
  width: 100%;
  height: auto;
  object-position: center;
}

@media (max-width: 767px) {
  .banner_container .banner_content .banner_content_prodCard {
    gap: 16px;
  }
  .banner_container .banner_content .banner_content_prodCard .prodCard_content h2 {
    height: fit-content;
  }
  .banner_container .banner_content .banner_content_prodCard picture {
    flex: 0 0 200px;
  }
  .banner_container .banner_content .banner_content_prodCard picture img {
    width: 200px;
  }
}
@media (max-width: 575px) {
  .banner_container .banner_content .banner_content_prodCard picture {
    flex: 0 0 125px;
  }
  .banner_container .banner_content .banner_content_prodCard picture img {
    width: 125px;
  }
}
.catalog__sorting-dropdown {
  position: relative;
  display: inline-block;
  user-select: none;
  flex: 0 0 50%;
}

.dropdown__toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 15px;
  border: 1px solid #dcdcdc;
  border-radius: 4px;
  background-color: #ffffff;
  cursor: pointer;
  font-size: 14px;
  color: #333333;
  transition: all 0.2s ease;
  min-width: 180px;
}

.dropdown__toggle:hover {
  border-color: #a0a0a0;
}

.dropdown__icon {
  margin-left: 10px;
  transition: transform 0.2s ease;
}

.catalog__sorting-dropdown.open .dropdown__icon {
  transform: rotate(180deg);
}

.dropdown__menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 100;
  width: 100%;
  margin: 4px 0 0 0;
  padding: 5px 0;
  list-style: none;
  background-color: #ffffff;
  border: 1px solid #dcdcdc;
  border-radius: 4px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-5px);
  transition: all 0.2s ease;
}

.catalog__sorting-dropdown.open .dropdown__menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.dropdown__item {
  padding: 8px 15px;
  cursor: pointer;
  color: #333333;
  font-size: 14px;
  white-space: nowrap;
  transition: background-color 0.15s ease;
  font-family: var(--font-family-Roboto);
}

.dropdown__item:hover,
.dropdown__item.selected {
  background-color: #f0f0f0;
  font-weight: 500;
}

.cartProductImg {
  width: 120px;
}

.empty-checkout {
  font-family: var(--font-family-Roboto);
  font-size: 24px;
  margin-bottom: 25px;
  text-align: center;
}

.empty-checkout-btn {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}

.empty-checkout-btn .primaryBtn {
  width: 200px;
  height: 40px;
}

.checkout__errors {
  font-family: var(--font-family-Roboto);
  border: 1px solid var(--systems-error);
  background-color: #fff2f0;
  padding: 15px;
}

.page-header,
.page-text {
  font-family: var(--font-family-Roboto);
}

.page-header {
  margin-bottom: 15px;
  font-weight: 600;
}

.page-text {
  padding-bottom: 50px;
}

.catalog__filter-content .sk-spinner-circle {
  margin-top: 15px;
  padding-top: 15px;
}

/* Spinner preloader */
.sk-spinner-circle.sk-spinner {
  margin: 0 auto;
  width: 22px;
  height: 22px;
  position: relative;
}

.sk-spinner-circle .sk-circle {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.sk-spinner-circle .sk-circle:before {
  content: "";
  display: block;
  margin: 0 auto;
  width: 20%;
  height: 20%;
  background-color: #000;
  border-radius: 100%;
  -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out;
  animation: sk-circleBounceDelay 1.2s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.sk-spinner-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}

.sk-spinner-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg);
}

.sk-spinner-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.sk-spinner-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg);
}

.sk-spinner-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  transform: rotate(150deg);
}

.sk-spinner-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.sk-spinner-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
  -ms-transform: rotate(210deg);
  transform: rotate(210deg);
}

.sk-spinner-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  transform: rotate(240deg);
}

.sk-spinner-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.sk-spinner-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
  -ms-transform: rotate(300deg);
  transform: rotate(300deg);
}

.sk-spinner-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
  -ms-transform: rotate(330deg);
  transform: rotate(330deg);
}

.sk-spinner-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.sk-spinner-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.sk-spinner-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.sk-spinner-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

.sk-spinner-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}

.sk-spinner-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}

.sk-spinner-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

.sk-spinner-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}

.sk-spinner-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}

.sk-spinner-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}

.sk-spinner-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.sidebar-details-link a {
  text-decoration: none;
  color: #000;
}

.sidebar-details-link a:hover {
  text-decoration: underline;
  color: #000;
}

.sidebar-details-link.active a {
  color: #ff6f39 !important;
}

.order-product {
  width: 100%;
  height: 48px;
  font-family: var(--font-family-Roboto);
  font-weight: 500;
  font-style: Medium;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
}