.pt-0 {
  padding-top: 0 !important;
}

.brands {
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  padding: 30px 100px;
}
.brands__item {
  display: block;
  padding: 0 30px;
  text-align: center;
  text-decoration: none;
}
.brands__item:hover {
  border: 0;
}
.brands__item-img {
  height: 30px;
  margin-bottom: 10px;
}
.brands__item-img img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: top;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 0.5;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.brands__item:hover .brands__item-img img {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  opacity: 1;
}
.brands__item-name {
  color: #989ba1;
}

.wheel-item__pack {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.wheel-item__pack-title {
  width: 68px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.wheel-item__pack select {
  background: transparent;
  border: 1px solid #222;
  border-radius: 3px;
  height: 32px;
  max-width: 300px;
  margin-bottom: 12px;
  padding-left: 10px;
  padding-right: 30px;
}
.wheel-item__pack-prop {
  font-size: 14px;
  margin-bottom: 18px;
}
.wheel-item__pack-prop:last-child {
  margin-bottom: 5px;
}

/* Всплывающее окно
=========================================================================================*/
.popover {
  position: relative;
}
.popover__open {
  background: #dbdbdb;
  border-radius: 100%;
  display: inline-block;
  color: #3c414a;
  cursor: pointer;
  font-size: 14px;
  height: 20px;
  line-height: 22px;
  margin-left: 10px;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-out, color 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out, color 0.3s ease-out;
  transition: opacity 0.3s ease-out, color 0.3s ease-out;
  text-align: center;
  width: 20px;
}
.popover__open:hover {
  opacity: 1;
}
.popover__open .icon {
  vertical-align: top;
}
.popover__content {
  max-width: 276px;
  padding: 26px 30px 22px 24px;
  position: relative;
}
.popover .popover__content {
  display: none;
}
.popover__close {
  background: transparent;
  border: 0;
  color: #000;
  cursor: pointer;
  font-size: 11px;
  line-height: 1;
  padding: 5px;
  position: absolute;
  top: 6px;
  right: 4px;
  -webkit-transition: color 0.3s ease-out;
  -o-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
  z-index: 1;
}
.popover__close:hover {
  color: #7b5da5;
}
.popover__close .icon {
  vertical-align: top;
}
.popover__title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 5px;
}
.popover__text {
  font-size: 14px;
  font-weight: 400;
}
/* Tooltipster
=========================================================================================*/
.tooltipster-sidetip .tooltipster-box {
  background: #ffffff;
  border: 1px solid #dbdbdb;
  border-radius: 3px;
}
.tooltipster-sidetip .tooltipster-content {
  color: #000;
  padding: 0;
  line-height: 1.375;
}
.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border {
  border-bottom-color: #dbdbdb;
}
.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border {
  border-top-color: #dbdbdb;
}
.tooltipster-sidetip .tooltipster-arrow-background {
  border: 9px solid transparent;
}
.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
  border-top-color: #ffffff;
  top: 0px;
  left: 1px;
}
.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background {
  border-bottom-color: #ffffff;
  top: 2px;
  left: 1px;
}
.tooltipster-sidetip.tooltipster-top .tooltipster-arrow,
.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow {
  height: 10px;
  margin-left: -9px;
  width: 18px;
}
.tooltipster-sidetip.tooltipster-top .tooltipster-arrow {
  bottom: -1px;
}
.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow {
  top: -1px;
}
.filter-variant,
.filter-variant__radio {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.filter-variant {
  margin-bottom: 10px;
}
.filter-variant__title {
  color: #6d6d6d;
  font-size: 12px;
  font-weight: 400;
  margin-right: 15px;
}
.filter-variant__radio-item {
  margin-right: 15px;
  position: relative;
}
.filter-variant__radio-item:last-child {
  margin-right: 0;
}
.filter-variant__radio-item input {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
}
.filter-variant__radio-item label {
  color: #222222;
  cursor: pointer;
  font-size: 12px;
  font-weight: 400;
  padding-left: 15px;
}
.filter-variant__radio-item label:before,
.filter-variant__radio-item label:after {
  content: '';
  border-radius: 100%;
  position: absolute;
}
.filter-variant__radio-item label:before {
  box-sizing: border-box;
  border: 1px solid #90969b;
  height: 12px;
  left: 0;
  top: 3px;
  width: 12px;
}
.filter-variant__radio-item label:after {
  background: #0e1c27;
  height: 8px;
  opacity: 0;
  left: 2px;
  top: 5px;
  width: 8px;
}
.filter-variant__radio-item input:checked+label:after {
  opacity: 1;
}
.content .catalog-models .catalog-models-flow .model-item .model-item-inner .model-item-wheels .wheel-item .wheel-item-inner .wheel-dsc .wheel-dsc-inner .price span {
  border-bottom: 0;
}
#cookie-bar {
  position: fixed;
  bottom: 0;
  z-index: 10000;
  width: 100%;
  background: #fff;
  padding: 5px 20px;
}
#cookie-bar a {
  padding-right: 10px;
}


@media(max-width: 610px) {
.news-list .news-item img {
	    float: none;
    margin-right: 30px;
    width: 100%;
    object-fit: contain;
}
.news-list .news-item {
	margin-bottom: 50px;
}
}

div.news-detail img.detail_picture {
    float: none;
    object-fit: contain;
    height: 100%;
    max-height: 600px;
}

.news-detail a{
  color: #ff0031;
}

.catlog__wheels{
  padding: 28px 0 30px 0;
}

.catlog__wheels_block{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.wheels__card{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #ebebeb;
  border: 1px solid #ebebeb;
  width: 32%;
}

.wheels__card.active{
  border-color: #000;
}

.wheels__card.active .wheels__text{
  color: #000;
}

.wheels__photo{
  height: 100px;
}

.wheels__photo img{
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.wheels__text{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 20px;
  color: #243f4d;
  font-family: 'SeroPro-Medium';
  font-size: 17px;
}

.catlog-sidebar{
  margin: 20px 0;
}

.catlog-sidebar_icon{
  width: 19px;
  height: 31px;
  margin-right: 15px;
  display: block;
}

.catlog-sidebar_icon img{
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.catlog-sidebar_title{
  margin-bottom: 18px;
  font-size: 24px;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 8px;
}

.catlog-sidebar_link-pic{
  width: 30px;
  height: 30px;
  margin-right: 15px;
  display: block;
}

.catlog-sidebar_link-pic img{
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.catlog-sidebar_link{
  color: #243f4d;
  font-family: 'SeroPro-Medium';
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px 10px;
}
.catlog-sidebar_menu li{
  border: 1px solid #ebebeb;
}
.catlog-sidebar_menu li:not(:first-child){
 border-top: none;
}

.catlog-sidebar_menu li:hover a{
  color: #000;
  border: none;
}

.catlog-sidebar_menu li.active{
  border-color:#000;
  border-top: 1px solid #000;
}

.catlog-sidebar_menu li:hover{
  border-bottom-color: #f4a5a3;
}

.catalog__items{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  column-gap: 20px;
}

.catalog__card_wrapper{
  margin-bottom: 15px;
  width: calc(50% - 10px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.catalog__card{
  border: 1px solid #ebebeb;
  padding: 15px 10px 15px 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}

.card__photo{
  height: 250px;
  margin-right: 10px;
  max-width: 250px;
}

.card__photo img{
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.card__info h2{
  padding-top: 0;
  margin-bottom: 10px;
  font-size: 17px;
}

.product__price-nds{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.product__price-wp .one-rub-cl{
  margin-top: -3px;
  font-size: 20px;
}

.card__characteristic_table tr{
  line-height: 20px;
}

.card__info > a{
  color: #000;
}

.card__info > a:hover{
  color: #ff0031;
}

.card__characteristic{
 padding-bottom: 10px;
 margin-bottom: 15px;
 border-bottom: 1px solid #ebebeb;
}

.card__characteristic_table tr td{
  font-size: 14px;
  color: #404040;
}

.card__characteristic_table tr td:not(:first-child){
  padding-left: 10px;
}

.card__price:not(:last-child){
  margin-bottom: 10px;
}

.card__price--nds{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.price-title{
  margin-right: 10px;
  font-size: 15px;
  min-width: 56px;
}

.price__nds_amount{
  margin-top: -2px;
}


.card__price_nds .no-nds{
  margin-bottom: 0;
}

.card__price--buy{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.card__price_title{
  margin-right: 10px;
  font-size: 16px;
}

.card__price_quantity .btn-buy{
  margin: 0 0 0 5px!important;
}

.product{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-top: 45px;
  border-top: 1px solid #ebebeb;
}

.product__photo{
  width: 250px;
  height: 250px;
  margin-right: 30px;
}

.product__photo img{
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.product__info{
  max-width: 450px;
}


.price__nds_amount{
  margin-top: -3px;
}

.price__nds_amount .price{
  font-size: 21px;
  min-height: 30px;
}

.wheels__text{
  max-width: 130px;
  line-height: 20px;
}

.product__characteristic_table td{
  font-size: 14px;
  color: #404040;
}

.product__characteristic_table td:not(:first-child){
  padding-left: 50px;
}

.product__characteristic_table{
  margin-bottom: 30px;
}

.product__price-wp{
  margin-left: auto;
}

.product__price-wp{
  padding: 20px 15px;
  background: #fff;
  border: 1px solid #ebebeb;
}

.product__price-full{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 10px;
}

.product__price-amount .price{
  margin-top: -3px;
  font-size: 21px;
}


.card__photo:hover{
  border-bottom: none;
}

.product__price-amount .no-nds{
  margin-bottom: 0;
}


.product__price_title{
  margin-right: 10px;
  font-size: 15px;
}

.product__buy{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.product__buy-title{
  margin-right: 10px;
  font-size: 15px;
}

.product__buy_amount .btn-buy{
  margin: 0 0 0 5px!important;
}

.producte__more{
  margin: 48px 0 0px;
}

.producte__more p{
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
  margin: 0px;
}

.product__characteristic_text p{
  font-size: 14px;
}

.product__characteristic_text p:not(:last-child){
  margin-bottom: 11px;
}

.content h1{
  font-size: 35px;
  padding-top: 110px;
}

.subtitle{
  font-size: 25px;
  line-height: 27px;
  margin-top: -27px;
}

@media(max-width: 1409px){
  .card__photo{
    width: 180px;
    height: 180px;
    margin-right: 8px;
  }
}

@media(max-width: 1409px){
  .wheels__text{
    padding: 10px 10px 10px 20px;
  }
  .product{
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .product__info{
    margin-right: 30px;
  }
  .product__price-wp{
    margin-left: 0;
    margin-top: 15px;
    margin-right: auto;
  }
}

@media(max-width: 1199px){

  .wheels__text{
    padding: 10px;
  }
  .card__photo{
    width: 100px;
    height: 100px;
    margin-right: 5px;
  }

  .product__photo{
    width: 200px;
    height: 200px;
  }

  .product__info{
    max-width: 400px;
  }


}

@media(max-width: 1023px){

  .content h1{
    padding-top: 84px;
  }
  .catlog-sidebar_menu li{
    border-color: #DBDBDB;
  }

  .catlog-sidebar_menu{
    background: #fff;
  }

  .catlog-sidebar_title{
    font-size: 18px;
  }
  .catalog__items{
    column-gap: 15px;
  }

}

@media(max-width: 767px){

  .wheels__text{
    max-width:  none;
  }

  .catlog__wheels_block{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .wheels__card{
    width: 100%;
  }

  .wheels__card:not(:last-child){
    margin-bottom: 15px;
  }

  .catalog__items{
    margin-right: 0;
    margin-left: 0;
  }

  .catalog__card_wrapper{
    width: 100%;
    display: block;
  }

  .price__nds_amount{
    margin-top: -4px;
  }

  .price__nds_amount .price{
    font-size: 17px;
  }

  .card__characteristic_table tr td{
    font-size: 12px;
  }
  .producte__more {
    margin: 30px 0 0px;
  }

  .producte__more p {
    font-size: 28px;
    line-height: 32px;
  }

}

@media(max-width: 576px){

  .subtitle{
    font-size: 22px;
    line-height: 24px;
  }
  .content h1{
    font-size: 30px;
  }
  .card__price_title,
  .price-title{
    margin-right: 5px;
  }

  .product{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .product__photo{
    margin-right: 0;
    margin-bottom: 15px;
  }
}

@media(max-width: 375px){
  .card__price_quantity{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .card__price_quantity .btn-buy{
    margin: 10px 0 0 0!important;
    width: 60px!important;
  }

  .product__photo{
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
}

.catalog__items .show-more {
  width: 100%;
}

.order-showcase-box-right.order-showcase-box-right__empty {
  margin-left: 0px;
}