
/********************************  Вкладки / Табы  *********************************/
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 0;
	border-bottom: 4px solid var(--template-main-bg);
}

/* PARTSSTART FOOTER PAYMENT v1 */
.footer-payment {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px;
    margin-top: 7px;
}

.footer-payment__item,
.footer-payment__acquirer {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    width: 62px;
    height: 28px;
    padding: 5px 7px;
    background: #fff;
    border: 1px solid #ddd8ce;
    border-radius: 8px;
    color: #202124;
    font-size: 10px;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
}

.footer-payment__item img {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 16px;
    object-fit: contain;
}

.footer-payment__item--epay {
    width: 76px;
}

.footer-payment__item--epay img {
    max-height: 18px;
}

@media (min-width: 768px) {
    .footer-payment {
        flex-wrap: nowrap;
        gap: 5px;
    }

    .footer-payment__item {
        flex: 0 0 auto;
        width: 54px;
        height: 28px;
        padding: 4px 6px;
    }

    .footer-payment__item--epay {
        width: 74px;
        background: #202124;
        border-color: #202124;
    }

    .footer-payment__item--epay img {
        max-width: 60px;
        max-height: 19px;
    }

    .footer-payment__item:nth-child(4) {
        width: 60px;
    }

    .footer-payment__item:nth-child(5) {
        width: 66px;
    }

    .footer-payment__item:nth-child(6) {
        width: 68px;
    }

    .footer-payment__item:nth-child(5) img {
        max-height: 18px;
    }

    .footer-payment__item:nth-child(6) img {
        max-width: 58px;
        max-height: 17px;
    }
}

.footer-payment__security {
    margin-top: 7px;
    color: #5f6368;
    font-size: 11px;
    line-height: 1.35;
}

/* PARTSSTART FOOTER PAYMENT v2: official marks without containers */
.footer-payment {
    gap: 14px;
}

.footer-payment__item {
    width: auto;
    height: 20px;
    padding: 0;
    background: transparent;
    border: 0;
    border-radius: 0;
}

.footer-payment__item img {
    width: auto;
    max-width: none;
    height: 20px;
    max-height: none;
}

.footer-payment__item--epay,
.footer-payment__item--epay img {
    width: auto;
    height: 20px;
    max-height: none;
    background: transparent;
    border-color: transparent;
}

@media (min-width: 768px) {
    .footer-payment {
        gap: 14px;
    }

    .footer-payment__item,
    .footer-payment__item--epay,
    .footer-payment__item:nth-child(4),
    .footer-payment__item:nth-child(5),
    .footer-payment__item:nth-child(6) {
        width: auto;
        height: 20px;
        padding: 0;
        background: transparent;
        border: 0;
    }

    .footer-payment__item img,
    .footer-payment__item--epay img,
    .footer-payment__item:nth-child(5) img,
    .footer-payment__item:nth-child(6) img {
        width: auto;
        max-width: none;
        height: 20px;
        max-height: none;
    }
}

@media (max-width: 767px) {
    .footer-payment {
        gap: 10px 12px;
    }

    .footer-payment__item,
    .footer-payment__item img {
        height: 18px;
    }
}

/* Optical alignment: source SVGs have different internal clear space.
   Target: one visible (not canvas) height across payment brands. */
@media (min-width: 768px) {
    .footer-payment__item:nth-child(1) img { height: 14px; } /* Halyk */
    .footer-payment__item:nth-child(2) img { height: 32px; } /* Visa */
    .footer-payment__item:nth-child(3) img { height: 27px; } /* Mastercard */
    .footer-payment__item:nth-child(4) img { height: 18px; } /* Apple Pay */
    .footer-payment__item:nth-child(5) img { height: 21px; } /* Google Pay */
    .footer-payment__item:nth-child(6) img { height: 16px; } /* Kaspi.kz */
}

.footer-payment__item--secure {
    width: auto;
    min-width: 72px;
    padding-right: 8px;
    padding-left: 8px;
}

.footer-payment__group {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 3px;
    border: 1px solid #c4932f;
    border-radius: 10px;
}

.footer-payment__group .footer-payment__item,
.footer-payment__group .footer-payment__acquirer {
    height: 22px;
    border: 0;
}

.footer-payment__group .footer-payment__item {
    width: 48px;
    padding: 3px 5px;
}

.footer-payment__group .footer-payment__item img {
    max-height: 13px;
}

.footer-payment__acquirer {
    width: 38px;
    padding: 3px;
    background: #0a2972;
    color: #fff;
    font-size: 11px;
}

.footer-payment__item:focus-visible {
    outline: 2px solid #e7b84d;
    outline-offset: 2px;
}

@media (max-width: 767px) {
    .footer-payment {
        gap: 5px;
    }

    .footer-payment__item,
    .footer-payment__acquirer {
        height: 26px;
    }
}
.tab-content .search_tab_car_letter {
    color: var(--template-main-bg);
}
.nav-tabs {
    white-space: nowrap;
    overflow: auto;
    margin-bottom: -1px;
    border-bottom: none;
	margin-top: 40px;
}
.nav-tabs>li {
    float: none;
    margin-bottom: 0px;
	display: inline-block;
}
.nav-tabs li a {
    color: unset;
	border: none;
}
.nav-tabs li a:hover {
    background-color: unset;
}
.nav-tabs>li>a:hover {
    border-color: unset;
    border: none;
    color: var(--template-link-color-hover);
}
.nav-tabs + .tab-content {
    padding: 15px;
    border-top: solid 1px var(--template-main-bg);
    border-left: solid 1px var(--template-main-bg);
    border-right: solid 1px var(--template-main-bg);
    border-bottom: solid 1px var(--template-main-bg);
    overflow: hidden;
    background: none;
    color: unset;
}
.nav-tabs + .tab-content .form-control{
	box-shadow:none;
}
.nav-tabs + .tab-content .input-group-btn .btn-default{
	color: var(--template-main-color);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, var(--template-main-bg)), color-stop(1, var(--template-main-bg-gradient)));
	background: -moz-linear-gradient(top, var(--template-main-bg) 5%, var(--template-main-bg-gradient) 100%);
	background: -webkit-linear-gradient(top, var(--template-main-bg) 5%, var(--template-main-bg-gradient) 100%);
	background: -o-linear-gradient(top, var(--template-main-bg) 5%, var(--template-main-bg-gradient) 100%);
	background: -ms-linear-gradient(top, var(--template-main-bg) 5%, var(--template-main-bg-gradient) 100%);
	background: linear-gradient(to bottom, var(--template-main-bg) 5%, var(--template-main-bg-gradient) 100%);
	background-color: var(--template-main-bg);
	border: 1px solid var(--template-main-bg-gradient);
}
/***********************************************************************************/
.section-title{
	border-bottom: solid 1px var(--template-main-bg);
    padding-bottom: 5px;
    margin-top: 39px;
    color: #000;
	font-size: 1.8em;
}
.section-title:before{
	content: '\f054\f054\f054';
    font-weight: normal;
    display: inline-block;
    font-family: FontAwesome;
    margin-right: 10px;
    margin-bottom: 2px;
    font-size: 16px;
    line-height: 0;
    vertical-align: middle;
    color: var(--template-main-bg);
	letter-spacing:-3px;
}
#showRestyle_1.showRestyle_current, 
#showRestyle_2.showRestyle_current, 
#showRestyle_3.showRestyle_current {
	background-color: var(--template-main-bg)!important;
	border: 1px solid var(--template-main-bg)!important;
}

@media screen and (max-width: 991px) {
	.list_div {
		padding-top: 5px;
		padding-bottom: 5px;
	}
}

@media (max-width: 767px){
	.nav-tabs:before {
		content: "\f07e";
		font-weight: normal;
		display: inline-block;
		font-family: FontAwesome;
		position: absolute;
		right: 15px;
		font-size: 12px;
		line-height: 12px;
		    z-index: 1;
	}
	input[name="send_vin_zapros"] + .table>tbody>tr>td, 
	input[name="send_vin_zapros"] + .table>tbody>tr>th, 
	input[name="send_vin_zapros"] + .table>tfoot>tr>td, 
	input[name="send_vin_zapros"] + .table>tfoot>tr>th, 
	input[name="send_vin_zapros"] + .table>thead>tr>td, 
	input[name="send_vin_zapros"] + .table>thead>tr>th
	{
		display: block;
	}
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
	.tab-content .active > .search_tab_car_ul:nth-child(2) {
		padding-left: 0 !important;
	}
}

.ui-widget-header {
    background: var(--template-main-bg) !important;
}

.popup_count_div {
    border: 1px solid var(--template-main-bg) !important;
}
.productsCountBox > A, 
.productsCountBox > A:active, 
.productsCountBox > A:hover {
    background: var(--template-main-bg) !important;

}
/* PARTSSTART PAYMENT LOGOS v2 */

.footer__pay_box {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;

    width: 104px !important;
    height: 38px !important;

    margin: 0 5px 6px 0 !important;
    padding: 5px 9px !important;

    background: #fff !important;
    border: 1px solid #d8d3c8 !important;
    border-radius: 6px !important;

    box-sizing: border-box !important;
    vertical-align: top !important;

    transition:
        border-color .15s ease,
        box-shadow .15s ease !important;
}

.footer__pay_box:hover {
    border-color: #c99524 !important;
    box-shadow: 0 1px 4px rgba(32,33,36,.08) !important;
}

.footer__pay_logo {
    width: 82px !important;
    height: 25px !important;

    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

/* Мобильная версия */
@media (max-width: 767px) {
    .footer__pay_box {
        width: 94px !important;
        height: 36px !important;
        padding: 5px 8px !important;
    }

    .footer__pay_logo {
        width: 74px !important;
        height: 23px !important;
    }
}


/* PARTSSTART PAYMENT FIX v12 */

.footer_pay_grid {
    display: flex !important;
    align-items: center !important;
    flex-wrap: nowrap !important;
    gap: 5px !important;
    margin-top: 7px !important;
    line-height: normal !important;
}

.footer_pay_box {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    width: 76px !important;
    height: 32px !important;
    flex: 0 0 76px !important;

    margin: 0 !important;
    padding: 4px 7px !important;

    box-sizing: border-box !important;
    overflow: hidden !important;

    background: #fff !important;
    border: 1px solid #ddd8ce !important;
    border-radius: 5px !important;
    box-shadow: none !important;
}

.footer_pay_logo {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    width: 100% !important;
    height: 100% !important;

    margin: 0 !important;
    padding: 0 !important;

    background: none !important;
    overflow: hidden !important;
}

.footer_pay_logo img {
    display: block !important;

    width: auto !important;
    height: auto !important;

    max-width: 58px !important;
    max-height: 20px !important;

    margin: auto !important;
    padding: 0 !important;

    object-fit: contain !important;
}

.footer_pay_box:hover {
    border-color: #c99524 !important;
}

@media (max-width: 767px) {
    .footer_pay_grid {
        flex-wrap: wrap !important;
    }
}


/* PARTSSTART PAYMENT VERTICAL CENTER v13 */

.footer_pay_logo img {
    transform: translateY(-2px) !important;
}


/* PARTSSTART PAYMENT VERTICAL CENTER v14 */
.footer_pay_logo img {
    transform: translateY(-8px) !important;
}


/* PARTSSTART PAYMENT LOGOS - FINAL CENTER FIX */
.footer_pay_grid{
  display:flex !important;
  flex-wrap:wrap !important;
  gap:8px !important;
  align-items:flex-start !important;
}

.footer_pay_box{
  width:72px !important;
  height:32px !important;
  padding:0 !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  overflow:hidden !important;
  box-sizing:border-box !important;
}

.footer_pay_logo{
  width:100% !important;
  height:100% !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
}

.footer_pay_logo img{
  display:block !important;
  width:auto !important;
  height:auto !important;
  max-width:56px !important;
  max-height:18px !important;
  margin:0 auto !important;
  transform:none !important;
  position:static !important;
  object-fit:contain !important;
}

/* Небольшая индивидуальная подстройка */
.footer_pay_box:nth-child(2) .footer_pay_logo img{ /* Mastercard */
  max-width:52px !important;
  max-height:20px !important;
}

.footer_pay_box:nth-child(3) .footer_pay_logo img{ /* MIR */
  max-width:56px !important;
  max-height:18px !important;
}

.footer_pay_box:nth-child(4) .footer_pay_logo img{ /* Kaspi */
  max-width:50px !important;
  max-height:16px !important;
}

.footer_pay_box:nth-child(5) .footer_pay_logo img{ /* Halyk */
  max-width:54px !important;
  max-height:18px !important;
}

@media (max-width: 767px){
  .footer_pay_box{
    width:68px !important;
    height:30px !important;
  }

  .footer_pay_logo img{
    max-width:52px !important;
    max-height:16px !important;
  }
}

/* PARTSSTART PAYMENT VISUAL CENTER v15 */
.footer_pay_grid .footer_pay_logo img {
    transform: translateY(-9px) !important;
}


/* PARTSSTART KASPI LOGO SIZE v1 */
.footer_pay_box:nth-child(4) .footer_pay_logo img {
    max-width: 68px !important;
    max-height: 22px !important;
}


/* PARTSSTART FOOTER LINKS INTERACTIVE v1 */

.col-sm-4 > ul.list-unstyled > li {
    margin: 0 !important;
}

.col-sm-4 > ul.list-unstyled > li > a {
    position: relative !important;
    display: block !important;

    padding: 4px 8px 4px 0 !important;
    margin: 0 !important;

    color: #202124 !important;
    text-decoration: none !important;

    border-radius: 4px !important;

    transition:
        color .18s ease,
        background-color .18s ease,
        padding-left .18s ease !important;
}

.col-sm-4 > ul.list-unstyled > li > a::before {
    content: "" !important;

    position: absolute !important;
    left: 0 !important;
    top: 50% !important;

    width: 2px !important;
    height: 0 !important;

    background: #c99524 !important;
    border-radius: 2px !important;

    transform: translateY(-50%) !important;
    transition: height .18s ease !important;
}

.col-sm-4 > ul.list-unstyled > li > a:hover {
    color: #9b7018 !important;
    background: rgba(201,149,36,.07) !important;

    padding-left: 10px !important;
}

.col-sm-4 > ul.list-unstyled > li > a:hover::before {
    height: 65% !important;
}

.col-sm-4 > ul.list-unstyled > li > a:focus-visible {
    color: #9b7018 !important;
    background: rgba(201,149,36,.07) !important;
    padding-left: 10px !important;
    outline: 1px solid rgba(201,149,36,.45) !important;
}


/* PARTSSTART FOOTER FAQ DROPDOWN v1 */

/* Родитель FAQ */
.col-sm-4 > ul.list-unstyled > li.dropdown {
    position: relative !important;
}

/* Само выпадающее окно */
.col-sm-4 > ul.list-unstyled > li.dropdown > .dropdown-menu {
    min-width: 290px !important;
    width: 290px !important;

    top: calc(100% + 7px) !important;
    left: 0 !important;

    margin: 0 !important;
    padding: 7px !important;

    background: #fffdf8 !important;

    border: 1px solid rgba(201,149,36,.28) !important;
    border-top: 2px solid #c99524 !important;
    border-radius: 9px !important;

    box-shadow:
        0 12px 30px rgba(32,33,36,.14),
        0 2px 7px rgba(32,33,36,.06) !important;

    overflow: hidden !important;
}

/* Пункты */
.col-sm-4 > ul.list-unstyled > li.dropdown > .dropdown-menu > li {
    margin: 0 !important;
    padding: 0 !important;
}

/* Ссылки внутри FAQ */
.col-sm-4 > ul.list-unstyled > li.dropdown > .dropdown-menu > li > a {
    position: relative !important;
    display: block !important;

    padding: 9px 12px 9px 14px !important;
    margin: 1px 0 !important;

    white-space: normal !important;

    color: #202124 !important;
    background: transparent !important;

    font-size: 13px !important;
    line-height: 1.3 !important;
    font-weight: 400 !important;

    border: 0 !important;
    border-radius: 6px !important;

    text-decoration: none !important;

    transition:
        color .16s ease,
        background-color .16s ease,
        padding-left .16s ease !important;
}

/* Золотой индикатор внутри пунктов */
.col-sm-4 > ul.list-unstyled > li.dropdown > .dropdown-menu > li > a::before {
    content: "" !important;

    position: absolute !important;
    left: 5px !important;
    top: 50% !important;

    width: 2px !important;
    height: 0 !important;

    background: #c99524 !important;
    border-radius: 2px !important;

    transform: translateY(-50%) !important;
    transition: height .16s ease !important;
}

/* Hover */
.col-sm-4 > ul.list-unstyled > li.dropdown > .dropdown-menu > li > a:hover,
.col-sm-4 > ul.list-unstyled > li.dropdown > .dropdown-menu > li > a:focus {
    color: #9b7018 !important;
    background: rgba(201,149,36,.08) !important;

    padding-left: 18px !important;
}

.col-sm-4 > ul.list-unstyled > li.dropdown > .dropdown-menu > li > a:hover::before,
.col-sm-4 > ul.list-unstyled > li.dropdown > .dropdown-menu > li > a:focus::before {
    height: 55% !important;
}

/* Сам FAQ остаётся выделенным, пока меню открыто */
.col-sm-4 > ul.list-unstyled > li.dropdown.open > .dropdown-toggle {
    color: #9b7018 !important;
    background: rgba(201,149,36,.07) !important;
    padding-left: 10px !important;
}

/* Стрелочка справа от FAQ */
.col-sm-4 > ul.list-unstyled > li.dropdown > .dropdown-toggle::after {
    content: "›" !important;

    display: inline-block !important;

    margin-left: 8px !important;

    color: #c99524 !important;
    font-size: 16px !important;
    line-height: 1 !important;

    transform: rotate(90deg) !important;
    transition: transform .18s ease !important;
}

.col-sm-4 > ul.list-unstyled > li.dropdown.open > .dropdown-toggle::after {
    transform: rotate(-90deg) !important;
}

/* Плавное появление */
.col-sm-4 > ul.list-unstyled > li.dropdown.open > .dropdown-menu {
    animation: partsstartFooterFaqIn .18s ease-out both !important;
}

@keyframes partsstartFooterFaqIn {
    from {
        opacity: 0;
        transform: translateY(6px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Телефон */
@media (max-width: 767px) {

    .col-sm-4 > ul.list-unstyled > li.dropdown > .dropdown-menu {
        width: 100% !important;
        min-width: 0 !important;
        max-width: 320px !important;
    }
}


/* PARTSSTART FOOTER SOCIALS v1 */

.partsstart-footer-socials {
    margin-top: 18px !important;
}

.partsstart-footer-socials .footer-widget-title {
    margin-bottom: 9px !important;
}

.partsstart-social-row {
    display: flex !important;
    align-items: center !important;
    flex-wrap: wrap !important;
    gap: 7px !important;
}

.partsstart-social-icon {
    width: 32px !important;
    height: 32px !important;
    flex: 0 0 32px !important;

    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;

    box-sizing: border-box !important;

    background: #fff !important;
    border: 1px solid rgba(201,149,36,.42) !important;
    border-radius: 50% !important;

    color: #202124 !important;

    text-decoration: none !important;

    transition:
        background-color .18s ease,
        border-color .18s ease,
        color .18s ease,
        transform .18s ease,
        box-shadow .18s ease !important;
}

.partsstart-social-icon svg {
    width: 17px !important;
    height: 17px !important;

    fill: none !important;
    stroke: currentColor !important;
    stroke-width: 1.7 !important;
    stroke-linecap: round !important;
    stroke-linejoin: round !important;
}

.partsstart-social-icon svg .social-fill {
    fill: currentColor !important;
    stroke: none !important;
}

.partsstart-social-text {
    display: block !important;
    line-height: 1 !important;
    font-weight: 700 !important;
    color: inherit !important;
}

.partsstart-social-text.vk {
    font-size: 10px !important;
    letter-spacing: -.5px !important;
}

.partsstart-social-text.facebook {
    font-family: Arial, sans-serif !important;
    font-size: 21px !important;
    font-weight: 700 !important;
    transform: translateY(2px) !important;
}

.partsstart-social-text.threads {
    font-family: Arial, sans-serif !important;
    font-size: 18px !important;
    font-weight: 700 !important;
}

.partsstart-social-text.rutube {
    font-family: Arial, sans-serif !important;
    font-size: 15px !important;
    font-weight: 800 !important;
}

/* Пока ссылки не подключены */
span.partsstart-social-icon {
    cursor: default !important;
}

span.partsstart-social-icon:hover {
    color: #9b7018 !important;
    border-color: #c99524 !important;
    background: rgba(201,149,36,.07) !important;
    transform: translateY(-2px) !important;
}

/* Активная соцсеть */
.partsstart-social-active {
    cursor: pointer !important;
}

.partsstart-social-active:hover {
    background: #c99524 !important;
    border-color: #c99524 !important;
    color: #fff !important;

    transform: translateY(-2px) !important;

    box-shadow: 0 4px 10px rgba(32,33,36,.12) !important;
}

@media (max-width: 767px) {

    .partsstart-social-icon {
        width: 34px !important;
        height: 34px !important;
        flex-basis: 34px !important;
    }
}


/* PARTSSTART PAYMENT COMPACT FINAL v1 */

.footer_pay_grid {
    gap: 6px !important;
}

.footer_pay_box {
    width: 64px !important;
    height: 28px !important;
    padding: 0 !important;
}

/* общий размер логотипов */
.footer_pay_logo img {
    max-width: 48px !important;
    max-height: 16px !important;
}

/* Visa */
.footer_pay_box:nth-child(1) .footer_pay_logo img {
    max-width: 47px !important;
    max-height: 15px !important;
}

/* Mastercard */
.footer_pay_box:nth-child(2) .footer_pay_logo img {
    max-width: 42px !important;
    max-height: 17px !important;
}

/* MIR */
.footer_pay_box:nth-child(3) .footer_pay_logo img {
    max-width: 48px !important;
    max-height: 15px !important;
}

/* Kaspi — оставляем немного крупнее */
.footer_pay_box:nth-child(4) .footer_pay_logo img {
    max-width: 56px !important;
    max-height: 18px !important;
}

/* Halyk */
.footer_pay_box:nth-child(5) .footer_pay_logo img {
    max-width: 48px !important;
    max-height: 16px !important;
}


/* PARTSSTART SOCIAL + PAYMENT SCALE FINAL v2 */

/* ===== СОЦСЕТИ КРУПНЕЕ ===== */

.partsstart-social-row {
    gap: 8px !important;
}

.partsstart-social-icon {
    width: 38px !important;
    height: 38px !important;
    flex: 0 0 38px !important;
}

.partsstart-social-icon svg {
    width: 20px !important;
    height: 20px !important;
}

.partsstart-social-text.vk {
    font-size: 11px !important;
}

.partsstart-social-text.facebook {
    font-size: 24px !important;
}

.partsstart-social-text.threads {
    font-size: 21px !important;
}

.partsstart-social-text.rutube {
    font-size: 17px !important;
}


/* ===== ОПЛАТА КОМПАКТНЕЕ ===== */

.footer_pay_grid {
    gap: 5px !important;
}

.footer_pay_box {
    width: 56px !important;
    height: 24px !important;
    padding: 0 !important;
}

.footer_pay_logo img {
    max-width: 40px !important;
    max-height: 13px !important;
}

/* Visa */
.footer_pay_box:nth-child(1) .footer_pay_logo img {
    max-width: 40px !important;
    max-height: 13px !important;
}

/* Mastercard */
.footer_pay_box:nth-child(2) .footer_pay_logo img {
    max-width: 34px !important;
    max-height: 14px !important;
}

/* MIR */
.footer_pay_box:nth-child(3) .footer_pay_logo img {
    max-width: 41px !important;
    max-height: 13px !important;
}

/* Kaspi чуть крупнее остальных */
.footer_pay_box:nth-child(4) .footer_pay_logo img {
    max-width: 48px !important;
    max-height: 15px !important;
}

/* Halyk */
.footer_pay_box:nth-child(5) .footer_pay_logo img {
    max-width: 41px !important;
    max-height: 14px !important;
}

@media (max-width: 767px) {

    .partsstart-social-icon {
        width: 36px !important;
        height: 36px !important;
        flex-basis: 36px !important;
    }

    .footer_pay_box {
        width: 54px !important;
        height: 24px !important;
    }
}


/* PARTSSTART SOCIALS 42 + PAYMENT ALIGN v3 */

/* Соцсети крупнее */
.partsstart-social-row {
    gap: 6px !important;
}

.partsstart-social-icon {
    width: 42px !important;
    height: 42px !important;
    flex: 0 0 42px !important;
}

.partsstart-social-icon svg {
    width: 22px !important;
    height: 22px !important;
}

.partsstart-social-text.vk {
    font-size: 12px !important;
}

.partsstart-social-text.facebook {
    font-size: 26px !important;
}

.partsstart-social-text.threads {
    font-size: 23px !important;
}

.partsstart-social-text.rutube {
    font-size: 18px !important;
}

/* Логотипы оплаты чуть выше внутри рамок */
.footer_pay_grid .footer_pay_logo img {
    transform: translateY(-10px) !important;
}


/* PARTSSTART PAYMENT FINAL ALIGN v4 */
.footer_pay_grid .footer_pay_logo img {
    transform: translateY(-11px) !important;
}


/* PARTSSTART SERVICES SCHEDULE v1 */

.partsstart-work-schedule {
    margin-top: 3px !important;
}

.partsstart-work-item {
    position: relative !important;
    margin: 0 0 13px 0 !important;
    padding-left: 11px !important;
}

.partsstart-work-item:last-child {
    margin-bottom: 0 !important;
}

/* Золотой фирменный маркер */
.partsstart-work-item::before {
    content: "" !important;
    position: absolute !important;
    left: 0 !important;
    top: 3px !important;

    width: 2px !important;
    height: 17px !important;

    background: #c99524 !important;
    border-radius: 2px !important;
}

.partsstart-work-title {
    margin-bottom: 3px !important;

    color: #202124 !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    line-height: 1.25 !important;
}

.partsstart-work-line {
    color: #363638 !important;
    font-size: 13px !important;
    line-height: 1.45 !important;
}

/* Время работы — важнее описания */
.partsstart-work-time {
    margin-top: 1px !important;
    color: #202124 !important;
    font-weight: 600 !important;
}

/* Лёгкая интерактивность */
.partsstart-work-item {
    transition:
        transform .18s ease,
        background-color .18s ease !important;
}

.partsstart-work-item:hover {
    transform: translateX(3px) !important;
}

.partsstart-work-item:hover::before {
    width: 3px !important;
}

@media (max-width: 767px) {
    .partsstart-work-item {
        margin-bottom: 12px !important;
    }
}


/* PARTSSTART FOOTER PERSONAL ORDER v1 */

.partsstart-footer-request {
    position: relative !important;
    max-width: 720px !important;
    margin-top: 22px !important;
    padding: 16px 18px 15px 20px !important;

    background: rgba(255,255,255,.38) !important;
    border: 1px solid rgba(32,33,36,.10) !important;
    border-left: 3px solid #c99524 !important;
    border-radius: 7px !important;
}

/* Заголовок */
.partsstart-request-title {
    margin: 0 0 7px 0 !important;

    color: #202124 !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    line-height: 1.25 !important;
}

/* Основное описание */
.partsstart-request-text {
    max-width: 660px !important;
    margin: 0 0 9px 0 !important;

    color: #404145 !important;
    font-size: 13px !important;
    line-height: 1.5 !important;
}

/* VIN / артикул */
.partsstart-request-key {
    margin-bottom: 10px !important;

    color: #202124 !important;
    font-size: 13px !important;
    line-height: 1.4 !important;
}

.partsstart-request-key strong {
    color: #9b7018 !important;
    font-weight: 700 !important;
}

/* Каналы связи */
.partsstart-request-channels {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 5px !important;

    margin: 0 0 11px 0 !important;
}

.partsstart-request-channels span {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;

    padding: 4px 8px !important;

    background: #fff !important;
    border: 1px solid rgba(201,149,36,.35) !important;
    border-radius: 12px !important;

    color: #404145 !important;
    font-size: 11px !important;
    line-height: 1 !important;
}

/* Кнопка */
.partsstart-request-button {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;

    min-height: 34px !important;
    padding: 7px 15px !important;

    background: #202124 !important;
    border: 1px solid #202124 !important;
    border-radius: 6px !important;

    color: #fff !important;
    font-size: 12px !important;
    font-weight: 700 !important;

    text-decoration: none !important;

    transition:
        background-color .18s ease,
        border-color .18s ease,
        transform .18s ease,
        box-shadow .18s ease !important;
}

.partsstart-request-button:hover {
    background: #c99524 !important;
    border-color: #c99524 !important;
    color: #fff !important;

    transform: translateY(-1px) !important;
    box-shadow: 0 4px 10px rgba(32,33,36,.12) !important;
}

/* Нижняя строка преимуществ */
.partsstart-request-services {
    margin-top: 9px !important;

    color: #777 !important;
    font-size: 10px !important;
    line-height: 1.4 !important;
}

.partsstart-request-services b {
    padding: 0 3px !important;
    color: #c99524 !important;
}

/* Мобильная версия */
@media (max-width: 767px) {

    .partsstart-footer-request {
        max-width: 100% !important;
        margin-top: 18px !important;
        padding: 14px 14px 14px 16px !important;
    }

    .partsstart-request-title {
        font-size: 16px !important;
    }

    .partsstart-request-text,
    .partsstart-request-key {
        font-size: 12px !important;
    }

    .partsstart-request-button {
        width: 100% !important;
    }

    .partsstart-request-services {
        font-size: 9px !important;
    }
}
