@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:ital,wght@0,100..900;1,100..900&display=swap");

.container {
  max-width: 1400px !important;
  padding: 0 !important;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0 !important;
}

p {
  margin-bottom: 0 !important;
}

.welcom_breadcrumb .container {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 0px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.home:hover {
  color: var(--dark-dark-60, #747479);
  /* text/text-14-regular */
  font-family: "Inter";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 21px */
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

.breadcrumb-item {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #747479;
}

.breadcrumb-item a {
  color: #747479;
  text-decoration: none;
}

.breadcrumb-item.active {
  color: #45454C !important;
}

@media (max-width: 1204px) {
  .welcom_breadcrumb {
    padding: 0;
  }

  .breadcrumb {
    width: max-content;
    margin-bottom: 6px !important;
  }

  .breadcrumb_content {
    width: 100%;
  }

  .welcom_breadcrumb .container {
    margin-bottom: 16px;
    margin-top: 20px;
  }

  main {
    padding: 16px;
  }

  .registration .container {
    width: 100% !important;
  }

  .text-truncate {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    max-width: 100% !important;
  }
}

.buy_card_info_text {
  width: 100%;
}

.card_avto .container {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 0px;
  gap: 12px;
  isolation: isolate;
}

.card_img {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  gap: 8px;
  width: 100%;
  height: 100%;
}

.slide img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  object-position: center;
}

.carousel-inner {
  padding-left: 2rem;
}

.carousel-inner-product {
  padding-left: 4rem !important;
}

.carousel {
  width: 100%;
}

.carousel-control-next-icon {
  background-image: url(../img/icon/arrow_next.svg) !important;
}

.carousel-control-prev-icon {
  background-image: url(../img/icon/arrow_prev.svg) !important;
}

.producttt .carousel-control-next-icon {
  background-image: url(../img/icon/next.svg) !important;
  width: 24px !important;
  height: 24px !important;
}

.producttt .carousel-control-prev-icon {
  background-image: url(../img/icon/next.svg) !important;
  width: 24px !important;
  height: 24px !important;
  transform: scaleX(-1);
}

.carousel-control-next.producttt {
  width: 44px !important;
  height: 44px !important;
  border-radius: 60px;
  background: var(--dark-dark-10, #E8E8E9) !important;
  /* shadow_search */
  box-shadow: 0px 8px 28px 0px rgba(23, 23, 31, 0.1);
}

.carousel-control-prev.producttt {
  width: 44px !important;
  height: 44px !important;
  border-radius: 60px;
  background: var(--dark-dark-10, #E8E8E9) !important;
  /* shadow_search */
  box-shadow: 0px 8px 28px 0px rgba(23, 23, 31, 0.1);
}

.carousel-control-next.producttt:hover {
  background: var(--dark-dark-20, #D1D1D2) !important;
}

.carousel-control-prev.producttt:hover {
  background: var(--dark-dark-20, #D1D1D2) !important;
}

.carousel-control-next.producttt,
.carousel-control-prev.producttt {
  margin-top: 5rem !important;
}

.carousel-control-next.producttt {
  right: -14px !important;
}

.carousel-control-prev.producttt {
  left: 158px !important;
}

.carousel-control-next {
  right: -14px !important;
}

.carousel-control-prev {
  left: -8px !important;
}

.title {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 130%;
  color: #17171F;
}

.card_description {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px 28px;
  gap: 16px;
  width: 100%;
}

.card_info_title {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  color: #747479;
}

.card_specifications_title {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  color: #747479;
  width: 196px;
}

.card_info {
  width: 100%;
}

.card_specifications_desc {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  color: #17171F;
}

.card_specifications {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  gap: 4px;
}

.card_specifications_art {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 12px 0px;
  gap: 12px;
  width: 100%;
  border-bottom: 0.5px solid #D1D1D2;
  border-radius: 4px;
}

.card_specifications_siti {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 12px 0px;
  gap: 12px;
  width: 100%;
  border-bottom: 0.5px solid #D1D1D2;
  border-radius: 4px;
}

.card_specifications_manufacturer {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 12px 0px;
  gap: 12px;
  width: 100%;
  border-bottom: 0.5px solid #D1D1D2;
  border-radius: 4px;
}

.card_text_desc {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  gap: 4px;
}

.card_text_desc_info_title {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #747479;
  padding-top: 8px;
}

.card_text_desc_info_desc {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #17171F;
}

.card_text_desc_info li {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #17171F;
}

.toggle-text {
  font-family: "Inter" !important;
  font-style: normal !important;
  font-weight: 500 !important;
  font-size: 14px !important;
  line-height: 140% !important;
  color: "Inter" !important;
}

.card_text_desc a {
  color: #17171F;
  text-decoration: none;
}

.card_price {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 16px;
  gap: 24px;
  background: #FFFFFF;
  border: 1px solid #F3F3F3;
  box-shadow: 0px 0px 20px rgba(23, 23, 31, 0.12);
  border-radius: 24px;
}

.card_price_art {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0px;
  gap: 12px;
  width: 100%;
}

.card_price_number {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0px;
  gap: 4px;
}

.card_price_number_title {
  font-family: "Inter";
  font-weight: 400;
  font-size: 13px;
  line-height: 150%;
  letter-spacing: 0%;
  color: #747479;
}

.card_price_nimber_desc {
  font-family: "Inter";
  font-weight: 400;
  font-size: 13px;
  line-height: 150%;
  letter-spacing: 0%;
  color: #747479;
}

.card_price_comparison {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0px;
  gap: 4px;
}

.card_price_comparison_btn {
  border: none;
  background: none;
}

.card_price_comparison_btn:hover .card_price_comparison_title {
  color: #2511D7;
}

.card_price_comparison_title {
  font-family: "Inter";
  font-weight: 400;
  font-size: 13px;
  line-height: 150%;
  letter-spacing: 0%;
  color: #747479;
}

.card_price_title {
  font-family: "Inter";
  font-weight: 700;
  font-size: 36px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #17171F;
}

.card_price_buttons {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 0px;
  gap: 8px;
}

.card_price_add {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 4px 8px;
  gap: 8px;
  width: 100px;
  height: 40px;
  background: #E8E8E9;
  border-radius: 12px;
  justify-content: space-between;
}

.card_price_add_desc {
  font-family: "Inter";
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0%;
  text-align: center;
  color: #17171F;
}

.card_price_btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  gap: 8px;
  width: 213px;
  height: 40px;
  background: #2511D7;
  border-radius: 12px;
  border: none;
  font-family: "Inter";
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0%;
  color: white;
}

.btn-apply:disabled {
  background: #D1D1D2 !important;
  cursor: not-allowed;
}

.card_price_btn:hover {
  background: rgba(124, 112, 231, 0.6862745098) !important;
}

.more_all_tab_btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  gap: 8px;
  width: auto;
  height: 40px;
  background: #2511D7;
  border-radius: 12px;
  border: none;
  font-family: "Inter";
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0%;
  color: white;
  margin-top: 12px;
}

.basket {
  padding-top: 28px;
}

.more_all_tab {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.more_all_tab_btn:hover {
  background: var(--accent_main-AccentMain-60, #7C70E7);
}

.more_all_content_btn {
  display: flex;
  justify-content: flex-end;
  padding-right: 24px;
}

.card_price_detali {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  gap: 12px;
}

.card_price_deadlines {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 12px 0px 0px;
  gap: 8px;
}

.card_price_spec_prices {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 12px 0px 0px;
  gap: 8px;
}

.card_price_detali_title {
  font-family: "Inter";
  font-weight: 400;
  font-size: 13px;
  line-height: 150%;
  letter-spacing: 0%;
  color: #747479;
}

.card_img_home {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
}

.ms2_form_btn {
  width: 100%;
}

@media (max-width: 1204px) {
  .card_avto .container {
    flex-direction: column;
  }

  .basket_content.d-none {
    display: none !important;
  }

  .basket .d-md-none {

    display: flex !important;
  }

  .basket .title.d-none {
    display: none !important;
  }



  .card_img {
    width: 100%;
    height: auto;
    align-items: center;
  }

  .card_img_home {
    width: 100% !important;
    margin-left: 0;
    height: 384px !important;
    object-fit: cover;
    object-position: center;
    border-radius: 24px;
  }

  .card_img .carousel-indicators [data-bs-target] {
    
    width: 12px;
    height: 12px;

    background: #A2A2A5;
    border-radius: 20px;
    opacity: 1;
    border-bottom: none;
    border-top: none;
  }
  .card_img .carousel-indicators .active{
    background: #2511D7 !important;
  }
  .card_img .carousel-item{
    transition: none;
  }
  .card_img .carousel-indicators{
    margin-bottom: 2rem !important;
    margin-right: 15% !important;
    justify-content: center !important;
  }

  .slide img {
    width: 90px;
    height: 90px;
  }

  .carousel-control-next {
    right: -17px !important;
  }

  .carousel-control-prev {
    left: -12px !important;
  }

  .card_description {
    padding: 0;
    width: 100%;
  }

  .card_price_buttons {
    width: 100%;
  }

  .mobilca {
    display: none !important;
  }



  .card_description .title {
    font-size: 18px;
  }

  .card_specifications_art {
    flex-direction: column;
  }

  .card_price {
    box-shadow: none;
    border: 1px solid var(--accent_main-AccentMain-100, #2511D7);
    width: auto;
  }

  .card_price_btn {
    width: 300px;
  }

  .card_specifications_siti {
    flex-direction: column;
  }
}

.review_button {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 0px;
  gap: 20px;
}

.review_tab {
  font-family: "Inter";
  font-weight: 600;
  font-size: 20px;
  line-height: 130%;
  letter-spacing: 0%;
  color: #747479;
  border: none;
  background: none;
  padding: 0;
}

.review_tab:hover {
  color: #2511D7;
}

.review_tab.active {
  color: #2511D7;
  border-bottom: 2px solid #2511D7;
}

.review_content {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 0px;
  gap: 140px;
  padding-top: 24px;
}

.review_info {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 0px;
  gap: 140px;
  width: 147%;
}

.review_content {
  display: none;
  width: 100%;
  transition: opacity 2.9s ease, transform 2.9s ease;
}

.review_content.active {
  display: flex;
  animation: fadeIn 2s ease;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.review_info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  gap: 20px;
}

.review_info_option {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0px 0px 8px;
  gap: 12px;
  width: 100%;
  border-bottom: 0.5px solid #A2A2A5;
}

.review_info_title {
  font-family: "Inter";
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 0%;
  color: #17171F;
}

.review_info_view_desc {
  font-family: "Inter";
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0%;
  color: #17171F;
  width: 85%;
}

.dropdown-toggle {
  font-family: "Inter" !important;
  font-weight: 500 !important;
  font-size: 14px !important;
  line-height: 140% !important;
  letter-spacing: 0%;
  color: #17171F !important;
  display: flex !important;
  align-items: center;
}

.dropdown-toggle:hover {
  color: #2511D7 !important;
}

.review_info_text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  gap: 40px;
}

.review_info_view_text {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0px;
  gap: 190px;
  width: 100%;
}

.review_info_view {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  gap: 4px;
  width: 100%;
}

.review_info_view_text_title {
  font-family: "Inter";
  font-weight: 600;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #17171F;
}

.review_info_view_text_star {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0px;
  gap: 16px;
}

.review_info_view_text_star_title {
  font-family: "Inter";
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 0%;
  color: #747479;
}

.review_info_view_test_img {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0px;
  gap: 4px;
}

.review_info_view_title {
  font-family: "Inter";
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0%;
  color: #17171F;
}

.review-toggle-text {
  font-family: "Inter";
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0%;
  text-decoration: underline;
  color: #2511D7;
}

.review-toggle-btn {
  text-align: right;
  width: 100%;
}

.equipment-btn-detail {
  display: flex;
  align-items: center;
}

.toggle-btn {
  align-items: center;
}

.review_static_estimation {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0px;
  gap: 20px;
  width: 100%;
}

.review_static a {
  text-decoration: none;
  width: 100%;
}

.review_static_estimation_star {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0px;
  gap: 4px;
}

.review_static_estimation_text {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0px;
  gap: 12px;
}

.review_static_estimation_text_title {
  font-family: "Inter";
  font-weight: 600;
  font-size: 20px;
  line-height: 130%;
  letter-spacing: 0%;
  color: #17171F;
}

.review_static_estimation_text_desc {
  font-family: "Inter";
  font-weight: 400;
  font-size: 13px;
  line-height: 150%;
  letter-spacing: 0%;
  color: #747479;
}

.review_static_progress {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  gap: 2px;
  width: 100%;
}

.review_static_progress_info {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0px;
  gap: 8px;
  width: 100%;
}

.review_static_progress_info_title {
  font-family: "Inter";
  font-weight: 400;
  font-size: 13px;
  line-height: 150%;
  letter-spacing: 0%;
  color: #747479;
  width: 68px;
  height: auto;
}

.progress-bar {
  background: #17171F !important;
  height: 8px;
  border-radius: 12px;
}

.progress {
  width: 79%;
  height: 8px !important;
}

.review_static {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 12px 0px 0px;
  gap: 12px;
  width: 40%;
  height: auto;
}

.review_static_btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  gap: 8px;
  background: #E8E8E9;
  border-radius: 12px;
  border: none;
  width: 100%;
  font-family: "Inter";
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0%;
  color: #17171F;
}

.review_static_btn:hover {
  background: var(--dark-dark-20, #D1D1D2);
}

.review .container {
  padding: 60px 0 !important;
}

@media (max-width: 1204px) {
  .review .container {
    flex-direction: column;
    padding: 28px 0 !important;
    width: auto;
  }

  .review_content {
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    gap: 40px;
    padding-top: 20px;
  }

  .review_info_view_text {
    gap: 0;
  }

  .review_info {
    width: 100%;
  }

  .review_info_view_desc {
    width: 100%;
  }

  .review_static {
    width: 100%;
  }

  .progress {
    width: 70%;
  }

  .review_info_view_text_content {
    flex-direction: column;
    align-items: flex-start !important;
    gap: 4px !important;
    width: 100% !important;
  }

  .review_info_view_text {
    flex-direction: column;
    align-items: flex-start !important;
  }

  .mobile_desc {
    width: 100%;
  }

  .review_info_option {
    width: 84%;
  }

  .review_info_text {
    width: 84%;
  }
}

.buy_content {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0px;
  gap: 12px;
}

.buy_card {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 0;
  gap: 0;
  width: 270px;
  height: auto;
  background: #FFFFFF;
  border: 1px solid #D1D1D2;
  border-radius: 24px;
  overflow: hidden;
}

#arrivals {
  gap: 16px;
}

.buy .container {
  padding: 0;
  gap: 16px;
  display: flex;
  flex-direction: column;
}

.buy_card_img {
  position: relative;
  width: 268px;
  height: 278px;
  border-radius: 24px 24px 0 0;
  background: #F8F9FB;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  margin-left: -12px;
  margin-top: -2rem;
}

.buy_card_imgs {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.basket_mobilca_content_img_a {
  width: 80px;
  height: 80px;
}

.buy_card_img_content {
  position: absolute;
  background: url(../img/batter.png) center/cover no-repeat;
  width: 114%;
  height: 100%;
  top: 0;
  left: -20px;
  transform: translate(1%, 4%) scale(1.3);
}

.buy_card_info_text_title {
  font-family: "Inter";
  font-weight: 600;
  font-size: 20px;
  line-height: 130%;
  letter-spacing: 0%;
  color: #17171F;
}

.buy_card_info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 12px;
  gap: 8px;
  width: 100%;
}

.buy_card_info_text_desc {
  font-family: "Inter";
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0%;
  color: #17171F;
  width: auto;
  height: auto;
}

.buy_card_info_text a {
  text-decoration: none;
}

.buy_card_info_text_desc:hover {
  color: var(--accent_main-AccentMain-100, #2511D7);
}

.buy_card_info_btn {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 0px;
  gap: 8px;
}

.buy_card_info_btn .card_price_btn {
  width: 100%;
}

.buy_card_info_btn .card_price_btn:hover {
  background: var(--accent_main-AccentMain-60, #7C70E7);
}

.buy_card_info_btn .card_price_add {
  width: 100%;
}

.buy_card_info_btn {
  width: 100%;
}

.buy_card_new_text {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 8px;
  gap: 10px;
  position: absolute;
  width: 65px;
  height: 24px;
  left: 0;
  top: calc(50% - 12px + 126.5px);
  background: linear-gradient(90deg, #0BAA16 0%, #04DD3E 100%);
  border-radius: 20px;
  margin-top: 103PX;
  margin-left: 8px;
}

.buy_card_new {
  position: relative;
  z-index: 1;
}

.buy_card_new_title {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 14px;
  color: #FFFFFF;
}

.bi-chevron-down::before {
  content: url(../img/icon/shevron.png) !important;
}

.dropdown-toggle::after {
  display: none !important;
}

@media (max-width: 1204px) {
  .buy .container {
    flex-direction: column;
    padding: 28px 0;
  }

  .buy_content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: auto;
  }

  .buy_card {
    width: auto !important;
    padding: 0 !important;
    overflow: hidden;
    gap: 0;
  }

  .buy_card_img {
    width: 205px !important;
    margin-left: -8px !important;
    margin-right: -55px !important;
    height: 205px;
  }

  .buy_card_img_content {
    width: 130%;
    height: 130%;
    transform: translate(-4%, -10%) scale(0.8);
  }

  .buy_card_new_text {
    margin-top: 62px;
    margin-left: 5px;
  }

  .buy_card .imges {
    width: 100%;
    height: auto;
    /* height: 100%; */
    object-fit: cover;
  }

  .buy_card_product_img {
    width: 100%;
    height: 190px !important;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .buy_card_info {
    padding: 8px !important;
  }
}

.buy_card .imges {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.buy_card_product_img {
  width: 100%;
  height: 335px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sistem {
  font-size: 28px;
  padding-bottom: 16px;
}

.filter_menu .container {
  display: flex;
  justify-content: left;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
}

.filter_menu .filtres_price {
  gap: 0;
  padding-bottom: 16px;
}

.filtres_content {
  display: flex !important;
  width: 339px;
  padding: 24px;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
  border-radius: 24px;
  background: var(--dark-dark-10, #E8E8E9);
  max-height: 703px;
  overflow-y: auto;
}

.filtres_brend_content_input_desc {
  color: var(--dark-dark-100, #17171F);
  /* text/text-16-regular */
  font-family: "Inter";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 24px */
}

.filtres_content .title {
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  margin-bottom: 10px !important;
}

.filtres_price {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
  align-self: stretch;
}

.filtres_price .title {
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
}

.filtres_price_from {
  display: flex;
  align-items: center;
  gap: 16px;
  align-self: stretch;
}

.filtres_price_from_content_desc {
  color: #17171F;
  text-align: left;
  font-family: "Inter";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.filtres_price_from_content .form-control {
  display: flex;
  height: 48px;
  padding: 16px;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  border-radius: 12px;
  background: #FFF !important;
  border: none !important;
}

.filtres_brend_content_input .form-check-input[type=checkbox] {
  border: 1px solid var(--dark-dark-40, #A2A2A5) !important;
}

.form-check-input:checked {
  background: #2511D7 !important;
}

.form-check-input {
  border-radius: 8px !important;
  width: 24px !important;
  height: 24px !important;
  padding: 4px !important;
  border: 1px solid var(--dark-dark-40, #A2A2A5) !important;
  background: var(--dark-dark-5, #F3F3F3) !important;
}

.form-check-input:checked[type=checkbox] {
  background-image: url(../img/icon/lets-icons_done-round.svg) !important;
  background-repeat: no-repeat !important;
  /* Отключает повторение */
  background-position: center center !important;
  /* Центрирует картинку */
  background-size: 16px 16px !important;
}

.form-check-input:focus {
  border-color: #2511D7 !important;
  box-shadow: none !important;
}

.form-check-input:hover {
  border-radius: 8px;
  border: 1px solid var(--accent_main-AccentMain-40, #A8A0EF) !important;
  background: var(--accent_main-AccentMain-20, #D3CFF7) !important;
}

.form-check-input:checked[type=checkbox]:hover {
  background-image: url(../img/icon/lets-icons-hover.svg) !important;
}

.filtres_price_from_content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  flex: 1 0 0;
}

.filtres_brend {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
}

.filtres_brend .title {
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
}

.filtres_brend_content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  align-self: stretch;
  overflow-y: hidden;
}

.filtres_brend_content::-webkit-scrollbar {
  width: 8px;
  /* Ширина вертикального скролла */
  height: 8px;
  /* Высота горизонтального скролла */
}

.filtres_brend_content_input {
  display: flex;
  align-items: center;
  gap: 8px;
  align-self: stretch;
}

.filtres-toggle-text {
  color: #2511D7;
  /* text/text-14-regular */
  font-family: "Inter";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 21px */
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

.filtres-toggle-text:hover {
  color: #7C70E7;
}

.filtres_products {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 32px;
  flex: 1 0 0;
}

.filtres_products_content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  align-self: stretch;
}

.filtres_products_content_sortirovka {
  display: flex;
  padding: 12px;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  border-radius: 12px;
  background: var(--dark-dark-10, #E8E8E9);
}

.filtres_products_content_sortirovka_btn {
  border: none;
  background: none;
}

.dropdown-menu {
  display: flex;
  padding: 4px !important;
  flex-direction: column;
  align-items: flex-start;
  border-radius: 16px !important;
  border: 1px solid var(--dark-dark-10, #E8E8E9);
  background: var(--white-white-100, #FFF);
  /* shadow_header */
  box-shadow: 0px 4px 20px 0px rgba(59, 75, 96, 0.1) !important;
}

.dropdown-item {
  display: flex;
  height: 40px !important;
  padding: 10px 12px !important;
  align-items: center;
  gap: 10px;
  border-radius: 12px !important;
  background: var(--white-white-100, #FFF);
  color: var(--dark-dark-100, #17171F);
  /* Head/Head-14-Medium */
  font-family: "Inter";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  /* 19.6px */
}

.dropdown-item:hover {
  border-radius: 12px;
  background: var(--dark-dark-10, #E8E8E9) !important;
}

.filtres_products_content_sortirovka_text {
  display: flex !important;
  justify-content: flex-end !important;
  align-items: center !important;
  gap: 12px !important;
  flex: 1 0 0 !important;
}

.filtres_products_content_sortirovka_text_title {
  color: var(--dark-dark-100, "Inter");
  /* text/text-14-regular */
  font-family: "Inter";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 21px */
}

.filtres_products_content_card {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  /* или repeat(3, 1fr) */
  max-width: 1400px;
  align-items: flex-start;
  gap: 12px;
  align-self: stretch;
}

.filtres_products_content_card .buy_card_img {
  margin-top: -1px;
  margin-left: 0px;
  width: 336px;
}

.filtres_products_content_card .buy_card {
  padding: 0;
  width: 338px;
}

.filtres_products_content_card .buy_card_info_btn .card_price_btn {
  width: 179%;
}

.filtres_products_content_card .buy_card_info {
  padding: 12px 12px 12px;
}

.filtres_products_content_card .buy_card_img_content {
  height: 114%;
  transform: translate(-1%, -6%) scale(0.9);
}

.filtres_products_slider {
  display: flex;
  align-items: center;
  gap: 48px;
}

.filtres_products_slider_text_title {
  color: #17171F;
  /* text/text-14-regular */
  font-family: "Inter";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 21px */
}

.filtres_products_slider_text {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 12px;
}

.filtres_products_slider_number {
  display: flex;
  align-items: center;
  gap: 12px;
}

.filtres_products_slider_number nav {
  height: 32px;
}

.pagination {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

.filtres_products_slider_number .active>.page-link,
.page-link.active {
  display: flex;
  width: 32px;
  height: 32px;
  padding: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 8px !important;
  border: 1px solid var(--dark-dark-100, "Inter") !important;
  background: var(--white-white-100, #FFF);
  color: var(--dark-dark-100, "Inter");
  /* Head/Head-14-Medium */
  font-family: "Inter";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  /* 19.6px */
}

.page-link {
  display: flex !important;
  width: 32px;
  height: 32px;
  padding: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 8px !important;
  border: none !important;
  background: var(--white-white-100, #FFF);
  color: #17171F !important;
  font-family: "Inter";
  text-align: center;
  font-size: 14px !important;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  /* 19.6px */
}

.page-item-btn {
  border: none;
  background: none;
  padding: 0;
}

.dropdown-arrow {
  transition: transform 0.3s ease;
}

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

.page-item.active {
  border-radius: 8px;
  border: 1px solid var(--dark-dark-100, #17171F) !important;
  background: var(--white-white-100, #FFF);
}

.page-link:focus {
  box-shadow: none !important;
}

.page-link-btn {
  background: #E8E8E9 !important;
  width: auto;
}

.page-link-btn:hover {
  background: #D1D1D2 !important;
}

.filtres_products_content_card .buy_card_new {
  display: none;
}

@media (max-width: 1204px) {
  .filtres_mobilca {
    display: flex;
    padding: 12px;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    border-radius: 12px;
    background: var(--dark-dark-10, #E8E8E9);
  }

  .filtres_mobilca_icon {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 4px;
  }

  .filtres_products_content_card {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: auto;
    gap: 8px !important;
  }

  .filtres_products_content_card .buy_card_new {
    display: block;
  }

  .filtres_products {
    width: auto;
  }

  .filtres_products_content_card .buy_card_img {
    margin-top: -2rem !important;
  }

  .filtres_products_content_card .buy_card_info {
    padding: 0;
  }

  .filtres_products_slider {
    display: none;
  }

  .filtres_products_content_card .buy_card {
    width: auto !important;
  }

  .filter_menu .filtres_price {
    gap: 12px !important;
  }

  .mobile-filter-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1050;
    display: none;
  }

  .btn-filter {
    border: none;
    background: none;
  }

  .filtres_price-btn {
    color: var(--dark-dark-100, #17171F);
    /* text/text-16-regular */
    font-family: "Inter";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 24px */
  }

  .filtres_price-contnent-btn {
    display: flex;
    height: 40px;
    padding: 12px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 20px;
    background: var(--dark-dark-5, #F3F3F3) !important;
  }

  .filtres_price-contnent-btn.active {
    background: #17171F !important;
    border-color: #17171F !important;
  }

  .filtres_price-contnent-btn.active .filtres_price-btn {
    color: #FFF !important;
  }

  .filtres_price-contnent {
    display: flex;
    align-items: flex-start;
    align-content: flex-start;
    gap: 8px;
    align-self: stretch;
    flex-wrap: wrap;
  }

  .filtres_price-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    align-self: stretch;
  }

  .filtres_price-btn {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .mobile-filter-container {
    width: 100%;
    height: 100%;
    background: #FFF;
    overflow-y: auto;
  }

  .mobile-filter-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px;
  }

  .mobile-filter-content {
    padding: 16px;
    border-top: 1px solid var(--dark-dark-20, #D1D1D2);
    border-bottom: 1px solid var(--dark-dark-20, #D1D1D2);
  }

  .filter-section {
    margin-bottom: 0;
  }

  .filter-section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0;
    cursor: pointer;
  }

  .filter-item {
    display: flex;
    align-items: center;
    padding: 8px 0;
  }

  .mobile-filter-footer {
    display: flex;
    padding: 20px 16px;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    align-self: stretch;
  }

  .btn-clear {
    display: flex;
    height: 44px;
    padding: 10px 12px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    border-radius: 12px;
    background: var(--dark-dark-10, #E8E8E9) !important;
    color: #17171F;
    /* Head/Head-14-Medium */
    font-family: "Inter";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    border: none;
  }

  .btn-apply {
    display: flex;
    height: 44px;
    padding: 10px 12px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    border: none;
    border-radius: 12px;
    background: var(--accent_main-AccentMain-100, #2511D7) !important;
    color: var(--white-white-100, #FFF);
    /* Head/Head-14-Medium */
    font-family: "Inter";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    /* 19.6px */
  }

  .btn-apply:hover {
    background: #7C70E7 !important;
  }

  .filtres_price_from_content .form-control {
    border-radius: 12px;
    background: var(--dark-dark-5, #F3F3F3) !important;
  }

  .search {
    display: flex;
    height: 44px;
    padding: 10px 4px 10px 20px;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border-radius: 12px;
    background: var(--dark-dark-10, #E8E8E9);
  }

  .search input {
    border: none;
    background: none;
  }

  .search .search-form {
    padding-left: 0 !important;
    width: 100%;
  }

  .brend_menu {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
    padding: 16px;
  }

  .brend_list {
    display: flex;
    padding: 12px 0px;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    border-bottom: 1px solid var(--dark-dark-20, #D1D1D2);
  }

  .brend_list_title {
    color: var(--dark-dark-100, #17171F);
    /* Head/Head-18-SemiBold */
    font-family: "Inter";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    /* 23.4px */
  }

  .search-section {
    padding: 16px;
  }

  .mobile-filter-header-btn {
    display: flex;
    width: 185px;
    align-items: flex-start;
    gap: 28px;
  }

  .mobile-filter-header-btn h3 {
    color: var(--dark-dark-100, #17171F);
    /* Head/Head-18-SemiBold */
    font-family: "Inter";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    /* 23.4px */
  }

  .btn-back {
    border: none;
    background: none;
    padding: 0;
  }

  .noUi-connect {
    background: var(--accent_main-AccentMain-100, #2511D7) !important;
    height: 163px !important;
  }

  .noUi-target {
    margin-top: 16px;
    margin-left: 16px;
    margin-right: 16px;
  }

  .noUi-handle {
    background: #2511D7 !important;
    border-radius: 60px !important;
    box-shadow: none !important;
  }

  .noUi-horizontal .noUi-handle {
    width: 36px !important;
    height: 36px !important;
    top: -11px !important;
    border: none !important;
  }

  .noUi-handle:after,
  .noUi-handle:before {
    background: none !important;
  }
}

.icon_minus {
  border: none;
  background: none;
  padding: 0;
}

.icon_minus .minus {
  background: #E8E8E9;
  display: flex;
  height: 23px;
  width: 23px;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
  border-radius: 4px;
  justify-content: space-around;
  flex-direction: column;
}

.icon_minus .minus:hover {
  background: #D1D1D2;
}

.icon_plus {
  border: none;
  background: none;
  padding: 0;
}

.icon_plus .plus {
  background: #E8E8E9;
  display: flex;
  height: 23px !important;
  width: 23px !important;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
  border-radius: 4px;
  justify-content: space-around;
  flex-direction: column;
}

.icon_plus .plus:hover {
  background: #D1D1D2;
}

.tire_content {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  /* или repeat(3, 1fr) */
  gap: 16px;
  align-self: stretch;
  padding-top: 0px;
}

.tire_btn {
  display: flex;
  height: 40px;
  padding: 10px 20px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 12px;
  background: var(--dark-dark-10, #E8E8E9);
  border: none;
  color: #17171F;
  /* Head/Head-16-Medium */
  font-family: "Inter";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  /* 22.4px */
}

.tire_btn:hover {
  background: #D1D1D2;
}

.hidden-content {
  display: none;
}

.visible {
  display: flex;
}

.tire_card_img {
  border-radius: 24px;
  background: #E8E8E9 !important;
  position: relative;
  width: 100%;
  height: 390px;
  background: #F8F9FB;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

.tire_card_img_content {
  position: absolute;
  background: url(../img/tire.png) center/cover no-repeat;
  width: 114%;
  height: 100%;
  top: 0;
  left: -20px;
}

.tire_card_title {
  color: #17171F;
  text-align: center;
  font-family: "Inter";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  /* 26px */
  display: flex;
  height: 100%;
  width: 98%;
  flex-direction: column;
  justify-content: space-around;
}

.tire_card_a {
  text-decoration: none !important;
}

.tire_card_a:hover {
  border-radius: 24px;
  background: var(--dark-dark-20, #D1D1D2);
  box-shadow: 0px 0px 20px 0px rgba(23, 23, 31, 0.15);
}

@media (max-width: 1204px) {
  .main {
    padding: 0 16px;
  }

  .sistem {
    font-size: 18px;
    padding-top: 16px;
  }

  .tire_content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }

  .tire_card_img {
    width: auto;
    height: 145px;
  }

  .tire_card_title {
    font-size: 14px;
    padding-left: 15px;
    padding-top: 15px;
    justify-content: flex-start;
    text-align: left;
    width: 100%;
  }

  .breadcrumb-scroll-container {
    overflow-y: auto !important;
  }

  .breadcrumb-scroll-container::-webkit-scrollbar {
    height: 8px !important;
    border-radius: 20px !important;
  }

  .breadcrumb-scroll-container::-webkit-scrollbar-thumb {
    background-color: #D1D1D2 !important;
    border-radius: 20px !important;
  }

  .breadcrumb-scroll-container::-webkit-scrollbar-track {
    background-color: #E8E8E9 !important;
    border-radius: 20px !important;
  }

  .categorii {
    width: 338%;
  }
}

.review_modal_login {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
}

.review_modal_login_btn {
  display: flex;
  padding: 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex: 1 0 0;
  border-radius: 12px;
  border: none;
  color: #17171F;
  font-family: "Inter";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  /* 22.4px */
}

.review_modal_login_desc {
  color: #17171F;
  font-family: "Inter";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.review_modal_login_btn.active {
  border-radius: 12px;
  background: #FFF;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
}

.review_modal_btn {
  display: flex;
  padding: 4px;
  align-items: center;
  gap: 4px;
  align-self: stretch;
  border-radius: 16px;
  background: #E8E8E9;
}

.modal-content {
  width: 540px !important;
  border-radius: 24px !important;
  background: #FFF;
  padding: 24px !important;
  border: none !important;
}

.modal-content {
  border: none !important;
}

.modal-header {
  border-bottom: none !important;
}

.review_login_btn {
  display: flex;
  height: 40px;
  width: 100%;
  padding: 10px 20px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  border-radius: 12px;
  background: #D1D1D2;
  color: #F3F3F3;
  /* Head/Head-16-Medium */
  font-family: "Inter";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  /* 22.4px */
  border: none;
}

.btn-enabled {
  display: flex;
  height: 40px;
  width: 100%;
  padding: 10px 20px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  border-radius: 12px;
  background: #2511D7;
  color: #F3F3F3;
  /* Head/Head-16-Medium */
  font-family: "Inter";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  /* 22.4px */
  border: none;
}

.review_login_btn.active {
  background: #2511D7;
  color: #FFF;
}

.form-control {
  display: flex !important;
  height: 41px !important;
  padding: 16px !important;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  border-radius: 12px !important;
  background: #F4F4F4 !important;
  border: 1px solid #FFF !important;
  transition: background 0.3s ease;
  transition: border 0.3s ease;
}

.form-control:hover {
  border: 1px solid #A6A8A9 !important;
  background: #F4F4F4 !important;
}

.form-control:focus {
  box-shadow: none !important;
  /* Убирает синюю тень при фокусе */
  outline: none !important;
  /* Убирает стандартный outline */
  border: 1px solid #4D5154 !important;
}

.modal-body {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 24px;
  padding: 0 !important;
}

.review_modal_code {
  display: flex;
  padding: 0px 40px;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
}

.review_modal_code_title {
  color: #17171F;
  /* Head/Head-20-SemiBold */
  font-family: "Inter";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  /* 26px */
}

.review_modal_code_input {
  display: flex;
  align-items: center;
  gap: 12px;
  align-self: stretch;
}

.review_modal_code_input input {
  display: flex;
  height: 48px;
  width: 58px;
  padding: 16px;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  border-radius: 12px;
  background: #F3F3F3;
  border: none;
  color: #17171F;
}

.review_thanks {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  align-self: stretch;
}

.review_thanks_title {
  color: #17171F;
  font-family: "Inter";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  /* 23.4px */
}

.review_info_view_text_content_desc {
  color: #747479;
  /* text/text-14-regular */
  font-family: "Inter";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 21px */
}

.review_info_view_text_content {
  display: flex;
  width: 531.5px;
  align-items: center;
  gap: 28px;
}

@media (max-width: 1204px) {
  .implementing_button {
    position: relative;
    overflow: hidden;
    width: 100%;
    white-space: nowrap;
  }

  .review_button {
    display: flex;
    gap: 12px;
  }

  .review_tab {
    flex: 0 0 auto;
    margin-right: 10px;
  }

  .modal-content {
    width: 419px !important;
    margin: auto;
  }

  .review_modal_code_input input {
    display: flex;
    height: 41px;
    width: 38px;
    padding: 13px;
  }
}

/* Корзина */
.basket .container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}

.basket_content {
  display: flex;
  align-items: flex-start;
  gap: 40px;
  align-self: stretch;
  width: 100%;
}

.basket_list {
  display: flex;
  width: 100%;
  padding: 24px;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  border-radius: 24px;
  background: var(#FFF);
  /* shadow_pracie card */
  box-shadow: 0px 0px 20px 0px rgba(23, 23, 31, 0.05);
}

.basket_list_btn {
  display: flex;
  padding-bottom: 16px;
  align-items: center;
  gap: 40px;
  align-self: stretch;
  border-bottom: 1px solid var(#D1D1D2);
  background: var(#FFF);
  justify-content: flex-end;
}

.basket_list_menu {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  align-self: stretch;
  background: var(#FFF);
}

.basket_list_menu_product {
  display: flex;
  width: 560px;
  align-items: center;
  gap: 20px;
}

.basket_list_menu_btn {
  display: flex;
  width: 100px;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}

.basket_order {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  flex: 1 0 0;
}

.basket_order_content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  align-self: stretch;
}

.basket_order_content_text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}

.basket_order_content_text_title {
  display: flex;
  align-items: center;
  gap: 16px;
  align-self: stretch;
}

.basket_list_btn_all_title {
  color: #17171F;
  font-family: "Inter";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 21px */
}

.basket_list_btn_all_title:hover {
  color: #2511D7;
}

.basket_list_menu_product_content_desc {
  color: #747479;
  font-family: "Inter";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  /* 19.6px */
}

.basket_list_menu_btn_desc {
  color: #747479;
  /* Head/Head-14-Medium */
  font-family: "Inter";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  /* 19.6px */
}

.basket_order_content_text_title .title {
  font-size: 20px;
  font-weight: 600;
}

.basket_order_content_text_desc {
  color: #17171F;
  /* Head/Head-14-Medium */
  font-family: "Inter";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  /* 19.6px */
}

.basket_order_content_text_total_desc {
  color: #17171F;
  /* Head/Head-24-SemiBold */
  font-family: "Inter";
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  /* 31.2px */
}

.basket_list_btn_all {
  display: flex;
  align-items: center;
  gap: 8px;
}

.basket_list_btn button {
  border: none;
  background: none;
}

.basket_list_menu_product_content {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  flex: 1 0 0;
}

.basket_list_menu_product_content .buy_card_img {
  position: relative;
  width: 100px;
  height: 100px;
  margin-top: 0;
  margin-left: 0;
  border-radius: 12px;
  border: 1px solid #F3F3F3;
}

.basket_list_menu_product_content .buy_card_img img {
  object-fit: cover;
  width: 100% !important;
  height: 100% !important;
}

.basket_list_menu_product_content .buy_card_img_content {
  background: url(../img/image\ \(1\).png) center/cover no-repeat;
  width: 137%;
  height: 128%;
  top: 0;
  left: -20px;
  transform: translate(1%, -10%) scale(0.8);
}

.basket_list_menu_product_content_text a {
  text-decoration: none;
}

.delete {
  border: none;
  background: none;
}

.basket_order_content_text_total {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  width: 295px;
}

.basket_order_content .card_price_btn {
  width: 100%;
}

@media (max-width: 1204px) {
  .basket_tablet_btn {
    display: flex;
    align-items: center;
    gap: 28px;
    align-self: stretch;
  }

  .basket_tablet {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    width: 100%;
  }

  .ms2_form {
    margin-top: 0 !important;
  }

  .basket_mobilca {
    display: flex;
    padding-bottom: 16px;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    border-bottom: 1px solid var(--dark-dark-20, #D1D1D2);
    background: var(--white-white-100, #FFF);
  }

  .basket_mobilca_delete {
    display: flex;
    align-items: center;
    gap: 8px;
    flex: 1 0 0;
  }

  .basket_mobilca_delete .basket_list_btn_all {
    border: none !important;
    background: none !important;
  }

  .basket_mobilca_all {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .basket_mobilca_delete .basket_list_btn_all_title {
    text-align: left;
  }

  .basket_mobilca_content {
    display: flex;
    padding-bottom: 16px;
    align-items: flex-start;
    gap: 12px;
    align-self: stretch;
    border-bottom: 1px solid var(--dark-dark-20, #D1D1D2);
  }

  .basket_mobilca_content_img .imges {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
    border: 1px solid var(--dark-dark-5, #F3F3F3);
  }

  .basket_mobilca_content_img {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    align-self: stretch;
    width: 80px;
  }

  .basket_mobilca_content_text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    flex: 1 0 0;
  }

  .basket_mobilca_content_text_check {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;
  }

  .basket_mobilca_content_text_price {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  .basket_mobilca_content_text_check_title {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    flex: 1 0 0;
  }

  .basket_mobilca_content_text_check_title a {
    text-decoration: none;
  }

  .basket_mobilca_total {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;
  }

  .basket_mobilca_total_product {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
  }

  .basket_mobilca_total_product_title {
    color: #17171F;
    font-family: "Inter";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
  }

  .basket_mobilca_total_product_desc {
    color: #17171F;
    font-family: "Inter";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
  }

  .basket_tablet .card_price_btn {
    width: 100%;
  }

  .mobile-filter-header-btn-backet {
    width: 100%;
  }

  .mobile-filter-content .basket_mobilca_total_product_title {
    font-size: 14px;
    font-weight: 500;
  }

  .mobile-filter-content .basket_mobilca_total {
    flex-direction: row;
    justify-content: space-between;
  }

  .mobile-filter-content .basket_mobilca_total_product {
    gap: 4px;
  }

  .backet_modal .mobile-filter-content {
    border-top: none;
  }
}

.delivery {
  padding: 34px 0 60px 0;
}

.delivery .container {
  gap: 20px;
  display: flex;
  flex-direction: column;
}

.delivery_grid {
  display: flex;
  height: 370px;
  width: 1048px;
  padding: 24px;
  flex-direction: column;
  align-items: flex-start;
  gap: 28px;
  align-self: stretch;
  border-radius: 24px;
  background: #FFF;
  /* shadow_pracie card */
  box-shadow: 0px 0px 20px 0px rgba(23, 23, 31, 0.05);
}

.delivery_content_btn {
  display: flex;
  align-items: center;
  gap: 12px;
  align-self: stretch;
}

.delivery_tab {
  display: flex;
  padding: 12px 20px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
  flex: 1 0 0;
  border-radius: 16px;
  border: none;
  background: var(--dark-dark-5, #F3F3F3);
}

.delivery_tab:hover {
  border-radius: 16px;
  border: 1px solid var(--dark-dark-40, #A2A2A5);
  background: var(--dark-dark-10, #E8E8E9);
}

.delivery_tab.active {
  border: 1.5px solid var(--dark-dark-100, #17171F);
  background: var(--white-white-100, #FFF);
}

.delivery_tab_content {
  display: flex;
  width: 288.333px;
  height: 32px;
  align-items: center;
  gap: 8px;
}

.delivery_tab_title {
  color: #17171F;
  font-family: "Inter";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  /* 22.4px */
}

.delivery_content_img {
  position: relative;
  width: 540px;
  height: 236px;
  border-radius: 20px;
  background: #F8F9FB;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

.delivery_content_imges {
  position: absolute;
  background: url(../img/vegas.png) center/cover no-repeat;
  width: 100%;
  height: 128%;
  top: 0;
  left: -20px;
  transform: translate(4%, -2%) scale(1);
}

.delivery_content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex: 1 0 0;
  align-self: stretch;
}

.delivery_content_local {
  display: flex;
  padding-top: 20px;
  flex-direction: column;
  align-items: flex-start;
  gap: 28px;
}

.delivery_content_local_text {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

.delivery_content_local_text_adress {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.delivery_content_local_text_adress_desc {
  color: #A2A2A5;
  /* Head/Head-14-Medium */
  font-family: "Inter";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  /* 19.6px */
}

.delivery_content_local_text_adress_title {
  color: #17171F;
  /* text/text-20-regular */
  font-family: "Inter";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 30px */
}

.delivery_content_local_text_chart_title {
  color: #17171F;
  /* text/text-20-regular */
  font-family: "Inter";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.delivery_content_method {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 28px;
  justify-content: flex-start;
}

.delivery_content_method_frame {
  display: flex;
  padding: 8px 12px;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
  border-radius: 12px;
  border-left: 2px solid var(--accent_main-AccentMain-100, #2511D7);
  background: var(--accent_main-AccentMain-5, #F4F3FD);
}

.delivery_content_method_frame_title {
  color: var(--accent_main-AccentMain-100, #2511D7);
  /* text/text-14-regular */
  font-family: "Inter";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 21px */
}

.delivery_content_method_input label {
  color: var(--dark-dark-100, #17171F);
  text-align: left;
  /* text/text-14-regular */
  font-family: "Inter";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 21px */
}

.delivery_content_method_input input::placeholder {
  color: var(--dark-dark-40, #A2A2A5);
  text-align: left;
  /* text/text-18-regular */
  font-family: "Inter";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 27px */
}

.delivery_content {
  display: none;
  width: 100%;
  transition: opacity 2.9s ease, transform 2.9s ease;
}

.delivery_content.active {
  display: flex;
  animation: fadeIn 2s ease;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@media (max-width: 1204px) {
  .delivery_grid {
    width: auto;
    height: auto;
  }

  .delivery_content_btn {
    flex-direction: column;
    width: 100%;
    align-items: normal;
  }

  .delivery_content {
    flex-direction: column;
  }

  .delivery_content_img {
    width: 100%;
    height: auto;
  }

  .delivery_content_img img {
    width: 100%;
    height: auto;
  }

  .delivery_content_img {
    margin-top: 12px;
  }

  .delivery_content_method_frame_title {
    width: 100%;
  }
}

/* оплата */
.payment {
  padding: 0 0 60px 0;
}

.payment .container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}

.payment_content {
  display: flex;
  padding: 24px;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  width: 1045px;
  height: 370px;
  border-radius: 24px;
  background: var(--white-white-100, #FFF);
  /* shadow_pracie card */
  box-shadow: 0px 0px 20px 0px rgba(23, 23, 31, 0.05);
}

.more_all_content {
  display: none;
  width: 100%;
  transition: opacity 2.9s ease, transform 2.9s ease;
}

.more_all {
  padding-top: 34px;
}

.more_all_content.active {
  display: flex;
  animation: fadeIn 2s ease;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.more_all_info {
  display: flex;
  width: 100%;
  gap: 60px;
  justify-content: space-between;
}

.buyer_tab {
  display: flex;
  padding: 12px 20px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
  flex: 1 0 0;
  border-radius: 16px;
  border: none;
  background: var(--dark-dark-5, #F3F3F3);
}

.buyer_tab:hover {
  border-radius: 16px;
  border: 1px solid var(--dark-dark-40, #A2A2A5);
  background: var(--dark-dark-10, #E8E8E9);
}

.buyer_tab.active {
  border: 1.5px solid var(--dark-dark-100, #17171F);
  background: var(--white-white-100, #FFF);
}

.payment_btn {
  display: flex;
  padding: 20px;
  flex-direction: column;
  align-items: flex-start;
  gap: 28px;
  flex: 1 0 0;
  align-self: stretch;
  border-radius: 16px;
  border: none;
  background: var(--dark-dark-5, #F3F3F3);
}

.payment_btn:hover {
  border: 1px solid var(--dark-dark-40, #A2A2A5);
  background: var(--dark-dark-10, #E8E8E9);
}

.payment_btn.active {
  border-radius: 16px;
  border: 1.5px solid var(--dark-dark-100, #17171F);
  background: var(--white-white-100, #FFF);
}

.payment_grid {
  display: flex;
  align-items: center;
  gap: 12px;
  align-self: stretch;
}

.payment_btn_info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  align-self: stretch;
}

.payment_btn_info_icon {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  width: 100%;
}

.payment_btn_info_iconss {
  display: flex;
  align-items: center;
  gap: 8px;
}

.payment_btn_info_iconss_text {
  color: var(--dark-dark-100, #17171F);
  font-family: "Inter";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  /* 22.4px */
}

.payment_btn_info_text {
  color: var(--dark-dark-100, #17171F);
  font-family: "Inter";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  text-align: left;
}

@media (max-width: 1204px) {
  .payment_grid {
    flex-direction: column;
  }

  .payment_content {
    width: auto;
    height: auto;
  }

  .more_all {
    display: none;
  }
}

/*  */
.buyer .container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}

.buer_grid {
  display: flex;
  padding: 24px;
  width: 1045px;
  height: 370px;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  align-self: stretch;
  border-radius: 24px;
  background: var(--white-white-100, #FFF);
  /* shadow_pracie card */
  box-shadow: 0px 0px 20px 0px rgba(23, 23, 31, 0.05);
}

.buyer_content_btn {
  display: flex;
  align-items: center;
  gap: 12px;
  align-self: stretch;
}

.buyer_form {
  width: 669px;
}

.buyer_content .form-label {
  color: #17171F;
  text-align: center;
  /* text/text-14-regular */
  font-family: "Inter";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 21px */
}

.buyer_content .form-control::placeholder {
  color: var(--dark-dark-40, #A2A2A5);
  text-align: left;
  /* text/text-18-regular */
  font-family: "Inter";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 27px */
}

.buyer_content {
  display: none !important;
  width: 100%;
  transition: opacity 2.9s ease, transform 2.9s ease;
}

.buyer_content.active {
  display: flex !important;
  animation: fadeIn 2s ease;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.buyer_content_info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 28px;
  align-self: stretch;
}

.compani {
  flex-wrap: nowrap !important;
}

.buyer_content_contact .col-3 {
  padding-left: 0;
  padding-right: 0;
  width: 234px;
}

.contact {
  display: flex;
  align-items: center;
  gap: 20px;
  align-self: stretch;
  margin-left: 0 !important;
}

.buyer_content_compani .col-11 {
  width: 489px;
  padding-left: 0;
  padding-right: 0;
}

.compani {
  display: flex;
  align-items: center;
  gap: 20px;
  align-self: stretch;
  margin-left: 0 !important;
}

@media (max-width: 1204px) {
  .buer_grid {
    width: auto;
    height: auto;
  }

  .buyer_content_btn {
    flex-direction: column;
    width: 100%;
    align-items: normal;
  }

  .buyer_form {
    flex-direction: column !important;
    width: 100%;
  }

  .buyer_form .col-6 {
    width: 100%;
  }

  .buyer_content_mobilca {
    display: flex;
    flex-direction: column;
  }

  .contact .col-3 {
    width: 100%;
  }

  .compani {
    flex-direction: column;

  }

  .buyer_content_compani {
    width: 100%;
  }

  .compani .col-11 {
    width: 100%;
  }
}

.comparison .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
}

.comparison_product_content {
  display: flex;
  padding-left: 204px;
  justify-content: center;
  align-items: flex-start;
  gap: 28px;
  align-self: stretch;
}

.comparison_product_card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  flex: 1 0 0;
  justify-content: space-between;
}

.comparison_product_card_content {
  display: flex;
  width: 320px;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}

.comparison_product_card_content_img {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  align-self: stretch;
  width: 100%;
}

.comparison_product_card_content_text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  align-self: stretch;
  height: 100%;
  justify-content: flex-end;
}

.comparison_product_card_content_text_title {
  color: #17171F;
  /* Head/Head-16-Medium */
  font-family: "Inter";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  /* 22.4px */
}

.comparison_product_card_content_text_desc {
  color: #17171F;
  /* Head/Head-16-Medium */
  font-family: "Inter";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}

.comparison_product_card_img {
  position: relative;
  width: 91px;
  height: 80px;
  border-radius: 12px;
  background: #F8F9FB;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

.comparison_product_img {
  width: 100% !important;
  height: 100% !important;
  /* position: absolute;
  background: url(../img/batter.png) center/cover no-repeat;
  width: 100%;
  height: 101%;
  top: 0;
  left: 0;
  transform: translate(0%, 0%) scale(1); */
}

.comparison_product_card .card_price_btn {
  width: 120px;
}

.comparison_specifications {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
}

.comparison_specifications_btn {
  display: flex;
  padding: 12px;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  border-radius: 12px;
  background: var(--dark-dark-10, #E8E8E9);
}

.comparison_specifications_btn_title {
  color: #17171F;
  /* Head/Head-16-Medium */
  font-family: "Inter";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  /* 22.4px */
}

.comparison_specifications_tab {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  align-self: stretch;
}

.comparison_specifications_tab_list {
  display: flex;
  padding: 12px 0px;
  align-items: flex-start;
  gap: 28px;
  align-self: stretch;
  width: 97%;
  border-radius: 4px;
  border-bottom: 0.5px solid var(--dark-dark-20, #D1D1D2);
}

.last {
  border-bottom: none;
}

.comparison_specifications_tab_list_title {
  color: #747479;
  /* text/text-14-regular */
  font-family: "Inter";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 21px */
  width: 176px;
}

.comparison_specifications_tab_list_desc {
  color: #17171F;
  /* text/text-14-regular */
  font-family: "Inter";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 21px */
  flex: 1 0 0;
}

.com_desc {
  flex: 1 0 0;
}

.slider-arrow {
  display: flex;
}

.comparison_specifications_tab {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.comparison_specifications_slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  transition: opacity 0.5s ease;
  pointer-events: none;
}

.comparison_specifications_slide.active {
  position: relative;
  opacity: 1;
  pointer-events: auto;
}

.comparison_specifications_tab_list {
  display: flex;
  margin-bottom: 15px;
}

.comparison_specifications_tab_list_title {
  width: 200px;
  min-width: 200px;
  font-weight: bold;
  margin-right: 20px;
}

.comparison_specifications_tab_list_desc {
  flex: 1;
  margin-right: 15px;
}

.com_desc {
  flex: 1;
  margin-right: 15px;
}

.comparison_product_card_content_text a {
  text-decoration: none;
}

.comparison_product_card_content_text_desc:hover {
  color: #2511D7 !important;
}

@media (max-width: 1204px) {
  .comparison_product_content {
    padding-left: 0;
  }

  .comparison_product_content.d-none {
    display: none !important;
  }

  .comparison_product_card_content_img {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    align-self: stretch;
  }

  .comparison_product_card_content_img .d-md-none {
    display: flex !important;
  }

  #carouselExample.d-none {
    display: none !important;
  }

  .mob {
    display: flex !important;
    flex-direction: row;
    gap: 12px;
  }

  .comparison_product_card_content {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    height: 100%;
  }

  .carousel .slide {
    gap: 28px;
    border-bottom: 1px solid var(--dark-dark-20, #D1D1D2);
    padding-bottom: 16px;
  }

  .comparison_specifications_btn {
    padding: 0;
    background: none;
  }

  .carousel-control-prev {
    display: none !important;
  }

  .carousel-inner {
    padding-left: 0;
  }

  .comparison_specifications_tab_list {
    display: flex;
    width: 108%;
    padding: 12px 0px;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    border-radius: 0;
    margin-bottom: 0;
  }

  .comparison_specifications_tab_list_desc_mob {
    display: flex;
    align-items: flex-start;
    gap: 28px;
    align-self: stretch;
    width: 100%;
  }

  .comparison_specifications_tab_list_desc {
    margin-right: 0;
  }

  .comparison_specifications_tab_list_title {
    font-weight: 400;
  }

  .comparison_specifications {
    gap: 0;
    display: none;
  }

  .com_desc {
    margin-right: 0;
  }

  .mobile-products-scroll {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 15px;
    scroll-padding-left: 20px;
    /* border-bottom: 1px solid var(--dark-dark-20, #D1D1D2); */
    width: 100%;
  }

  .mobile-products-scroll.d-md-none {
    display: flex !important;
  }

  .products-scroll-container {
    display: flex;
    gap: 15px;
    width: 433px;
  }

  .comparison_product_card {
    flex-shrink: 0;
  }

  /* Мобильный скролл характеристик */
  .specs-scroll-container {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

.order .container {
  display: flex;
  padding: 24px !important;
  margin-top: 40px;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  flex: 1 0 0;
  border-radius: 24px;
  background: var(--white-white-100, #FFF);
  /* shadow_pracie card */
  box-shadow: 0px 0px 20px 0px rgba(23, 23, 31, 0.05);
}

.order_content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  align-self: stretch;
}

.order_content_title {
  color: #17171F;
  text-align: center;
  /* Head/Head-24-SemiBold */
  font-family: "Inter";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
}

.order_content_desc {
  color: #17171F;
  text-align: center;
  /* Head/Head-24-SemiBold */
  font-family: "Inter";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}

.order .card_price_btn {
  width: auto;
}

@media (max-width: 1204px) {
  .order_content_icon {
    display: flex;
    align-items: center;
    gap: 8px;
    align-self: stretch;
  }

  .order_content {
    padding: 16px;
  }

  .order_content_desc {
    text-align: left;
  }
}

.paymentAndDelivery .container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
}

.paymentAndDelivery .desc {
  color: #17171F;
  /* text/text-16-regular */
  font-family: "Inter";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 24px */
}

.paymentAndDelivery_content_delivery {
  display: flex;
  padding: 24px;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  align-self: stretch;
  border-radius: 16px;
  background: var(--dark-dark-5, #F3F3F3);
}

.paymentAndDelivery_content_payment {
  display: flex;
  padding: 24px;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  align-self: stretch;
  border-radius: 16px;
  background: var(--dark-dark-5, #F3F3F3);
}

.paymentAndDelivery_content_delivery .title {
  font-size: 20px;
}

.paymentAndDelivery_content_delivery_info {
  display: flex;
  width: 1344px;
  align-items: center;
  gap: 12px;
}

.paymentAndDelivery_content_delivery_info_card {
  display: flex;
  padding: 24px;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  flex: 1 0 0;
  align-self: stretch;
  border-radius: 16px;
  background: var(--white-white-100, #FFF);
}

.paymentAndDelivery_content_delivery_info_card_title {
  color: #17171F;
  /* text/text-16-regular */
  font-family: "Inter";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

@media (max-width: 1204px) {
  .paymentAndDelivery_content_delivery_info {
    width: auto;
    flex-direction: column;
  }
}

.account .container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  align-self: stretch;
  margin-top: 40px;
}

.account_conent {
  display: flex;
  padding: 24px;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
  border-radius: 24px;
  background: var(--white-white-100, #FFF);
  /* shadow_pracie card */
  box-shadow: 0px 0px 20px 0px rgba(23, 23, 31, 0.05);
}

.account_content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
}

.account_content {
  display: none;
  width: 100%;
  transition: opacity 2.9s ease, transform 2.9s ease;
}

.account_content.active {
  display: flex;
  animation: fadeIn 2s ease;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.account_conent_info {
  display: flex;
  padding: 12px 16px;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  border-radius: 12px;
  background: var(--dark-dark-10, #E8E8E9);
}

.account_conent_info_numb {
  display: flex;
  width: 516.5px;
  align-items: center;
  gap: 20px;
}

.account_conent_info_adress {
  display: flex;
  align-items: center;
  gap: 60px;
}

.account_conent_card {
  display: flex;
  height: 60px;
  justify-content: space-between;
  align-items: flex-start;
  align-self: stretch;
}

.account_conent_card_product_content {
  display: flex;
  width: 474px;
  align-items: flex-start;
  gap: 16px;
}

.account_conent_card_product_content .buy_card_img {
  width: 60px;
  height: 60px;
  border-radius: 12px;
  border: 1px solid var(--dark-dark-5, #F3F3F3);
  margin-top: 0;
  margin-left: 0;
}

.account_conent_card_product_content .buy_card_img_content {
  background: url(../img/image\ \(1\).png) center/cover no-repeat;
  width: 114%;
  height: 115%;
  top: 0;
  left: 0;
  transform: translate(-7%, -5%) scale(0.9);
}

.account_conent_card .title {
  font-size: 18px;
}

.account_img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
}

.account_conent_info_title {
  color: #17171F;
  /* text/text-16-regular */
  font-family: "Inter";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
}

.account_conent_info_desc {
  color: #747479;
  /* text/text-16-regular */
  font-family: "Inter";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
}

.account_conent_info_desc span {
  color: #17171F;
}

.account_content_info {
  display: flex;
  padding: 24px;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  border-radius: 16px;
  background: var(--dark-dark-5, #F3F3F3);
}

.account_info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}

.account_info_text {
  display: flex;
  align-items: center;
  gap: 24px;
  align-self: stretch;
}

.account_info_text_desc {
  color: var(--dark-dark-100, #17171F);
  /* Head/Head-14-Medium */
  font-family: "Inter";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  /* 19.6px */
}

.account_info_text_title {
  color: var(--dark-dark-100, #17171F);
  /* Head/Head-18-SemiBold */
  font-family: "Inter";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  /* 23.4px */
}

.account_conent_card_product_content_text {
  display: flex;
  width: 37%;
  justify-content: space-between;
}

.account_text {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.account_text_btn {
  border: none;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  gap: 8px;
  height: 40px;
  background: #2511D7;
  border-radius: 12px;
  border: none;
  font-family: "Inter";
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0%;
  color: white;
}

.account_text_btn:hover {
  background: #7C70E7;
}

.page-item:not(:first-child) .page-link {
  margin-left: 0 !important;
}

@media (max-width: 1204px) {
  .account_conent_info {
    flex-direction: column;
    align-items: flex-start;
  }

  .account_conent_info_adress {
    display: flex;
    align-items: flex-start;
    gap: 0;
    flex-direction: column;
  }

  .account_conent_info_numb {
    display: flex;
    width: 100%;
    align-items: flex-start;
    gap: 0;
    flex-direction: column;
  }

  .account_conent_card_product_content .buy_card_img {
    width: 60px !important;
    height: 60px;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .account_conent_card {
    display: flex;
    height: auto;
    align-items: flex-start;
    align-self: stretch;
    flex-direction: column;
  }

  .account_conent_card_product_content {
    display: flex;
    width: 100%;
    align-items: flex-start;
    gap: 12px;
    flex-direction: row;
  }

  .account_conent_card_product_content_text {
    width: 100%;
    padding-top: 12px;
  }

  .buy_card_info_text_desc {
    margin-top: 0;
  }

  .account_conent {
    padding: 16px;
    border-radius: 20px;
    border: 1px solid var(--dark-dark-10, #E8E8E9);
    background: var(--white-white-100, #FFF);
    box-shadow: none;
  }

  .account_content_info {
    padding: 16px;
    border-radius: 28px;
    flex-direction: column;
    width: 100%;
    align-items: flex-start;
    gap: 8px;
  }

  .account_info {
    display: flex;
    padding: 12px;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;
    border-radius: 16px;
    background: var(--white-white-100, #FFF);
  }

  .account_info_text {
    width: 100%;
    justify-content: space-between;
  }
}

.registration {
  margin-top: 40px;
}

.registration .container {
  width: 900px;
}

.registration_content {
  display: none !important;
  width: 100%;
  transition: opacity 2.9s ease, transform 2.9s ease;
}

.registration_content.active {
  display: flex !important;
  animation: fadeIn 2s ease;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.registration .group2 {
  width: 100%;
}

.form-check-label {
  color: var(--dark-dark-60, #7A7C7F);
  /* text/text-14-regular */
  font-family: "Inter";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  width: 100%;
  /* 21px */
}

.form-check {
  display: flex !important;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
}

.feadback_black {
  color: var(--dark-dark-100, #212529);
  /* text/text-14-regular */
  font-family: "Inter";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

.feadback_black:hover {
  opacity: 0.7;
}

.form-label {
  color: #17171F;
  text-align: center;
  /* text/text-14-regular */
  font-family: "Inter";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 21px */
}

#crmForm {
  margin: auto;
}

.registration_content .name {
  padding: 0 10px 0px 0 !important;
}

.code {
  margin-top: 40px;
}

.form-control.is-invalid {
  border: 1px solid var(--feedback-error-100, #E90A3A) !important;
}

#loginForm {
  margin-right: 0;
  margin-left: 0;
}

#loginForm.row {
  padding-left: 0;
  padding-right: 0;
}

#loginForm .review_modal_login_desc {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.product-price:hover {
  color: #17171F;
}

.form_review {
  display: flex;
  flex-direction: column;
  gap: 12px;
  height: 100%;
  width: 100%;
}

.form_review_tab {
  display: flex;
  height: 48px;
  padding: 16px;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  border-radius: 12px;
  background: #F3F3F3 !important;
  border: none;
}

.form_review_tab:hover {
  border: 1px solid #A6A8A9 !important;
  background: #F4F4F4 !important;
}

.form_review_tab:focus {
  box-shadow: none !important;
  /* Убирает синюю тень при фокусе */
  outline: none !important;
  /* Убирает стандартный outline */
  border: 1px solid #4D5154 !important;
}

.form_review_text:focus {
  box-shadow: none !important;
  /* Убирает синюю тень при фокусе */
  outline: none !important;
  /* Убирает стандартный outline */
  border: 1px solid #4D5154 !important;
}

.form_review_info {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  gap: 20px;
  width: 100%;
}

.form_review_info_tab {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 76%;
}

.form_review_info_star {
  border: none;
  background: none;
}

.form_review_info_star img {
  width: 22px;
}

@media (max-width: 1204px) {
  .form_review_info {
    flex-direction: column;
    align-items: flex-start;
  }

  .form_review_info_tab {
    width: 100%;
  }
}

dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 0 !important;
}

ol,
ul {
  padding-left: 0 !important;
}

.product_img img {
  width: auto;
  height: 100%;
}


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