@charset "UTF-8";
.vfm__container.vfm--absolute.vfm--inset.vfm--outline-none {
  overflow: auto;
}

.vfm__content {
  overflow: auto;
}

.modals-form.modals-form-lg.form-one-click.delivery_price_wrap {
  margin-bottom: 40px;
}

.tcard-top-wrap {
  padding: 30px 0 20px 0;
}

.tcars-tabs-wrapper,
.dcars-tabs-wrapper {
  padding-top: 20px;
}

.tcard-top-row {
  display: flex;
}

.tcard-image-wrap {
  width: 431px;
}

.tcard-info-wrap {
  flex: 1 1 auto;
  padding-left: 60px;
  position: relative;
}

.tcatd-image {
  position: relative;
}

.tcatd-image img {
  width: 100%;
}

.tcard-icons {
  width: 32px;
  position: absolute;
  left: 0;
  top: 0;
}

.tcard-main-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
  margin-top: 28px;
}

.tcard-main-info {
  border-radius: 6px;
  border: 1px solid rgba(70, 83, 94, 0.08);
  background-color: rgb(245, 249, 252);
  padding: 24px 32px;
  min-width: 410px;
}

.tcard-main-info__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
}

.tcard-main-info__install-pay {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 8px;
}

.tcard-main-info__install-pay-price {
  font-size: 13px;
  font-weight: 800;
  line-height: 14px;
  letter-spacing: 0.2px;
  color: white;
  padding: 4px 6px;
  background-color: rgb(233, 134, 63);
  margin-right: 6px;
  margin-bottom: 0;
}

.tcard-main-info__install-pay-price-count {
  font-size: 13px;
  font-weight: 800;
  line-height: 14px;
  letter-spacing: 0.2px;
  color: rgb(24, 25, 27);
  margin-left: 6px;
}

.tcard-main-info__install-pay-price-info {
  width: 17px;
  height: 17px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin-left: 4px;
}

.tcard-main-info__install-pay-price-tooltip {
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 10;
  font-weight: 800;
  font-size: 15px;
  line-height: 15px;
  color: #18191B;
  padding: 10px;
  border: 1px solid #E0E2E4;
  background-color: #EEF5FB;
  display: none;
  border-radius: 4px;
  white-space: nowrap;
  transform: translate(-85px, 7px);
}

.tcard-main-info__status-group {
  display: grid;
  -moz-column-gap: 10px;
       column-gap: 10px;
  row-gap: 8px;
  grid-template-columns: repeat(2, max-content);
  align-items: center;
}

.product-available__status {
  font-size: 15px;
  font-weight: 800;
  line-height: 14px;
  color: rgb(24, 25, 27);
  text-transform: none;
  margin: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.product-available__status-yes::before {
  content: "";
  background: url(/site/images/check-circle.svg) no-repeat center/contain;
  width: 24px;
  height: 24px;
  margin-right: 8px;
}

.product-info__content p,
.product-info__content span {
  font-family: "Manrope", sans-serif !important;
  font-size: 16px !important;
  line-height: 21.6px !important;
  color: #18191B !important;
  font-weight: 400 !important;
}

.product-info__content strong {
  font-family: "Manrope", sans-serif !important;
  font-size: 16px !important;
  line-height: 21.6px !important;
  font-weight: 800 !important;
  color: #18191B !important;
}

.product-info__content a {
  font-family: "Manrope", sans-serif !important;
  font-size: 16px !important;
  line-height: 21.6px !important;
  font-weight: 800 !important;
  color: #2C5692 !important;
  text-decoration: none !important;
}

.product-date__item {
  font-size: 16px;
  font-weight: 400;
  line-height: 21.6px;
  color: #18191B;
}

.product-delivery__wrapper h3,
.product-payment__wrapper h3 {
  font-family: "Manrope", sans-serif;
  line-height: 21.6px;
  font-weight: 800;
  color: #18191B;
}

.product-info__paragraph {
  font-size: 16px;
  line-height: 21.6px;
  font-weight: 400;
  color: #18191B;
}

.tcard-main-info__delivery-time {
  font-size: 15px;
  font-weight: 800;
  line-height: 14px;
  color: rgb(24, 25, 27);
  display: flex;
  align-items: center;
}

.tcard-main-info__delivery-time::before {
  content: "";
  background: url(/site/images/delivery_terms_icon_new.svg) no-repeat center/contain;
  width: 24px;
  height: 24px;
  margin-right: 8px;
}

.tcard-main-info__btn-group {
  display: grid;
  row-gap: 10px;
  margin-top: 14px;
}

.tcard-main-group-chars-title {
  font-weight: 800;
  font-size: 16px;
  line-height: 21.86px;
  color: #18191B;
  margin-bottom: 0;
  padding-bottom: 12px;
}

.tcard-main-group-chars-list {
  display: grid;
  row-gap: 10px;
  margin-bottom: 20px;
}

.tcard-main-group-chars-list li {
  display: grid;
  align-items: center;
  grid-template-columns: max-content 1fr max-content;
}

.tcard-main-group-chars-list p {
  font-weight: 600;
  font-size: 13px;
  line-height: 17.76px;
  letter-spacing: 0.2px;
  color: #5C5F63;
  margin-bottom: 0;
}

.tcard-main-group-chars-list a,
.tcard-main-group-chars-list strong {
  font-weight: 700;
  font-size: 13px;
  line-height: 15.6px;
}

.tcard-main-group-chars-list a {
  color: #2C5692;
}

.tcard-main-group-chars-list strong {
  color: #18191B;
}

.tcard-main-group-chars-list__season.winter {
  color: #408CCA;
}

.tcard-main-group-chars-list__season-img {
  width: 14px;
  height: 14px;
}

.tcard-main-group-chars-list__separator {
  border-bottom: 1px dotted #5C5F63;
  margin-top: 7px;
  margin-left: 2px;
  margin-right: 4px;
}

.product-price__value span {
  font-size: 27px;
}

.product-price__value_complect {
  display: flex;
  flex-direction: column;
  font-size: 13px;
  line-height: 14px;
  letter-spacing: 0.2px;
  margin-left: 12px;
}

.product-price__value_complect p {
  margin-bottom: 0;
}

.product-price__value_complect p:first-child {
  font-weight: 800;
}

.product-price__value_complect p:last-child {
  font-weight: 700;
  color: #5C5F63;
}

.product-hero__gallery-brand-icon {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 74px;
  height: 23px;
}

.tcard-top-brand-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.tcard-top-brand {
  margin-left: auto;
}

.tcard-top-brand img {
  max-width: 91px;
}

.tcard-btns-top a {
  display: inline-block;
  font-family: "Open Sans Condensed";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  text-transform: uppercase;
  margin: 0 0 0 15px;
  padding-left: 28px;
  color: #0E8ECF;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left center;
}

.tcard-type {
  color: #94959A;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 24px;
  margin-right: 12px;
}

.tcard-top-info-row {
  display: flex;
  align-items: center;
  margin: 0 0 12px 0;
}

.tcard-rating svg {
  width: 20px;
}

.tcard-art {
  margin-left: auto;
  text-align: right;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 20.49px;
  color: #9E9E9E;
  position: absolute;
  right: 0;
  top: 0;
  margin-top: -55px;
}

.tcard-rating-count {
  font-weight: 800;
  font-size: 16px;
  line-height: 21.86px;
  color: #18191B;
  margin-top: 3px;
  margin-left: 12px;
  margin-bottom: 0;
}

.tcard-reviews-count {
  font-weight: 600;
  font-size: 13px;
  line-height: 17.76px;
  color: #2C5692;
  margin-top: 3px;
  margin-left: 12px;
  white-space: nowrap;
  cursor: pointer;
}

.tcard-favorites-btn-wrapper {
  display: flex;
  align-items: center;
  margin-left: 18px;
  gap: 6px;
}

.tcard-favorites-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  cursor: pointer;
}

.tcard-favorites-btn-text {
  font-weight: 600;
  font-size: 13px;
  line-height: 17.76px;
  letter-spacing: 0.21px;
  color: #E9863F;
  white-space: nowrap;
}

.tcard-title {
  font-style: normal;
  font-weight: 800;
  font-size: 38px;
  line-height: 38px;
  color: #18191B;
}

.tcard-title.unavailable {
  font-size: 30px;
  line-height: 40.98px;
  letter-spacing: -0.8px;
  padding-bottom: 14px;
}

.tcard-tags-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 16px;
}

.tcard-tags-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  padding: 5px 16px 5px 8px;
  border: 1px solid;
}

.tcard-tags-item:not(:last-child) {
  margin-right: 10px;
}

.tcard-tags-item p {
  font-weight: 700;
  font-size: 15px;
  line-height: 16.5px;
  padding-left: 8px;
  margin-bottom: 0;
}

.tcard-tags-item svg {
  width: 24px;
  height: 24px;
}

.tcard-tags-item.keep-tyres,
.tcard-tags-item.favorites,
.tcard-tags-item.free-oil-change {
  border-color: rgba(233, 134, 63, 0.38);
}

.tcard-tags-item.keep-tyres p,
.tcard-tags-item.favorites p,
.tcard-tags-item.free-oil-change p {
  color: rgb(233, 134, 63);
}

.tcard-tags-item.free-montage {
  border-color: rgba(43, 180, 114, 0.38);
}

.tcard-tags-item.free-montage p {
  color: rgb(43, 180, 114);
}

ul.tcard-datails {
  font-family: "Open Sans Condensed";
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 110%;
  margin: 0 0 25px;
}

ul.tcard-datails li {
  display: inline-block;
  padding-left: 16px;
  position: relative;
  margin-right: 19px;
}

ul.tcard-datails li:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background: #278ecf;
  border-radius: 17px;
  left: 0;
  top: 5px;
}

.suit-status-btn {
  background-repeat: no-repeat;
  background-image: url(/site/images/podbor-po-avto-btn-bg.png);
  background-size: contain;
  background-position: 0 0;
  height: 40px;
  width: 100%;
  color: #2C5692;
  font-weight: 700;
  font-size: 16px;
  font-family: inherit;
  line-height: 21.86px;
  border: 1px solid rgb(171, 187, 211);
  border-radius: 3px;
  transition: all 0.3s ease;
  display: grid;
  grid-auto-flow: column;
  grid-column: span 2;
  gap: 5px;
  align-items: center;
  justify-content: center;
  margin: 0;
  white-space: nowrap;
}

.suit-status-btn:hover {
  text-decoration: none;
}

p.suit-status-btn {
  margin: 0px;
  margin-top: 14px;
}

.available-status {
  margin: 40px 0 50px;
}

.tcard-ats-title {
  font-weight: 800;
  font-size: 16px;
  line-height: 21.86px;
  color: #18191B;
  margin-bottom: 12px;
}

.tcard-ats-list-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.tcard-ats {
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  border: 1px solid #EEF0F2;
  background-color: #F5F9FC;
  transition: 0.3s ease-in-out;
  width: 49px;
  height: 48px;
}

.tcard-ats:hover {
  background-color: #EEF5FB;
  border-color: #EEF5FB;
}

.tcard-ats:not(:last-child) {
  margin-right: 12px;
}

/* .tcard-ats:nth-child(1) img {
    width: 24px;
    height: 24px;
}

.tcard-ats:nth-child(2) img {
    width: 30px;
    height: 18px;
}

.tcard-ats:nth-child(3) img {
    width: 31px;
    height: 31px;
}

.tcard-ats:nth-child(4) img {
    width: 27px;
    height: 27px;
}

.tcard-ats:nth-child(5) img {
    width: 28px;
    height: 22px;
} */
.tcard-ats-tooltip {
  z-index: 10;
  padding: 10px;
  border: 1px solid #E0E2E4;
  background-color: #EEF5FB;
  color: #18191B;
  font-weight: 800;
  font-size: 15px;
  line-height: 15px;
  border-radius: 4px;
  white-space: nowrap;
}

.tcard-ats-tooltip:before {
  content: "";
  position: absolute;
  z-index: 1;
  width: 12px;
  height: 20px;
  background: url(/site/images/tooltip-top-arrow.svg) no-repeat center/contain;
  top: -13px;
  left: 50%;
  margin-left: -8px;
}

.tcard-ats span {
  border-bottom: 1px dashed;
}

.tcard-tabs-item {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 18px;
  line-height: 21.6px;
  cursor: pointer;
  padding-top: 8px;
  color: #18191B;
  transition: 0.3s ease-in-out;
}

.tcard-tabs-item:not(:last-child) {
  margin-right: 24px;
}

.tcard-tabs-item p {
  padding-bottom: 12px;
  border-bottom: 2px solid transparent;
  transition: 0.3s ease-in-out;
  margin-bottom: 0;
}

.tcard-tabs-item.active {
  color: #2C5692;
}

.tcard-tabs-item.active p {
  border-bottom-color: #2C5692;
}

.tcard-tabs {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.tcard-tb {
  padding-top: 30px;
}

.tcard-tb-col-title {
  font-weight: 800;
  font-size: 16px;
  line-height: 21.86px;
  color: #18191B;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #DFE2E4;
}

.tcard-tb-info-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 10px;
}

.tcard-tb-info-row span {
  font-weight: 600;
  font-size: 15px;
  line-height: 20.49px;
  color: #5C5F63;
  letter-spacing: 0.2px;
}

.tcard-tb-info-row div,
.tcard-tb-info-row a {
  font-weight: 700;
  font-size: 15px;
  line-height: 18px;
}

.tcard-tb-info-row div {
  color: #18191B;
  text-align: right;
}

.tcard-tb-info-row a {
  color: #2C5692;
}

.tcard-tb-col {
  margin: 0 0 25px;
  padding: 0 40px 0 0;
}

h2.tcars-title-sm {
  font-weight: 700;
  font-size: 32px;
  line-height: 32px;
  color: #18191B;
  margin-bottom: 16px;
}

.tcard-tags-listing a {
  font-weight: 800;
  font-size: 16px;
  line-height: 21.86px;
  color: #2C5692;
  display: inline-block;
  margin: 0 12px 8px 0;
}

.tcard-tags-listing {
  margin: 0 0 28px;
}

.tcard-table-head {
  font-weight: 800;
  font-size: 16px;
  line-height: 21.86px;
  color: #18191B;
  padding: 16px 30px 17px 30px;
  background-color: #F6F7F8;
  text-align: left;
}

.tcard-table-head.oil-brand-name {
  padding-left: 80px;
  min-width: clamp(41.25rem, 24.4231rem + 19.2308vw, 47.5rem);
}

.tcard-table-text {
  font-weight: 700;
  font-size: 16px;
  line-height: 21.86px;
  color: #18191B;
  padding: 10px 30px 10px 30px;
}

div.tcard-table-text {
  display: flex;
}

.tcard-table-wrap .row {
  margin: 0;
}

.tcard-table-wrap .row > div[class^=col-] {
  padding: 0;
}

.tcard-table-listing a,
.tcard-links-sm-wrap a {
  font-weight: 700;
  font-size: 16px;
  line-height: 21.86px;
  color: #2C5692;
}

.tcard-table-listing span {
  font-weight: 400;
  font-size: 16px;
  line-height: 21.86px;
  color: #18191B;
  width: 300px;
  min-width: 300px;
  display: inline-block;
}

.tcard-links-sm-wrap {
  display: inline-block;
}

.tcard-links-sm-wrap a {
  display: inline-block;
  margin: 0 14px 5px 0;
}

.tcard-table-listing > .row {
  border-bottom: 1px solid #F2F2F2;
}

.tcard-adt-goods-wrap p {
  font-weight: 600;
  font-size: 15px;
  line-height: 20.49px;
  color: #444444;
  margin: 0 0 28px;
}

.tcard-adt-goods-wrap p a,
.tcard-adt-goods-wrap p a:hover {
  color: inherit;
}

.tcard-adt-goods-wrap p a b {
  font-weight: 600;
}

.tcard-table-listing {
  margin: 0;
}

table.tcard-table {
  width: 100%;
}

table.tcard-table tr {
  border-bottom: 1px solid #F2F2F2;
}

.no-wrap {
  white-space: nowrap;
}

a.tcad-text-img.tcad-text-img-static {
  background-size: 33px;
}

.tcard-success-lg {
  font-weight: 700;
  font-size: 16px;
  line-height: 21.86px;
  display: flex;
  align-items: center;
  color: #18191B;
  white-space: nowrap;
}

.tcard-success-lg::before {
  content: "";
  background: url(/site/images/check-circle.svg) no-repeat center/contain;
  width: 24px;
  height: 24px;
  margin-right: 8px;
}

.tcad-text-img {
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left center;
  padding: 14px 0 14px 40px;
}

.tcad-text-img.tcad-text-img-sm {
  padding: 5px 0 5px 35px;
  background-size: 24px;
}

.inline-block {
  display: block;
  float: left;
  width: 80px;
  height: 49px;
  line-height: 50px;
}

a.tcard-btn-link {
  font-weight: 700;
  font-size: 16px;
  line-height: 21.86px;
  display: inline-block;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #2C5692;
  margin: 0 15px;
  padding: 8px 15px 10px 15px;
  height: 40px;
  border-radius: 4px;
  border: 1px solid rgba(44, 86, 146, 0.4);
  margin-top: 6px;
}

a.tcard-btn-link::before {
  content: " Посмотреть ";
}

table.tcard-table td {
  vertical-align: middle;
}

.tcard-fav {
  color: #AFBA33 !important;
}

table.tcard-table-transparent {
  width: 100%;
}

table.tcard-table-transparent th {
  font-weight: 800;
  font-size: 16px;
  line-height: 21.86px;
  color: #18191B;
  padding: 13px 0;
}

.tcard-tt-name {
  font-weight: 800;
  font-size: 16px;
  line-height: 21.86px;
  color: #18191B;
  display: flex;
  align-items: center;
  margin: 0 0 9px;
}

.tcatd-tt-link {
  font-weight: 800;
  font-size: 16px;
  line-height: 21.86px;
  display: flex;
  align-items: center;
  color: #2C5692;
  background-image: url(/site/images/placemark.png);
  background-repeat: no-repeat;
  padding-left: 14px;
  background-position: left center;
  cursor: pointer;
}

table.tcard-table-transparent td {
  padding: 27px 0;
}

.tcard-tt-line {
  font-weight: 800;
  font-size: 16px;
  line-height: 21.86px;
  color: #18191B;
}

.tcard-tt-line span {
  font-weight: 400;
  font-size: 16px;
  line-height: 21.86px;
}

table.tcard-table-transparent tbody tr {
  border-bottom: 1px solid #ddd;
}

.tcard-tt-listing-row {
  font-weight: 800;
  font-size: 16px;
  line-height: 21.86px;
  display: flex;
  margin: 0 0 6px;
  color: #18191B;
}

.tcard-tt-placeholder {
  flex: 1 1 auto;
  border-bottom: 1px dotted #000;
  margin: 0 9px;
  margin-bottom: 5px;
}

.tcard-tt-listing-row.success-line {
  color: rgb(43, 180, 114);
}

.tcard-tt-line span img {
  margin: 0 5px;
}

.tcard-unavailable-wrap {
  height: -moz-max-content;
  height: max-content;
  display: flex;
  flex-direction: column;
  padding: 20px;
  padding-top: 0;
  margin: 0 0 12px;
}

.tcard-unavailable-wrap__wrapper {
  display: flex;
  flex-direction: column;
}

.tcard-unavailable-wrap .available-status {
  margin: 0 0 18px;
}

.tcard-price-wrap {
  font-style: normal;
  font-weight: 900;
  font-size: 31px;
  line-height: 31px;
  display: flex;
  color: #408CCA;
  align-items: baseline;
  margin: 0 0 25px;
}

.tcard-price-wrap span {
  font-size: 20px;
  margin-left: 10px;
  color: #444444;
}

.tcard-unavailable-wrap .my-button {
  justify-content: center;
  margin: 0 0 14px;
}

.tcard-unavailable-wrap .suit-status-btn {
  text-align: center;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  background-color: white;
  font-size: 14px;
}

.tcard-unavailable__analog-btn-link {
  font-weight: 700;
  font-size: 16px;
  line-height: 19.2px;
  letter-spacing: 0.2px;
  color: white;
  background-color: #2C5692;
  width: 100%;
  max-width: 270px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  margin-bottom: 14px;
}

.tcard-text-sm {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 120%;
  margin-bottom: 15px;
  color: #444444;
}

.tcard-lth {
  display: inline-block;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 120%;
  /* identical to box height, or 34px */
  text-align: center;
  color: #FF4343;
  vertical-align: middle;
  margin-right: 15px;
  position: relative;
}

.tcard-sale {
  display: inline-block;
  font-family: "Open Sans Condensed";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  /* identical to box height, or 18px */
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  background: #FF4343;
  border-radius: 4px;
  padding: 7px 20px;
  vertical-align: middle;
}

.tcard-sale-wrap {
  margin: 40px 0 15px;
}

.tcard-lth:before {
  content: "";
  height: 1px;
  width: 100%;
  background: red;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 16px;
  transform: rotate(-15deg);
}

a.text-bold {
  font-weight: 800;
  text-decoration: underline;
}

.tcard-brand-anchor {
  scroll-margin-top: 162px;
}

.tcard-adt-goods-wrap {
  margin-top: 20px;
}

/*delivery price modal*/
.n-delivery-btn-wrap {
  display: grid;
  align-items: center;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-top: 16px;
}

.n-delivery-btn-wrap .suit-status-btn {
  margin-top: 0;
}

.n-delivery-btn-wrap .add-review-button {
  order: -1;
  grid-column: span 2;
}

.n-delivery-btn-wrap .delivery-price-button {
  grid-column: span 2;
}

a.tcard-image-inside:hover {
  text-decoration: none;
}

.modals-form.modals-form-lg {
  max-width: 1200px !important;
}

.nd-title {
  color: #444;
  font-family: Manrope;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 19.2px */
  margin: 0 0 15px;
}

.nd-form-group {
  position: relative;
  margin: 0 0 14px;
}

.nd-form-group label {
  position: absolute;
  color: #4A4A4A;
  font-family: Roboto;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 15.6px */
  left: 21px;
  margin: 0;
  top: 7px;
}

.nd-form-group select {
  width: 100%;
  color: #000;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 19.2px */
  padding: 21px 16px 11px;
  border-radius: 5px;
  border: 1px solid #F1F2F3;
}

.nd-info-row {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  margin: 0 0 45px;
}

.nd-info span {
  color: #4A4A4A;
  font-family: Roboto;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 15.6px */
}

.nd-info div {
  color: #444;
  font-family: Manrope;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 19.2px */
}

.nd-table-wrap {
  border-radius: 5px;
  background: #F6F9FC;
}

table.nd-table th {
  color: #18191B;
  font-family: Manrope;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.2px;
}

table.nd-table td {
  /* 19.2px */
  background: #fff;
  padding: 8px;
  color: var(--Text, #18191B);
  font-family: Manrope;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 19.2px */
  border-radius: 5px;
}

table.nd-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 13px;
  vertical-align: middle;
}

table.nd-table tr td:last-child {
  white-space: nowrap;
}

table.nd-table td a {
  color: #1E9CDB;
  border-bottom: 1px dashed;
  display: inline-block;
}

table.nd-table td img {
  margin: 5px 0 0;
}

table.nd-table tr.active td {
  background: #0E8ECF;
  color: #fff;
}

table.nd-table tr.active td a {
  color: #fff;
}

.nd-map {
  display: flex;
  min-height: 260px;
  width: 100%;
}

.nd-map > div {
  display: flex;
  width: 100%;
}

.nd-info-sm {
  color: #444;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 19.2px */
  margin-top: 30px;
}

a.tcard-image-inside.my-button {
  white-space: nowrap;
}

.nb-btn-wrap {
  text-align: center;
  margin: 30px 0 20px;
}

.tcars-accordeon-wrapper {
  display: none;
}

.popular-goods-component .n-listing-item-img img {
  height: 200px;
}

@media (max-width: 480px) {
  a.tcard-btn-link {
    margin: auto;
  }
}
@media (max-width: 1400px) {
  .tcard-image-wrap {
    width: 300px;
  }
  .my-button {
    padding: 15px;
    line-height: 1.3;
  }
  .tcard-tabs-item {
    font-size: 17px;
  }
  .tcard-tb-info-row span {
    font-size: 13px;
  }
  .tcard-tb-info-row div {
    font-size: 13px;
  }
  .tcard-table-text {
    padding: 15px;
  }
  .tcard-table-head {
    padding: 15px;
  }
}
@media (max-width: 1200px) {
  .tcard-table-text {
    color: #444444;
  }
  table.tcard-table tr {
    display: grid;
    align-items: center;
    grid-template-columns: min-content repeat(3, 1fr);
    padding-bottom: 7px;
  }
  .tcard-table-text--season {
    grid-column: 3/span 2;
    grid-row: 1;
    justify-self: flex-end;
  }
  .tcard-table-text--tyre,
  .tcard-table-text--disc {
    grid-column: span 4;
    grid-row: 2;
  }
  .tcard-table-text--is-available {
    grid-column: span 2;
    grid-row: 3;
  }
  .tcard-table-text--price {
    grid-column: span 2;
    grid-row: 3;
    justify-self: flex-end;
    font-size: 18px;
  }
  .tcard-table-text--link {
    grid-column: span 4;
  }
  a.tcad-text-img.tcard-text-img--tyre,
  a.tcad-text-img.tcard-text-img--disc {
    background-size: 48px;
    padding-left: 65px;
  }
  .tcad-text-img.tcad-text-img-sm.tcard-text-img--season {
    padding: 5px 0 5px 22px;
  }
  .product-payment__wrapper {
    margin-top: 24px;
  }
  .product-delivery__date-block {
    margin-top: 24px;
  }
  .product-info__content {
    padding-top: 24px;
  }
  .tcars-tabs-wrapper,
  .dcars-tabs-wrapper {
    display: none;
  }
  .tcars-accordeon-wrapper {
    display: block;
    padding-top: 61px;
  }
  .tcard-main-wrapper:has(.tcard-ats.opened) .tcars-accordeon-wrapper {
    padding-top: 40px;
  }
  .tcars-accordeon {
    padding-bottom: 23px;
    border-bottom: 1px solid #DFE2E4;
  }
  .tcars-accordeon:not(:first-child) {
    margin-top: 21px;
  }
  .tcars-accordeon-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .tcars-accordeon-top p {
    font-weight: 700;
    font-size: 18px;
    line-height: 21.6px;
    margin-bottom: 0;
  }
  .tcard-tb-content {
    padding-top: 24px;
  }
  .n-delivery-btn-wrap {
    grid-template-columns: 1fr;
  }
  /* .n-delivery-btn-wrap .delivery-price-button, .n-delivery-btn-wrap .add-review-button {  
      grid-column: 1;
  } */
  .product-price__value_complect p:first-child {
    font-weight: 600;
    margin-right: 2px;
  }
  .product-price__value_complect {
    flex-direction: row;
    margin-left: 0;
    color: #5C5F63;
  }
  .tcard-main-info {
    padding: 20px;
  }
  .tcard-main-aside {
    order: -1;
  }
  .tcard-main-group-chars {
    display: none;
  }
  .tcard-main-grid {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin-top: 22px;
  }
  .tcard-main-group {
    margin-top: 16px;
  }
  .tcard-ats-title {
    font-size: 18px;
    line-height: 21.6px;
  }
  .product-gallery__paggination {
    margin-top: 17px;
  }
  .product-gallery__swiper {
    border: none;
    height: 271px;
  }
  .product-hero__gallery__property-icon-container {
    margin-right: 0;
    margin-top: 8px;
  }
  .tcard-tags-list {
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    margin-bottom: 24px;
    scrollbar-width: none;
  }
  .tcard-tags-list::-webkit-scrollbar {
    display: none;
  }
  .tcard-top-info-row {
    margin: 0 0 10px 0;
  }
  .tcard-image-wrap {
    width: 270px;
  }
  .tcard-title {
    font-size: 24px;
    line-height: 27.84px;
    margin-bottom: 12px;
  }
  .tcard-title.unavailable {
    font-size: 22px;
    line-height: 28.6px;
  }
  .tcard-art {
    font-size: 19px;
  }
  .product-price__value {
    margin-bottom: 5px;
  }
  .product-hero__cart.cart__product__control__container {
    display: block;
  }
  .product-hero__gallery-brand-icon {
    display: block;
  }
  .tcard-rating-count {
    margin-left: 8px;
  }
  .tcard-reviews-count {
    margin-left: 8px;
  }
  .available-status {
    margin: 20px 0;
  }
  table.nd-table td a {
    border: none;
    text-decoration: underline;
  }
  .tcard-tabs-item {
    padding: 20px 0;
    font-size: 15px;
    flex: 1 1 auto;
  }
  .tcard-tabs-item:before {
    width: 15px;
    height: 15px;
    margin-right: 4px;
    border-width: 2px;
  }
  .tcard-tb-title {
    margin: 0 0 20px;
    font-size: 30px;
  }
  .tcard-tb {
    padding: 20px;
  }
  .tcard-tags-listing a {
    font-size: 19px;
    margin: 0 10px 10px 0;
  }
  h2.tcars-title-sm {
    font-size: 24px;
    line-height: 28.8px;
    margin: 0 0 16px;
  }
  .tcard-adt-goods-wrap p {
    font-size: 15px;
    line-height: 20.49px;
    margin-bottom: 24px;
    max-width: 30ch;
  }
  .tcard-table thead {
    display: none;
  }
  .tcard-success-lg {
    white-space: nowrap;
  }
  a.tcard-btn-link {
    display: block;
    margin-right: auto;
    max-width: 345px;
  }
  .tcard-tb-col {
    padding: 0 20px 0 0;
  }
  .modals-form.modals-form-lg {
    max-width: 95% !important;
    margin-top: 20px;
    padding: 20px;
  }
  .nd-map > div > ymaps {
    max-width: 100%;
  }
}
@media (max-width: 992px) {
  .tcard-top-row {
    flex-wrap: wrap;
  }
  .tcard-top-wrap {
    padding: 20px;
  }
  .tcard-image-wrap {
    width: 100%;
  }
  .tcard-info-wrap {
    padding: 0;
  }
  .tcard-tabs {
    flex-wrap: wrap;
  }
  .tcard-tabs-item {
    width: 33%;
    max-width: 33%;
  }
  .tcard-tabs-item.active:before {
    width: 15px;
    height: 15px;
  }
  .tcard-tabs-item {
    padding: 10px;
    justify-content: center;
  }
  table.tcard-table-transparent th {
    font-size: 14px;
  }
  table.tcard-table-transparent td {
    padding: 20px 0;
  }
  .tcard-tt-name {
    font-size: 16px;
  }
  .tcatd-tt-link {
    font-size: 15px;
  }
  .tcard-tt-line, .tcard-tt-line span {
    font-size: 14px;
  }
  .tcard-tt-listing-row {
    font-size: 14px;
  }
  .nd-bottom-content {
    margin: 15px 0 0;
  }
}
@media (max-width: 768px) {
  .tcard-main-info__status-group {
    grid-template-columns: max-content 1fr;
  }
  .tcard-top-wrap {
    padding: 0;
    padding-bottom: 20px;
    border: none;
  }
  .tcard-top-brand-wrap {
    display: none;
  }
  .tcard-btns-top a {
    font-size: 14px;
    margin-left: 10px;
    padding-left: 21px;
  }
  ul.breadcrumbs {
    padding: 0;
  }
  ul.breadcrumbs li:has(.breadcrumb_item-link):not(:first-child) {
    display: none;
  }
  ul.breadcrumbs li:has(.breadcrumb_item-link)::before {
    content: "...";
    font-size: 15px;
    line-height: 20.49px;
    color: #2C5692;
  }
  ul.breadcrumbs li:has(.breadcrumb_item-link) span[itemprop=name] {
    display: none;
  }
  .tcard-type {
    font-size: 16px;
    line-height: 16px;
  }
  .tcard-art {
    font-size: 16px;
    display: none;
  }
  .product-gallery {
    margin: 0;
  }
  ul.tcard-datails {
    display: none;
  }
  .my-button {
    height: 55px;
  }
  .suit-status-btn {
    width: 100%;
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }
  button.suit-status-btn {
    background-image: none;
    line-height: 1.3;
  }
  .tcard-tabs-item {
    width: 100%;
    max-width: 100%;
    padding: 15px 0;
  }
  .tcard-tabs-item:before {
    margin-left: -20px;
  }
  .tcard-tb-title {
    font-size: 22px;
    margin: 0 0 30px;
  }
  .tcard-tb {
    padding: 30px 15px;
  }
  h2.tcars-title-sm {
    font-size: 22px;
  }
  .tcard-tags-listing {
    display: none;
  }
  div.tcard-table-head {
    display: none;
  }
  .tcard-table-text {
    padding: 5px 0;
    flex-wrap: wrap;
  }
  .tcard-table-listing span {
    font-size: 15px;
    margin: 0 0 4px;
    min-width: 100%;
  }
  .tcard-table-listing > .row {
    padding: 0 0 10px;
    margin-bottom: 15px;
  }
  th.tcard-table-head {
    padding: 10px 5px;
    white-space: nowrap;
    font-size: 14px;
  }
  .tcard-success-lg {
    font-size: 14px;
  }
  td.tcard-table-text {
    padding: 5px;
  }
  table.tcard-table-transparent thead {
    display: none;
  }
  table.tcard-table-transparent tbody tr {
    display: flex;
    flex-direction: column;
    border: none;
    padding: 0 0 15px;
  }
  table.tcard-table-transparent td {
    display: block;
    padding: 6px 0;
  }
  .tcard-tt-name, .tcatd-tt-link {
    display: inline-block;
  }
  .tcard-tt-name {
    margin: 0 11px 0 0;
  }
  .tcard-tt-line span {
    display: block;
    margin: 8px 0 0;
  }
  .tcard-tt-line span img {
    margin: 0;
  }
  .tcard-unavailable-wrap {
    width: 100%;
    padding: 0;
  }
  .tcard-unavailable__analog-btn-link {
    max-width: 100%;
  }
  .product-price__value span {
    font-size: 23px;
  }
  a.tcard-image-inside.my-button {
    white-space: nowrap;
    width: 100%;
  }
  .modals-form .modals-header .title {
    font-size: 22px !important;
    font-style: normal;
    font-weight: 800 !important;
    line-height: 23.1px !important;
  }
  .nd-title {
    font-family: Roboto;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
  }
  .nd-info-row {
    margin: 0 0 20px;
  }
  table.nd-table thead {
    display: none;
  }
  table.nd-table tr td:last-child {
    display: none;
  }
  table.nd-table td {
    font-size: 11px;
    white-space: nowrap;
  }
  table.nd-table td a {
    white-space: normal;
    font-size: 13px;
    line-height: 1.2;
  }
  table.nd-table tr td:first-child {
    white-space: normal;
    vertical-align: middle;
  }
  table.nd-table td img {
    display: none;
  }
  .nd-info-sm {
    font-size: 12px;
    margin: 15px 0 0;
  }
}
@media (max-width: 350px) {
  .suit-status-btn {
    display: flex;
    flex-wrap: wrap;
    height: auto;
  }
}
@media (max-width: 576px) {
  .tcard-main-info {
    min-width: 100%;
  }
  a.tcard-image-inside.my-button {
    display: block;
    width: 100%;
    text-align: center;
  }
  .tcard-ats-tooltip {
    white-space: normal;
  }
}
@media (min-width: 992px) {
  .modals-form {
    max-width: 700px !important;
  }
}
