@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Italic-VariableFont_wght.ttf');
    font-weight: normal;
    font-style: italic;
}
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Regular.ttf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Italic.ttf');
    font-weight: normal;
    font-style: italic;
}
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Black.ttf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Regular.ttf');
    font-weight: normal;
    font-style: normal;
}

/*header-section styles start*/
/*header-section styles start*/
/*header-section styles start*/

html {
    overflow-x: hidden;
}

body {
    overflow-x: hidden;
    font-size: 15px;
    font-family: 'Montserrat';
    color: rgba(255, 255, 255, 1);
    margin: 0;
}

a {
    color: rgba(255, 255, 255, 1);
}

.header-wrapper {
    position: fixed;
    justify-content: center;
    min-width: 100vw;
    display: flex;
    height: 70px;
    z-index: 5;
}

.container {
    width: 836px;
    padding: 0 20px;
}

.container.w960 {
    width: 960px;
}

.header {
    display: flex;
    justify-content: space-between;
    max-width: 960px;
    align-items: center;
    background-color: rgba(25, 25, 25, 1);
    width: 940px;
} 

.header__button {
    padding-right: 15px;
}

.header_number {
    display: none;
    text-underline-offset: 4px;
    font-size: x-large;
}

.header__links {
    padding-left: 5px;
}

.links {
    display: flex;
    justify-content: space-between;
    padding: 10px 0px;
}

.links__item {
    text-decoration: none;
    font-family: 'Montserrat';
    font-size: 13px;
    font-weight: 400;
    line-height: 13px;
    letter-spacing: 0em;
    text-align: left;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
    padding: 0px 5px;
    display: flex;
}

.links__item:last-of-type {
    border: none;
}

.links__item:hover {
    color: #E06B50;
}

.links__item:hover:active {
    text-decoration: underline;
}

.main-section__consultation {
    padding-top: 25px;
}

.special-main-wrapper {
    width: 836px;
    padding: 0 62px;
}

.button {
    border: 1px solid #E06B50;
    box-sizing: border-box;
    display: flex;
    align-items: flex-start;
    padding: 10px 25px;
    background-color: transparent;
    border-radius: 4px;
    font-family: 'Montserrat';
    cursor: pointer;
}

.button:disabled {
    background: grey;
    cursor: default;
}

.button-input {
    align-items: center;
    justify-content: center;
    padding: 0 15px;
}

/*header styles end*/
/*header styles end*/
/*header styles end*/
/* log-in-section styles start*/
/* log-in-section styles start*/
/* log-in-section styles start*/

#sidebar {
    background-color: rgba(25, 25, 25, 1);
    padding-top: 100px;
    justify-content: center;
    display: flex;
    text-decoration: none;
}

.product-detail {
    background-color: rgba(25, 25, 25, 1);
    padding-top: 100px;
    justify-content: center;
    display: flex;
    text-decoration: none;
    flex-direction: column;
    align-items: center;
}

.product-detail_img {
    width: 200px;
}

#main {
    background-color: rgba(25, 25, 25, 1);
    justify-content: center;
    display: flex;
    text-decoration: none;
}

.product-list {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.product-list_item {
    padding-top: 20px;
}

.font-color {
    color: rgba(255, 255, 255, 1);
}

.product-list_item__product {
    text-decoration: none;
}

.product-list_item__img {
    width: 400px;
    height: 300px;
}


.log-in-section {
    padding-bottom: 100px;
    padding-top: 100px;
}
.log-in-section__forms {
    padding-top: 90px;
}

.log-in-section__form-log {
    display: flex;
    flex-direction: column;
    padding-bottom: 20px;
}

.log-in-section__form {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.youpasswd, .uname {
    font-family: 'Montserrat';
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0px;
    text-align: left;
}

.log-in-button__styles {
    font-family: 'Montserrat';
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
    border-radius: 4px;
    border: 1px solid rgba(255, 120, 90, 1);
    padding: 10px 0px 9px 32px;
    background: transparent;
    color: rgba(255, 255, 255, 1);
    margin-top: 35px;
    width: 124px;
    height: 58px;
}

.log-in-button__styles.registr {
    width: 180px;
}
.log-in-button__styles:active {
    background-color: rgba(255, 120, 90, 1);
}

.wrap_forget-pass {
    height: 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.pt35 {
    padding-top: 35px;
}

.pt20 {
    padding-top: 20px;
}

#username, #password-input {
    font-family: 'Montserrat';
    font-size: 12px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0px;
    text-align: left;
    padding: 16px, 60px, 16px, 20px;
    border: 1px rgba(255, 120, 90, 1) solid;
    border-radius: 2px;
    width: 374px;
    height: 50px;
}

.wrap-pass {
	position: relative;
}

.forget-pass {
    text-decoration: none;
}

.password-control {
	position: absolute;
	top: 15px;
	right: 15px;
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url(../img/svg/no-view.svg) 0 0 no-repeat;
}
.password-control.view {
	background: url(../img/svg/no-view.svg) 0 0 no-repeat;
}
/*main-section styles start*/
/*main-section styles start*/
/*main-section styles start*/

.back-top-button {
    margin-top: 90vh;
    position: fixed;
    margin-left: 84vw;
    z-index: 15;
}

.main-section {
    background: url(./../img/png/main-section-pic.png) no-repeat;
    background-position: -3rem 1rem;
    padding-bottom: 45px;
    padding-top: 95px !important;
    background-size: 1010px;
}

.article-section {
    background-position: -3rem 1rem;
    padding-bottom: 45px;
    padding-top: 95px !important;
    background-size: 1010px;
}

.main-section-magaz {
    background: url(./../img/png/main-section-magaz-pic.png) no-repeat;
    background-position: -3rem -1rem;
    padding-bottom: 45px;
    padding-top: 95px !important;
    background-size: 1010px;
}

.wrapper {
    display: flex;
    justify-content: center;
}

.wrapper--dark {
    background-color: rgba(25, 25, 25, 1);

}

.main-section__title {
    font-family: 'Roboto';
    font-size: 50px;
    font-weight: 400;
    line-height: 67px;
    letter-spacing: 0em;
    text-align: left;
    color: rgba(255, 255, 255, 1);
}

.main-section__description {
    font-family: 'Montserrat';
    font-size: 21px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0em;
    text-align: left;
}

.location {
    display: flex;
    align-items: center;
}

.location__pic {
    padding-right: 5px;
}

.button--orange {
    background-color: rgba(224, 107, 80, 1);
    font-size: 16px !important;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
    color: white;
}

.main-section_bottom-blocks {
    display: flex;
    padding-top: 40px;
    justify-content: center;
    width: 832px;
}

.main-section_bottom-item {
    padding-right: 55px;
    border: 0.2px solid rgba(255, 255, 255, 0.5);
    background-color: rgba(33, 33, 33, 0.9);
    border-radius: 4px;
    padding: 21px 27px 20px 27px;
    margin-right: 35px;
    text-align: center;
    min-width: 110px;
}

.main-section_bottom-item:hover {
    border: 1px solid rgba(255, 120, 90, 1);
}

/* main-section styles end*/
/* main-section styles end*/
/* main-section styles end*/

/* help-section styles start*/
/* help-section styles start*/
/* help-section styles start*/

.section {
    padding-top: 15px;
    padding-bottom: 15px;
}

.help-section {
    justify-content: center;
}

.header-title {
    font-family: 'Montserrat';
    font-size: 35px;
    font-weight: 700;
    line-height: 49px;
    letter-spacing: 0em;
    text-align: left;
}

.test {
    display: flex;
    justify-content: space-between;
}

.color-decor {
    color: #E06B50;
}

.help-section__test {
    display: flex;
}

.help-section__form {
    flex-direction: column;
    padding-left: 34px;
    margin-left: auto;
}

.form-input {
    display: flex;
    flex-direction: column;
    width: 375px;
    padding-bottom: 30.5px;
}

.form-input-captcha {
    display: flex;
    padding-top: 10.5px;
}
.captcha {
    width: 20%;
    overflow: hidden;
    transition: transform 0.3s ease;
}
.captcha:hover {
    transform: scale(3); 
}
.form-input-captcha-main {
    display: flex;
    justify-content: space-between;
    padding-top: 25px;
}
.w-auto {
    width: auto !important; 
}

.form-input__label {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0px;
    text-align: left;
    color: rgba(255, 255, 255, 0.75);
}

.form-input__input {
    font-family: 'Montserrat';
    height: 45px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0px;
    text-align: left;
    color: rgba(37, 54, 62, 0.5);
    padding-left: 20px;
    border-radius: 3px;
    border: 1px solid rgb(255, 120, 90);
}

.btn-right {
    margin-left: auto
}

.form-input__input_login {
    font-family: 'Montserrat';
    height: 25px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0px;
    text-align: left;
    color: rgba(37, 54, 62, 0.5);
    padding-left: 20px;
    border-radius: 3px;
    border: 1px solid rgb(255, 120, 90);
}

.take-a-consultation-block {
    display: flex;
    justify-content: space-between;
}

.text-white {
    color: rgba(255, 255, 255, 1);
}

.type-submit-reset {
    border: 0;
    background-color: transparent;
    color: rgba(255, 255, 255, 1);
    padding-bottom: 0px;
    font-family: 'Montserrat';
    font-size: 13px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: left;
}

.type-submit-reset:hover,
.type-submit-reset:focus,
.type-submit-reset:active {
    text-decoration: underline;
    text-underline-offset: 5px;
}

/* help-section styles end*/
/* help-section styles end*/
/* help-section styles end*/

/* section-malfunction styles start*/
/* section-malfunction styles start*/
/* section-malfunction styles start*/

.header-description {
    padding-bottom: 10px;
    margin-top: -10px;
}

.pb-none {
    padding-bottom: 0 !important;
}

.section-malfunction__text {
    border: 1px solid rgba(184, 184, 184, 0.7);
    border-radius: 4px;
    padding-top: 16px;
    padding-bottom: 10px;
    padding-left: 41px;
    padding-right: 26px;
    width: 290px;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 5;
    margin-top: 40px;
    margin-left: 30px;
    position: absolute;
}

.issue-slide {
    height: 200px;
    background: no-repeat;
    background-size: cover;
    background-position: center;
}

#issue-slide-1 {
}
#issue-slide-2 {
    background-image: url(./../img/png/malfunction-background-2.png);
}
#issue-slide-3 {
    background-image: url(./../img/png/malfunction-background-3.png);
}
#issue-slide-4 {
    background-image: url(./../img/png/malfunction-background-4.png);
}
#issue-slide-5 {
    background-image: url(./../img/png/malfunction-background-5.png);
}
#issue-slide-6 {
    background-image: url(./../img/png/malfunction-background-6.png);
}
#issue-slide-7 {
    background-image: url(./../img/png/malfunction-background-7.png);
}
#issue-slide-8 {
    background-image: url(./../img/png/malfunction-background-8.png);
}
#issue-slide-9 {
    background-image: url(./../img/png/malfunction-background-9.png);
}

.splide__pagination {
    left: auto;
    top: 210px;
}

.splide__pagination__page.is-active {
    background-color: rgba(255, 120, 90, 1);
    border: 1px solid rgba(255, 120, 90, 1);
}

.splide__pagination__page {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.75);
    border-radius: 50%;
    display: inline-block;
    height: 6px;
    width: 6px;
    margin: 3px;
}

.section-malfunction__text-title {
    font-family: 'Montserrat';
    font-size: 13px;
    font-weight: 500;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: left;
    color: rgba(0, 0, 0, 1);
    text-decoration: none;
}

.section-malfunction__text-desc {
    font-family: 'Montserrat';
    font-size: 12px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: left;
    color: rgba(0, 0, 0, 1);
}

.section-malfunction__text-link {
    font-family: 'Montserrat';
    font-size: 12px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0em;
    color: rgba(224, 107, 80, 1);
    padding-left: 185px;
    text-decoration: none;
}

.switch-circles {
    padding-right: 6px;
}

.section-malfunction__switch-circles {
    display: flex;
    padding-left: 670px;
}

/* malfunction-section styles end*/
/* malfunction-section styles end*/
/* malfunction-section styles end*/

/* reason-section styles start*/
/* reason-section styles start*/
/* reason-section styles start*/

.reason-section__block {
    display: flex;
}

.reason-section__block-pic {
    padding-right: 30px;
}

.reason-section__block-text-accurate-search_pic {
    background-repeat: no-repeat;
    width: 245px;
    height: 326px;
}

.reason-section__block-text-accurate-search_pic:hover {
    background: url(./../img/png/search-problem-hover.png) no-repeat;
    width: 245px;
    height: 326px;  
}

.reason-section__block-text-best-repair_pic {
    background-repeat: no-repeat;
    width: 245px;
    height: 326px;
}

.reason-section__block-text-best-repair_pic:hover {
    background: url(./../img/png/repair-pic-hover.png) no-repeat;
    width: 245px;
    height: 326px;
}

.reason-section__block-text-true-work_pic {
    background-repeat: no-repeat;
    width: 245px;
    height: 326px;
}

.reason-section__block-text-true-work_pic:hover {
    background: url(./../img/png/work-pic-hover.png) no-repeat;
    width: 245px;
    height: 326px;
}

.reason-section__block-text{
    width: 245px;
    height: 326px;
}
.reason-section__block-text-title {
    font-family: 'Montserrat';
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: 0em;
    text-align: left;
    color: rgba(255, 255, 255, 1);
    max-width: 225px;
    padding-top: 110px;
    padding-left: 10px;
}

.reason-section__block-text-desc {
    font-family: 'Montserrat';
    font-size: 13px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: left;
    color: rgba(255, 255, 255, 1);
    max-width: 225px;
    padding-left: 10px;
}

/* reason-section styles end*/
/* reason-section styles end*/
/* reason-section styles end*/

/* review-section styles start*/
/* review-section styles start*/
/* review-section styles start*/

.review-section {
    padding-bottom: 90px;
}

.review-section__block {
    display: flex;
}

.reviewes {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding-right: 10px;
}

.reviewes__item {
    position: relative;
    width: 33.3%;
}

.review-section__item {
    padding-right: 25px;
}

.review:hover {
    position: absolute;
    left: -15px;
    top: -20px;
}

/* review-section styles end*/
/* review-section styles end*/
/* review-section styles end*/

/* request-section styles start*/
/* request-section styles start*/
/* request-section styles start*/

.pt100 {
    padding-top: 100px !important;
}
.pt15{
    padding-top:15px !important;
}
.request-section {
    background: url(./../img/png/request-background.png) no-repeat;
    width: 800px;
    height: 275px;
}

.special-wrapper {
    padding-left: 86px;

}

.pt130 {
    padding-top: 130px;
}

.pl0 {
    padding-left: 0 !important;
}

.request-section-title {
    font-family: 'Roboto';
    font-size: 25px;
    font-weight: 700;
    line-height: 35px;
    letter-spacing: 0em;
    text-align: left;
    margin-top: -15px;
}
.show-mobile {
    display: none;
}
.show-mobile-cart {
    display: none;
}

.catalog-section {
    font-family: 'Montserrat';
    font-size: 30px;
    font-weight: 600;
    line-height: 48px;
    letter-spacing: 0em;
}

.block-desc {
    padding-top: 45px;
    padding-bottom: 45px;
}

.catalog-section {
    padding-top: 170px;
}

.ptb {
    padding: 0px 20px 0px 0px;
}

.ptb2 {
    padding: 0px 20px 0px 0px; 
}

.pl23 {
    justify-content: center !important;
    padding-left: 23px;
}
.catalog-section-blocks {
    padding-bottom: 50px;
    display: flex;
    justify-content: space-between;
}

.catalog-section-blocks__block {
    display: flex;
    flex-direction: column;
    max-width: 450px;
    align-items: center;
    background-color: rgb(32, 32, 32);
    padding: 0px 60px 20px 60px;
}

.catalog-section-blocks__blocks {
    display: flex;
}

.article-section-block__wrapper {
    padding-bottom: 15px;
}

.order-section-block {
    display: flex;
    align-items: center;
    background-color: rgb(32, 32, 32);
    padding: 30px 30px 30px 30px;
}

.article-section-block {
    align-items: center;
    background-color: rgb(32, 32, 32);
    padding: 30px 30px 30px 30px;
}

.article-section-block__title {
    font-family: 'Montserrat';
    font-size: 25px;
    font-weight: 600;
    line-height: 40px;
    letter-spacing: 0em;
}

.article-section-block__desc {
    font-family: 'Montserrat';
    font-size: 20px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 0em;
    text-align: left;
}

.order-section-block__number {
    font-family: 'Montserrat';
    font-size: 25px;
    font-weight: 600;
    line-height: 40px;
    letter-spacing: 0em;
    text-align: center;

}

.order-section-block__desc {
    font-family: 'Montserrat';
    font-size: 20px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 0em;
    text-align: left;
}

.order-section-block__number,
.order-section-block__desc,
.order-form__price {
    padding-right: 55px;
}

.order-form__price {
    padding: 13px 23px 13px 23px;
    font-family: 'Montserrat';
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
}
.button-wrapper {
    padding-bottom: 40px;
}

.order-section__desc {
    font-family: 'Montserrat';
    font-size: 40px;
    font-weight: 600;
    line-height: 64px;
    letter-spacing: 0em;
}

.button-page {
    background-color: rgb(169, 169, 169);
    padding: 13px 54px 12px 54px;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    color: white;
    min-width: 266px;
}

.button-page:hover {
    background-color: rgba(224, 107, 80, 1);
}
.show-mobile.wrapper-labels {
    display: none;
}

.search-section__desc {
    padding-top: 100px;
}
.search-section__form {
    display: flex;
}

.search {
    width: 733px;
}
.search-section__button {
    border: none;
    background: none;
    size: 110%;
    height: 58px;
}

.search-section__categories {
    padding-top: 15px;
}

.search-section__categories-pics__pic {
    padding-right: 28px;
    padding-top: 25px;
}

.request-section-desc {
    font-family: 'Montserrat';
    font-size: 18px;
    font-weight: 600;
    line-height: 25px;
    letter-spacing: 0em;
    text-align: left;
}

.request-section_
{
    display: flex;
}

.request-section_form-input__input {
    border: none;
    background-color: transparent;
    border-bottom: 1px solid rgba(255, 255, 255, 1);
    color: rgba(255, 255, 255, 0.65);
    width: 235px;
    margin-right: 20px;
    font-family: 'Montserrat';
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
}

/* request-section styles end*/
/* request-section styles end*/
/* request-section styles end*/
.search_form {
    display: flex;
    padding-top:120px;
    padding-bottom:75px;
    width: 945px;
    padding-left: 50px;
}

.w730 {
    width:730px
}


.card {
  height: 448px;
  width: 290px;
  background-color: white;
  display: flex;
  flex-direction: column; /* Размещаем элементы в колонку */
  transition: 0.2s;
}
.card__top {
  flex: 0 0 277px; /* Задаем высоту 220px, запрещаем расширение и сужение по высоте */
  position: relative;
  overflow: hidden; /* Скрываем, что выходит за пределы */
}

.card_image__wrapper {
  flex: 0 0 244px; /* Задаем высоту 220px, запрещаем расширение и сужение по высоте */
  
  position: absolute;
  top: 23px;
  right: 23px;
  width: 244px;
  height: 244px;
  background: grey;
  overflow: hidden; /* Скрываем, что выходит за пределы */
}

.card_image__wrapper_cart {
    width: 341px;
    height: 341px;
    background: grey;
    overflow: hidden;
}

.detailshop__image {
    position: relative;
    object-fit: contain; 
    transition: 0.2s;
    width: 341px;
    height: 341px;
}
.shopdetail_btn_to_cart {
    display: flex;
    align-items: center;
}
/* Контейнер для картинки */
.card__image {
  display: block;
  position: absolute;
}

.card__image > img {
  object-fit: contain; /* Встраиваем картинку в контейнер card__image */
  transition: 0.2s;
  top: -25px;
  right: 23px;
  width: 244px;
  height: 244px;
}

.product_solo_wrapper {
    display: flex;
}
.category_title {
    text-decoration: none;
    font-size:17px;
    font-weight: 200;
}
/* При наведении - увеличиваем картинку */
/* .card__image:hover > img {
  transform: scale(1.1);
} */

/* Размещаем скидку на товар относительно изображения */
.card__label {
  padding: 4px 8px;
  position: absolute;
  bottom: 10px;
  left: 10px;
  background: #ff6633;
  border-radius: 4px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
}
.card__bottom {
  display: flex;
  flex-direction: column;
  flex: 1 0 auto; /* Занимаем всю оставшуюся высоту карточки */
  padding: 18px 23px 23px 23px;
}

.card__prices {
  display: flex;
  flex-direction: column;
  flex: 0 0 35%; /* Размещаем цены равномерно в две колонки */
}

.card__price::after {
  content: "₽";
  margin-left: 4px;
  position: relative;
}

.card__price--discount {
  font-weight: 700;
  font-size: 19px;
  color: #414141;
  display: flex;
  flex-wrap: wrap-reverse;
  padding-bottom: 10px;
}

.card__price--discount::before {
  font-weight: 400;
  font-size: 13px;
  color: black;
}

.card__price--common {
    padding-top: 6px;
  font-weight: 400;
  font-size: 17px;
  color: black;
}

.card__price--common::before {
  font-weight: 400;
  font-size: 13px;
  color: black;
}

.card__title {
  text-decoration: none;
  display: block;
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 17px;
  color: black;
}
.card__title_type {
  text-decoration: none;
  display: block;
  color: black;
  font-size: 10px;
}

.card__title:hover {
  color: #ff6633;
}
.cart__details_wrapper {
  display: flex;
  margin-top: auto; /* Прижимаем кнопку к низу карточки */
}
.card__details {
  display: block;
  width: 100%;
  font-weight: 400;
  font-size: 12px;
  background-color: FF955A;
  color: black;
  padding: 10px;
  text-align: center;
  border: 1px;
  border-radius: 4px;
  cursor: pointer; /* Меняем курсор при наведении */
  transition: 0.2s;
}

.card-wrapper {
  display: grid;
  /* Автоматически заполняем на всю ширину grid-контейнера */
  grid-template-columns: repeat(auto-fill, 265px);
  padding-left: 30px;
  width: 100%;
  max-width: 1000px; /* Ширина grid-контейнера */
  justify-content: center;
  justify-items: center; /* Размещаем карточку по центру */
  column-gap: 50px; /* Отступ между колонками */
  row-gap: 40px; /* Отступ между рядами */
  margin: 0 auto;
}

.adaptiv_title_wrapper {
    display: flex;
    flex-direction: column;
    padding-bottom: 20px;
}

.title_margin {
    margin-block-end: 10px;
}

.product_desc {
    font-size: 20px;
    font-weight: normal;
    padding-right: 5px;
}

.count_btn_wrapper {
    display: flex;
    font-size: medium;
}

.ml10 {
    margin-left: 43px;
}

.actual_price{
    font-size: medium;
}

.cart__title_count_wrapper {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding-left: 55px;
}

.cart_product__name {
    padding-bottom: 20px;
}

.delete_btn_cart {
    padding-top: 230px;
    font-size: 12px;
    
}
.cart_top_padding {
    padding-top: 150px;
}
.total_price {
    text-align: center;
}

.num {
    color: #E06B50;
    font-size: 30px;
    font-weight: bolder;
    
}

.wrapper_adapt_cart {
    flex-direction: column;
    align-items: center;
}

.cart_item__price {
    display: inline-flex;
    align-self: end;
    padding-right: 20px;
    font-size: larger;
    font-weight: bolder;
}
.cart_main_btn {
    width: 90%;
    margin-left:20px;
    padding:10px 110px;
    text-decoration:none;
    font-size: larger;
    font-weight: bolder;
    
    border: 1px solid black;
    box-sizing: border-box;
    align-items: flex-start;
    background-color: #E06B50;
    border-radius: 4px;
    font-family: 'Montserrat';
    cursor: pointer;
    color: black;
}

.without_margins {
    margin-block-end: 0px;
    margin-block-start: 0px;
}
/* adresses-section styles start*/
/* adresses-section styles start*/
/* adresses-section styles start*/

.adresses-section {
    padding-bottom: 40px !important;
}

.adresses-section_location {
    display: flex;
}

.adresses-city {
    font-family: 'Montserrat';
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: 0em;
    text-align: center;
    color: rgba(255, 120, 90, 1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 5px 39px;
}

.adresses-item {
    min-width: 264px;
    font-family: 'Montserrat';
    font-size: 13px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: left;
    color: rgba(255, 255, 255, 0.65);
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 7.5px 1px 7.5px 21px;
    cursor: pointer;
}

.adresses-item:hover {
    text-decoration: underline;
    background: linear-gradient(89.95deg, rgba(255, 255, 255, 0.12) -21.73%, rgba(255, 255, 255, 0) 108.66%);

}

.adress-section_map {
    width: 510px;
    height: 382px;
}
.content .header {
    width: 90%;
    height: 50px;
    display: flex;
    justify-content: space-around;
    padding-bottom: 15px;
}
.content .header-tab {
    font-weight: bold;
    font-size: 16px;
    cursor: pointer;
    border: 10px;
    border-color: white;
    padding: 6px 25px 4px 25px;
    background-color: grey;
    border-radius: 5px;
}
.content .header-tab:after {
    content: '';
    display: block;
    width: 0%;
    height: 3px;
    background-color: #e5dfe3;
    margin-top: 4px;
}
/* .content .header-tab:hover:after {
    width: 60%;
} */
.content .info .hide {
    display: none;
}

.header-tab.active {
    background-color: rgba(255, 120, 90, 1); 
    color: white;
}

.content .info .show {
    display: flex;
}
.ymaps-layers-pane {
    filter: hue-rotate(180deg);
    -ms-filter: hue-rotate(180deg);
    -webkit-filter: hue-rotate(180deg);
	-moz-filter: hue-rotate(180deg);
	-o-filter: hue-rotate(180deg);
}


.ymaps-2-1-79-ground-pane {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    /* Firefox 3.5+ */
    -webkit-filter: grayscale(100%);
    /* Chrome 19+ & Safari 6+ */
    filter: brightness(85%) grayscale(100%) invert(100%) contrast(50%);
  }

/* adresses-section styles end*/
/* adresses-section styles end*/
/* adresses-section styles end*/

/* footer-section styles start*/
/* footer-section styles start*/
/* footer-section styles start*/
.layout {
    display: flex;
    flex-direction: column;
}

.layout__content {
    flex: 1;
}


.footer {
    display: flex;
    background: linear-gradient(180deg, #191919 4.09%, rgba(33, 33, 33, 0) 45.44%),
    linear-gradient(0deg, #212121, #212121);
    justify-content: center;
    min-height: 200px;
    max-width: 960px;
    flex-direction: column;
    width: 940px;
}

.footer.show-mobile {
    width: 100vw;
}

.footer-content {
    display: flex;
    padding: 15px 15px;
}

.footer__links-links {
    display: flex;
    justify-content: space-between;
    padding: 10px 0px;
    flex-direction: column;
}

.fd-column {
    flex-direction: column;
}

.noborder {
    border: none;
    padding-bottom: 8px;
}

.links__item-footer {
    text-decoration: none;
    font-family: 'Montserrat';
    font-size: 12px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: left;
    display: flex;
    padding-bottom: 10px;
}

.footer__button {
    padding-right: 120px;
}

.logo__pic {
    width: 100%;
}

.footer__numbers {
    padding-right: 125px;
    margin-top: -5px;
}

.footer__numbers-mobile {
    font-family: 'Montserrat';
    font-size: 15px;
    font-weight: 600;
    line-height: 21px;
    letter-spacing: 0em;
    text-align: left;
    margin-top: -9px;
}

.pl-pb {
    padding-left: 15px;
    padding-bottom: 20px;
}


.footer__logo {
    padding-left: 114px;
}


.footer__low-text {
    font-family: 'Montserrat';
    font-size: 13px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: left;
    color: rgba(255, 255, 255, 0.25);
    display: flex;
}

.footer__low-text_mobile {
    font-family: 'Montserrat';
    font-size: 9px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: left;
    color: rgba(255, 255, 255, 0.25);
    display: flex;
}

.pr_width {
    display: none;
    width: 250px;
    padding-left: 50px;
}
/* footer-section styles end*/
/* footer-section styles end*/
/* footer-section styles end*/

/* modal-section styles start*/
/* modal-section styles start*/
/* modal-section styles start*/

.modal-overlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.modal {
    padding: 7rem 0rem;
    z-index: 999;
    min-height: 100vh;
    min-width: 100vw;
    position: fixed;
    top: 2.5%;
    left: 20%;
    align-content: center;
    display: none;
}

.modal-open {
    display: flex;
}

.modal-content {
    background: url(../img/jpg/modal-background.jpg) no-repeat;
    position: relative;
    background-position: right;
    max-width: 1140px;
    width: 80%;
    background-color: rgba(33, 33, 33, 1);
    height: 586px;
    border-radius: 10px;
}

.modal-wrapper {
    padding: 4rem 8rem 8rem 8rem;
    max-width: 475px;
    border-radius: 10px;
}

.mw270 {
    max-width: 270px;
    max-height: 50px;
    padding: 0 25px;
}

.mw375 {
    max-width: 374px;
}
.help-h-modal {
    font-size: 2.5rem;
    font-family: 'Roboto';
}

.text-modal-mobile {
    display: none;
}

.text-modal-mobile {
    font-family: 'Roboto';
    font-size: 23px;
    font-weight: 300;
    line-height: 33px;
    letter-spacing: 0em;
    text-align: center;
}

.form-quest {
    display: flex;
    flex-direction: column;
}

.intro-block {
    display: flex;
    justify-content: space-between;
}

.intro-block-section {
    padding-top: 130px;
}

.intro-block__profile-desc {
    font-family: "Montserrat";
    font-size: 30px;
    font-weight: 600;
    line-height: 48px;
    letter-spacing: 0em;
    text-align: center;    
    padding-bottom: 45px;
}

.pt95 {
    padding-top: 95px;
}

.pt75 {
    padding-top: 75px;
}

.intro-block__labels-list__string {
    font-family: 'Montserrat';
    font-size: 20px;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: 0em;
    text-align: left;
    padding-bottom: 15px;
}

.btn-font16  {
    font-family: 'Montserrat';
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
}
.intro-block__labels-list {
    font-family: 'Montserrat';
    font-size: 20px;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: 0em;
    text-align: center;
}

.pl104 {
    padding-left: 104px;
    padding-bottom: 40px;
}

.mw162 {
    max-width: 162px;
    padding-left: 20px;
}

.profile-form {
    font-family: 'Montserrat';
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
    width: 266px;
    height: 49px;
    text-align: left;
    padding-left: 15px;
}

.pt45 {
    padding-top: 45px;
}
.pb10 {
    padding-bottom: 10px;
}

.pb0 {
    padding-bottom: 0px;
}

.pb15 {
    padding-bottom: 15px;
}

.pb35 {
    padding-bottom: 35px;
}

.order-section-block__wrapper {
    padding-bottom: 35px;
}

.help-desc-modal {
    font-family: 'Roboto';
    font-size: 22px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0em;
    text-align: left;
    color: rgba(255, 255, 255, 0.7);
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

.fs18 {
    font-family: 'Roboto';
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0em;
    text-align: center;
}
.form-request-block {
    display: flex;
    flex-direction: column;
}
.modal .intro-btn {
    max-width: 100%;
    padding-left: 3rem;
    padding-right: 3rem;
    margin-top: 0rem;
}

.modal .input-primary {
    border: 1px solid #B0B8C0;
    border-radius: 10px;
    margin-bottom: 1rem;
    height: 2.1rem;
    width: 19rem;
    font-size: 0.9rem;
    padding-left: 1.25rem;
    color: #B0B8C0;
}

.low-text-modal {
    font-family: 'Roboto';
    font-size: 0.7rem;
    line-height: 0.8rem;
    letter-spacing: 0em;
    text-align: left;
    padding-top: 0.1rem;
    opacity: 50%;
}

.close-button {
    background: url(../img/png/close-button.png) no-repeat center;
    width: 30px;
    height: 30px;
    border-radius: 3px;
    border: none;
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
}

/* modal-section styles end*/
/* modal-section styles end*/
/* modal-section styles end*/

/* burger-section styles start*/
/* burger-section styles start*/
/* burger-section styles start*/


.burger {
    display: none;
}

.burger-window {
    width: 100vw;
    height: 425px;
    display: none;
    position: fixed;
    top: -100vh; /* Начальная позиция за пределами экрана */
    left: 0;
    width: 100%;
    background: rgba(33, 33, 33, 1);
    z-index: 1000;
    transition: top 0.5s ease; /* Добавляем плавный переход */
    justify-content: center;
    right: 0;
    border-bottom: 1px solid rgba(255, 120, 90, 0.5);
    box-shadow: 0px 8px 24px rgba(149, 157, 165, 0.1);
    border-radius: 0 0 12px 12px;
}

.burger-window-open {
    display: flex !important;
    top: 70px; 
}

.burger-window-nav {
    flex-direction: column;
    display: flex;
    width: 90%;
}

.burger-window.active {
    display: block;
}

.links__item-burger {
    font-family: 'Montserrat';
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
}

.burger-window .links__item-burger {
    border-bottom: 1px solid #0000001A !important;
    padding-right: 0 !important;
}

.burger-window .links__item-burger:active {
    color: #DE6F21;
    text-decoration: none;
}

.burger-window-close {
    align-items: flex-end;
    text-align: right !important;
}

.burger-window-close.links__item-burger {
    border-bottom: none !important;
    font-size: 12px;
    font-weight: 400;
    line-height: 13px;
    letter-spacing: 0em;
    text-align: left;
    color: rgba(255, 255, 255, 0.3);
}

.burger-window .links__item-burger {
    padding-top: 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px rgba(255, 255, 255, 0.1);
}

.vector-hide {
    padding-left: .8rem;
    text-align: left;
}

/* burger-section styles end*/
/* burger-section styles end*/
/* burger-section styles end*/

/* labels-section styles start*/
/* labels-section styles start*/
/* labels-section styles start*/

.wrapper-labels {
    display: flex;
    justify-content: center;
}

.main-pic-section__pic {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 95px;
}

.main-pic-section__pic-img {
    align-self: center;
}
.pr10 {
    padding-right: 10px;
}

.labels-section__labels-column__title {
    font-family: 'Montserrat';
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: 0em;
    text-align: left;
    padding-bottom: 20px;
}

.labels-section__labels-column__column-list__wrapper {
    display: flex;
}

.suzuki {
    background: url(./../img/png/suzuki.png) no-repeat;
    width: 387px;
    height: 583px;
}

.nissan {
    background: url(./../img/png/nissan.png) no-repeat;
    width: 387px;
    height: 583px;
}

.mitsubishi {
    background: url(./../img/png/Mitsubishi.png) no-repeat;
    width: 387px;
    height: 583px;
}

.toyota {
    background: url(./../img/png/toyota.png) no-repeat;
    width: 387px;
    height: 583px;
}

.audi {
    background: url(./../img/png/audi.png) no-repeat;
    width: 387px;
    height: 583px;
}

.subaru {
    background: url(./../img/png/subaru.png) no-repeat;
    width: 387px;
    height: 583px;
}

.fiat {
    background: url(./../img/png/fiat.png) no-repeat;
    width: 387px;
    height: 427px;
}

.renault{
    background: url(./../img/png/renault.png) no-repeat;
    width: 387px;
    height: 583px;
}

.honda {
    background: url(./../img/png/honda.png) no-repeat;
    width: 387px;
    height: 349px;
}

.citroen {
    background: url(./../img/png/citroen.png) no-repeat;
    width: 387px;
    height: 349px;
}

.dodge {
    background: url(./../img/png/dodge.png) no-repeat;
    width: 387px;
    height: 271px;
}

.peugeot {
    background: url(./../img/png/peugeot.png) no-repeat;
    width: 387px;
    height: 271px;
}

.ZF {
    background: url(./../img/png/ZF.png) no-repeat;
    width: 387px !important;
    height: 583px;
}

.labels-section__labels-column__column-pic {
    width: 380px;
}

.aisin {
    background: url(./../img/png/aisin.png) no-repeat;
    width: 387px;
    height: 583px;
}

.jatco-gb {
    background: url(./../img/png/jatco-gb.png) no-repeat;
    width: 381px;
    height: 583px;
}

.toyota-gb {
    background: url(./../img/png/korea.png) no-repeat;
    width: 387px;
    height: 583px;
}

.korea {
    background: url(./../img/png/korea.png) no-repeat;
    width: 387px;
    height: 583px;
}

.tsm {
    background: url(./../img/png/tsm.png) no-repeat;
    width: 381px;
    height: 583px;
}

.vag {
    background: url(./../img/png/vag.png) no-repeat;
    width: 387px;
    height: 583px;
}

.solenoidy {
    background: url(./../img/png/solenoidy.png) no-repeat;
    width: 387px;
    height: 583px;
}

.gm-gb {
    background: url(./../img/png/gm-gb.png) no-repeat;
    width: 387px;
    height: 583px;
}

.zf-toyota {
    background-color: rgb(32, 32, 32);
    width: 386px;
}

.zf-vag {
    background-color: rgb(32, 32, 32);
    width: 387px;
    height: 307px;
}

.toyota-gm {
    background-color: rgb(32, 32, 32);
    width: 387px;
    height: 438px;
}

.jatco-mers {
    background-color: rgb(32, 32, 32);
    width: 387px;
    height: 227px;
}

.hyundai-kia-mitsubishi-ford-mazda {
    background-color: rgb(32, 32, 32);
    width: 387px;
    height: 332px;
}

.peugeot-citroen-renault-aisin {
    background-color: rgb(32, 32, 32);
    width: 387px;
    height: 178px;
}

.aisin-jatco {
    background-color: rgb(32, 32, 32);
    width: 386px;
}

.korea-tsm {
    background-color: rgb(32, 32, 32);
    width: 386px;
    height: 425px;
}

.w381 {
    width: 381px !important;
}

.labels-section__labels-column {
    width: 400px;
}

.labels-section__special-container {
    display: flex;
    padding-bottom: 80px;
}

.h300 {
    height: 300px;
    margin-top: 0 !important;
    padding-top: 30px;
}

.h438 {
    height: 438px;
    margin-top: 0 !important;
    padding-top: 30px;
}

.labels-section__labels-column__column-list {
    margin-top: -400px;
    display: flex;
    flex-direction: column;
    padding-left: 15px;
}

.labels-section__labels-column__column-list__fiat {
    margin-top: -244px;
    display: flex;
    flex-direction: column;
    padding-left: 15px;
}

.labels-section__labels-column__column-list__honda-citroen {
    margin-top: -170px;
    display: flex;
    flex-direction: column;
    padding-left: 15px;
}

.labels-section__labels-column__column-list__dodge-peugeot {
    margin-top: -90px;
    display: flex;
    flex-direction: column;
    padding-left: 15px;
}

.labels-section__labels-column__column-list__string {
    padding-bottom: 20px;
    padding-left: 15px;
    font-family: 'Montserrat';
    font-size: 13px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: left;
    text-decoration: none;
    color: rgba(255, 255, 255, 0.8);
}

.labels-section__labels-column__column-list__string:active,
.labels-section__labels-column__column-list__string:hover {
    color: rgba(255, 120, 90, 1);
}

.pl70 {
    padding-left: 70px;
}

.pl55 {
    padding-left: 58px;
}

.pl25 {
    padding-left: 25px !important;
}

.pl40 {
    padding-left: 40px !important;
}

.pl45 {
    padding-left: 45px !important;
}

.pl50 {
    padding-left: 50px !important;
}

.pl65 {
    padding-left: 65px;
}

.pl75 {
    padding-left: 77px;
}

.pl85 {
    padding-left: 87px;
}

/* labels-section styles end*/
/* labels-section styles end*/
/* labels-section styles end*/

/* intro-section styles start*/
/* intro-section styles start*/
/* intro-section styles start*/

.intro-section {
    padding-top: 100px;
    height: 100%;
    width: 100%;
}

.intro-section-block {
    display: flex;
    flex-direction: column;
}

.intro-section-block__title {
    font-family: 'Montserrat';
    font-size: 30px;
    font-weight: 400;
    line-height: 42px;
    letter-spacing: 0em;
    text-align: left;
}

.intro-section-block__pic {
    padding-right: auto;
    align-self: center;
    padding-bottom: 60px;
}

.registration_lines {
    display: flex;
    align-items: center;
    margin-left: auto;
    max-width: fit-content;
    max-width: 43%;
}

.intro-section-desc {
    font-family: 'Montserrat';
    font-size: 20px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 0em;
    text-align: left;
}

.pt0 {
    padding-top: 0px !important;
}

.micro-btn {
    max-width: 50px;
    display: inline;
    font-size: 7px;
    padding: 5px 5px;
}

.return-btn {
    margin-left: auto;
    margin-right: auto;
    max-width: 135px;
    text-decoration: none;
}




table.cart {
    margin-bottom:40px;
}

table.cart img {
    width:180px;
}

table.cart {
    margin-bottom:40px;
}

table.cart img {
    width:180px;
}

.text-right {
    text-align:right;
}

/* intro-section styles end*/
/* intro-section styles end*/
/* intro-section styles end*/

.warehouse_image {
    display: inline-block;
    outline: none;
    transition: outline 0.3s ease-in-out; 
}

.warehouse_image:hover {
    outline: 4px solid rgba(255, 120, 90, 1);
}

/* thanks_banner-section styles start*/
/* thanks_banner-section styles start*/
/* thanks_banner-section styles start*/

.thanks-modal-content {
    border: 1px solid rgba(222, 111, 33, 1);
    border-radius: 10px;
    max-width: 360px;
    margin-right: 5rem;
    text-align: center;
    font-family: 'Roboto';
    padding: 84px 34px 150px 45px;
    font-size: 30px;
    font-weight: 400;
    line-height: 42px;
    letter-spacing: 0em;
    text-align: center;
    background: linear-gradient(147.77deg, #212121 0.85%, rgba(33, 33, 33, 0.6) 243.8%, #212121 243.8%);
    margin-left: 20rem;
}

.thanks-modal-content p {
    font-family: 'Roboto';
    font-size: 17px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0em;
    text-align: center;
    color: rgba(255, 255, 255, 0.75);
}

/* thanks_banner-section styles end*/
/* thanks_banner-section styles end*/
/* thanks_banner-section styles end*/

#_ec_rgb_link,
#if,
#if0,
#if1,
#if2,
#if3,
#if4,
#if5,
#if6,
#if7,
#if8,
#if9,
#if10,
#if11,
#if12,
#if13,
#if14,
#if15,
#if16,
#if17,
#if18,
#if19,
#if20,
#if21,
#if22,
#if23,
#if24,
#if25,
#if26,
#if27,
#if28,
#if29,
#if30,
#if31,
#if32,
#if33,
#if34,
#if35,
#if_ {
    display: none !important;
}
    


/* media-section styles start*/
/* media-section styles start*/
/* media-section styles start*/

@media (max-width: 1000px){
  .container {
    min-width: auto;
  }
}
@media (max-width: 836px){
    .container {
        max-width: 100%;
        padding-left: 20px;
    }
    .container.w960 {
        width: auto;
    }
    .special-main-wrapper {
        width: 836px;
        padding: 0 15px;
    }
    .header_number {
        display: block;
    }
}
@media (max-width: 576px){
    .header-wrapper {
        width: 100vw;
    }
    .special-main-wrapper {
        width: auto;
        padding: 0;
    }
    .pl5vw {
        padding-left: 5vw;
    }
    .section {
        padding-top: 14px;
        padding-bottom: 14px;
    }
    .section.plauto {
        padding-left: 0px !important;
    }
    .wrapper {
        padding-left: 0px;
    }
    .header__links {
        display: none;
    }
    .main-section_bottom-blocks {
        overflow-x: auto;
        padding-top: 35px;
        width: auto;
    }
    .header__button {
        display: none;
    }
    .header_number {
        display: block;
    }
    .help-section__test-image {
        display: none;
    }
    .container {
        /* max-width: 100vw;
        padding: 0; */
    }
    .main-section__title {
        font-size: 30px;
        font-weight: 400;
        line-height: 42px;
        letter-spacing: 0em;
        text-align: left;
    }
    .main-section__description {
        max-width: 60vw;
        font-size: 16px;
        font-weight: 400;
        line-height: 22px;
    }
    .main-section {
        background-position: -5rem 5rem;
        background-size: 40rem; 
        padding-left: 20px;
    }
    .article-section {
        padding-left: 20px;
    }
    .main-section-magaz {
        background-position: -5rem 5rem;
        background-size: 40rem; 
        padding-left: 20px;
    }
    .main-section_bottom-item {
        font-size: 13px;
    }
    .button {
        padding: 10px 21px;
        font-size: 12px;
        font-weight: 400;
        line-height: 19px;
    }
    .header-title {
        font-size: 20px;
        font-weight: 700;
        line-height: 28px;
    }
    .header-description {
        font-size: 13px;
        font-weight: 400;
        line-height: 19px;
    }
    .form-input__label {
        font-size: 12px;
        font-weight: 500;
        line-height: 18px;
    }
    .reviewes {
        overflow-x: auto;
    }
    .h300 {
        height: auto;
    }
    .review:hover {
        position: relative;
    }
    .section-malfunction__text {
        padding-top: 11px;
        padding-bottom: 10px;
        padding-left: 24px;
        padding-right: 23px;
        width: 100px;
        margin-top: 10px;
        margin-left: 10px;
    }
    .section-malfunction__text-title {
        font-size: 12px;
    }
    .section-malfunction__text-desc {
        font-size: 9px;
        font-weight: 200;
        line-height: 15px;
    }
    .section-malfunction__text-link {
        display: none;
    }
    .reviewes__item {
        width: auto;
        padding-right: 20px;
    }
    .help-section__form {
        padding-left: 0px;
    }
    .form-input {
        width: 95vw;
    }
    .form-input-captcha {
        width: 95vw;
    }
    .form-input.w-auto {
        width: auto !important; 
    }
    .type-submit-reset {
        font-size: 12px;
        font-weight: 400;
        line-height: 19px;
    }
    .reason-section__block {
        overflow-x: auto;
    }
    .adresses-section_location {
        flex-direction: column;
        position: relative;
    }
    .adresses-section_column {
        position: absolute;
        z-index: 5;
        background-color: rgb(33, 33, 33);
        left: calc((100% - 288px)/2);
    }
    .adress-section_map {
        padding-top: 330px;
    }
    .PDL190 {
        padding-left:190px;
    }
    .ymaps3x0--main-engine-container {
        max-width: 95vw;
    }
    .hide-mobile {
        display: none;
    }
    .show-mobile {
        display: block;
        font-size: 20px;
        font-weight: 600;
        line-height: 28px;
    }
    .show-mobile-cart {
        display: flex;
    }
    .mobile-width.container {
        max-width: 100vw;
    }
    .request-section {
        max-width: 99vw;
        background: url(./../img/png/request-background-mobile.png) no-repeat;
        height: 380px;
        background-size: cover;
    }
    .reason-section {
        padding-left: 20px;
    }
    .review-section {
        padding-left: 20px;
    }
    .special-wrapper {
        padding-left: 15px;
    }
    .request-section-title {
        margin-top: 0px;
        padding-top: 30px;
    }
    .request-section-desc {
        font-size: 18px;
        font-weight: 600;
        line-height: 25px;
    }
    .request-section_form-input {
        flex-direction: column;
    }
    .request-section_form-input__input {
        font-size: 16px;
        font-weight: 400;
        line-height: 22px;
        margin-bottom: 15px;
        width: 87vw;
    }
    .request-section__consultation {
        padding-top: 30px;
        align-self: end;
        padding-right: 6.5vw;
    }
    .footer__button {
        display: none;
    }
    .footer-content {
        justify-content: space-between;
    }
    .footer__logo {
        position: relative;
        padding: 0;
    }
    .menu-burger__header {
        position: relative;
        width: 40px;
        height: 35px;
        display: block;
        margin-left: 10px;
    }
    .thanks-modal-content {
        margin-left: 0px;
    }
    .burger {
        display: block;
        padding: 0 1rem;
    }
    .labels-section__special-container {
        overflow-x: auto;
    }
    .labels-section__labels-column {
        max-width: 80vw;
        padding-left: 20px;
        padding-right: 60px;
    }
    .show-mobile.wrapper-labels {
        display: flex;
    }
    .suzuki,
    .subaru,
    .nissan,
    .mitsubishi,
    .toyota,
    .audi,
    .fiat,
    .renault,
    .citroen,
    .honda,
    .dodge,
    .peugeot {
        width: 80vw;
    }
    .modal {
        justify-content: center;
        left: 0;
    }
    .modal-content {
        max-width: 350px;
        max-height: 430px;
        display: flex;
        justify-content: center;
        flex-direction: column;
        background: rgba(33, 33, 33, 1);
        border: 0.5px solid rgba(224, 107, 80, 1);
    }
    .pr_width {
        display: block;
        width: 250px;
        padding-left: 50px;
    }
    .modal-wrapper {
        height: 560px;
        padding: 0rem;
        max-width: 450px;
        background: none;
    }
    .pb0 {
        padding-bottom: 0 !important;
    }
    .fs11 {
        font-size: 11px !important;
    }
    .text-modal-desktop {
        display: none;
    }
    .text-modal-mobile {
        display: inline;
    }
    .help-h-modal {
        padding-top: 1.5rem;
        font-family: 'Roboto';
        font-size: 30px;
        font-weight: 400;
        line-height: 42px;
        letter-spacing: 0em;
        text-align: center;
    }
    .modal .form-quest {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .modal .form-quest .form-input__input {
        margin-right: 0;
        align-self: center;
    }
    .modal .modal-wrapper div {
        text-align: center;
        align-self: flex-start;
    }
    .modal-wrapper-2 {
        width: 80%;
        margin: auto;
    }
    .modal .intro-btn {
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
        margin-top: 1rem;
        margin-bottom: 1rem;
    }
    .low-text-modal {
        font-size: 0.5rem;
        text-align: left !important;
    }
    .form-input.w-auto {
        padding-bottom: 9px !important;
    }
    .close-button {
        width: 1.4rem;
        height: 1.4rem;
        top: 1rem;
        right: 1rem;
        border: 1px solid #DE6F21;
    }
    .zf-vag, .toyota-gm,
    .jatco-mers, .hyundai-kia-mitsubishi-ford-mazda,
    .peugeot-citroen-renault-aisin {
        width: 240px;
    }
    .w381 {
        width: 100% !important;
    }
    .search_form {
        flex-direction: column;
        width: 290px;
        padding-left:0px;
        padding-bottom:10px;
        align-items: normal;
    }
    .search_btn {
        margin-left:0px !important;
        height: 45px;
    }
    .card-wrapper {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-left:0px;
    }
    /* .card {
        padding-bottom:20px;
    } */
    .mb10 {
    margin-bottom:10px;
    }
    .w730 {
    width:auto
    }
    .card_image__wrapper_cart {
        width: 90%;
    }
    .product_desc {
        width:90%;
    }
    .cart_product__name {
        padding-bottom:0px;
    }
    .cart_top_padding {
        padding-top: 70px;
    }
    .count_btn_wrapper {
        width: 90%;
        justify-content: space-between;
    }
    .micro-btn {
         max-width: max-content;
    }
    .total_price {
        text-align: left;
        padding-left: 20px;
    }
    .warehouse_image {
        width: -webkit-fill-available;
    }
    .back-top-button {
        margin-top: 85vh;
    }
}
    
}

@media (max-width: 576px) {
    .modal {
        left: 35px\;
    }
}

@media (min-width: 0px) and (max-width: 400px) {
    .main-section {
        background-position: -4rem 9rem;
        background-size: 28rem;
    }
    .main-section-magaz {
        background-position: -4rem 9rem;
        background-size: 28rem;
    }
}

@media (min-width: 401px) and (max-width: 450px) {
    .main-section {
        background-position: -2rem 9rem;
        background-size: 30rem;
    }
    .main-section-magaz {
        background-position: -2rem 9rem;
        background-size: 30rem;
    }
}

@media (min-width: 451px) and (max-width: 500px) {
    .main-section {
        background-position: -5rem 8rem;
        background-size: 35rem;
    }
    .main-section-magaz {
        background-position: -5rem 8rem;
        background-size: 35rem;
    }
}

@media (min-width: 501px) and (max-width: 551px) {
    .main-section {
        background-position: -7rem 7rem;
        background-size: 40rem;
    }
    .main-section-magaz {
        background-position: -7rem 7rem;
        background-size: 40rem;
    }
}