img{
  max-width: 100%;
}

/* Pagination  */
  .Pagination_pagination {
    display: -moz-box;
    display: flex;
    -moz-box-align: center;
         align-items: center;
    -moz-box-pack: center;
         justify-content: center;
    margin: auto;
    flex-wrap: wrap;
    position: relative;
  }
  .Pagination_pagination__prevButtons {
    position: absolute;
    top: 50%;
    left: -65px;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .Pagination_pagination__nextButtons {
    position: absolute;
    top: 50%;
    right: -65px;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .Pagination_pagination__btn {
    font-weight: 800;
    font-size: 20px;
    line-height: 24px;
    color: #818181;
    outline: none;
    min-width: 18px;
    display: block;
    position: relative;
    text-align: center;
  }
  .Pagination_pagination__btn:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    height: 4px;
  }
  .Pagination_pagination__dots {
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
  }
  .Pagination_pagination__btnArrow {
    font-weight: 800;
    font-size: 20px;
    line-height: 24px;
    color: #818181;
    outline: none;
    min-width: 18px;
    display: block;
  }
  .Pagination_pagination__selectedPage {
    color: #2e7790;
  }
  .Pagination_pagination__selectedPage:before {
    background: #2e7790;
  }
  .Pagination_pagination__item {
    margin: 0 8px;
    color: #818181;
  }
/*   */

/* Show more */
  .ShowMore_showMore {
    margin: 0 auto 15px;
    text-align: center;
  }
  .ShowMore_showMore__btn {
    background: none;
    border: none;
    outline: none;
    padding: 0;
    margin: 0;
    font-weight: 800;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #2e7790;
  }
  .ShowMore_showMore__icon {
    display: block;
    margin: 0 auto 15px;
    border: none;
    background: none;
    outline: none;
    width: 70px;
    height: 80px;
    padding: 0;
  }
  .ShowMore_showMore__image {
    max-width: 100%;
  }

  .ShowMore_row {
    display: -moz-box;
    display: flex;
    -moz-box-pack: center;
         justify-content: center;
    -moz-box-align: center;
         align-items: center;
    margin: auto;
  }
  .ShowMore_row span {
    width: 48px;
    height: 100%;
    margin: 0 20px 0 0;
  }
/*    */
/*  Pagination-block */
    .PaginationBlock_pagination {
    text-align: center;
    margin-bottom: 36px;
  }
/*   */
/* ProductCard*/
    .ProductCard_productCard {
    border: 16px solid #EDEDED;
    background: #fff;
    -webkit-transition: ease border-color 0.25s;
    -moz-transition: ease border-color 0.25s;
    transition: ease border-color 0.25s;
    padding: 16px;
  }
  @media (max-width: 767px) {
    .ProductCard_productCard {
      margin-bottom: 25px;
    }
  }
  .ProductCard_productCard:hover {
    border-color: #D8D8D8;
  }
  .ProductCard_productCard__wrap {
    position: relative;
  }
  .ProductCard_productCard__pl0 {
    padding-left: 0;
  }
  .ProductCard_productCard__vendor {
    color: #252525;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    margin-bottom: 4px;
  }
  .ProductCard_productCard__code {
    color: #444;
    font-weight: 700;
  }
  .ProductCard_productCard__header {
    position: relative;
    padding-right: 28px;
  }
  .ProductCard_productCard__link {
    color: #252525;
  }
  .ProductCard_productCard__link:hover {
    color: #2e7790;
  }
  .ProductCard_productCard__brand {
    text-transform: uppercase;
    display: block;
    font-size: 14px;
    line-height: 20px;
  }
  .ProductCard_productCard__title {
    margin: 0 0 10px;
    display: block;
    font-size: 24px;
    line-height: 24px;
    font-weight: 900;
    text-transform: uppercase;
  }
  .ProductCard_productCard__sizeRow {
    display: -moz-box;
    display: flex;
    -moz-box-align: center;
         align-items: center;
    margin-bottom: 17px;
  }
  .ProductCard_productCard__size {
    padding-right: 10px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
  }
  .ProductCard_productCard__footer {
    display: -moz-box;
    display: flex;
    -moz-box-pack: justify;
         justify-content: space-between;
    -moz-box-align: end;
         align-items: flex-end;
    padding-top: 10px;
  }
  .ProductCard_productCard .ProductCard_outOfStock {
    margin-top: 62px;
  }
  .ProductCard_productCard__btnWrapper {
    margin-left: auto;
    margin-top: 22px;
  }
  .ProductCard_productCard__choice {
    display: -moz-box;
    display: flex;
    -moz-box-align: center;
         align-items: center;
    font-weight: 700;
    font-size: 12px;
    line-height: 12px;
    color: #444;
    margin-bottom: 7px;
  }
  .ProductCard_productCard__choice img {
    margin-right: 8px;
  }
  .ProductCard_productCard__choiceWrapper {
    margin-top: 8px;
  }
  @media (max-width: 767px) {
    .ProductCard_productCard__choiceWrapper {
      display: -moz-box;
      display: flex;
    }
  }

  @media (max-width: 767px) {
    .ProductCard_mobileImage {
      margin-bottom: 15px;
    }
  }

  @media (max-width: 767px) {
    .ProductCard_priceInfo {
      -moz-box-align: end;
           align-items: flex-end;
      -moz-box-orient: vertical;
      -moz-box-direction: normal;
           flex-direction: column;
    }
  }

  .ProductCard_compare {
    position: absolute;
    bottom: 0;
  }
/*    */
/*  Product Label*/
  .ProductLabel_productLabel {
    position: absolute;
    top: 0;
    left: 0;
    font-family: "Calibri", sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 26px;
    padding: 0 12px;
    text-transform: uppercase;
    border-radius: 25px;
    color: #000;
    border: 2px solid #000;
  }

  .ProductLabel__stock {
    color: #E4AC00;
    border-color: #E4AC00;
  }

  .ProductLabel__new {
    color: #b6009f;
    border-color: #b6009f;
  }

  .ProductLabel__sale {
    color: #e16a00;
    border-color: #e16a00;
  }

  .ProductLabel__discount {
    color: #C00144;
    border-color: #C00144;
  }

  .ProductLabel__topSales {
    color: #008ee8;
    border-color: #008ee8;
  }
/*    */
/* Product Card Img*/
  .ProductCardImage_productImage {
    margin: 0 0 6px;
    width: 200px;
  }
  @media (max-width: 767px) {
    .ProductCardImage_productImage {
      width: 100%;
    }
  }
  .ProductCardImage_productImage__wrap {
    width: 200px;
    height: 200px;
    margin: 0 auto;
  }
  @media (max-width: 767px) {
    .ProductCardImage_productImage__wrap {
      width: 100%;
      height: auto;
    }
  }
  .ProductCardImage_productImage__type {
    text-align: center;
    color: #fff;
    background: #2E7790;
    display: block;
    font-weight: 800;
    font-size: 14px;
    line-height: 28px;
    text-transform: uppercase;
    padding: 0 5px;
  }
  .ProductCardImage_productImage__picture {
    width: 100%;
  }
/*  */
/*Product Card Img Type*/
  .ProductCardImageType_productImage {
    margin: 0 0 6px;
  }
  .ProductCardImageType_productImage__wrap {
    width: 200px;
    height: 200px;
  }
  .ProductCardImageType_productImage__type {
    text-align: center;
    color: #fff;
    background: #2E7790;
    display: block;
    font-weight: 800;
    font-size: 14px;
    line-height: 28px;
    text-transform: uppercase;
    padding: 0 5px;
  }
/*   */
/* Rating and Reviews */
  .RatingAndReviews_ratingAndReviews {
    display: -moz-box;
    display: flex;
    -moz-box-align: center;
         align-items: center;
    margin-bottom: 1px;
  }
  .RatingAndReviews_ratingAndReviews__sep {
    padding: 0 3px;
    font-size: 10px;
    color: #252525;
    font-weight: 500;
  }

  .RatingAndReviews_rates {
    display: -moz-box;
    display: flex;
    -moz-box-align: center;
         align-items: center;
    line-height: 20px;
    font-size: 12px;
    font-weight: 500;
  }
  .RatingAndReviews_rates__list {
    margin-bottom: 1px;
  }
  .RatingAndReviews_rates__count {
    color: #2E7790;
    margin-left: 4px;
  }
  .RatingAndReviews_rates svg {
    width: 15px;
    height: 14px;
  }

  .RatingAndReviews_reviewsWidget {
    font-size: 12px;
    line-height: 20px;
    font-weight: 500;
    color: #2E7790;
  }

  .RatingAndReviews_sm svg {
    width: 16px !important;
    height: 16px !important;
  }
  .RatingAndReviews_sm .RatingAndReviews_reviewsWidget {
    font-size: 13px;
  }
  .RatingAndReviews_sm .RatingAndReviews_rates {
    font-size: 13px;
  }

  .RatingAndReviews_xs svg {
    width: 14px !important;
    height: 14px !important;
  }
  .RatingAndReviews_xs .RatingAndReviews_reviewsWidget {
    font-size: 10px;
  }
  .RatingAndReviews_xs .RatingAndReviews_rates {
    font-size: 10px;
  }

  .RatingAndReviews_md .RatingAndReviews_ratingAndReviews__sep {
    font-size: 12px;
  }
  .RatingAndReviews_md svg {
    width: 18px !important;
    height: 18px !important;
  }
  .RatingAndReviews_md .RatingAndReviews_reviewsWidget {
    font-size: 13px;
  }
  .RatingAndReviews_md .RatingAndReviews_rates {
    font-size: 13px;
  }
  .RatingAndReviews_md .RatingAndReviews_rates__count {
    margin-left: 2px;
  }
/* */
/* Product Characteristics */
  .ProductCharacteristics_productCharacteristics {
    margin: 0;
    padding: 0 2px;
    list-style: none;
    display: -moz-box;
    display: flex;
    -moz-box-pack: justify;
         justify-content: space-between;
    border: 1px solid #bbbbbb;
    border-radius: 2px;
    background-color: #fff;
    width: 160px;
    height: 25px;
  }
  @media (max-width: 767px) {
    .ProductCharacteristics_productCharacteristics {
      width: 100%;
    }
  }
  .ProductCharacteristics_productCharacteristics__item {
    font-size: 12px;
    line-height: 16px;
    color: #252525;
    font-weight: 500;
    display: -moz-box;
    display: flex;
    -moz-box-align: center;
         align-items: center;
  }
  .ProductCharacteristics_productCharacteristics__item:last-child:after {
    display: none;
  }
  .ProductCharacteristics_productCharacteristics__item:after {
    content: "|";
    padding: 0 5px;
  }
  .ProductCharacteristics_productCharacteristics__icon {
    width: 24px;
    height: 24px;
    font-size: 0;
    line-height: 24px;
    text-align: center;
  }
  .ProductCharacteristics_productCharacteristics__image {
    max-width: 100%;
    vertical-align: middle;
  }
  .ProductCharacteristics_productCharacteristics__text {
    padding-right: 5px;
  }

  .ProductCharacteristics_popupContent {
    position: absolute;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.45);
    z-index: 1;
    -webkit-transition: opacity 0.25s ease, visibility 0.25s ease;
    -moz-transition: opacity 0.25s ease, visibility 0.25s ease;
    transition: opacity 0.25s ease, visibility 0.25s ease;
    display: none;
    background: #fff;
    left: 50%;
    bottom: 100%;
    -webkit-transform: translate(-50%, 0);
       -moz-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    margin-bottom: 15px;
  }
  .ProductCharacteristics_popupContent__wrap {
    padding: 10px;
    background: #fff;
    position: relative;
    z-index: 1;
  }
  .ProductCharacteristics_popupContent:before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
            transform: rotate(45deg);
    top: 100%;
    background: #fff;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.45);
    margin: -10px 0 0 -10px;
    left: 50%;
  }
  .ProductCharacteristics_popupContent img {
    width: 190px;
    display: block;
  }

  .ProductCharacteristics_wrap {
    position: relative;
  }
  .ProductCharacteristics_wrap:hover .ProductCharacteristics_popupContent {
    display: block;
  }
/*   */
/* modal */
  .Modal_modal__overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 10;
    overflow: auto;
    padding: 10px;
    text-align: center;
  }
  .Modal_modal__overlay:before {
    /* display: inline-block;
    vertical-align: middle;
    content: ' ';
    height: 100%; */
  }
  .Modal_modal__dialog {
    padding: 10px;
    position: relative;
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    width: 100%;
  }
  @media (max-width: 767px) {
    .Modal_modal__dialog {
      max-width: 320px;
    }
  }
  .Modal_modal__content {
    width: 100%;
    position: relative;
  }

  .Modal_close {
    position: absolute;
    right: -7px;
    top: -7px;
    background: #d40000;
    width: 26px;
    height: 26px;
    font-size: 12px;
    line-height: 25px;
    text-align: center;
    color: #fff;
    border: none;
    outline: none;
    border-radius: 50%;
    z-index: 1;
  }
  .Modal_close:hover {
    color: #000;
  }
/* */
/* Product Made*/
  .ProductMade_productMade {
    display: -moz-box;
    display: flex;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    -moz-box-align: center;
         align-items: center;
    color: #252525;
    margin-bottom: 9px;
  }
  .ProductMade_productMade img {
    margin-right: 10px;
    width: 20px;
    height: 14px;
  }
/* */
/* Icon List*/
  .IconList_productCardIcons {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -moz-box;
    display: flex;
    -moz-box-align: center;
         align-items: center;
  }
  .IconList_productCardIcons__item {
    padding: 0 5px;
    font-size: 0;
    line-height: 0;
  }
  .IconList_productCardIcons__img {
    display: block;
    max-height: 24px;
    max-width: 38px;
  }

  .IconList_center {
    -moz-box-pack: center;
         justify-content: center;
  }
/* */
/* Custom Select*/
  .CustomSelect_customSelect {
    min-width: 56px;
    position: relative;
  }
  .CustomSelect_customSelect__toggle {
    border: 1px solid #bbbbbb;
    border-radius: 2px;
    line-height: 38px;
    font-size: 14px;
    font-weight: 500;
    color: #252525;
    margin: 0;
    padding: 0 18px 0 15px;
    background: #fff;
    display: block;
    width: auto;
    text-align: left;
    position: relative;
    min-width: 56px;
  }
  .CustomSelect_customSelect__toggle:after {
    content: "\e914";
    position: absolute;
    top: 0;
    right: 6px;
    font-family: "icomoon" !important;
  }
  .CustomSelect_customSelect__drop {
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    z-index: 2;
    display: none;
    width: 100%;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.45);
    max-height: 240px;
    overflow-y: auto;
  }
  .CustomSelect_customSelect__list {
    padding: 0;
    margin: 0;
    list-style: none;
  }
  .CustomSelect_customSelect__item:not(:last-child) {
    border-bottom: 1px solid #EDEDED;
  }
  .CustomSelect_customSelect__btn {
    border: none;
    margin: 0;
    background: none;
    padding: 5px 15px;
    width: 100%;
    text-align: left;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    display: block;
    word-wrap: break-word;
  }
  .CustomSelect_customSelect__btn:hover {
    background: #2E7790;
    color: #fff;
  }

  .CustomSelect_open {
    display: block;
  }

  .CustomSelect_sm .CustomSelect_customSelect__toggle {
    font-size: 12px;
    line-height: 28px;
    padding: 0 30px 0 7px;
  }
  .CustomSelect_sm .CustomSelect_customSelect__btn {
    font-size: 12px;
  }

  .CustomSelect_block .CustomSelect_customSelect__toggle {
    width: 100%;
  }


/* */
/* Product Price*/
  .ProductPrice_productPrice {
    display: -moz-box;
    display: flex;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
         flex-direction: row;
         justify-content: flex-end;
    margin: 0 -5px 8px;
    padding: 3px 0 0;
  }
  .ProductPrice_productPrice__col {
    padding: 0 5px;
  }
  .ProductPrice_productPrice__col:last-child {
    text-align: right;
  }
  .ProductPrice_productPrice__title {
    color: #252525;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    display: block;
  }
  .ProductPrice_productPrice__cost {
    font-size: 26px;
    line-height: 32px;
    font-weight: 800;
    display: block;
    color: #252525;
  }
  .ProductPrice_productPrice__newCost {
    font-size: 30px;
    line-height: 32px;
    font-weight: 800;
    display: block;
    color: #252525;
  }
  .ProductPrice_productPrice__old {
    color: #898989;
    display: block;
    font-weight: 800;
    font-size: 20px;
    line-height: 24px;
    padding: 4px 0 6px;
  }

@media(max-width: 992px){
  .ProductPrice_productPrice__col:last-child{
    text-align: center;
  }

  .ProductPrice_productPrice{
    justify-content: center;
  }

  div.ProductDetails_size_block{
    display: flex;
    flex-wrap: wrap;
    gap: 0 10px;
    flex-direction: row;
  }

  .ProductDetails_size_block .Details_details__drop{
    flex: 0 0 calc(50% - 5px);
    max-width: calc(50% - 5px);
  }

  .ProductDetails_productDetails{
    margin-right: 0;
    width: 100%;
  }

  .Details_buy_cont, .Details_outOfStock{
    flex-direction: column;
  }

  .Details_outOfStock{
    margin-top: 0;
  }

}

@media(max-width: 576px){
  .ProductPrice_productPrice{
    flex-direction: column;
  }

  .ProductDetails_size_block .Details_details__drop{
    flex: 0 0 100%;
    max-width: 100%;
  }
}

/*  */
/* Basket Modal*/
    .BasketModal_basket {
    max-width: 900px;
    width: 100%;
    background: #fff;
    padding: 20px;
  }
  .BasketModal_basket__title {
    text-align: center;
    display: block;
    font-weight: 800;
    font-size: 22px;
    line-height: 22px;
    color: #252525;
    margin-bottom: 20px;
  }
  .BasketModal_basket__sum {
    text-align: right;
    font-size: 22px;
    line-height: 26px;
    color: #252525;
    margin-bottom: 22px;
  }
  .BasketModal_basket__sum span {
    font-size: 28px;
    line-height: 28px;
    font-weight: 800;
  }
  .BasketModal_basket__goToCheckout {
    font-weight: 800;
    font-size: 20px;
    line-height: 20px;
    padding: 20px 24px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .BasketModal_basket__buttons {
    width: 100%;
    display: -moz-box;
    display: flex;
    -moz-box-pack: justify;
         justify-content: space-between;
  }

  .BasketModal_list {
    background: #f2f2f2;
    padding: 0 10px;
    max-height: 600px;
    overflow-y: auto;
    margin-bottom: 17px;
  }
  .BasketModal_list__item {
    padding-top: 13px;
    border-bottom: 0.5px solid #aaaaaa;
  }
  .BasketModal_list__item:last-child {
    border-bottom: 0.5px solid transparent;
  }
  .BasketModal_list__delete {
    width: 22px;
    height: 22px;
    border: 1px solid #444;
    border-radius: 50%;
    text-align: center;
    font-size: 10px;
    margin-right: 20px;
    display: inline-block;
    vertical-align: top;
    padding: 0;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
  }
  .BasketModal_list__title {
    display: inline-block;
    max-width: 385px;
    font-weight: 700;
    font-size: 14px;
    line-height: 14px;
    color: #252525;
    margin-bottom: 0;
  }
  .BasketModal_list__info {
    margin-top: 13px;
    display: -moz-box;
    display: flex;
    margin-bottom: 25px;
  }
  .BasketModal_list__image {
    width: 125px;
    height: 125px;
    object-fit: cover;
    margin-right: 23px;
  }
  .BasketModal_list__description {
    width: 50%;
  }
  .BasketModal_list__price {
    font-size: 13px;
    line-height: 22px;
    color: #252525;
    margin-bottom: 14px;
  }
  .BasketModal_list__price span {
    font-weight: 600;
    font-size: 18px;
    line-height: 20px;
  }
  .BasketModal_list__vendor {
    margin-top: 16px;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    color: #252525;
  }
  .BasketModal_list__count {
    width: 32%;
    display: -moz-box;
    display: flex;
    -moz-box-pack: justify;
         justify-content: space-between;
  }
  .BasketModal_list__priceWidget {
    text-align: right;
  }
  .BasketModal_list__priceCount {
    font-size: 15px;
    line-height: 22px;
    color: #252525;
  }
  .BasketModal_list__priceCost {
    font-weight: 600;
    font-size: 22px;
    line-height: 24px;
    color: #252525;
    margin-top: 8px;
    display: block;
  }

  .BasketModal_preloader {
    height: 160px;
    width: 100%;
    display: -moz-box;
    display: flex;
    -moz-box-align: center;
         align-items: center;
    -moz-box-pack: center;
         justify-content: center;
    background: #f2f2f2;
  }

  @media screen and (max-width: 991px) {
    .BasketModal_list__info {
      flex-wrap: wrap;
    }
    .BasketModal_list__count {
      width: 100%;
    }
    .BasketModal_list__description {
      width: auto;
      -moz-box-flex: 1;
           flex-grow: 1;
    }
  }

  @media(max-width: 576px){
    .BasketModal_basket__buttons{
      flex-direction: column;
      gap: 20px;
    }

    .btn.BasketModal_basket__goToCheckout{
      padding: 20px 30px;
    }
  }
/*  */
/* checkbox*/
  .Checkbox_checkbox {
    overflow: hidden;
    position: relative;
  }
  .Checkbox_checkbox.Checkbox_disabled {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    pointer-events: none;
    color: #d6d6d6;
  }
  .Checkbox_checkbox.Checkbox_disabled .Checkbox_checkbox__count {
    color: #d6d6d6;
  }
  .Checkbox_checkbox__label {
    display: inline-block;
    font-size: 16px;
    line-height: 28px;
    min-height: 28px;
    vertical-align: top;
    padding: 0 0 0 36px;
    color: #252525;
    position: relative;
    cursor: pointer;
  }
  .Checkbox_checkbox__label.Checkbox_disabled {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    pointer-events: none;
    color: #d6d6d6;
  }
  .Checkbox_checkbox__label.Checkbox_disabled:before {
    background: #e8e8e8;
  }
  .Checkbox_checkbox__label:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 28px;
    height: 28px;
    border: 1px solid #bbbbbb;
    border-radius: 3px;
    background: #fff;
  }
  .Checkbox_checkbox__label:after {
    content: "\e90b";
    font-family: "icomoon" !important;
    font-size: 15px;
    position: absolute;
    top: 0;
    left: 7px;
    color: #fff;
    display: none;
  }
  .Checkbox_checkbox__count {
    color: #818181;
    padding-left: 4px;
    line-height: 28px;
  }
  .Checkbox_checkbox__input {
    position: absolute;
    left: -9999px;
  }
  input:checked + .Checkbox_checkbox__label:after {
    display: block;
  }
  input:checked + .Checkbox_checkbox__label:before {
    background: #2e7790;
  }

  .Checkbox_xs {
    font-size: 11px;
    line-height: 15px;
    color: #252525;
    padding: 0 0 0 22px;
    min-height: 15px;
  }
  .Checkbox_xs:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 15px;
    height: 15px;
    border: 1px solid #bbbbbb;
    border-radius: 3px;
    background: #fff;
  }
  .Checkbox_xs:after {
    content: "\e90b";
    font-family: "icomoon" !important;
    font-size: 9px;
    position: absolute;
    top: 0;
    left: 3px;
    color: #fff;
    display: none;
  }

  .Checkbox_hrefLabel {
    cursor: pointer;
  }
/* */
/* chooseSize */
  .ChooseSize_chooseSize {
    width: 168px;
    position: relative;
  }
  .ChooseSize_chooseSize__toggle {
    border: 1px solid #BBBBBB;
    border-radius: 2px;
    margin: 0;
    padding: 0 25px 0 7px;
    background: #fff;
    display: block;
    width: 100%;
    text-align: left;
    font-size: 14px;
    line-height: 26px;
    font-weight: 500;
    color: #252525;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
  }
  .ChooseSize_chooseSize__toggle:after {
    content: "\e914";
    position: absolute;
    top: 0;
    right: 6px;
    font-family: "icomoon" !important;
  }
  .ChooseSize_chooseSize__drop {
    position: absolute;
    margin-top: 16px;
    top: 100%;
    left: 50%;
    width: 350px;
    margin-left: -175px;
    background: #fff;
    z-index: 2;
    display: none;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.45);
  }
  .ChooseSize_chooseSize__list {
    padding: 9px 0;
    margin: 0;
    list-style: none;
    background: #fff;
    overflow: auto;
    max-height: 270px;
  }
  .ChooseSize_chooseSize__item {
    position: relative;
  }
  .ChooseSize_chooseSize__item:not(:last-child):before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 15px;
    right: 15px;
    height: 1px;
    background: #EDEDED;
  }
  .ChooseSize_chooseSize__btn {
    background: none;
    border: none;
    -moz-box-pack: justify;
         justify-content: space-between;
    display: -moz-box;
    display: flex;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
         flex-direction: row;
    width: 100%;
    position: relative;
    padding: 5px 15px;
    margin: 0;
    font-size: 16px;
    line-height: 20px;
  }
  .ChooseSize_chooseSize__btn:hover {
    background: #2E7790;
    color: #fff;
  }
  .ChooseSize_chooseSize__head {
    display: -moz-inline-box;
    display: inline-flex;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
         flex-direction: column;
    -moz-box-align: start;
         align-items: flex-start;
    text-align: left;
    padding-right: 10px;
  }
  .ChooseSize_chooseSize__title {
    font-weight: 700;
  }
  .ChooseSize_chooseSize__load {
    font-weight: 400;
  }
  .ChooseSize_chooseSize__price {
    font-weight: 500;
    text-align: right;
    white-space: nowrap;
    max-width: 50%;
  }
  .ChooseSize_chooseSize__triangle {
    position: absolute;
    top: -10px;
    left: 50%;
    margin-left: -10px;
    width: 20px;
    height: 20px;
    background: #fff;
    -webkit-transform: rotate(-45deg);
       -moz-transform: rotate(-45deg);
            transform: rotate(-45deg);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.45);
    z-index: -1;
  }

  .ChooseSize_show {
    display: block;
  }

  @media(max-width: 992px){
    .ChooseSize_chooseSize__drop{
      left: 0;
      margin-left: 0;
    }

    .ChooseSize_chooseSize__triangle{
      margin-left: 0;
      left: 80px;
    }
  }
/* */
/* Tooltip*/
  .Tooltip_tooltip {
    position: relative;
    line-height: 16px;
  }
  .Tooltip_tooltip__toggle {
    color: #bbb;
    font-size: 16px;
    line-height: 20px;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
  }
  .Tooltip_tooltip__drop {
    position: absolute;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.45);
    z-index: 1;
    -webkit-transition: opacity 0.25s ease, visibility 0.25s ease;
    -moz-transition: opacity 0.25s ease, visibility 0.25s ease;
    transition: opacity 0.25s ease, visibility 0.25s ease;
    display: none;
  }
  .Tooltip_tooltip__drop.Tooltip_topCenter {
    top: 100%;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
       -moz-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    text-align: center;
    margin-top: 16px;
  }
  .Tooltip_tooltip__drop.Tooltip_topLeft {
    top: 100%;
    left: -18px;
    margin-top: 16px;
  }
  .Tooltip_tooltip__drop.Tooltip_topRight {
    top: 100%;
    right: -18px;
    margin-top: 16px;
  }
  .Tooltip_tooltip__drop.Tooltip_bottomCenter {
    bottom: 100%;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
       -moz-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    text-align: center;
    margin-bottom: 16px;
  }
  .Tooltip_tooltip__show {
    display: block;
  }
  .Tooltip_tooltip__content {
    background: #fff;
    padding: 10px;
    font-size: 14px;
    line-height: 20px;
    display: block;
    position: relative;
    z-index: 1;
    border-radius: 5px;
  }
  .Tooltip_tooltip__triangle {
    position: absolute;
    width: 20px;
    height: 20px;
    background: #fff;
    -webkit-transform: rotate(-45deg);
       -moz-transform: rotate(-45deg);
            transform: rotate(-45deg);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.45);
  }
  .Tooltip_tooltip__triangletopCenter {
    top: -10px;
    left: 50%;
    margin-left: -10px;
  }
  .Tooltip_tooltip__triangletopRight {
    top: -10px;
    right: 20px;
  }
  .Tooltip_tooltip__triangletopLeft {
    top: -10px;
    left: 20px;
  }
  .Tooltip_tooltip__trianglebottomCenter {
    bottom: -10px;
    left: 50%;
    margin-left: -10px;
  }
  .Tooltip_tooltip__trianglebottomRight {
    bottom: -10px;
    right: 20px;
  }
  .Tooltip_tooltip__trianglebottomLeft{
    bottom: -10px;
    left: 20px;
  }
  .Tooltip_tooltip__trianglerightCenter {
    left: -10px;
    top: -moz-calc(50% - 10px);
    top: calc(50% - 10px);
  }
  .Tooltip_tooltip__toggleIcon:hover {
    color: #2e7790;
  }

  .Tooltip_rightCenter {
    left: -moz-calc(100% + 20px);
    left: calc(100% + 20px);
    top: 5px;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
            transform: translateY(-50%);
  }

  @media(max-width: 992px){
    .Tooltip_tooltip__drop.Tooltip_topCenter{
          right: -10px;
          left: unset;
          transform: unset;
    }

    .Tooltip_tooltip__triangletopCenter{
      left: unset;
      margin-left: 0;
      right: 8px;
    }
  }

/* */
/* SizeInfo*/
  .SizeInfo_productSizeInfo {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #252525;
    margin-bottom: 4px;
  }
  .SizeInfo_productSizeInfo__tooltip {
    color: #252525;
    margin-left: 5px;
  }
  .SizeInfo_productSizeInfo__toggle {
    color: #252525;
    font-size: 16px;
    line-height: 20px;
    font-weight: 800;
    text-decoration: underline;
  }

  .SizeInfo_list {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
  }
  .SizeInfo_list__strong {
    font-weight: 700;
  }
/* */
/* ProductDetails*/
  .ProductDetails_productDetails {
    font-size: 16px;
    line-height: 20px;
    color: #252525;
    margin: 0 -25px 0 0;
    padding: 0;
    list-style: none;
  }
  .ProductDetails_productDetails__dt {
    font-weight: 500;
    margin-right: 6px;
  }
  .ProductDetails_productDetails__dd {
    font-weight: 700;
    margin-bottom: 4px;
  }

  .ProductDetails_tooltip {
    border-radius: 5px;
    margin-left: 5px;
  }
/*  */
/* Product Status*/
  .ProductStatus_productStatus {
    display: block;
    color: #252525;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 8px;
  }
  .ProductStatus_productStatus__status {
    font-weight: 700;
  }
/* */
/* Delivery Widget*/
  .DeliveryWidget_deliveryWidget {
    margin-bottom: 6px;
  }
  .DeliveryWidget_deliveryWidget__toggle {
    display: -moz-box;
    display: flex;
    color: #2E7790;
    font-size: 14px;
    font-weight: 800;
    line-height: 20px;
    -moz-box-align: center;
         align-items: center;
  }
  .DeliveryWidget_deliveryWidget__icon {
    width: 28px;
    height: 14px;
    margin-right: 5px;
  }
/* */
/* PriceWidget*/
  .PriceWidget_priceWidget {
    color: #818181;
    font-size: 14px;
    line-height: 24px;
    display: block;
    font-weight: 600;
  }
  .PriceWidget_priceWidget__price {
    font-weight: 800;
    font-size: 18px;
    margin-left: 3px;
  }

  .PriceWidget_md {
    font-size: 20px;
  }

  @media screen and (max-width: 991px) {
    .PriceWidget_priceWidget {
      display: -moz-box;
      display: flex;
      -moz-box-align: center;
           align-items: center;
      -moz-box-pack: center;
           justify-content: center;
    }
  }
/* */
/* NotifyWhenExist*/
  .NotifyWhenExist_btn {
    font-weight: 800;
    font-size: 15px;
    line-height: 18px;
    color: #2e7790;
    margin-top: 30px;
    cursor: pointer;
  }
  .NotifyWhenExist_btn span {
    color: #d40000;
  }
/* */
/* ButtonFavorite*/
  .ButtonFavorite_buttonFavorite {
    position: absolute;
    top: -5px;
    right: -5px;
    background: none;
    border: none;
    margin: 0;
    box-shadow: none;
    padding: 5px;
    font-size: 0;
    line-height: 0;
  }
  .ButtonFavorite_buttonFavorite svg {
    width: 24px;
    height: 24px;
  }
/* */
/* RatingModal*/
  .RatingModal_ratingModal {
    background: #E9E9E9;
    padding: 20px;
  }
  .RatingModal_ratingModal__btn {
    border-radius: 3px;
    font-size: 15px;
  }
  .RatingModal_ratingModal__footer {
    display: -moz-box;
    display: flex;
    -moz-box-pack: end;
         justify-content: flex-end;
  }
  .RatingModal_ratingModal__item {
    margin-left: 21px;
  }

  .RatingModal_title {
    font-size: 22px;
    line-height: 24px;
    font-weight: 900;
    text-transform: uppercase;
    color: #242424;
    display: block;
    margin: 0 0 10px;
  }

  .RatingModal_name {
    display: block;
    font-size: 15px;
    line-height: 18px;
    font-weight: 700;
    color: #242424;
    margin: 0 0 11px;
  }

  .RatingModal_brand {
    color: #D40000;
  }

  .RatingModal_ratingLine {
    padding: 7px 0;
    display: -moz-box;
    display: flex;
    border-bottom: 1px solid #CDCDCD;
  }
  .RatingModal_ratingLine:last-child {
    border-bottom: none;
  }
  .RatingModal_ratingLine__rate {
    width: 375px;
  }
  .RatingModal_ratingLine__label {
    -moz-box-flex: 1;
         flex: 1 1;
    font-size: 13px;
    line-height: 24px;
    font-weight: 500;
    color: #14190D;
  }
  .RatingModal_ratingLine__labelBottom {
    padding-bottom: 24px;
  }
  .RatingModal_ratingLine__labelTop {
    padding-top: 24px;
  }
  .RatingModal_ratingLine__icon {
    width: 24px;
    height: 24px;
    display: inline-block;
    vertical-align: top;
    border-radius: 50%;
    background: #CDCDCD;
  }
  .RatingModal_ratingLine__fullIcon {
    background: #2E7790;
  }

  .RatingModal_block {
    margin: 0 0 8px;
  }

  .RatingModal_tableHead {
    display: block;
    background: #D0D0D0;
    line-height: 24px;
    font-size: 13px;
    color: #474747;
    font-weight: 800;
    padding: 0 10px;
    margin: 0 0 8px;
  }

  .RatingModal_tableHeadFirst {
    margin-bottom: -7px;
  }

  .RatingModal_input textarea,
  .RatingModal_input input {
    border-color: #CDCDCD !important;
  }

  .RatingModal_top {
    margin-bottom: 22px;
  }

  .RatingModal_label {
    font-size: 15px;
    line-height: 25px;
    color: #14190D;
    margin-bottom: 0;
  }

  .RatingModal_textarea {
    min-height: 80px !important;
  }

  .RatingModal_secondLabel {
    display: inline-block;
    vertical-align: top;
    font-size: 15px;
    line-height: 24px;
    margin: 0 0 10px;
    color: #242424;
  }

  .RatingModal_secondFooter {
    display: -moz-box;
    display: flex;
    -moz-box-pack: justify;
         justify-content: space-between;
  }

  .RatingModal_btnBack {
    border: none;
    background: none;
    padding: 0;
    margin: 0;
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
    color: #2E7790;
  }
  .RatingModal_btnBack:before {
    content: "< ";
    color: #D40000;
    font-weight: 800;
  }
/* */
/* DotLoader*/
  .DotLoader_dotFlashing {
    position: absolute;
    bottom: 9px;
    right: 38px;
    width: 6px;
    height: 6px;
    border-radius: 5px;
    background-color: #d0d0d0;
    color: #d0d0d0;
    -webkit-animation: DotLoader_dotFlashing 0.75s infinite linear alternate;
       -moz-animation: DotLoader_dotFlashing 0.75s infinite linear alternate;
            animation: DotLoader_dotFlashing 0.75s infinite linear alternate;
    -webkit-animation-delay: 0.5s;
       -moz-animation-delay: 0.5s;
            animation-delay: 0.5s;
    z-index: 1;
  }
  .DotLoader_dotFlashing::before, .DotLoader_dotFlashing::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    width: 6px;
    height: 6px;
    border-radius: 5px;
    background-color: #d0d0d0;
    color: #d0d0d0;
    -webkit-animation: DotLoader_dotFlashing 0.75s infinite alternate;
       -moz-animation: DotLoader_dotFlashing 0.75s infinite alternate;
            animation: DotLoader_dotFlashing 0.75s infinite alternate;
  }
  .DotLoader_dotFlashing::before {
    left: -15px;
    -webkit-animation-delay: 0s;
       -moz-animation-delay: 0s;
            animation-delay: 0s;
  }
  .DotLoader_dotFlashing::after {
    left: 15px;
    -webkit-animation-delay: 0.75s;
       -moz-animation-delay: 0.75s;
            animation-delay: 0.75s;
  }

  @-webkit-keyframes DotLoader_dotFlashing {
    0% {
      background-color: #666;
    }
    50%, 100% {
      background-color: #d0d0d0;
    }
  }

  @-moz-keyframes DotLoader_dotFlashing {
    0% {
      background-color: #666;
    }
    50%, 100% {
      background-color: #d0d0d0;
    }
  }

  @keyframes DotLoader_dotFlashing {
    0% {
      background-color: #666;
    }
    50%, 100% {
      background-color: #d0d0d0;
    }
  }
/* */
/* SearchPopupCustomSelect*/
  .SearchPopupCustomSelect_customSelect {
    min-width: 56px;
    position: relative;
  }
  .SearchPopupCustomSelect_customSelect__bigList {
    display: -moz-box;
    display: flex;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
         flex-direction: column;
    flex-wrap: wrap;
    height: 195px;
    padding: 10px 5px;
  }
  .SearchPopupCustomSelect_customSelect__bigListItem {
    width: 60%;
    text-align: left;
    margin-bottom: 4px;
  }
  .SearchPopupCustomSelect_customSelect__bigListItem:nth-last-child(-n+3) {
    width: 40%;
  }
  .SearchPopupCustomSelect_customSelect__bigListBtn {
    padding: 0px 10px;
    background: none;
    font-weight: 500;
    font-size: 13px;
    line-height: 25px;
    text-align: left;
    border-radius: 90px;
    border: none;
  }
  .SearchPopupCustomSelect_customSelect__bigListBtnSelected {
    background: #d40000;
    color: #fff;
  }
  .SearchPopupCustomSelect_customSelect__label {
    position: absolute;
    z-index: 1;
    left: 15px;
    top: 8px;
    font-size: 12px;
    line-height: 12px;
    color: #666666;
    text-align: left;
  }
  @media (max-width: 767px) {
    .SearchPopupCustomSelect_customSelect__label, .FilterByAutoBlock_filterBlock__select .ModificationSelect_customSelect__label {
      font-size: 10px;
      left: 14px;
      top: 5px;
    }
  }
  .SearchPopupCustomSelect_customSelect__toggle {
    border: 1px solid #bbbbbb;
    border-radius: 3px;
    line-height: 20px;
    font-size: 15px;
    font-weight: 500;
    color: #252525;
    margin: 0;
    padding: 20px 18px 0 15px;
    background: #fff;
    display: block;
    width: 100%;
    height: 55px;
    text-align: left;
    position: relative;
    min-width: 56px;
  }
  @media (max-width: 767px) {
    .SearchPopupCustomSelect_customSelect__toggle,.FilterByAutoBlock_filterBlock__select .ModificationSelect_customSelect__toggle {
      padding: 15px 12px 0 12px;
      height: 46px;
      font-size: 14px;
    }
  }
  .SearchPopupCustomSelect_customSelect__toggleDisabled {
    background: rgba(0, 0, 0, 0.08);
    cursor: default;
    pointer-events: none;
  }
  .SearchPopupCustomSelect_customSelect__toggle:after {
    content: "\e914";
    position: absolute;
    top: 18px;
    right: 6px;
    font-family: "icomoon" !important;
  }
  @media (max-width: 767px) {
    .SearchPopupCustomSelect_customSelect__toggle:after {
      top: 12px;
    }
  }
  .SearchPopupCustomSelect_customSelect__toggle__sm {
    height: 40px;
    padding: 0px 14px 0 15px;
  }
  .SearchPopupCustomSelect_customSelect__toggle__sm:after {
    content: "\e914";
    position: absolute;
    top: 10px;
    right: 6px;
    font-family: "icomoon" !important;
  }
  .SearchPopupCustomSelect_customSelect__drop {
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    z-index: 2;
    display: none;
    width: 100%;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.45);
  }
  .SearchPopupCustomSelect_customSelect__list {
    padding: 0;
    margin: 0;
    list-style: none;
    max-height: 314px;
    overflow-y: scroll;
  }
  .SearchPopupCustomSelect_customSelect__list::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    background-color: #f1f1f1;
  }
  .SearchPopupCustomSelect_customSelect__list::-webkit-scrollbar-thumb {
    background-color: #d6d6d6;
    border-radius: 8px;
  }
  .SearchPopupCustomSelect_customSelect__list::-webkit-scrollbar-thumb:hover {
    background-color: #c2c2c2;
  }
  .SearchPopupCustomSelect_customSelect__search {
    background: #f2f2f2;
    font-size: 13px;
    line-height: 30px;
    color: #aaaaaa;
    padding: 3px 15px;
    display: block;
    width: 100%;
    border: none;
  }
  .SearchPopupCustomSelect_customSelect__btn {
    border: none;
    margin: 0;
    display: block;
    background: none;
    padding: 5px 15px;
    width: 100%;
    text-align: left;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
  }
  @media (max-width: 767px) {
    .SearchPopupCustomSelect_customSelect__btn {
      font-size: 14px;
      line-height: 24px;
    }
  }
  .SearchPopupCustomSelect_customSelect__btnSelected {
    -webkit-text-decoration-line: underline;
       -moz-text-decoration-line: underline;
            text-decoration-line: underline;
    color: #aaaaaa;
  }
  .SearchPopupCustomSelect_customSelect__btn:hover {
    -webkit-text-decoration-line: underline;
       -moz-text-decoration-line: underline;
            text-decoration-line: underline;
    color: #aaaaaa;
  }

  .SearchPopupCustomSelect_error {
    position: absolute;
    bottom: -13px;
    font-size: 10px;
    color: #d40000;
    line-height: 1;
    margin: 0;
  }

  .SearchPopupCustomSelect_loading {
    pointer-events: none;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .SearchPopupCustomSelect_open {
    display: block;
  }
/* */
/* SearchPopup*/
  .SearchPopup_popup {
    background: #ededed;
    border-radius: 3px;
    position: relative;
  }
  .SearchPopup_popup__tabs {
    display: -moz-box;
    display: flex;
  }
  .SearchPopup_popup__tab  {
    width: 50%;
    display: -moz-box;
    display: flex;
    height: 55px;
    cursor: pointer;
    -moz-box-align: center;
         align-items: center;
    -moz-box-pack: center;
         justify-content: center;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    background: #bbbbbb;
    font-weight: 700;
    font-size: 15px;
    line-height: 18px;
    color: #444;
    border: 0;
  }
  .SearchPopup_popup__tab.active {
    background: #ededed;
    position: relative;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }
  .SearchPopup_popup__tab.active::before {
    position: absolute;
    top: -4px;
    left: 0;
    right: 0;
    height: 5px;
    background: #ededed;
    content: "";
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
  }

  .SearchPopup_content {
    padding: 30px 22px;
  }
  .SearchPopup_content__chooseProduct {
    margin-bottom: 15px;
    margin-top: 35px;
  }
  .SearchPopup_content__chooseProduct__title {
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #252525;
    text-align: left;
    margin-bottom: 5px;
  }
  .SearchPopup_content__chooseCar {
    margin-bottom: 15px;
  }
  .SearchPopup_content__chooseSize {
    margin-bottom: 65px;
  }
  .SearchPopup_content__title {
    font-size: 13px;
    line-height: 16px;
    font-weight: 700;
    color: #444;
    text-align: left;
    margin-bottom: 15px;
  }
  .SearchPopup_content__selects {
    display: -moz-box;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -7px;
  }
  @media (max-width: 767px) {
    .SearchPopup_content__selects {
      -moz-box-orient: vertical;
      -moz-box-direction: normal;
           flex-direction: column;
    }
  }
  .SearchPopup_content__select {
    width: 33%;
    padding: 0 7px;
    margin-bottom: 14px;
  }
  @media (max-width: 767px) {
    .SearchPopup_content__select {
      width: 100%;
    }
  }
  .SearchPopup_content__select:last-child {
    margin-right: 0;
  }

  .SearchPopup_additional__title {
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #252525;
    text-align: left;
    margin-bottom: 5px;
  }
  .SearchPopup_additional__select {
    margin-bottom: 15px;
  }

  .SearchPopup_separator {
    display: -moz-box;
    display: flex;
    -moz-box-align: center;
         align-items: center;
    -moz-box-pack: justify;
         justify-content: space-between;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .SearchPopup_separator__text {
    width: 50px;
    height: 20px;
    background: #818181;
    border-radius: 30px;
    font-size: 12px;
    line-height: 12px;
    color: #ffffff;
    display: -moz-box;
    display: flex;
    -moz-box-align: center;
         align-items: center;
    -moz-box-pack: center;
         justify-content: center;
    margin: auto;
  }
  .SearchPopup_separator::before, .SearchPopup_separator::after {
    content: "";
    width: 195px;
    height: 1px;
    background: #cdcdcd;
  }
  @media (max-width: 767px) {
    .SearchPopup_separator::before, .SearchPopup_separator::after {
      width: 100px;
    }
  }

  .SearchPopup_popupButton {
    background: #2e7790;
    border-radius: 3px;
    font-weight: 800;
    font-size: 15px;
    line-height: 18px;
    text-transform: uppercase;
    padding: 14px 0;
    color: #ffffff;
    width: 100%;
    display: block;
    border: none;
    outline: none;
    margin: 10px auto;
    text-align: center;
    box-shadow: none;
  }
  .SearchPopup_popupButton:hover {
    background: #236174;
  }
  .SearchPopup_popupButton.SearchPopup_secondary {
    background: #d0d0d0;
    text-transform: none;
    color: #818181;
  }
/* */
/* Alert*/
  .Alert_alert {
    text-align: center;
    background: #D40000;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    padding: 6px 0;
  }
  .Alert_alert__text {
    font-weight: 700;
    text-transform: uppercase;
  }
  .Alert_alert__link {
    color: #fff;
    margin-left: 8px;
  }
/* */
/* FooterNav*/
  .FooterNav_footerNav {
    list-style: none;
    margin: 0 0 56px;
    padding: 0;
    font-weight: 700;
  }
  @media (max-width: 991px) {
    .FooterNav_footerNav {
      margin: 0 0 20px;
      font-weight: 600;
    }
  }
  .FooterNav_footerNav__item {
    margin: 0 0 12px;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
  }
  @media (max-width: 991px) {
    .FooterNav_footerNav__item {
      font-size: 12px;
    }
  }
  .FooterNav_footerNav__link {
    color: #fff;
  }
  .FooterNav_footerNav__link:hover {
    text-decoration: underline;
  }
/* */
/* Socials*/
  .Socials_socials {
    padding: 0;
    list-style: none;
    display: -moz-box;
    display: flex;
    margin: 0 -8px;
  }
  @media (max-width: 991px) {
    .Socials_socials {
      -moz-box-pack: center;
           justify-content: center;
      margin: 0 -8px 28px;
    }
  }
  .Socials_socials__item {
    padding: 0 8px;
    font-size: 0;
    line-height: 0;
  }
  .Socials_socials__link {
    display: block;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #fff;
    color: #1A4C7A;
    font-size: 21px;
    line-height: 32px;
    text-align: center;
  }
  .Socials_socials__link:hover {
    color: #D40000;
  }
  .Socials_socials__icon {
    vertical-align: top;
    line-height: inherit !important;
  }

  .Socials_iconInstagram {
    font-size: 20px !important;
  }

  .Socials_iconTwitter {
    font-size: 22px;
  }

  .Socials_iconYoutube {
    font-size: 24px;
  }
/* */
/* Subscribe*/
  .Subscribe_subscribe {
    font-size: 16px;
    line-height: 20px;
  }
  @media (max-width: 991px) {
    .Subscribe_subscribe {
      font-size: 14px;
      line-height: 20px;
    }
  }
  @media (max-width: 767px) {
    .Subscribe_subscribe {
      font-size: 12px;
      line-height: 20px;
    }
  }
  .Subscribe_subscribe__text {
    display: block;
    margin: 0 0 14px;
  }
  .Subscribe_subscribe__form {
    display: -moz-box;
    display: flex;
  }
  @media (max-width: 767px) {
    .Subscribe_subscribe__form {
      -moz-box-orient: vertical;
      -moz-box-direction: normal;
           flex-direction: column;
    }
  }
  .Subscribe_subscribe__input {
    margin: 0;
    padding: 9px 16px;
    border-radius: 2px;
    box-shadow: none;
    width: 100%;
    display: block;
    border: 1px solid #D8D8D8;
    color: #818181;
    font-size: 16px;
    line-height: 20px;
  }
  .Subscribe_subscribe__input::-webkit-input-placeholder {
    color: #ACACAC;
  }

  .Subscribe_subscribe__input:-moz-placeholder {
    color: #ACACAC;
  }

  .Subscribe_subscribe__input::-moz-placeholder {
    color: #ACACAC;
  }

  .Subscribe_subscribe__input:-ms-input-placeholder {
    color: #ACACAC;
  }

  @media (max-width: 767px) {
    .Subscribe_subscribe__input {
      font-size: 14px;
    }
  }
  .Subscribe_subscribe__inputWrap {
    margin-right: 8px;
  }
  @media (max-width: 991px) {
    .Subscribe_subscribe__inputWrap {
      -moz-box-flex: 1;
           flex: 1 1;
    }
  }
  @media (max-width: 767px) {
    .Subscribe_subscribe__inputWrap {
      margin: 0 0 8px;
    }
  }
/* */
/* FooterPage*/
  .FooterPage_footerPage {
    background: #1A4C7A;
    color: #fff;
    overflow: hidden;
  }
  .FooterPage_footerPage__content {
    padding: 32px 0 30px;
  }
  @media (max-width: 991px) {
    .FooterPage_footerPage__content {
      padding: 24px 0;
    }
  }
  .FooterPage_footerPage__logo {
    width: 218px;
    height: 24px;
    display: block;
    margin: 0 0 31px;
  }
  @media (max-width: 767px) {
    .FooterPage_footerPage__logo {
      width: 172px;
      height: 22px;
      overflow: hidden;
    }
    .FooterPage_footerPage__logo svg {
      -webkit-transform-origin: 0 0 0;
         -moz-transform-origin: 0 0 0;
              transform-origin: 0 0 0;
      -webkit-transform: scale(0.79);
         -moz-transform: scale(0.79);
              transform: scale(0.79);
    }
  }
  .FooterPage_footerPage__address {
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    font-style: normal;
    margin: 0 0 23px;
  }
  @media (max-width: 991px) {
    .FooterPage_footerPage__address {
      font-weight: 400;
      margin: 0 0 20px;
    }
  }
  @media (max-width: 767px) {
    .FooterPage_footerPage__address {
      font-size: 12px;
    }
  }
  .FooterPage_footerPage__link {
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    color: #fff;
    display: inline-block;
    vertical-align: top;
    margin: 0 0 4px;
  }
  .FooterPage_footerPage__link:hover {
    text-decoration: underline;
  }
  @media (max-width: 767px) {
    .FooterPage_footerPage__link {
      font-size: 14px;
      line-height: 20px;
    }
  }
  .FooterPage_footerPage__copy {
    font-size: 14px;
    line-height: 20px;
    background: #164168;
    color: #D8D8D8;
    padding: 14px 0;
  }
  @media (max-width: 991px) {
    .FooterPage_footerPage__copy {
      font-size: 12px;
      line-height: 20px;
      text-align: center;
    }
  }

  .FooterPage_footerEmails {
    margin: 0 -10px 0 0;
    padding: 0;
    list-style: none;
  }
  @media (max-width: 991px) {
    .FooterPage_footerEmails {
      margin: 0 0 22px;
    }
  }
  .FooterPage_footerEmails__item {
    font-size: 14px;
    line-height: 20px;
  }
  @media (max-width: 991px) {
    .FooterPage_footerEmails__item {
      margin-bottom: 6px;
    }
  }
  .FooterPage_footerEmails__link {
    color: #fff;
  }
  .FooterPage_footerEmails__link:hover {
    text-decoration: underline;
  }

  .FooterPage_footerPhone {
    list-style: none;
    padding: 0;
    margin: -2px 0 9px;
  }
  @media (max-width: 991px) {
    .FooterPage_footerPhone {
      margin: 0 0 12px;
    }
  }
  .FooterPage_footerPhone__item {
    margin: 0 0 4px;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
  }
  .FooterPage_footerPhone__phone {
    color: #fff;
  }
  .FooterPage_footerPhone__phone:hover {
    text-decoration: underline;
  }

  .FooterPage_footerWorkTime {
    margin: -2px 0 9px;
    padding: 0;
    list-style: none;
  }
  @media (max-width: 991px) {
    .FooterPage_footerWorkTime {
      margin: 0 0 12px;
    }
  }
  .FooterPage_footerWorkTime__item {
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    margin: 0 0 4px;
  }
  @media (max-width: 991px) {
    .FooterPage_footerWorkTime__item {
      font-weight: 400;
    }
  }

  .FooterPage_payList {
    list-style: none;
    padding: 0;
    margin: 0 -8px 40px;
    display: -moz-box;
    display: flex;
  }
  @media (max-width: 991px) {
    .FooterPage_payList {
      margin: 0 -8px 26px;
    }
  }
  .FooterPage_payList__item {
    padding: 0 8px;
  }
  .FooterPage_payList__icon {
    width: 68px;
    height: 40px;
    background: #fff;
    border-radius: 2px;
    display: -moz-box;
    display: flex;
    -moz-box-pack: center;
         justify-content: center;
    -moz-box-align: center;
         align-items: center;
  }
/*  */

/* rcs custom scroll */
    .rcs-custom-scroll {
    min-height: 0;
    min-width: 0;
  }

  .rcs-custom-scroll .rcs-outer-container {
    overflow: hidden;
  }

  .rcs-custom-scroll .rcs-outer-container .rcs-positioning {
    position: relative;
  }

  .rcs-custom-scroll .rcs-outer-container:hover .rcs-custom-scrollbar {
    opacity: 1;
    -webkit-transition-duration: 0.2s;
       -moz-transition-duration: 0.2s;
            transition-duration: 0.2s;
  }

  .rcs-custom-scroll .rcs-inner-container {
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }

  .rcs-custom-scroll .rcs-inner-container:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 0;
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.05) 60%, rgba(0, 0, 0, 0) 100%);
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.05) 60%, rgba(0, 0, 0, 0) 100%);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.05) 60%, rgba(0, 0, 0, 0) 100%);
    pointer-events: none;
    -webkit-transition: height 0.1s ease-in;
    -moz-transition: height 0.1s ease-in;
    transition: height 0.1s ease-in;
    will-change: height;
  }

  .rcs-custom-scroll .rcs-inner-container.rcs-content-scrolled:after {
    height: 5px;
    -webkit-transition: height 0.15s ease-out;
    -moz-transition: height 0.15s ease-out;
    transition: height 0.15s ease-out;
  }

  .rcs-custom-scroll.rcs-scroll-handle-dragged .rcs-inner-container {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .rcs-custom-scroll .rcs-custom-scrollbar {
    position: absolute;
    height: 100%;
    width: 6px;
    right: 3px;
    opacity: 0;
    z-index: 1;
    -webkit-transition: opacity 0.4s ease-out;
    -moz-transition: opacity 0.4s ease-out;
    transition: opacity 0.4s ease-out;
    padding: 6px 0;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    will-change: opacity;
    pointer-events: none;
  }

  .rcs-custom-scroll .rcs-custom-scrollbar.rcs-custom-scrollbar-rtl {
    right: auto;
    left: 3px;
  }

  .rcs-custom-scroll.rcs-scroll-handle-dragged .rcs-custom-scrollbar {
    opacity: 1;
  }

  .rcs-custom-scroll .rcs-custom-scroll-handle {
    position: absolute;
    width: 100%;
    top: 0;
  }

  .rcs-custom-scroll .rcs-inner-handle {
    height: -moz-calc(100% - 12px);
    height: calc(100% - 12px);
    margin-top: 6px;
    background-color: rgba(78, 183, 245, 0.7);
    border-radius: 3px;
  }
/* */
/* Slider*/
  @charset "UTF-8";
  /* Slider */
  .slick-loading .slick-list {
    background: #fff url(/_next/static/media/ajax-loader.0b80f665.gif) center center no-repeat;
  }

  /* Icons */
  @font-face {
    font-family: "slick";
    font-weight: normal;
    font-style: normal;
    src: url(/_next/static/media/slick.25572f22.eot);
    src: url(/_next/static/media/slick.25572f22.eot) format("embedded-opentype"), url(/_next/static/media/slick.653a4cbb.woff) format("woff"), url(/_next/static/media/slick.6aa1ee46.ttf) format("truetype"), url(/_next/static/media/slick.57e4880e.svg) format("svg");
  }
  /* Arrows */
  .slick-prev,
  .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
         transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
  }

  .slick-prev:hover,
  .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    color: transparent;
    outline: none;
    background: transparent;
  }

  .slick-prev:hover:before,
  .slick-prev:focus:before,
  .slick-next:hover:before,
  .slick-next:focus:before {
    opacity: 1;
  }

  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25;
  }

  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    opacity: 0.75;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .slick-prev {
    left: -25px;
  }

  [dir=rtl] .slick-prev {
    right: -25px;
    left: auto;
  }

  .slick-prev:before {
    content: "←";
  }

  [dir=rtl] .slick-prev:before {
    content: "→";
  }

  .slick-next {
    right: -25px;
  }

  [dir=rtl] .slick-next {
    right: auto;
    left: -25px;
  }

  .slick-next:before {
    content: "→";
  }

  [dir=rtl] .slick-next:before {
    content: "←";
  }

  /* Dots */
  .slick-dotted.slick-slider {
    margin-bottom: 30px;
  }

  .slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
  }

  .slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
  }

  .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
  }

  .slick-dots li button:hover,
  .slick-dots li button:focus {
    outline: none;
  }

  .slick-dots li button:hover:before,
  .slick-dots li button:focus:before {
    opacity: 1;
  }

  .slick-dots li button:before {
    font-family: "slick";
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: "•";
    text-align: center;
    opacity: 0.25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .slick-dots li.slick-active button:before {
    opacity: 0.75;
    color: black;
  }
/* */
/* flex-grid*/
  @charset "UTF-8";
  /**
   * Flex Grid -
   * Version: 0.3.5
   *
   * Simple grid built with flex box and sass.
   *
   * Matthew Simo - matthew.a.simo@gmail.com
   */
  /**
   * Grid setup
   *
   * The grid will calculate dimensions based on these two variables:
   * $fg-columns will inform the grid loops how many columns there should be.
   * $fg-gutter will inform the grid loops how big eac column's gutters should be.
   *
   * The grid will name columns, rows, offsets based on these three variables:
   * $fg-class-row string used for the row class
   * $fg-class-col string used for the column class
   * $fg-class-off string used for the offset class
   */
  /**
   * Break point namespace object
   *
   * Set the default namespace object with these defaults with the
   * understanding that you can pass in whatever you might require for your site.
   *
   * $fg-breakpoints is a Sass list with nested lists inside. Each sub list defines two things.
   * 1. The namespace for that breakpoint. (Required) (i.e. xs, sm, md, lg)
   * 2. The min-width measurement for the breakpoint for that namespace. (i.e. 48em, 62em, 75em)
   *
   * Note: These should be in the proper order (at least till libsass handles map keys properly).
   *
   * Note: If the measurement is left out then it will be skipped when generating
   * the grid and applied to global styles.
   *
   */
  /**
   * Class Name Defaults
   *
   * Define class names for columns, rows and offsets in case compatibility with other
   * libraries is necessary.
  /**
   * Calculate column size percentage
   */
  /**
   * Spacing mixin to create uniform margin/padding
   */
  /**
   * Row wrapper class, flex box parent.
   */
  .row {
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    display: -moz-box;
    display: flex;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
         flex-direction: row;
    flex-wrap: wrap;
    margin-left: -16px;
    margin-right: -16px;
  }

  .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col-xs-12, .col-xs-11, .col-xs-10, .col-xs-9, .col-xs-8, .col-xs-7, .col-xs-6, .col-xs-5, .col-xs-4, .col-xs-3, .col-xs-2, .col-xs-1, .col-lg, .col-md, .col-sm, .col-xs {
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    display: -moz-box;
    display: flex;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
         flex-direction: column;
    -moz-box-flex: 0;
         flex-grow: 0;
    flex-shrink: 0;
    min-height: 1px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .col-lg, .col-md, .col-sm, .col-xs {
    -moz-box-flex: 1;
         flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }

  /**
   * Generate a set of grid column classes using a namespace
   *
   * .col-[namespace] for intelligent column division
   * .col-[namespace]-[number] for a column that covers a specific number of columns (e.g. 1-12 by default)
   * .off-[namespace]-[number] for pushing a col a specific number of columns (e.g. 1-11 by default)
   * .off-[namespace]-reset for resetting a col's offset for that and larger namespaces
   */
  /**
   * Build the grid in two steps, to help minimize file size
   * Step 1, for each namespace, create the grid-base
   * Step 2, for each namespace, wrap the col width/offset measurements in their breakpoint media query
   */
  .col-xs-1 {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-xs-2 {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-xs-3 {
    flex-basis: 25%;
    max-width: 25%;
  }

  .col-xs-4 {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-xs-5 {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-xs-6 {
    flex-basis: 50%;
    max-width: 50%;
  }

  .col-xs-7 {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-xs-8 {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-xs-9 {
    flex-basis: 75%;
    max-width: 75%;
  }

  .col-xs-10 {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-xs-11 {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-xs-12 {
    flex-basis: 100%;
    max-width: 100%;
  }

  .off-xs-1 {
    margin-left: 8.3333333333%;
  }

  .off-xs-2 {
    margin-left: 16.6666666667%;
  }

  .off-xs-3 {
    margin-left: 25%;
  }

  .off-xs-4 {
    margin-left: 33.3333333333%;
  }

  .off-xs-5 {
    margin-left: 41.6666666667%;
  }

  .off-xs-6 {
    margin-left: 50%;
  }

  .off-xs-7 {
    margin-left: 58.3333333333%;
  }

  .off-xs-8 {
    margin-left: 66.6666666667%;
  }

  .off-xs-9 {
    margin-left: 75%;
  }

  .off-xs-10 {
    margin-left: 83.3333333333%;
  }

  .off-xs-11 {
    margin-left: 91.6666666667%;
  }

  .off-xs-reset {
    margin-left: 0;
  }

  @media only screen and (min-width: 767px) {
    .col-sm-1 {
      flex-basis: 8.3333333333%;
      max-width: 8.3333333333%;
    }

    .col-sm-2 {
      flex-basis: 16.6666666667%;
      max-width: 16.6666666667%;
    }

    .col-sm-3 {
      flex-basis: 25%;
      max-width: 25%;
    }

    .col-sm-4 {
      flex-basis: 33.3333333333%;
      max-width: 33.3333333333%;
    }

    .col-sm-5 {
      flex-basis: 41.6666666667%;
      max-width: 41.6666666667%;
    }

    .col-sm-6 {
      flex-basis: 50%;
      max-width: 50%;
    }

    .col-sm-7 {
      flex-basis: 58.3333333333%;
      max-width: 58.3333333333%;
    }

    .col-sm-8 {
      flex-basis: 66.6666666667%;
      max-width: 66.6666666667%;
    }

    .col-sm-9 {
      flex-basis: 75%;
      max-width: 75%;
    }

    .col-sm-10 {
      flex-basis: 83.3333333333%;
      max-width: 83.3333333333%;
    }

    .col-sm-11 {
      flex-basis: 91.6666666667%;
      max-width: 91.6666666667%;
    }

    .col-sm-12 {
      flex-basis: 100%;
      max-width: 100%;
    }

    .off-sm-1 {
      margin-left: 8.3333333333%;
    }

    .off-sm-2 {
      margin-left: 16.6666666667%;
    }

    .off-sm-3 {
      margin-left: 25%;
    }

    .off-sm-4 {
      margin-left: 33.3333333333%;
    }

    .off-sm-5 {
      margin-left: 41.6666666667%;
    }

    .off-sm-6 {
      margin-left: 50%;
    }

    .off-sm-7 {
      margin-left: 58.3333333333%;
    }

    .off-sm-8 {
      margin-left: 66.6666666667%;
    }

    .off-sm-9 {
      margin-left: 75%;
    }

    .off-sm-10 {
      margin-left: 83.3333333333%;
    }

    .off-sm-11 {
      margin-left: 91.6666666667%;
    }

    .off-sm-reset {
      margin-left: 0;
    }
  }
  @media only screen and (min-width: 991px) {
    .col-md-1 {
      flex-basis: 8.3333333333%;
      max-width: 8.3333333333%;
    }

    .col-md-2 {
      flex-basis: 16.6666666667%;
      max-width: 16.6666666667%;
    }

    .col-md-3 {
      flex-basis: 25%;
      max-width: 25%;
    }

    .col-md-4 {
      flex-basis: 33.3333333333%;
      max-width: 33.3333333333%;
    }

    .col-md-5 {
      flex-basis: 41.6666666667%;
      max-width: 41.6666666667%;
    }

    .col-md-6 {
      flex-basis: 50%;
      max-width: 50%;
    }

    .col-md-7 {
      flex-basis: 58.3333333333%;
      max-width: 58.3333333333%;
    }

    .col-md-8 {
      flex-basis: 66.6666666667%;
      max-width: 66.6666666667%;
    }

    .col-md-9 {
      flex-basis: 75%;
      max-width: 75%;
    }

    .col-md-10 {
      flex-basis: 83.3333333333%;
      max-width: 83.3333333333%;
    }

    .col-md-11 {
      flex-basis: 91.6666666667%;
      max-width: 91.6666666667%;
    }

    .col-md-12 {
      flex-basis: 100%;
      max-width: 100%;
    }

    .off-md-1 {
      margin-left: 8.3333333333%;
    }

    .off-md-2 {
      margin-left: 16.6666666667%;
    }

    .off-md-3 {
      margin-left: 25%;
    }

    .off-md-4 {
      margin-left: 33.3333333333%;
    }

    .off-md-5 {
      margin-left: 41.6666666667%;
    }

    .off-md-6 {
      margin-left: 50%;
    }

    .off-md-7 {
      margin-left: 58.3333333333%;
    }

    .off-md-8 {
      margin-left: 66.6666666667%;
    }

    .off-md-9 {
      margin-left: 75%;
    }

    .off-md-10 {
      margin-left: 83.3333333333%;
    }

    .off-md-11 {
      margin-left: 91.6666666667%;
    }

    .off-md-reset {
      margin-left: 0;
    }
  }
  @media only screen and (min-width: 1090px) {
    .col-lg-1 {
      flex-basis: 8.3333333333%;
      max-width: 8.3333333333%;
    }

    .col-lg-2 {
      flex-basis: 16.6666666667%;
      max-width: 16.6666666667%;
    }

    .col-lg-3 {
      flex-basis: 25%;
      max-width: 25%;
    }

    .col-lg-4 {
      flex-basis: 33.3333333333%;
      max-width: 33.3333333333%;
    }

    .col-lg-5 {
      flex-basis: 41.6666666667%;
      max-width: 41.6666666667%;
    }

    .col-lg-6 {
      flex-basis: 50%;
      max-width: 50%;
    }

    .col-lg-7 {
      flex-basis: 58.3333333333%;
      max-width: 58.3333333333%;
    }

    .col-lg-8 {
      flex-basis: 66.6666666667%;
      max-width: 66.6666666667%;
    }

    .col-lg-9 {
      flex-basis: 75%;
      max-width: 75%;
    }

    .col-lg-10 {
      flex-basis: 83.3333333333%;
      max-width: 83.3333333333%;
    }

    .col-lg-11 {
      flex-basis: 91.6666666667%;
      max-width: 91.6666666667%;
    }

    .col-lg-12 {
      flex-basis: 100%;
      max-width: 100%;
    }

    .off-lg-1 {
      margin-left: 8.3333333333%;
    }

    .off-lg-2 {
      margin-left: 16.6666666667%;
    }

    .off-lg-3 {
      margin-left: 25%;
    }

    .off-lg-4 {
      margin-left: 33.3333333333%;
    }

    .off-lg-5 {
      margin-left: 41.6666666667%;
    }

    .off-lg-6 {
      margin-left: 50%;
    }

    .off-lg-7 {
      margin-left: 58.3333333333%;
    }

    .off-lg-8 {
      margin-left: 66.6666666667%;
    }

    .off-lg-9 {
      margin-left: 75%;
    }

    .off-lg-10 {
      margin-left: 83.3333333333%;
    }

    .off-lg-11 {
      margin-left: 91.6666666667%;
    }

    .off-lg-reset {
      margin-left: 0;
    }
  }
  .container {
    width: 100%;
    margin: 0 auto;
    padding-left: 16px;
    padding-right: 16px;
  }
  @media (max-width: 767px) {
    .container {
      padding-left: 15px;
      padding-right: 15px;
    }
  }

  @media only screen and (min-width: 768px) {
    .container {
      width: 735px;
      margin: 0 auto;
      padding-left: 16px;
      padding-right: 16px;
    }
  }
  @media only screen and (min-width: 992px) {
    .container {
      width: 959px;
      margin: 0 auto;
      padding-left: 16px;
      padding-right: 16px;
    }
  }
  @media only screen and (min-width: 1091px) {
    .container {
      width: 1058px;
      margin: 0 auto;
      padding-left: 16px;
      padding-right: 16px;
    }
  }
  .flex-row {
    -moz-box-orient: horizontal !important;
    -moz-box-direction: normal !important;
         flex-direction: row !important;
  }

  .flex-column {
    -moz-box-orient: vertical !important;
    -moz-box-direction: normal !important;
         flex-direction: column !important;
  }

  .flex-row-reverse {
    -moz-box-orient: horizontal !important;
    -moz-box-direction: reverse !important;
         flex-direction: row-reverse !important;
  }

  .flex-column-reverse {
    -moz-box-orient: vertical !important;
    -moz-box-direction: reverse !important;
         flex-direction: column-reverse !important;
  }

  .flex-wrap {
    flex-wrap: wrap !important;
  }

  .flex-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-start {
    -moz-box-pack: start !important;
         justify-content: flex-start !important;
  }

  .justify-content-end {
    -moz-box-pack: end !important;
         justify-content: flex-end !important;
  }

  .justify-content-center {
    -moz-box-pack: center !important;
         justify-content: center !important;
  }

  .justify-content-between {
    -moz-box-pack: justify !important;
         justify-content: space-between !important;
  }

  .justify-content-around {
    justify-content: space-around !important;
  }

  .align-items-start {
    -moz-box-align: start !important;
         align-items: flex-start !important;
  }

  .align-items-end {
    -moz-box-align: end !important;
         align-items: flex-end !important;
  }

  .align-items-center {
    -moz-box-align: center !important;
         align-items: center !important;
  }

  .align-items-baseline {
    -moz-box-align: baseline !important;
         align-items: baseline !important;
  }

  .align-items-stretch {
    -moz-box-align: stretch !important;
         align-items: stretch !important;
  }

  .align-content-start {
    align-content: flex-start !important;
  }

  .align-content-end {
    align-content: flex-end !important;
  }

  .align-content-center {
    align-content: center !important;
  }

  .align-content-between {
    align-content: space-between !important;
  }

  .align-content-around {
    align-content: space-around !important;
  }

  .align-content-stretch {
    align-content: stretch !important;
  }

  .align-self-auto {
    align-self: auto !important;
  }

  .align-self-start {
    align-self: flex-start !important;
  }

  .align-self-end {
    align-self: flex-end !important;
  }

  .align-self-center {
    align-self: center !important;
  }

  .align-self-baseline {
    align-self: baseline !important;
  }

  .align-self-stretch {
    align-self: stretch !important;
  }

  @media (min-width: 576px) {
    .flex-sm-row {
      -moz-box-orient: horizontal !important;
      -moz-box-direction: normal !important;
           flex-direction: row !important;
    }

    .flex-sm-column {
      -moz-box-orient: vertical !important;
      -moz-box-direction: normal !important;
           flex-direction: column !important;
    }

    .flex-sm-row-reverse {
      -moz-box-orient: horizontal !important;
      -moz-box-direction: reverse !important;
           flex-direction: row-reverse !important;
    }

    .flex-sm-column-reverse {
      -moz-box-orient: vertical !important;
      -moz-box-direction: reverse !important;
           flex-direction: column-reverse !important;
    }

    .flex-sm-wrap {
      flex-wrap: wrap !important;
    }

    .flex-sm-nowrap {
      flex-wrap: nowrap !important;
    }

    .flex-sm-wrap-reverse {
      flex-wrap: wrap-reverse !important;
    }

    .justify-content-sm-start {
      -moz-box-pack: start !important;
           justify-content: flex-start !important;
    }

    .justify-content-sm-end {
      -moz-box-pack: end !important;
           justify-content: flex-end !important;
    }

    .justify-content-sm-center {
      -moz-box-pack: center !important;
           justify-content: center !important;
    }

    .justify-content-sm-between {
      -moz-box-pack: justify !important;
           justify-content: space-between !important;
    }

    .justify-content-sm-around {
      justify-content: space-around !important;
    }

    .align-items-sm-start {
      -moz-box-align: start !important;
           align-items: flex-start !important;
    }

    .align-items-sm-end {
      -moz-box-align: end !important;
           align-items: flex-end !important;
    }

    .align-items-sm-center {
      -moz-box-align: center !important;
           align-items: center !important;
    }

    .align-items-sm-baseline {
      -moz-box-align: baseline !important;
           align-items: baseline !important;
    }

    .align-items-sm-stretch {
      -moz-box-align: stretch !important;
           align-items: stretch !important;
    }

    .align-content-sm-start {
      align-content: flex-start !important;
    }

    .align-content-sm-end {
      align-content: flex-end !important;
    }

    .align-content-sm-center {
      align-content: center !important;
    }

    .align-content-sm-between {
      align-content: space-between !important;
    }

    .align-content-sm-around {
      align-content: space-around !important;
    }

    .align-content-sm-stretch {
      align-content: stretch !important;
    }

    .align-self-sm-auto {
      align-self: auto !important;
    }

    .align-self-sm-start {
      align-self: flex-start !important;
    }

    .align-self-sm-end {
      align-self: flex-end !important;
    }

    .align-self-sm-center {
      align-self: center !important;
    }

    .align-self-sm-baseline {
      align-self: baseline !important;
    }

    .align-self-sm-stretch {
      align-self: stretch !important;
    }
  }
  @media (min-width: 768px) {
    .flex-md-row {
      -moz-box-orient: horizontal !important;
      -moz-box-direction: normal !important;
           flex-direction: row !important;
    }

    .flex-md-column {
      -moz-box-orient: vertical !important;
      -moz-box-direction: normal !important;
           flex-direction: column !important;
    }

    .flex-md-row-reverse {
      -moz-box-orient: horizontal !important;
      -moz-box-direction: reverse !important;
           flex-direction: row-reverse !important;
    }

    .flex-md-column-reverse {
      -moz-box-orient: vertical !important;
      -moz-box-direction: reverse !important;
           flex-direction: column-reverse !important;
    }

    .flex-md-wrap {
      flex-wrap: wrap !important;
    }

    .flex-md-nowrap {
      flex-wrap: nowrap !important;
    }

    .flex-md-wrap-reverse {
      flex-wrap: wrap-reverse !important;
    }

    .justify-content-md-start {
      -moz-box-pack: start !important;
           justify-content: flex-start !important;
    }

    .justify-content-md-end {
      -moz-box-pack: end !important;
           justify-content: flex-end !important;
    }

    .justify-content-md-center {
      -moz-box-pack: center !important;
           justify-content: center !important;
    }

    .justify-content-md-between {
      -moz-box-pack: justify !important;
           justify-content: space-between !important;
    }

    .justify-content-md-around {
      justify-content: space-around !important;
    }

    .align-items-md-start {
      -moz-box-align: start !important;
           align-items: flex-start !important;
    }

    .align-items-md-end {
      -moz-box-align: end !important;
           align-items: flex-end !important;
    }

    .align-items-md-center {
      -moz-box-align: center !important;
           align-items: center !important;
    }

    .align-items-md-baseline {
      -moz-box-align: baseline !important;
           align-items: baseline !important;
    }

    .align-items-md-stretch {
      -moz-box-align: stretch !important;
           align-items: stretch !important;
    }

    .align-content-md-start {
      align-content: flex-start !important;
    }

    .align-content-md-end {
      align-content: flex-end !important;
    }

    .align-content-md-center {
      align-content: center !important;
    }

    .align-content-md-between {
      align-content: space-between !important;
    }

    .align-content-md-around {
      align-content: space-around !important;
    }

    .align-content-md-stretch {
      align-content: stretch !important;
    }

    .align-self-md-auto {
      align-self: auto !important;
    }

    .align-self-md-start {
      align-self: flex-start !important;
    }

    .align-self-md-end {
      align-self: flex-end !important;
    }

    .align-self-md-center {
      align-self: center !important;
    }

    .align-self-md-baseline {
      align-self: baseline !important;
    }

    .align-self-md-stretch {
      align-self: stretch !important;
    }
  }
  @media (min-width: 992px) {
    .flex-lg-row {
      -moz-box-orient: horizontal !important;
      -moz-box-direction: normal !important;
           flex-direction: row !important;
    }

    .flex-lg-column {
      -moz-box-orient: vertical !important;
      -moz-box-direction: normal !important;
           flex-direction: column !important;
    }

    .flex-lg-row-reverse {
      -moz-box-orient: horizontal !important;
      -moz-box-direction: reverse !important;
           flex-direction: row-reverse !important;
    }

    .flex-lg-column-reverse {
      -moz-box-orient: vertical !important;
      -moz-box-direction: reverse !important;
           flex-direction: column-reverse !important;
    }

    .flex-lg-wrap {
      flex-wrap: wrap !important;
    }

    .flex-lg-nowrap {
      flex-wrap: nowrap !important;
    }

    .flex-lg-wrap-reverse {
      flex-wrap: wrap-reverse !important;
    }

    .justify-content-lg-start {
      -moz-box-pack: start !important;
           justify-content: flex-start !important;
    }

    .justify-content-lg-end {
      -moz-box-pack: end !important;
           justify-content: flex-end !important;
    }

    .justify-content-lg-center {
      -moz-box-pack: center !important;
           justify-content: center !important;
    }

    .justify-content-lg-between {
      -moz-box-pack: justify !important;
           justify-content: space-between !important;
    }

    .justify-content-lg-around {
      justify-content: space-around !important;
    }

    .align-items-lg-start {
      -moz-box-align: start !important;
           align-items: flex-start !important;
    }

    .align-items-lg-end {
      -moz-box-align: end !important;
           align-items: flex-end !important;
    }

    .align-items-lg-center {
      -moz-box-align: center !important;
           align-items: center !important;
    }

    .align-items-lg-baseline {
      -moz-box-align: baseline !important;
           align-items: baseline !important;
    }

    .align-items-lg-stretch {
      -moz-box-align: stretch !important;
           align-items: stretch !important;
    }

    .align-content-lg-start {
      align-content: flex-start !important;
    }

    .align-content-lg-end {
      align-content: flex-end !important;
    }

    .align-content-lg-center {
      align-content: center !important;
    }

    .align-content-lg-between {
      align-content: space-between !important;
    }

    .align-content-lg-around {
      align-content: space-around !important;
    }

    .align-content-lg-stretch {
      align-content: stretch !important;
    }

    .align-self-lg-auto {
      align-self: auto !important;
    }

    .align-self-lg-start {
      align-self: flex-start !important;
    }

    .align-self-lg-end {
      align-self: flex-end !important;
    }

    .align-self-lg-center {
      align-self: center !important;
    }

    .align-self-lg-baseline {
      align-self: baseline !important;
    }

    .align-self-lg-stretch {
      align-self: stretch !important;
    }
  }
  @media (min-width: 1168px) {
    .flex-xl-row {
      -moz-box-orient: horizontal !important;
      -moz-box-direction: normal !important;
           flex-direction: row !important;
    }

    .flex-xl-column {
      -moz-box-orient: vertical !important;
      -moz-box-direction: normal !important;
           flex-direction: column !important;
    }

    .flex-xl-row-reverse {
      -moz-box-orient: horizontal !important;
      -moz-box-direction: reverse !important;
           flex-direction: row-reverse !important;
    }

    .flex-xl-column-reverse {
      -moz-box-orient: vertical !important;
      -moz-box-direction: reverse !important;
           flex-direction: column-reverse !important;
    }

    .flex-xl-wrap {
      flex-wrap: wrap !important;
    }

    .flex-xl-nowrap {
      flex-wrap: nowrap !important;
    }

    .flex-xl-wrap-reverse {
      flex-wrap: wrap-reverse !important;
    }

    .justify-content-xl-start {
      -moz-box-pack: start !important;
           justify-content: flex-start !important;
    }

    .justify-content-xl-end {
      -moz-box-pack: end !important;
           justify-content: flex-end !important;
    }

    .justify-content-xl-center {
      -moz-box-pack: center !important;
           justify-content: center !important;
    }

    .justify-content-xl-between {
      -moz-box-pack: justify !important;
           justify-content: space-between !important;
    }

    .justify-content-xl-around {
      justify-content: space-around !important;
    }

    .align-items-xl-start {
      -moz-box-align: start !important;
           align-items: flex-start !important;
    }

    .align-items-xl-end {
      -moz-box-align: end !important;
           align-items: flex-end !important;
    }

    .align-items-xl-center {
      -moz-box-align: center !important;
           align-items: center !important;
    }

    .align-items-xl-baseline {
      -moz-box-align: baseline !important;
           align-items: baseline !important;
    }

    .align-items-xl-stretch {
      -moz-box-align: stretch !important;
           align-items: stretch !important;
    }

    .align-content-xl-start {
      align-content: flex-start !important;
    }

    .align-content-xl-end {
      align-content: flex-end !important;
    }

    .align-content-xl-center {
      align-content: center !important;
    }

    .align-content-xl-between {
      align-content: space-between !important;
    }

    .align-content-xl-around {
      align-content: space-around !important;
    }

    .align-content-xl-stretch {
      align-content: stretch !important;
    }

    .align-self-xl-auto {
      align-self: auto !important;
    }

    .align-self-xl-start {
      align-self: flex-start !important;
    }

    .align-self-xl-end {
      align-self: flex-end !important;
    }

    .align-self-xl-center {
      align-self: center !important;
    }

    .align-self-xl-baseline {
      align-self: baseline !important;
    }

    .align-self-xl-stretch {
      align-self: stretch !important;
    }
  }
  .d-none {
    display: none !important;
  }

  .d-inline {
    display: inline !important;
  }

  .d-inline-block {
    display: inline-block !important;
  }

  .d-block {
    display: block !important;
  }

  .d-table {
    display: table !important;
  }

  .d-table-row {
    display: table-row !important;
  }

  .d-table-cell {
    display: table-cell !important;
  }

  .d-flex {
    display: -moz-box !important;
    display: flex !important;
  }

  .d-inline-flex {
    display: -moz-inline-box !important;
    display: inline-flex !important;
  }

  @media (min-width: 576px) {
    .d-sm-none {
      display: none !important;
    }

    .d-sm-inline {
      display: inline !important;
    }

    .d-sm-inline-block {
      display: inline-block !important;
    }

    .d-sm-block {
      display: block !important;
    }

    .d-sm-table {
      display: table !important;
    }

    .d-sm-table-row {
      display: table-row !important;
    }

    .d-sm-table-cell {
      display: table-cell !important;
    }

    .d-sm-flex {
      display: -moz-box !important;
      display: flex !important;
    }

    .d-sm-inline-flex {
      display: -moz-inline-box !important;
      display: inline-flex !important;
    }
  }
  @media (min-width: 768px) {
    .d-md-none {
      display: none !important;
    }

    .d-md-inline {
      display: inline !important;
    }

    .d-md-inline-block {
      display: inline-block !important;
    }

    .d-md-block {
      display: block !important;
    }

    .d-md-table {
      display: table !important;
    }

    .d-md-table-row {
      display: table-row !important;
    }

    .d-md-table-cell {
      display: table-cell !important;
    }

    .d-md-flex {
      display: -moz-box !important;
      display: flex !important;
    }

    .d-md-inline-flex {
      display: -moz-inline-box !important;
      display: inline-flex !important;
    }
  }
  @media (min-width: 992px) {
    .d-lg-none {
      display: none !important;
    }

    .d-lg-inline {
      display: inline !important;
    }

    .d-lg-inline-block {
      display: inline-block !important;
    }

    .d-lg-block {
      display: block !important;
    }

    .d-lg-table {
      display: table !important;
    }

    .d-lg-table-row {
      display: table-row !important;
    }

    .d-lg-table-cell {
      display: table-cell !important;
    }

    .d-lg-flex {
      display: -moz-box !important;
      display: flex !important;
    }

    .d-lg-inline-flex {
      display: -moz-inline-box !important;
      display: inline-flex !important;
    }
  }
  @media (min-width: 1168px) {
    .d-xl-none {
      display: none !important;
    }

    .d-xl-inline {
      display: inline !important;
    }

    .d-xl-inline-block {
      display: inline-block !important;
    }

    .d-xl-block {
      display: block !important;
    }

    .d-xl-table {
      display: table !important;
    }

    .d-xl-table-row {
      display: table-row !important;
    }

    .d-xl-table-cell {
      display: table-cell !important;
    }

    .d-xl-flex {
      display: -moz-box !important;
      display: flex !important;
    }

    .d-xl-inline-flex {
      display: -moz-inline-box !important;
      display: inline-flex !important;
    }
  }
  .gutter-10.row {
    margin-left: -10px;
    margin-right: -10px;
  }
  .gutter-10 [class*=col-] {
    padding-left: 10px;
    padding-right: 10px;
  }

  .gutter-25.row {
    margin-left: -25px;
    margin-right: -25px;
  }
  .gutter-25 [class*=col-] {
    padding-left: 25px;
    padding-right: 25px;
  }

  @font-face {
    font-family: "icomoon";
    src: url("../fonts/icomoon.woff") format("woff"), url("../fonts/icomoon.svg") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: block;
  }
  [class^=icon-],
  [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "icomoon" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    -webkit-font-feature-settings: normal;
       -moz-font-feature-settings: normal;
            font-feature-settings: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .icon-ask-fill:before {
    content: "\e925";
  }

  .icon-edit:before {
    content: "\e924";
  }

  .icon-eye-slash:before {
    content: "\e922";
  }

  .icon-eye:before {
    content: "\e923";
  }

  .icon-link:before {
    content: "\e921";
    color: #0083af;
  }

  .icon-visibility:before {
    content: "\e920";
  }

  .icon-play-arrow:before {
    content: "\e91e";
  }

  .icon-resize_image:before {
    content: "\e91f";
    color: #5e5e5e;
  }

  .icon-slider-arrow-left:before {
    content: "\e91b";
    color: #a8a8a8;
  }

  .icon-slider-arrow-right:before {
    content: "\e91c";
    color: #a8a8a8;
  }

  .icon-camera:before {
    content: "\e91d";
    color: #2e7790;
  }

  .icon-percent:before {
    content: "\e916";
  }

  .icon-delivery:before {
    content: "\e917";
  }

  .icon-cards:before {
    content: "\e918";
  }

  .icon-guarantee:before {
    content: "\e919";
  }

  .icon-reload:before {
    content: "\e91a";
  }

  .icon-basket:before {
    content: "\e915";
  }

  .icon-double-arrows:before {
    content: "\e914";
  }

  .icon-star:before {
    content: "\e913";
  }

  .icon-add-cart:before {
    content: "\e912";
  }

  .icon-keyboard_arrow_down:before {
    content: "\e911";
  }

  .icon-person:before {
    content: "\e900";
  }

  .icon-shopcart:before {
    content: "\e901";
  }

  .icon-twitter:before {
    content: "\e902";
  }

  .icon-warning:before {
    content: "\e903";
  }

  .icon-youtube:before {
    content: "\e904";
  }

  .icon-arrow_down:before {
    content: "\e905";
  }

  .icon-arrow_right:before {
    content: "\e906";
  }

  .icon-arrow_up:before {
    content: "\e907";
  }

  .icon-ask-small:before {
    content: "\e908";
  }

  .icon-calculator:before {
    content: "\e909";
  }

  .icon-close-small:before {
    content: "\e90a";
  }

  .icon-done:before {
    content: "\e90b";
  }

  .icon-facebook:before {
    content: "\e90c";
  }

  .icon-grid:before {
    content: "\e90d";
  }

  .icon-instagram:before {
    content: "\e90e";
  }

  .icon-list:before {
    content: "\e90f";
  }

  .icon-loupe:before {
    content: "\e910";
  }

  /* reset css */
  * {
    -webkit-text-size-adjust: none;
  }

  html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
  }

  html {
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    height: 100%;
  }

  body {
    min-height: 100%;
    height: 100%;
    font-family: "Montserrat", sans-serif;
    position: relative;
    background: #fff;
    color: #4F5449;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    min-width: 320px;
  }

  input,
  textarea,
  select {
    color: #4F5449;
    vertical-align: top;
    font: 100% "Montserrat", sans-serif;
  }

  button,
  input[type=button],
  input[type=reset],
  input[type=submit] {
    font-family: "Montserrat", sans-serif;
    -webkit-appearance: none;
    cursor: pointer;
  }

  button::-moz-focus-inner,
  input[type=reset]::-moz-focus-inner,
  input[type=button]::-moz-focus-inner,
  input[type=submit]::-moz-focus-inner {
    border: none;
    padding: 0;
  }

  a:focus,
  button:focus,
  input:focus,
  textarea:focus,
  select:focus {
    outline: none;
  }

  input[type=search] {
    -webkit-appearance: none;
  }

  article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
  }

  ul {
    list-style: none;
  }

  blockquote, q {
    quotes: none;
  }

  a:focus {
    text-decoration: none;
  }

  .link,
  a {
    color: #4F5449;
    text-decoration: none;
    cursor: pointer;
  }

  *::-webkit-input-placeholder {
    color: #4F5449;
    opacity: 1;
  }

  *:-moz-placeholder {
    color: #4F5449;
    opacity: 1;
  }

  *::-moz-placeholder {
    color: #4F5449;
    opacity: 1;
  }

  *:-ms-input-placeholder {
    color: #4F5449;
    opacity: 1;
  }

  table {
    border-collapse: collapse;
  }

  *,
  *:before,
  *:after {
    -moz-box-sizing: border-box;
         box-sizing: border-box;
  }

  /* styles */
  #__next {
    height: 100%;
  }

  body.modal-open {
    overflow: hidden;
  }

  .wrapper {
    min-height: 100%;
    display: -moz-box;
    display: flex;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
         flex-direction: column;
  }

  .pageContent {
    -moz-box-flex: 1;
         flex: 1 1;
  }

  .row-8 {
    margin-left: -8px;
    margin-right: -8px;
  }
  .row-8 >
   div {
    padding-left: 8px;
    padding-right: 8px;
  }

  .visible-xs {
    display: none;
  }
  @media (max-width: 767px) {
    .visible-xs {
      display: block;
    }
  }

  .visible-sm {
    display: none;
  }
  @media (max-width: 991px) {
    .visible-sm {
      display: block;
    }
  }

  @media (max-width: 767px) {
    .hidden-xs {
      display: none !important;
    }
  }

  @media (max-width: 991px) {
    .hidden-sm {
      display: none !important;
    }
  }

  h1, .h1 {
    font-size: 20px;
    line-height: 24px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    text-align: left;
    margin: 0 0 16px;
  }

  h2, .h2 {
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
    margin: 0 0 16px;
  }

  h3, .h3 {
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
    text-align: left;
    margin: 0 0 15px;
  }

  h4, .h4 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    text-align: left;
    margin: 0 0 20px;
  }

  p {
    margin: 0 0 20px;
  }

  .font-weight-light {
    font-weight: 300;
  }

  .no-underline {
    text-decoration: none;
  }

  .text-right {
    text-align: right;
  }

  .text-left {
    text-align: left;
  }

  .text-center {
    text-align: center;
  }

  .rc-slider {
    position: relative;
    height: 24px;
    padding: 8px 0;
    margin: 0 12px;
    border-radius: 6px;
    touch-action: none;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .rc-slider * {
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .rc-slider-rail {
    position: absolute;
    width: 100%;
    background-color: #BBB;
    height: 4px;
    border-radius: 2px;
  }
  .rc-slider-track {
    position: absolute;
    left: 0;
    height: 4px;
    background-color: #2E7790;
  }
  .rc-slider-step {
    position: absolute;
    width: 100%;
    height: 4px;
    background: transparent;
  }
  .rc-slider-handle {
    position: absolute;
    width: 24px;
    height: 24px;
    cursor: pointer;
    cursor: -webkit-grab;
    margin-top: -10px;
    cursor: -moz-grab;
    cursor: grab;
    border-radius: 50%;
    border: solid 2px #BBBBBB;
    background-color: #EDEDED;
    touch-action: pan-x;
  }
  .rc-slider-mark {
    position: absolute;
    top: 18px;
    left: 0;
    width: 100%;
    font-size: 12px;
  }

  .rcs-custom-scroll {
    -moz-box-flex: 1;
         flex: 1 1;
  }
  .rcs-custom-scroll .rcs-custom-scrollbar {
    border-radius: 8px;
    background: #ededed;
    bottom: 0;
    padding: 0;
    width: 8px;
    opacity: 1;
  }
  .rcs-custom-scroll .rcs-inner-handle {
    margin: 0;
    height: 100%;
    border-radius: 8px;
    background: #bbb;
  }
  .rcs-custom-scroll .rcs-outer-container {
    position: relative;
  }
  .rcs-custom-scroll .rcs-outer-container .rcs-positioning {
    position: static;
  }

  .react-stars {
    font-size: 0;
    line-height: 0;
  }

  /* Slider */
  .slick-slider {
    position: relative;
    display: block;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
  }

  .slick-list {
    position: relative;
    overflow-x: hidden;
    display: block;
    margin: 0;
    padding: 0;
  }
  .slick-list:focus {
    outline: none;
  }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand;
  }

  .slick-slider .slick-track,
  .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  .slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table;
  }
  .slick-track:after {
    clear: both;
  }
  .slick-loading .slick-track {
    visibility: hidden;
  }

  .slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
  }
  [dir=rtl] .slick-slide {
    float: right;
  }
  .slick-slide img {
    display: block;
  }
  .slick-slide.slick-loading img {
    display: none;
  }
  .slick-slide.dragging img {
    pointer-events: none;
  }
  .slick-initialized .slick-slide {
    display: block;
  }
  .slick-slide.slick-current {
    position: relative;
  }
  .slick-loading .slick-slide {
    visibility: hidden;
  }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
  }

  .slick-arrow.slick-hidden {
    display: none;
  }

  .slick-initialized .slick-slide {
    text-align: center;
  }

  .slick-prev:before,
  .slick-next:before {
    position: relative !important;
    font-family: "icomoon" !important;
    color: #a8a8a8 !important;
    font-size: 22px;
    opacity: 1 !important;
  }

  .slick-prev:before {
    content: "\e91b" !important;
  }

  .slick-next:before {
    content: "\e91c" !important;
  }

  .slick-prev,
  .slick-next {
    z-index: 5;
    top: 55%;
  }

  .slick-prev,
  .slick-prev:hover,
  .slick-prev:focus {
    background: #f2f2f2 !important;
    font-size: 0;
  }

  .slick-next,
  .slick-next:hover,
  .slick-next:focus {
    background: #f2f2f2 !important;
    font-size: 0;
  }

  .slick-dots li {
    width: 8px !important;
  }

  .slick-dots li button {
    width: 8px !important;
  }

  .slick-dots li button:before {
    font-family: "slick";
    font-size: 8px !important;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 8px !important;
    height: 20px !important;
    content: "•";
    text-align: center;
    opacity: 0.4 !important;
    color: #2e7790 !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .slick-dots li.slick-active button:before {
    opacity: 1 !important;
    color: #2e7790 !important;
  }

  .navSlider .slick-slide {
    margin-top: 20px;
  }
  .navSlider .slick-arrow {
    width: 20px;
    height: 43px;
    top: 55%;
  }
  .navSlider .slick-prev {
    left: -25px;
  }
  .navSlider .slick-next {
    right: -25px;
  }
  .navSlider .slick-prev:before,
  .navSlider .slick-next:before {
    font-size: 22px;
  }
  .navSlider .slick-slide.slick-current::before {
    content: "";
    position: absolute;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
            transform: translateX(-50%);
    left: 50%;
    top: -13px;
    width: 35px;
    background: url(../img/nav_current_slider.png) no-repeat center;
    height: 15px;
  }

  .imageModalBody_sliderBig {
    position: relative;
    width: 500px;
    height: 500px;
    margin-left: 65px;
    border: 4px solid #e9e9e9;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
  }
  .imageModalBody_sliderBig .slick-arrow {
    bottom: -46px;
    top: auto;
    width: 40px;
    height: 86px;
  }
  .imageModalBody_sliderBig .slick-prev {
    left: -65px;
  }
  .imageModalBody_sliderBig .slick-next {
    right: -65px;
  }
  .imageModalBody_sliderBig .slick-prev:before,
  .imageModalBody_sliderBig .slick-next:before {
    font-size: 36px;
  }
  .imageModalBody_sliderBig__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .imageModalBody_sliderSmall {
    width: 96px;
  }
  .imageModalBody_sliderSmall .slick-list {
    overflow-y: hidden;
  }
  .imageModalBody_sliderSmall .slick-slide {
    padding-left: 15px;
    position: relative;
  }
  .imageModalBody_sliderSmall__navImg {
    width: 80px;
    border: 4px solid #e9e9e9;
    height: 80px;
    object-fit: cover;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
  }
  .imageModalBody_sliderSmall__navImgVideo {
    position: relative;
  }
  .imageModalBody_sliderSmall__navImgVideo::before {
    content: "\e91e";
    position: absolute;
    font-family: "icomoon" !important;
    color: #fff;
    font-size: 48px;
    width: 82px;
    line-height: 82px;
    height: 82px;
    top: 0;
    left: 0;
  }
  .imageModalBody_sliderSmall .slick-slide.slick-current::before {
    content: "";
    position: absolute;
    -webkit-transform: translatey(-50%) rotate(270deg);
       -moz-transform: translatey(-50%) rotate(270deg);
            transform: translatey(-50%) rotate(270deg);
    left: -7px;
    top: 50%;
    width: 35px;
    background: url("../img/nav_current_slider.png") no-repeat center;
    height: 15px;
  }

  .bigSlider .slick-arrow {
    width: 20px;
    height: 43px;
    top: auto;
    bottom: -162px;
  }
  .bigSlider .slick-prev {
    left: -9px;
  }
  .bigSlider .slick-next {
    right: -9px;
  }
  .bigSlider .slick-prev:before,
  .bigSlider .slick-next:before {
    font-size: 22px;
  }

  @media screen and (max-width: 991px) {
    .imageModalBody_sliderBig {
      width: auto;
      height: auto;
      -moz-box-flex: 1;
           flex-grow: 1;
      max-width: -moz-calc(100% - 161px);
      max-width: calc(100% - 161px);
    }


  }
  @media screen and (max-width: 767px) {
    .imageModalBody_sliderBig {
      width: auto;
      height: auto;
      -moz-box-flex: 1;
           flex-grow: 1;
      max-width: -moz-calc(100% - 130px);
      max-width: calc(100% - 130px);
      margin-left: 0;
    }

  }
  @media screen and (max-width: 576px) {
    .imageModalBody_sliderBig{
      margin-left: auto;
      margin-right: auto;
    }

    .imageModalBody_sliderSmall {
      width: 100%;
    }
    .imageModalBody_sliderSmall .slick-slide {
      padding-left: 0px;
      position: relative;
      padding-top: 15px;
      display: -moz-box;
      display: flex;
      -moz-box-align: center;
           align-items: center;
      -moz-box-pack: center;
           justify-content: center;
    }
    .imageModalBody_sliderSmall .slick-slide.slick-current::before {
      -webkit-transform: translateX(-50%) rotate(0deg);
      -moz-transform: translateX(-50%) rotate(0deg);
      transform: translateX(-50%) rotate(0deg);
      left: 50%;
      top: 2px;
    }
  }
  .react-tabs__tab-list {
    display: -moz-box;
    display: flex;
    margin: -8px 0 11px;
    padding: 0;
    list-style: none;
    border-bottom: 1px solid #444444;
  }

  .react-tabs__tab-panel{
    display: none;
  }

  .react-tabs__tab-panel.active{
    display: block;
  }

  .react-tabs__tab {
    background: none;
    margin: 0;
    border: none;
    padding: 9px 10px;
    color: #252525;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    position: relative;
    cursor: pointer;
  }
  .react-tabs__tab--selected:before, .DetailsCharacterictics_tab.active:before, .react-tabs__tab.active:before{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: #D40000;
  }

  .pagination-container {
    display: -moz-box;
    display: flex;
    list-style-type: none;
  }

  .pagination-item {
    padding: 0 12px;
    height: 32px;
    text-align: center;
    margin: auto 4px;
    color: rgba(0, 0, 0, 0.87);
    display: -moz-box;
    display: flex;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    -moz-box-align: center;
         align-items: center;
    letter-spacing: 0.01071em;
    border-radius: 16px;
    line-height: 1.43;
    font-size: 13px;
    min-width: 32px;
  }
  .pagination-item.dots:hover {
    background-color: transparent;
    cursor: default;
  }
  .pagination-item:hover {
    background-color: rgba(0, 0, 0, 0.04);
    cursor: pointer;
  }
  .pagination-item.selected {
    background-color: rgba(0, 0, 0, 0.08);
  }
  .pagination-item .arrow::before {
    position: relative;
    /* top: 3pt; Uncomment this to lower the icons as requested in comments*/
    content: "";
    /* By using an em scale, the arrows will size with the font */
    display: inline-block;
    width: 0.4em;
    height: 0.4em;
    border-right: 0.12em solid rgba(0, 0, 0, 0.87);
    border-top: 0.12em solid rgba(0, 0, 0, 0.87);
  }
  .pagination-item .arrow.left {
    -webkit-transform: rotate(-135deg) translate(-50%);
       -moz-transform: rotate(-135deg) translate(-50%);
            transform: rotate(-135deg) translate(-50%);
  }
  .pagination-item .arrow.right {
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .pagination-item.disabled {
    pointer-events: none;
  }
  .pagination-item.disabled .arrow::before {
    border-right: 0.12em solid rgba(0, 0, 0, 0.43);
    border-top: 0.12em solid rgba(0, 0, 0, 0.43);
  }
  .pagination-item.disabled:hover {
    background-color: transparent;
    cursor: default;
  }

  @-webkit-keyframes ldio-svsfze18fu {
    0% {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
              transform: rotate(360deg);
    }
  }

  @-moz-keyframes ldio-svsfze18fu {
    0% {
      -moz-transform: rotate(0deg);
           transform: rotate(0deg);
    }
    100% {
      -moz-transform: rotate(360deg);
           transform: rotate(360deg);
    }
  }

  @keyframes ldio-svsfze18fu {
    0% {
      -webkit-transform: rotate(0deg);
         -moz-transform: rotate(0deg);
              transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
         -moz-transform: rotate(360deg);
              transform: rotate(360deg);
    }
  }
  .preloader div {
    position: absolute;
    width: 100%;
    height: 100%;
    border: 12px solid #2e7790;
    border-top-color: transparent;
    border-radius: 50%;
    -webkit-animation: ldio-svsfze18fu 1s linear infinite;
       -moz-animation: ldio-svsfze18fu 1s linear infinite;
            animation: ldio-svsfze18fu 1s linear infinite;
    top: 0;
    left: 0;
  }

  .preloaderWrapper {
    display: inline-block;
    overflow: hidden;
    background: none;
  }

  .preloader {
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-backface-visibility: hidden;
       -moz-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-transform-origin: 0 0;
       -moz-transform-origin: 0 0;
            transform-origin: 0 0;
    /* see note above */
  }

  .btnLoading {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .btnLoading .preloader div {
    border: 12px solid #fff;
    border-top-color: transparent;
  }

  .formControl {
    margin: 0 0 21px;
    font-size: 14px;
    line-height: 16px;
  }
  .formControl__wrap {
    position: relative;
  }
  .formControl__input {
    height: 40px;
    border: 1px solid #bbbbbb;
    border-radius: 4px;
    font-size: 16px;
    line-height: 20px;
    padding: 10px 15px;
    margin: 0;
    box-shadow: none;
    width: 100%;
  }
  .formControl__input::-webkit-input-placeholder {
    color: #bbbbbb;
  }

  .formControl__input:-moz-placeholder {
    color: #bbbbbb;
  }

  .formControl__input::-moz-placeholder {
    color: #bbbbbb;
  }

  .formControl__input:-ms-input-placeholder {
    color: #bbbbbb;
  }

  .formControl__input._bordered {
    border: 4px solid #e9e9e9;
    border-radius: 0;
    padding: 7px 11px;
    font-size: 14px;
  }
  .formControl__input._textarea {
    overflow: auto;
    resize: vertical;
    min-height: 120px;
  }
  .formControl__label {
    margin-bottom: 2px;
    vertical-align: top;
    display: inline-block;
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
    color: #252525;
  }
  .formControl__error {
    color: #D40000;
    display: block;
    padding-top: 4px;
    font-size: 12px;
  }
  .formControl__btn-show {
    height: 40px;
    width: 40px;
    position: absolute;
    top: 0;
    right: 0;
    background: none;
    margin: 0;
    border: none;
    color: #ACACAC;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
  }
  .formControl.secondary .formControl__label {
    font-size: 15px;
    line-height: 25px;
    color: #14190D;
    margin-bottom: 0;
  }
  .formControl.secondary .formControl__input {
    border-radius: 0;
    border: 1px solid #CDCDCD;
    font-size: 14px;
  }

  .header-personal-menu {
    position: relative;
    max-width: 100%;
  }
  @media (min-width: 993px) {
    .header-personal-menu:hover .personal-menu {
      display: block;
    }
  }
  .header-personal-menu__btn {
    font-size: 14px;
    line-height: 20px;
    color: #444;
    border: none;
    outline: none;
    background: none;
    white-space: nowrap;
    max-width: 100%;
    position: relative;
    padding: 0;
  }
  @media (max-width: 991px) {
    .header-personal-menu__btn {
      display: block;
      width: 100%;
      position: relative;
      text-align: left;
      padding-right: 20px;
      margin: 0;
    }
    .header-personal-menu__btn:after {
      content: "\e905";
      font-family: "icomoon" !important;
      position: absolute;
      top: 0;
      right: 5px;
    }
  }
  .header-personal-menu__btn-icon {
    padding-right: 8px;
    color: #ACACAC;
    font-size: 16px;
    position: absolute;
    top: 0;
    left: 0;
  }
  .header-personal-menu__btn-text {
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-weight: 700;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-left: 24px;
    max-width: 200px;
  }
  @media (max-width: 991px) {
    .header-personal-menu__btn-text {
      max-width: 100%;
    }
  }
  .header-personal-menu__btn-text:before {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    border-bottom: 1px dashed #D8D8D8;
  }
  @media (max-width: 991px) {
    .header-personal-menu__btn-text:before {
      display: none;
    }
  }

  .mainNav {
    display: -moz-box;
    display: flex;
    -moz-box-align: center;
         align-items: center;
    -moz-box-pack: center;
         justify-content: center;
    position: relative;
  }
  @media (max-width: 991px) {
    .mainNav {
      display: block;
      padding: 15px 0;
      border-bottom: 4px solid #E9E9E9;
      margin: 0 0 16px;
    }
  }
  .mainNav__item {
    margin: 0 33px;
  }
  @media (max-width: 991px) {
    .mainNav__item {
      margin: 0;
      position: relative;
    }
  }
  @media (min-width: 993px) {
    .mainNav__item:hover >
     a:before {
      display: block;
    }
    .mainNav__item:hover .mainNavDropdown {
      display: block;
    }
  }
  .mainNav__link {
    font-size: 20px;
    line-height: 24px;
    display: block;
    padding: 14px 7px;
    color: #444;
    position: relative;
  }
  @media (max-width: 1199px) {
    .mainNav__link {
      font-size: 16px;
      line-height: 20px;
    }
  }
  @media (max-width: 991px) {
    .mainNav__link {
      padding: 12px 44px 12px 8px;
      color: #14190D;
    }
  }
  .mainNav__link:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: #D40000;
    display: none;
  }
  .mainNav__toggle {
    display: none;
  }
  @media (max-width: 991px) {
    .mainNav__toggle {
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      z-index: 1;
      width: 44px;
      height: 44px;
      background: #E9E9E9;
      color: #D40000;
      border: none;
      box-shadow: none;
      padding: 0;
      line-height: 44px;
      font-size: 16px;
    }
  }

  .mainNavDropdown {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: -webkit-linear-gradient(top, #E8E8E8 0%, #D2D2D2 67.71%);
    background: -moz-linear-gradient(top, #E8E8E8 0%, #D2D2D2 67.71%);
    background: linear-gradient(180deg, #E8E8E8 0%, #D2D2D2 67.71%);
    border: 1px solid #bbb;
    color: #252525;
    display: none;
    z-index: 10;
  }
  @media (max-width: 991px) {
    .mainNavDropdown {
      position: static;
      display: block;
      background: #E9E9E9;
      border: none;
      padding: 15px 0;
    }
  }
  .mainNavDropdown__wrap {
    padding: 32px 2px;
  }
  @media (max-width: 991px) {
    .mainNavDropdown__wrap {
      padding: 0;
    }
  }
  .mainNavDropdown__title {
    text-transform: uppercase;
    font-size: 18px;
    line-height: 18px;
    font-weight: 600;
    margin: 0 0 6px;
    display: block;
  }
  @media (max-width: 991px) {
    .mainNavDropdown__title {
      font-size: 14px;
      line-height: 20px;
      padding: 0 8px;
    }
  }
  .mainNavDropdown__nav {
    padding: 0 0 0 13px;
    margin: 0;
    list-style: none;
    font-weight: 300;
    font-size: 16px;
    line-height: 28px;
  }
  @media (max-width: 991px) {
    .mainNavDropdown__nav {
      padding: 0;
      font-weight: 400;
    }
  }
  .mainNavDropdown__block {
    margin: 0 0 21px;
    padding: 0 10px 0 38px;
  }
  @media (max-width: 991px) {
    .mainNavDropdown__block {
      padding: 0;
      margin: 0 0 15px;
    }
  }
  @media (min-width: 992px) {
    .mainNavDropdown__block:last-child {
      margin-bottom: 0;
    }
  }
  .mainNavDropdown__link {
    color: inherit;
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
  }
  @media (max-width: 991px) {
    .mainNavDropdown__link {
      font-size: 14px;
      line-height: 20px;
      padding: 4px 15px;
      display: block;
    }
  }
  .mainNavDropdown__link:hover {
    text-decoration: underline;
  }
  .mainNavDropdown__col {
    padding: 0;
  }
  .mainNavDropdown__col:not(:first-child) {
    border-left: 1px dashed #ACACAC;
  }
  .mainNavDropdown__row {
    margin: 0;
  }
  @media (max-width: 991px) {
    .mainNavDropdown__row {
      -moz-box-orient: vertical;
      -moz-box-direction: normal;
           flex-direction: column;
    }
  }

  .mainNavBanner {
    text-align: center;
  }
  @media (max-width: 991px) {
    .mainNavBanner {
      display: none;
    }
  }
  .mainNavBanner__img {
    display: block;
    max-width: 100%;
    margin: 0 auto 11px;
  }
  .mainNavBanner__link {
    font-weight: bold;
    font-size: 16px;
    line-height: 28px;
    color: #2E7790;
  }
  .mainNavBanner__link:hover {
    text-decoration: underline;
  }
  .mainNavBanner__chevron {
    color: #D40000;
  }

  .mobile-phone-list a {
    font-size: 16px;
    line-height: 20px;
  }

  .fader {
    display: none;
  }
  @media (max-width: 991px) {
    .fader {
      position: fixed;
      top: 0;
      bottom: 0;
      right: 0;
      left: 0;
      -webkit-transition: left ease 0.3s, visibility ease 0.3s, opacity ease 0.3s;
      -moz-transition: left ease 0.3s, visibility ease 0.3s, opacity ease 0.3s;
      transition: left ease 0.3s, visibility ease 0.3s, opacity ease 0.3s;
      display: block;
      background: rgba(0, 0, 0, 0.5);
      z-index: 9;
      opacity: 0;
      visibility: hidden;
    }
    .fader:before {
      font-family: "icomoon" !important;
      content: "\e90a";
      color: #fff;
      position: absolute;
      left: 10px;
      top: 10px;
      font-size: 24px;
      line-height: 24px;
    }
  }

  .circle-rating {
    -moz-box-pack: justify;
         justify-content: space-between;
    display: -moz-box;
    display: flex;
    -moz-box-flex: 1;
         flex: 1 1;
  }
  .circle-rating._top {
    padding: 24px 0 0;
  }
  .circle-rating._top >
   span:before {
    bottom: 100%;
  }
  .circle-rating._bottom {
    padding: 0 0 24px;
  }
  .circle-rating._bottom >
   span:before {
    top: 100%;
  }
  .circle-rating._counter {
    counter-reset: section;
  }
  .circle-rating._counter >
   span {
    position: relative;
    overflow: visible !important;
  }
  .circle-rating._counter >
   span:before {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 11px;
    line-height: 24px;
    font-weight: 800;
    color: #666;
    counter-increment: section;
    content: counters(section, ".");
    pointer-events: none;
  }
  .circle-rating__icon {
    width: 24px;
    height: 24px;
    display: inline-block;
    vertical-align: top;
    border-radius: 50%;
    background: #CDCDCD;
    cursor: pointer;
  }
  .circle-rating__fullIcon {
    background: #2E7790;
  }

  .btn {
    font-size: 18px;
    line-height: 24px;
    font-weight: 800;
    border: none;
    border-radius: 2px;
    padding: 8px 16px;
    -webkit-transition: background 0.25s ease, color 0.25s ease;
    -moz-transition: background 0.25s ease, color 0.25s ease;
    transition: background 0.25s ease, color 0.25s ease;
    position: relative;
  }
  @media (max-width: 767px) {
    .btn {
      font-size: 14px;
      line-height: 20px;
      font-weight: 600;
    }
  }
  .btn[disabled], .btn.disabled {
    cursor: not-allowed;
    pointer-events: none;
  }
  .btn._block {
    width: 100%;
    display: block;
  }
  .btn__icon {
    font-size: 22px;
    margin-right: 10px;
    vertical-align: top !important;
    display: inline-block;
    line-height: inherit !important;
  }
  .btn_sm {
    font-size: 16px;
    line-height: 24px;
    font-weight: 800;
  }
  .btn__text {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.25s ease, visibility 0.25s ease;
    -moz-transition: opacity 0.25s ease, visibility 0.25s ease;
    transition: opacity 0.25s ease, visibility 0.25s ease;
  }
  .btn__text._isLoading {
    opacity: 0;
    visibility: hidden;
  }

  .btn_primary {
    background: #D40000;
    color: #fff;
  }
  .btn_primary:hover {
    background: #818181;
  }
  .btn_primary[disabled], .btn_primary.disabled {
    color: #EDEDED;
    background: #D8D8D8;
  }

  .btn_secondary {
    background: #fff;
    color: #444;
  }
  .btn_secondary:hover {
    background: #818181;
  }
  .btn_secondary[disabled], .btn_secondary.disabled {
    color: #EDEDED;
    background: #D8D8D8;
  }

  .btn_tertiary {
    background: #E9E9E9;
    color: #444;
    font-size: 16px;
  }
  .btn_tertiary:hover {
    background: #444;
    color: #fff;
  }
  .btn_tertiary[disabled], .btn_tertiary.disabled {
    color: #EDEDED;
    background: #D8D8D8;
  }

  .btn_info {
    background: #2E7790;
    color: #fff;
  }
  .btn_info:hover {
    background: #1A4C7A;
  }
  .btn_info[disabled], .btn_info.disabled {
    color: #EDEDED;
    background: #D8D8D8;
  }

  .btn_light {
    background: #D0D0D0;
    color: #474747;
  }
  .btn_light .btnLoading .preloader div {
    border: 12px solid #474747;
    border-top-color: transparent;
  }
  .btn_light:hover {
    background: #BBBBBB;
  }
  .btn_light[disabled], .btn_light.disabled {
    color: #EDEDED;
    background: #D8D8D8;
  }

  .btn_lg {
    padding: 15px 0;
    font-size: 20px;
    line-height: 30px;
    font-weight: 800;
  }
  .btn_lg .btn__icon {
    font-size: 28px;
    margin-right: 18px;
  }

  .btn_outline_secondary {
    color: #444;
    border: 2px solid #444;
  }
  .btn_outline_secondary:hover {
    color: #fff;
    background: #444;
  }

  .btn_quaternary {
    background: #e9e9e9;
    color: #2e7790;
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    border-radius: 2px;
    padding: 20px 30px;
  }

  .auto-brand-years {
    display: -moz-box;
    display: flex;
    width: 100%;
    margin-top: 20px;
    flex-wrap: wrap;
    margin-bottom: 36px;
  }
  .auto-brand-years .item {
    background: #a5a5a5;
    border-radius: 5px;
    font-weight: 700;
    font-size: 15px;
    line-height: 30px;
    text-align: center;
    color: #ffffff;
    width: 55px;
    border: none;
    margin: 0 10px 10px 0;
  }
  .auto-brand-years .reset {
    background: #2e7790;
    padding: 0 8px;
    width: auto;
  }
  .auto-brand-years .active {
    background: #2e7790;
  }

  .personal-menu {
    position: absolute;
    overflow: hidden;
    top: 100%;
    left: 0;
    border-radius: 2px;
    background-color: #ededed;
    z-index: 1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.45);
    display: none;
  }
  @media (max-width: 991px) {
    .personal-menu {
      position: static;
      margin: 0 -8px;
      display: block;
      box-shadow: none;
      border-top: 1px solid #bbb;
      border-bottom: 1px solid #bbb;
    }
  }
  .personal-menu__ul {
    width: 236px;
  }
  @media (max-width: 991px) {
    .personal-menu__ul {
      width: auto;
    }
  }
  .personal-menu__link {
    font-size: 14px;
    line-height: 20px;
    padding: 8px 24px;
    display: block;
    width: 100%;
    border: none;
    background: none;
    margin: 0;
    text-align: left;
    color: #4F5449;
  }
  @media (max-width: 991px) {
    .personal-menu__link {
      padding: 4px 15px;
    }
  }
  .personal-menu__link_border {
    border-bottom: 1px solid #bbb;
  }
  .personal-menu__link_border:last-child {
    border-bottom: none;
  }
  .personal-menu__link:hover {
    background-color: #818181;
    color: #fff;
  }

  .extra-menu {
    display: -moz-box;
    display: flex;
    -moz-box-pack: center;
         justify-content: center;
    position: relative;
    flex-basis: 50%;
    max-width: 50%;
  }
  @media (max-width: 991px) {
    .extra-menu {
      display: block;
    }
  }
  .extra-menu__item {
    font-size: 14px;
    line-height: 20px;
    position: relative;
    font-weight: 700;
  }
  @media (max-width: 991px) {
    .extra-menu__item {
      font-weight: 400;
    }
  }
  .extra-menu__item:before {
    content: "";
    width: 2px;
    height: 14px;
    display: inline-block;
    vertical-align: top;
    background: #ACACAC;
    margin: 2px 8px 0;
  }
  @media (max-width: 991px) {
    .extra-menu__item:before {
      display: none;
    }
  }
  .extra-menu__item:first-child:before {
    display: none;
  }
  .extra-menu__link {
    color: #444;
  }
  @media (max-width: 991px) {
    .extra-menu__link {
      padding: 8px 12px;
      display: block;
    }
  }
  .extra-menu__link:hover {
    text-decoration: underline;
  }
  .extra-menu__hasDrop {
    cursor: pointer;
  }
  @media (max-width: 991px) {
    .extra-menu__hasDrop >
     span {
      display: none;
    }
  }
  .extra-menu__hasDrop:hover >
   div {
    display: block;
  }
  .extra-menu__icon {
    color: #818181;
    font-size: 12px;
    padding-left: 12px;
  }

  .basket-widget {
    color: #444;
    font-size: 24px;
    line-height: 24px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding: 0 10px 0 0;
    background: none;
    border: none;
    margin: 0;
  }
  .basket-widget__count {
    position: absolute;
    top: -5px;
    right: 0;
    font-size: 10px;
    line-height: 15px;
    font-weight: 700;
    color: #fff;
    background: #D40000;
    border: 1px solid #fff;
    border-radius: 10px;
    min-width: 24px;
    text-align: center;
  }
  .basket-widget__icon {
    line-height: inherit;
  }

  .order-form {
    border: 10px solid #e9e9e9;
    padding: 23px 16px;
  }
  .order-form .formControl {
    margin-bottom: 11px;
  }
  .order-form__policy {
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: #252525;
    display: block;
    margin-bottom: 15px;
  }
  .order-form__policy a {
    color: #2e7790;
  }
  .order-form__subscribe {
    margin-bottom: 19px;
  }

  .deliveryMethod {
    background: #e9e9e9;
    padding: 1px 0 6px;
    margin: 18px 0 11px;
  }
  .deliveryMethod__title {
    display: block;
    font-weight: 700;
    color: #252525;
    font-size: 15px;
    line-height: 20px;
    padding: 10px 11px 11px;
  }
  .deliveryMethod__drop {
    padding: 0 35px;
  }
  .deliveryMethod__trigger {
    display: inline-block;
    margin: 0 0 6px;
    padding: 0 0 0 45px;
    border: none;
    font-weight: 500;
    font-size: 15px;
    line-height: 24px;
    color: #252525;
    position: relative;
    background: none;
    text-align: left;
  }
  .deliveryMethod__trigger:before {
    content: "";
    position: absolute;
    top: 2px;
    left: 11px;
    width: 20px;
    height: 20px;
    background: #fff;
    border-radius: 50%;
  }
  .deliveryMethod__trigger_active:after {
    content: "";
    position: absolute;
    top: 6px;
    left: 15px;
    width: 12px;
    height: 12px;
    background: #d40000;
    border-radius: 50%;
  }
  .deliveryMethod__stepTitle {
    display: block;
    font-size: 15px;
    line-height: 24px;
    font-weight: 500;
    color: #252525;
  }
  .deliveryMethod__count {
    font-weight: 600;
  }
  .deliveryMethod .formControl__input {
    border-color: #ccc;
    color: #252525;
  }
  .deliveryMethod__input {
    position: relative;
  }
  .deliveryMethod__input-wrap {
    margin-bottom: 10px;
  }
  .deliveryMethod__dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 1;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
    max-height: 284px;
    display: -moz-box;
    display: flex;
    display: none;
  }

  .deliveryMethod__dropdown.opened{
    display: flex;
  }
  
  .deliveryMethod__dropdown._with-select {
    padding-top: 36px;
  }
  .deliveryMethod__itemBtn {
    background: none;
    margin: 0;
    border: none;
    text-align: left;
    font-size: 14px;
    line-height: 24px;
    display: block;
    width: 100%;
    padding: 4px 17px;
  }
  .deliveryMethod__itemBtn:hover {
    background: #f1f1f1;
  }
  .deliveryMethod__selected {
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding: 0 0 0 23px;
    font-size: 16px;
    line-height: 24px;
    margin: 13px 0;
    cursor: pointer;
  }
  .deliveryMethod__selected:hover {
    text-decoration: line-through;
  }
  .deliveryMethod__selected svg {
    position: absolute;
    top: 4px;
    left: 0;
  }
  .deliveryMethod__inputSearch {
    margin: 0;
    padding: 0 17px;
    width: 100%;
    background: #f2f2f2;
    border: none;
    font-size: 14px;
    line-height: 36px;
    height: 36px;
    position: absolute;
    top: 0;
    left: 0;
  }
  .deliveryMethod__inputSearch::-webkit-input-placeholder {
    color: #aaa;
  }

  .deliveryMethod__inputSearch:-moz-placeholder {
    color: #aaa;
  }

  .deliveryMethod__inputSearch::-moz-placeholder {
    color: #aaa;
  }

  .deliveryMethod__inputSearch:-ms-input-placeholder {
    color: #aaa;
  }

  .deliveryMethod__select {
    width: 100%;
    display: block;
    background: #fff;
    text-align: left;
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .deliveryMethod__select:after {
    content: "";
    position: absolute;
    top: 14px;
    right: 3px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #252525;
  }
  .deliveryMethod__noData {
    text-align: center;
    padding: 10px;
    display: block;
    font-size: 16px;
    line-height: 24px;
  }
  .deliveryMethod__block {
    margin-bottom: 6px;
  }

  .head-page {
    margin: 0 0 20px;
  }
  .head-page__top {
    display: -moz-box;
    display: flex;
    margin: 0 0 17px;
  }
  .head-page__title {
    -moz-box-flex: 1;
         flex: 1 1;
    margin: 0 0 0 0;
  }
  .head-page__logo {
    margin-bottom: 27px;
    max-width: 300px;
    max-height: 300px;
    display: block;
  }
  .head-page .h1 {
    font-weight: 900;
    font-size: 30px;
    line-height: 34px;
    margin: 0;
    color: #14190d;
    text-transform: uppercase;
  }
  .head-page__content {
    color: #252525;
    font-size: 15px;
    line-height: 22px;
  }
  .head-page__content .title {
    display: block;
  }
  .head-page__content p {
    margin: 0 0 17px;
  }
  .head-page__content a {
    font-weight: 600;
    color: #2e7790;
  }
  .head-page__content a:hover {
    text-decoration: underline;
  }
  .head-page__content b {
    font-weight: 600;
  }
  .head-page .head-page-breadcrumbs {
    padding: 18px 0;
  }

  .tag {
    font-weight: 800;
    font-size: 13px;
    line-height: 18px;
    color: #2e7790;
    border: 1px solid #e9e9e9;
    border-radius: 15px;
    padding: 5px 15px;
    margin-bottom: 14px;
    display: inline-block;
  }
  .tag + .tag {
    margin-left: 15px;
  }

  .list {
    display: block;
    margin: 25px 0 0 0;
  }
  .list__paramBlock {
    width: 760px;
    height: 268px;
    background: #ededed;
  }

  .seo-content {
    font-size: 16px;
    line-height: 24px;
    color: #818181;
  }
  .seo-content h2 {
    font-size: 22px;
    color: #818181;
    font-weight: 800;
    margin: 0 0 20px;
  }
  .seo-content h3 {
    font-size: 20px;
    color: #818181;
    font-weight: 700;
    margin: 0 0 20px;
  }
  .seo-content h4 {
    font-size: 18px;
    color: #818181;
    font-weight: 700;
    margin: 0 0 20px;
  }
  .seo-content p {
    font-size: 16px;
    color: #818181;
    font-weight: 400;
    line-height: 22px;
    margin: 0 0 20px;
  }

  .linksCategory {
    margin-bottom: 24px;
  }

  .diski-block {
    text-align: center;
    padding: 10px 0 9px;
    min-height: 293px;
  }
  .diski-block__brand-link {
    font-size: 13px;
    line-height: 18px;
    color: #2E7790;
    display: inline-block;
    vertical-align: top;
    margin: 0 0 12px;
  }
  .diski-block__brand-link:hover {
    text-decoration: underline;
  }
  .diski-block__brand-name {
    font-weight: 800;
    display: block;
  }
  .diski-block__image {
    width: 100%;
    max-width: 175px;
    display: block;
    margin: 1px auto 20px;
  }
  .diski-block__diameters {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -moz-box;
    display: flex;
    -moz-box-pack: center;
         justify-content: center;
  }
  .diski-block__diameters-item {
    padding: 0 3px 6px;
  }
  .diski-block__diameters-link {
    border: 1px solid #E9E9E9;
    border-radius: 5px;
    color: #242424;
    font-size: 12px;
    line-height: 22px;
    font-weight: 500;
    width: 30px;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    padding: 0 3px;
  }
  .diski-block__diameters-link:hover {
    background: #D40000;
    color: #fff;
  }

  .assortment-by-car {
    margin: 0 0 32px;
  }
  .assortment-by-car__tab-list {
    margin: 0 0 24px;
    padding: 0;
    list-style: none;
    display: -moz-box;
    display: flex;
    position: relative;
  }
  .assortment-by-car__tab-text {
    position: relative;
    display: inline-block;
    vertical-align: top;
  }
  .assortment-by-car__tab-text:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -4px;
    border-bottom: 1px dashed #818181;
  }
  .assortment-by-car__tab {
    padding: 4px 12px;
    line-height: 20px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
  }

  .assortment-by-car__tab:before{
    content: none;
  }
  .assortment-by-car__tab._selected, .assortment-by-car__tab:hover {
    color: #d40000;
  }
  .assortment-by-car__tab._selected .assortment-by-car__tab-text:before, .assortment-by-car__tab:hover .assortment-by-car__tab-text:before {
    border-bottom-color: #d40000;
  }
  .assortment-by-car__panel {
    display: none;
  }
  .assortment-by-car__panel.react-tabs__tab-panel--selected {
    display: block;
  }
  .assortment-by-car__list {
    padding: 0;
    margin: 0;
    list-style: none;
    font-size: 0;
    line-height: 0;
  }
  .assortment-by-car__item {
    width: 12.5%;
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #2e7790;
    font-weight: 500;
    padding: 0 12px 20px;
  }
  @media (max-width: 991px) {
    .assortment-by-car__item {
      width: 25%;
    }
  }
  @media (max-width: 767px) {
    .assortment-by-car__item {
      width: 33.3%;
    }
  }
  .assortment-by-car__link {
    color: #2e7790;
    display: inline-block;
    vertical-align: top;
  }
  .assortment-by-car__link:hover svg {
    fill: #e14d4d;
  }
  .assortment-by-car__picture {
    height: 52px;
    display: -moz-box;
    display: flex;
    -moz-box-align: center;
         align-items: center;
    -moz-box-pack: center;
         justify-content: center;
    object-fit: contain;
    margin: 0 0 8px;
  }
  .assortment-by-car__img {
    max-width: 100%;
    max-height: 100%;
    fill: #818181;
  }

  .sizes-table {
    margin: 0 0 48px;
  }
  @media (max-width: 767px) {
    .sizes-table {
      margin: 0 0 30px;
    }
  }
  .sizes-table__tabs {
    margin-bottom: 16px;
  }
  .sizes-table__nav {
    padding: 0;
    margin: 0 -4px 4px;
    list-style: none;
    display: -moz-box;
    display: flex;
  }
  @media (max-width: 767px) {
    .sizes-table__nav {
      padding: 0 15px;
    }
  }
  .sizes-table__nav-item {
    margin: 0 4px 8px;
  }

  .sizes-table__nav-item:before{
    content: none;
  }
  @media (max-width: 991px) {
    .sizes-table__nav-item {
      white-space: nowrap;
    }
  }
  @media (max-width: 767px) {
    .sizes-table__nav-item {
      white-space: nowrap;
    }
    .sizes-table__nav-item:last-child {
      margin-right: 16px;
    }
  }
  @media (max-width: 991px) {
    .sizes-table__scroll {
      overflow-y: auto;
    }
  }
  @media (max-width: 767px) {
    .sizes-table__scroll {
      margin: 0 -15px;
    }
  }
  .sizes-table__nav-button {
    display: block;
    border-radius: 5px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    padding: 6px 16px;
    cursor: pointer;
    background: #EDEDED;
    color: #2E7790;
    text-align: center;
  }
  .sizes-table__nav-button:hover {
    color: #fff;
    background: #2E7790;
  }
  .sizes-table__panel {
    display: none;
  }
  .sizes-table ._selected.sizes-table__panel {
    display: block;
  }
  .sizes-table ._selected .sizes-table__nav-button {
    color: #fff;
    background: #2E7790;
  }
  .sizes-table__head {
    background: #444;
    color: #fff;
    text-align: center;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    padding: 6px 10px;
  }
  .sizes-table__list {
    padding: 0;
    margin: 0;
    list-style: none;
    font-size: 0;
    line-height: 0;
    background-image: -webkit-linear-gradient(bottom, #ffffff 25%, #ededed 25%, #ededed 50%, #ffffff 50%, #ffffff 75%, #ededed 75%, #ededed 100%);
    background-image: -moz-linear-gradient(bottom, #ffffff 25%, #ededed 25%, #ededed 50%, #ffffff 50%, #ffffff 75%, #ededed 75%, #ededed 100%);
    background-image: linear-gradient(0deg, #ffffff 25%, #ededed 25%, #ededed 50%, #ffffff 50%, #ffffff 75%, #ededed 75%, #ededed 100%);
    background-size: 128px 128px;
  }
  .sizes-table__list .sizes-table__list-item {
    width: 16.666%;
  }
  @media (max-width: 1199px) {
    .sizes-table__list .sizes-table__list-item {
      width: 20%;
    }
  }
  @media (max-width: 991px) {
    .sizes-table__list .sizes-table__list-item {
      width: 25%;
    }
  }
  @media (max-width: 767px) {
    .sizes-table__list .sizes-table__list-item {
      width: 50%;
    }
  }
  .sizes-table__column {
    -webkit-columns: 6;
       -moz-columns: 6;
            columns: 6;
    background-image: -webkit-linear-gradient(bottom, #ffffff 25%, #ededed 25%, #ededed 50%, #ffffff 50%, #ffffff 75%, #ededed 75%, #ededed 100%);
    background-image: -moz-linear-gradient(bottom, #ffffff 25%, #ededed 25%, #ededed 50%, #ffffff 50%, #ffffff 75%, #ededed 75%, #ededed 100%);
    background-image: linear-gradient(0deg, #ffffff 25%, #ededed 25%, #ededed 50%, #ffffff 50%, #ffffff 75%, #ededed 75%, #ededed 100%);
    background-size: 128px 128px;
  }
  @media (max-width: 1199px) {
    .sizes-table__column {
      -webkit-columns: 5;
         -moz-columns: 5;
              columns: 5;
    }
  }
  @media (max-width: 991px) {
    .sizes-table__column {
      -webkit-columns: 4;
         -moz-columns: 4;
              columns: 4;
    }
  }
  @media (max-width: 767px) {
    .sizes-table__column {
      -webkit-columns: 2;
         -moz-columns: 2;
              columns: 2;
    }
  }
  .sizes-table__list-item {
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    padding: 6px 16px;
    display: inline-block;
    vertical-align: top;
  }
  @media (max-width: 767px) {
    .sizes-table__list-item {
      width: 100%;
    }
  }
  .sizes-table__link {
    color: #2E7790;
  }
  .sizes-table__link:hover {
    text-decoration: underline;
  }
  .sizes-table__button {
    display: inline-block;
    vertical-align: top;
    font-weight: 800;
    font-size: 14px;
    line-height: 20px;
    color: #2E7790;
    padding: 6px 16px;
    border: 1px solid #EDEDED;
    border-radius: 15px;
    margin-right: 8px;
  }
  @media (max-width: 767px) {
    .sizes-table__button {
      margin: 0 8px 8px 0;
    }
  }
  .sizes-table__button:hover {
    background: #EDEDED;
  }

  .popular-tire-brands {
    margin-bottom: 50px;
  }
  .popular-tire-brands__title {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #444;
    margin-bottom: 30px;
  }
  .popular-tire-brands__list {
    display: -moz-box;
    display: flex;
    -moz-box-align: center;
         align-items: center;
    flex-wrap: wrap;
  }
  .popular-tire-brands__list ._word {
    width: 16.6%;
    margin-bottom: 12px;
  }
  .popular-tire-brands__list ._word span {
    text-decoration: underline;
    color: #2e7790;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
  }
  @media (max-width: 767px) {
    .popular-tire-brands__list ._word {
      width: 33.3%;
      text-align: center;
    }
  }
  .popular-tire-brands__item {
    width: 20%;
    padding: 0 20px;
    margin-bottom: 28px;
  }
  @media (max-width: 767px) {
    .popular-tire-brands__item {
      width: 50%;
      padding: 0 15px;
    }
  }
  .popular-tire-brands__image {
    max-width: 100%;
  }
  .popular-tire-brands__loader {
    display: -moz-box;
    display: flex;
    -moz-box-align: center;
         align-items: center;
    -moz-box-pack: center;
         justify-content: center;
    padding: 20px;
  }

  .homepage {
    padding-top: 22px;
  }
  .homepage .search-blocks {
    display: -moz-box;
    display: flex;
    width: 100%;
    margin-bottom: 36px;
  }
  @media (max-width: 991px) {
    .homepage .search-blocks {
      -moz-box-orient: vertical;
      -moz-box-direction: normal;
           flex-direction: column;
    }
  }

  @media(max-width: 767px){
    .homepage .search-blocks{
      flex-direction: column-reverse;
    }
  }
  .homepage .search-blocks .searchCar {
    width: 53%;
    margin-right: 2%;
    background: rgba(26, 76, 122, 0.7);
    border-radius: 0px 0px 0px 16px;
    padding: 24px;
    color: #fff;
  }
  @media (max-width: 991px) {
    .homepage .search-blocks .searchCar {
      width: 100%;
      border-radius: 0px 16px 0px 0px;
      margin-top: 25px;
    }
  }

  @media(max-width: 767px){
    .homepage .search-blocks .searchCar{
        border-radius: 0px 0px 0px 16px;
    }
  }

  .homepage .search-blocks .searchCar__title {
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 24px;
    color: #ffffff;
  }
  .homepage .search-blocks .searchCar__select {
    margin-bottom: 16px;
  }
  .homepage .search-blocks .searchCar__rimButton {
    padding: 8px 16px;
    height: 40px;
    background: #d40000;
    border-radius: 2px;
    text-align: center;
    font-weight: 800;
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
    display: block;
    width: 100%;
    border: none;
  }
  .homepage .search-blocks .searchCar__tireButton {
    padding: 8px 16px;
    height: 40px;
    background: transparent;
    border-radius: 2px;
    text-align: center;
    font-weight: 800;
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
    display: block;
    width: 100%;
    border: 1px solid #fff;
  }
  .homepage .search-blocks .searchCar__links {
    display: -moz-box;
    display: flex;
  }
  .homepage .search-blocks .searchCar__link {
    width: 50%;
    text-align: center;
    color: #ffffff;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    -webkit-text-decoration-line: underline;
       -moz-text-decoration-line: underline;
            text-decoration-line: underline;
  }
  .homepage .search-blocks .searchTire {
    width: 45%;
    background: rgba(26, 76, 122, 0.7);
    border-radius: 0px 16px 0px 0px;
    padding: 24px;
    color: #fff;
  }
  @media (max-width: 991px) {
    .homepage .search-blocks .searchTire {
      width: 100%;
      border-radius: 0px 0px 0px 16px;
    }
  }

   @media(max-width: 767px){
    .homepage .search-blocks .searchTire{
        border-radius: 0px 16px 0px 0px;
    }
  }
  .homepage .search-blocks .tabList {
    display: -moz-box;
    display: flex;
    height: 32px;
    margin-bottom: 16px;
  }
  .homepage .search-blocks .tabList__tab {
    width: 50%;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    padding: 5px;
    cursor: pointer;
    border: 1px solid #fff;
    background: transparent;
  }
  .homepage .search-blocks .tabList__tab:first-child {
    border-radius: 3px 0 0 3px;
  }
  .homepage .search-blocks .tabList__tab:last-child {
    border-radius: 0 3px 3px 0;
  }
  .homepage .search-blocks .tabList__tab.active {
    background: #ffffff;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #252525;
    position: relative;
  }
  .homepage .search-blocks .tabList__tab.active::before {
    position: absolute;
    content: "\e90b";
    font-family: "icomoon" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    -webkit-font-feature-settings: normal;
       -moz-font-feature-settings: normal;
            font-feature-settings: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    font-size: 19px;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #d40000;
    left: -moz-calc(50% - 52px);
    left: calc(50% - 52px);
  }
  .homepage .search-blocks .tab-pane {
    display: none;
  }
  .homepage .search-blocks .tab-pane.active {
    display: block;
  }
  .homepage .search-blocks .select {
    margin-bottom: 16px;
  }
  .homepage .search-blocks .button {
    background: #ffffff;
    border-radius: 2px;
    padding: 8px 16px;
    border: none;
    width: 100%;
    font-weight: 800;
    font-size: 16px;
    line-height: 24px;
    color: #252525;
  }
  .homepage .search-blocks .button::before {
    content: "\e910";
    font-family: "icomoon" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    -webkit-font-feature-settings: normal;
       -moz-font-feature-settings: normal;
            font-feature-settings: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    font-size: 17px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff;
    margin-right: 8px;
    vertical-align: middle;
  }

  .popular-rim-brands {
    margin-bottom: 50px;
  }
  .popular-rim-brands__title {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #444444;
    margin-bottom: 18px;
  }
  .popular-rim-brands__list {
    display: -moz-box;
    display: flex;
    flex-wrap: wrap;
    -moz-box-align: center;
         align-items: center;
  }
  .popular-rim-brands__item {
    width: 16.6%;
    padding: 0 20px;
    text-align: left;
    margin-bottom: 12px;
  }
  @media (max-width: 991px) {
    .popular-rim-brands__item {
      width: 20%;
    }
  }
  @media (max-width: 767px) {
    .popular-rim-brands__item {
      width: 33.3%;
      text-align: center;
    }
  }
  @media (max-width: 374px) {
    .popular-rim-brands__item {
      width: 50%;
    }
  }
  .popular-rim-brands__link {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    -webkit-text-decoration-line: underline;
       -moz-text-decoration-line: underline;
            text-decoration-line: underline;
    color: #2e7790;
  }
  .popular-rim-brands__loader {
    display: -moz-box;
    display: flex;
    -moz-box-align: center;
         align-items: center;
    -moz-box-pack: center;
         justify-content: center;
    padding: 0 20px;
  }

  .special-offers {
    margin-bottom: 52px;
  }
  .special-offers__tab-list {
    display: -moz-box;
    display: flex;
    margin-bottom: 11px;
    padding: 0;
    list-style: none;
  }
  @media (max-width: 767px) {
    .special-offers__tab-list {
      padding: 0 15px;
    }
  }
  .special-offers__tab {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    margin-right: 32px;
    cursor: pointer;
    color: rgba(46, 119, 144, 0.5);
    border-bottom: 3px solid rgba(46, 119, 144, 0.5);
  }
  @media (max-width: 991px) {
    .special-offers__tab {
      white-space: nowrap;
      font-size: 18px;
      line-height: 22px;
    }
  }
  @media (max-width: 767px) {
    .special-offers__tab {
      white-space: nowrap;
      font-size: 16px;
      line-height: 20px;
    }
  }
  .special-offers__active {
    color: #252525;
    border-bottom: 3px solid transparent;
  }
  @media (max-width: 991px) {
    .special-offers__scroll {
      overflow-y: auto;
    }
  }
  @media (max-width: 767px) {
    .special-offers__scroll {
      margin: 0 -15px;
    }
  }
  @media (max-width: 767px) {
    .special-offers__tab-panel .slick-prev {
      width: 30px;
      height: 30px;
      left: 25px;
      background: none !important;
    }
  }
  @media (max-width: 767px) {
    .special-offers__tab-panel .slick-next {
      background: none !important;
      width: 30px;
      height: 30px;
      right: 25px;
    }
  }

  .header-fixed-wrapper {
    height: 162px;
  }
  @media (max-width: 991px) {
    .header-fixed-wrapper {
      height: 52px;
    }
  }

  .header-page {
    border-bottom: 1px solid #D8D8D8;
    padding-top: 18px;
    z-index: 8;
    background: #fff;
    position: relative;
  }
  @media (max-width: 991px) {
    .header-page {
      border-bottom: 1px solid #8B8B8B;
      padding: 0 52px;
      height: auto;
      display: flex;
      flex-direction: column;
      gap: 10px;
    }
  }
  .header-page__tools {
    display: -moz-box;
    display: flex;
    flex-basis: 25%;
    max-width: 25%;
    -moz-box-pack: end;
         justify-content: flex-end;
  }
  .header-page__top {
    margin-bottom: 16px;
    display: -moz-box;
    display: flex;
    -moz-box-pack: end;
         justify-content: flex-end;
  }
  .header-page__middle {
    display: -moz-box;
    display: flex;
    margin-bottom: 14px;
    -moz-box-align: center;
         align-items: center;
  }
  .header-page__logo {
    flex-basis: 25%;
    max-width: 25%;
    font-size: 0;
    line-height: 0;
  }
  @media (max-width: 991px) {
    .header-page__logo {
      max-width: 100%;
      flex-basis: auto;
      height: 52px;
      flex-grow: 1;
      position: relative;
    }

    .header-page__logo img{
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      object-fit: contain;
    }

    .header-page__logo svg {
      -webkit-transform: scale(0.79);
         -moz-transform: scale(0.79);
              transform: scale(0.79);
    }
  }
  .header-page__search {
    flex-basis: 50%;
    max-width: 50%;
    padding: 0 9px;
    position: relative;
  }
  .header-page__info {
    display: -moz-box;
    display: flex;
    -moz-box-pack: end;
         justify-content: flex-end;
    -moz-box-align: center;
         align-items: center;
    flex-basis: 25%;
    max-width: 25%;
  }
  .header-page__separator {
    border-left: 1px dashed #bbb;
    height: 24px;
    margin: 0 10px;
  }
  @media (max-width: 991px) {
    .header-page__separator {
      margin: 0 41px 0 17px;
    }
  }

  .contact-dropdown {
    position: relative;
    color: #444;
    font-size: 18px;
    line-height: 24px;
  }
  @media (max-width: 1199px) {
    .contact-dropdown {
      margin-left: -10px;
    }
  }
  .contact-dropdown:hover >
   div {
    display: block;
  }
  .contact-dropdown__drop {
    position: absolute;
    top: 100%;
    right: 0;
    border-radius: 2px;
    background-color: #fff;
    padding: 8px 16px;
    z-index: 1;
    width: 224px;
    display: none;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.45);
  }
  .contact-dropdown__drop:hover {
    display: block;
  }
  .contact-dropdown__trigger {
    font-weight: 600;
    color: #444;
    outline: none;
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    box-shadow: none;
  }
  .contact-dropdown__phone {
    position: relative;
    font-size: 17px;
  }
  @media (max-width: 1199px) {
    .contact-dropdown__phone {
      font-size: 16px;
    }
  }
  .contact-dropdown__phone::before {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    border-bottom: 1px dashed #d8d8d8;
  }
  .contact-dropdown__icon {
    padding-left: 10px;
    font-size: 12px;
    color: #818181;
  }
  .contact-dropdown__title {
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 12px;
    display: block;
  }

  .phone-list li {
    margin-bottom: 8px;
  }
  .phone-list a {
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
  }

  .work-time__item {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 8px;
    display: block;
  }

  ._fixed-header {
    position: fixed;
    top: -100%;
    left: 0;
    right: 0;
    -webkit-transition: 0.3s top ease;
    -moz-transition: 0.3s top ease;
    transition: 0.3s top ease;
  }

  ._show-header {
    top: 0;
  }



  .mobile-header {
    display: -moz-box;
    display: flex;
    -moz-box-pack: center;
         justify-content: center;
    -moz-box-align: center;
         align-items: center;
    height: 52px;
  }

  .header-page__search_mob{
    margin: 0 -40px 10px;
    flex: 0 0 auto;
    max-width: unset;
  }


  @media(min-width: 991px){
    .mobile-header{
      display: none;
    }

    .Autocomplete_autocomplete_mobile{
      display: none;
    }

    .header-page__search_mob{
      display: none;
    }
  }

  @media(max-width: 991px){
    .desc-header{
      display: none;
    }
  }

  .mobile-header .basket-widget {
    position: absolute;
    top: 0;
    right: 0;
    width: 52px;
    height: 52px;
    line-height: 52px;
    text-align: center;
  }
  .mobile-header .basket-widget__count {
    top: 8px;
    right: 2px;
  }

  @media (max-width: 991px) {
    .menu-open .mobile-menu {
      left: 0;
    }
  }
  @media (max-width: 991px) {
    .menu-open .fader {
      left: 300px;
      opacity: 1;
      visibility: visible;
    }
  }
  @media (max-width: 374px) {
    .menu-open .fader {
      left: 280px;
    }
  }

  @media (max-width: 991px) {
    .mobile-menu {
      position: fixed;
      top: 0;
      bottom: 0;
      left: -300px;
      width: 300px;
      -webkit-transition: left ease 0.3s;
      -moz-transition: left ease 0.3s;
      transition: left ease 0.3s;
      background: #fff;
      display: -moz-box;
      display: flex;
      -moz-box-orient: vertical;
      -moz-box-direction: normal;
           flex-direction: column;
      overflow-y: auto;
      overflow-x: hidden;
      z-index: 10;
    }
  }
  @media (max-width: 374px) {
    .mobile-menu {
      width: 280px;
    }
  }
  .mobile-menu__header {
    display: none;
  }
  @media (max-width: 991px) {
    .mobile-menu__header {
      display: block;
      background: #E9E9E9;
      padding: 12px 8px;
    }
  }
  .mobile-menu__phones {
    padding: 0 12px 16px;
    border-bottom: 4px solid #E9E9E9;
    margin: 0 0 10px;
  }
  .mobile-menu__phones ul {
    margin: 0 0 15px;
    padding: 0;
    list-style: none;
  }
  .mobile-menu__phones ul li {
    font-size: 16px;
    line-height: 20px;
    margin: 0 0 4px;
  }
  .mobile-menu__phones ul a {
    color: #14190D;
  }
  .mobile-menu__callback {
    color: #14190D;
    margin: 0;
    padding: 0;
    border: none;
    box-shadow: none;
    font-size: 14px;
    line-height: 20px;
    background: none;
  }
  .mobile-menu__nav {
    margin: 0 0 15px;
    padding: 0;
    list-style: none;
  }
  .mobile-menu__nav a {
    display: block;
    padding: 8px 12px;
    font-size: 16px;
    line-height: 20px;
    color: #14190D;
  }

  .trigger-menu {
    display: none;
  }
  @media (max-width: 991px) {
    .trigger-menu {
      position: absolute;
      display: block;
      left: 0;
      top: 0;
      width: 52px;
      height: 52px;
      background: none;
      border: none;
      cursor: pointer;
      padding: 0;
      margin: 0;
      box-shadow: none;
    }
  }
  .trigger-menu__wrapper {
    width: 26px;
    height: 26px;
    position: relative;
    margin: 0 auto;
    -webkit-transform: rotate(0deg);
       -moz-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer;
    display: block;
  }
  .trigger-menu__wrapper span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #242424;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
       -moz-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
  }
  .trigger-menu__wrapper span:first-child {
    top: 0;
  }
  .trigger-menu__wrapper span:last-child {
    top: 20px;
  }
  .trigger-menu__wrapper span:nth-child(2) {
    top: 10px;
  }
  .trigger-menu__wrapper._open span:first-child {
    top: 12px;
    -webkit-transform: rotate(135deg);
       -moz-transform: rotate(135deg);
            transform: rotate(135deg);
  }
  .trigger-menu__wrapper._open span:last-child {
    top: 12px;
    -webkit-transform: rotate(-135deg);
       -moz-transform: rotate(-135deg);
            transform: rotate(-135deg);
  }
  .trigger-menu__wrapper._open span:nth-child(2) {
    opacity: 0;
    left: -60px;
  }

  .basket-mobile {
    display: none;
  }
  @media (max-width: 991px) {
    .basket-mobile {
      display: block;
      position: absolute;
      top: 50%;
      right: 0;
      padding-right: 15px;
      margin-top: -12px;
    }
  }

  .mobile-phone-list {
    -moz-box-ordinal-group: 3;
         order: 2;
  }
  .mobile-phone-list ul {
    padding: 0 12px 12px;
    margin: 0 0 10px;
    list-style: none;
    color: #14190D;
    font-size: 16px;
    line-height: 20px;
    border-bottom: 4px solid #E9E9E9;
  }
  .mobile-phone-list li {
    margin-bottom: 4px;
  }

  .language-mobile {
    padding: 12px 3px;
    margin: 0;
    list-style: none;
    font-size: 0;
    line-height: 0;
  }
  .language-mobile__item {
    display: inline-block;
    vertical-align: top;
    padding: 0 5px;
  }
  .language-mobile__btn {
    margin: 0;
    padding: 0;
    border: none;
    font-weight: 500;
    text-transform: uppercase;
    background: none;
  }
  .language-mobile__btn._active {
    text-decoration: underline;
  }

  .seo-links {
    margin: 0 0 52px;
  }
  @media (max-width: 767px) {
    .seo-links {
      margin-bottom: 40px;
    }
  }
  .seo-links__head {
    display: block;
    color: #444;
    font-weight: 800;
    margin: 0 0 8px;
    font-size: 22px;
    line-height: 24px;
  }
  @media (max-width: 767px) {
    .seo-links__head {
      font-size: 20px;
    }
  }
  .seo-links__title {
    font-size: 20px;
    line-height: 24px;
    display: block;
    color: #444;
    margin: 0 0 8px;
  }
  @media (max-width: 991px) {
    .seo-links__title {
      font-size: 18px;
      line-height: 24px;
    }
  }
  .seo-links__title:before {
    content: "✔";
    padding-right: 5px;
  }
  .seo-links__list {
    list-style: none;
    padding: 0;
    margin: 0 0 8px;
  }
  .seo-links__list-item {
    display: inline-block;
    vertical-align: top;
    padding-right: 5px;
    font-size: 16px;
    line-height: 20px;
  }
  .seo-links__list-item a {
    color: #2E7790;
  }
  .seo-links__list-item a:hover {
    text-decoration: underline;
  }

  .checkout {
    padding-bottom: 64px;
  }
  .checkout .checkout__breadcrumbs {
    padding: 16px 0 25px;
  }
  .checkout__header {
    font-size: 15px;
    line-height: 18px;
    color: #252525;
    margin: 0 0 17px;
  }
  .checkout__header p {
    margin: 0;
  }
  .checkout .h1 {
    font-weight: 900;
    font-size: 30px;
    line-height: 32px;
    color: #252525;
  }

  .avto-shiny {
    padding-bottom: 64px;
  }

  .catalog-page {
    padding: 0 0 15px;
  }

  .catalog-tab__top {
    margin-bottom: 40px;
  }
  .catalog-tab__main-link {
    font-size: 14px;
    line-height: 28px;
    font-weight: 800;
    color: #2E7790;
    margin: 0;
    background: none;
    border: none;
    padding: 0;
  }
  .catalog-tab__main-link:hover {
    text-decoration: underline;
  }
  .catalog-tab__main-link:after {
    content: " >";
    color: #D40000;
  }
  .catalog-tab__link {
    font-size: 13px;
    line-height: 28px;
    color: #2E7790;
    font-weight: 500;
  }
  .catalog-tab__footer {
    font-weight: 600;
    font-size: 15px;
    line-height: 22px;
  }
  .catalog-tab__rating {
    color: #2E7790;
  }
  .catalog-tab__diameters {
    color: #242424;
    font-weight: 500;
    margin: 0 0 3px;
  }
  .catalog-tab__diameters-link {
    font-weight: 600;
    color: #2E7790;
  }
  .catalog-tab__diameters-link:hover {
    text-decoration: underline;
  }
  .catalog-tab__reviews {
    color: #242424;
  }
  .catalog-tab__reviews a {
    color: #2E7790;
  }
  .catalog-tab__reviews a:hover {
    text-decoration: underline;
  }

  .catalog-tab-nav {
    font-size: 0;
    line-height: 0;
    list-style: none;
    display: -moz-box;
    display: flex;
    margin: 0 0 12px;
  }
  .catalog-tab-nav__item {
    width: 50%;
    color: #242424;
    font-size: 15px;
    line-height: 20px;
    font-weight: 700;
    background: #E9E9E9;
    text-align: center;
    padding: 13px 15px;
    cursor: pointer;
    position: relative;
  }
  .catalog-tab-nav__item.react-tabs__tab--selected {
    background: #242424;
    color: #fff;
  }
  .catalog-tab-nav__item.react-tabs__tab--selected:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    bottom: auto;
    height: auto;
    background: none;
    right: auto;
    margin-left: -12px;
    border: 12px solid transparent;
    border-top: 8px solid #242424;
  }

  .catalog-block {
    margin-bottom: 20px;
  }
  .catalog-block__title {
    background: #1A4C7A;
    color: #fff;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 22px;
    line-height: 35px;
    padding: 0 20px;
    margin: 0 0 8px;
    display: block;
  }
  .catalog-block__content {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-fill: auto;
       -moz-column-fill: auto;
            column-fill: auto;
  }
  .catalog-block__size-content {
    -webkit-column-count: 7;
       -moz-column-count: 7;
            column-count: 7;
  }
  .catalog-block__subTitle {
    display: block;
    color: #242424;
    font-weight: 800;
    font-size: 16px;
    line-height: 22px;
    margin: 0 0 14px;
  }
  .catalog-block__list {
    list-style: none;
    margin: 0 0 13px;
    padding: 0;
  }
  .catalog-block__item {
    margin-bottom: 4px;
  }
  .catalog-block__link-size {
    padding: 0 16px;
  }
  .catalog-block__link-size.is-popular {
    background: #E9E9E9;
  }
  .catalog-block__link {
    font-size: 15px;
    line-height: 20px;
    color: #2E7790;
    display: inline-block;
    vertical-align: top;
  }
  .catalog-block__link:hover {
    text-decoration: underline;
  }

  .catalog-tab-wrapper {
    display: none;
  }
  .catalog-tab-wrapper.react-tabs__tab-panel--selected {
    display: block;
  }

  body {
    overflow-x: hidden;
  }

  .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col-xs-12, .col-xs-11, .col-xs-10, .col-xs-9, .col-xs-8, .col-xs-7, .col-xs-6, .col-xs-5, .col-xs-4, .col-xs-3, .col-xs-2, .col-xs-1, .col-lg, .col-md, .col-sm, .col-xs {
    width: 100%;
  }
/* */
/* Select*/
  .Select_customSelect {
    min-width: 56px;
    position: relative;
  }
  .Select_customSelect__toggle {
    border: 1px solid #fff;
    border-radius: 2px;
    line-height: 38px;
    font-size: 16px;
    font-weight: 400;
    color: #252525;
    margin: 0;
    padding: 0 18px 0 15px;
    background: #fff;
    display: block;
    width: 100%;
    text-align: left;
    position: relative;
    min-width: 56px;
  }
  .Select_customSelect__toggle:after {
    content: "\e914";
    position: absolute;
    top: 0;
    right: 6px;
    font-family: "icomoon" !important;
  }
  .Select_customSelect__drop {
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    z-index: 2;
    display: none;
    width: 100%;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.45);
  }
  .Select_customSelect__list {
    padding: 0;
    margin: 0;
    list-style: none;
    max-height: 200px;
    overflow: auto;
  }
  .Select_customSelect__list::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    background-color: #f1f1f1;
  }
  .Select_customSelect__list::-webkit-scrollbar-thumb {
    background-color: #d6d6d6;
    border-radius: 8px;
  }
  .Select_customSelect__list::-webkit-scrollbar-thumb:hover {
    background-color: #c2c2c2;
  }
  .Select_customSelect__btn {
    border: none;
    margin: 0;
    background: none;
    padding: 0 18px 0 15px;
    width: 100%;
    text-align: left;
    font-weight: 400;
    font-size: 18px;
    line-height: 36px;
  }
  .Select_customSelect__btnSelected {
    -webkit-text-decoration-line: underline;
       -moz-text-decoration-line: underline;
            text-decoration-line: underline;
    color: #aaaaaa;
  }
  .Select_customSelect__btn:hover {
    -webkit-text-decoration-line: underline;
       -moz-text-decoration-line: underline;
            text-decoration-line: underline;
    color: #aaaaaa;
  }
  .Select_customSelect__error {
    position: absolute;
    bottom: -11px;
    color: #fff;
    font-size: 10px;
    left: 5px;
    line-height: 1;
  }

  .Select_loading {
    pointer-events: none;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .Select_open {
    display: block;
  }

  .Select_isDisabled {
    color: #818181;
  }

  .Select_customSelect__search{
    background: #f2f2f2;
    font-size: 13px;
    line-height: 30px;
    color: #aaaaaa;
    padding: 3px 15px;
    display: block;
    width: 100%;
    border: none;
  }
/* */
/* VendorCode*/
  .VendorCode_vendorCode {
    display: inline-block;
    vertical-align: top;
    font-size: 13px;
    line-height: 20px;
    padding: 0 5px;
    background: rgba(234, 234, 234, 0.25);
    color: #3A3A3A;
    margin-bottom: 14px;
  }
  .VendorCode_vendorCode__code {
    font-weight: 700;
  }
/* */
/* CardItemsSlider*/
  .CardItemsSlider_slide {
    width: 240px;
    margin: 0 auto;
    border: 14px solid #e9e9e9;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    text-align: center;
    background-color: #fff;
    padding: 8px;
    position: relative;
  }
  .CardItemsSlider_slide__img {
    position: relative;
  }
  .CardItemsSlider_slide__title {
    min-height: 60px;
    margin-top: 10px;
  }
  .CardItemsSlider_slide__link {
    font-weight: 800;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    color: #252525;
  }
  .CardItemsSlider_slide__country {
    display: -moz-box;
    display: flex;
    -moz-box-align: center;
         align-items: center;
    -moz-box-pack: center;
         justify-content: center;
    margin-bottom: 15px;
  }
  .CardItemsSlider_slide__country img {
    vertical-align: middle;
    margin-right: 5px;
  }
  .CardItemsSlider_slide__country p {
    font-weight: 500;
    font-size: 14px;
    line-height: 14px;
    color: #252525;
    margin-bottom: 0;
  }
  .CardItemsSlider_slide__icons {
    text-align: center;
    width: 106px;
    margin: 0 auto;
  }
  .CardItemsSlider_slide__price {
    display: -moz-box;
    display: flex;
    -moz-box-align: center;
         align-items: center;
    -moz-box-pack: center;
         justify-content: center;
    margin-bottom: 10px;
  }
  .CardItemsSlider_slide__priceNew {
    font-weight: 800;
    font-size: 20px;
    line-height: 20px;
    text-align: center;
    color: #252525;
  }
  .CardItemsSlider_slide__priceOld {
    font-weight: 800;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    -webkit-text-decoration-line: line-through;
       -moz-text-decoration-line: line-through;
            text-decoration-line: line-through;
    color: #898989;
    margin-left: 8px;
  }
  .CardItemsSlider_slide__available {
    font-size: 11px;
    line-height: 13px;
    text-align: center;
    color: #252525;
  }
  .CardItemsSlider_slide__rate1 {
    padding: 0 10px;
  }

  .CardItemsSlider__noneBorder {
    border: 14px solid transparent;
  }

  .CardItemsSlider_defaultImage {
    max-width: 100%;
  }
/* */
/* TabPanel*/
  .TabPanel_preloader {
    display: -moz-box;
    display: flex;
    -moz-box-pack: center;
         justify-content: center;
    -moz-box-align: center;
         align-items: center;
    padding: 20px 0;
  }
/* */
/* ExtraMenuPopup*/
  .ExtraMenuPopup_extraMenu__popup {
    display: none;
    position: absolute;
    top: 100%;
    padding-top: 10px;
    left: 0;
    width: 220px;
    z-index: 1;
  }
  @media (max-width: 991px) {
    .ExtraMenuPopup_extraMenu__popup {
      display: block;
      position: static;
      padding: 0;
      width: 100%;
    }
  }
  .ExtraMenuPopup_extraMenu__popup_ul {
    border-radius: 2px;
    background-color: #fff;
    padding: 16px 18px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.45);
  }
  @media (max-width: 991px) {
    .ExtraMenuPopup_extraMenu__popup_ul {
      box-shadow: none;
      padding: 0;
      border-radius: 0;
    }
  }
  .ExtraMenuPopup_extraMenu__popup_li {
    padding: 4px 0;
  }
  @media (max-width: 991px) {
    .ExtraMenuPopup_extraMenu__popup_li {
      padding: 0;
    }
  }
  .ExtraMenuPopup_extraMenu__popup_link {
    font-weight: 400;
    margin: 5px 0;
  }
  @media (max-width: 991px) {
    .ExtraMenuPopup_extraMenu__popup_link {
      margin: 0;
      padding: 8px 12px;
      display: block;
    }
  }
  .ExtraMenuPopup_extraMenu__popup_link:hover {
    text-decoration: underline;
  }

  .ExtraMenuPopup_show {
    display: block;
  }
/* */
/* LanguageList*/
  .LanguageList_languageList {
    position: relative;
    margin-left: auto;
  }
  .LanguageList_languageList:hover >
   ul {
    display: block;
  }
  .LanguageList_languageList__toggle {
    cursor: pointer;
    color: #444;
    border: none;
    padding: 0 7px 0 0;
    margin: 0;
    background: none;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    min-width: 60px;
    text-align: right;
  }
  .LanguageList_languageList__icon {
    color: #818181;
    padding-left: 6px;
    font-size: 12px;
  }
  .LanguageList_languageList__list {
    position: absolute;
    top: 100%;
    left: 0;
    border-radius: 2px;
    background-color: #fff;
    padding: 8px 16px;
    z-index: 1;
    display: none;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.45);
  }
  .LanguageList_languageList__btn {
    background: none;
    border: none;
    outline: none;
  }
  .LanguageList_languageList__btn:hover {
    text-decoration: underline;
  }

  .LanguageList_show {
    display: block;
  }
/* */
/* Autocomplete*/
  .Autocomplete_autocomplete {
    padding-right: 72px;
    border: 1px solid #D8D8D8;
    border-radius: 2px;
    overflow: hidden;
    position: relative;
  }


  @media (max-width: 991px) {
    .Autocomplete_autocomplete {
      overflow: visible;
      padding-right: 40px;
      margin: 0 12px 24px;
    }
  }

  .Autocomplete_autocomplete_mobile{
    margin: 0;
  }
  .Autocomplete_autocomplete__input {
    width: 100%;
    display: block;
    padding: 9px 14px;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    border: none;
    color: #818181;
  }
  .Autocomplete_autocomplete__input::-webkit-input-placeholder {
    color: #ACACAC;
  }

  .Autocomplete_autocomplete__input:-moz-placeholder {
    color: #ACACAC;
  }

  .Autocomplete_autocomplete__input::-moz-placeholder {
    color: #ACACAC;
  }

  .Autocomplete_autocomplete__input:-ms-input-placeholder {
    color: #ACACAC;
  }

  .Autocomplete_autocomplete__button {
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
    border: none;
    padding: 0;
    font-size: 18px;
    line-height: 40px;
    width: 72px;
    background: #EDEDED;
    color: #ACACAC;
    height: 100%;
  }
  @media (max-width: 991px) {
    .Autocomplete_autocomplete__button {
      width: 40px;
    }
  }
/* */
/* Customize RAnge*/
  .CustomizedRange_rangeSlider {
    margin: 0 0 20px;
  }
  .CustomizedRange_rangeSlider__row {
    display: -moz-box;
    display: flex;
    margin-bottom: 12px;
  }
  .CustomizedRange_rangeSlider__input {
    border-radius: 3px;
    -moz-appearance: textfield;
    color: #252525;
    border: 1px solid #bbb;
    padding: 9px 10px;
    font-size: 16px;
    line-height: 20px;
    width: 100%;
  }
  .CustomizedRange_rangeSlider__input::-webkit-inner-spin-button, .CustomizedRange_rangeSlider__input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }
  .CustomizedRange_rangeSlider__separator {
    font-size: 16px;
    line-height: 40px;
    color: #252525;
    padding: 0 4px;
  }
  .CustomizedRange_rangeSlider__btn {
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    background: #2e7790;
    border-radius: 3px;
    border: none;
    margin: 15px 0 0;
    padding: 8px;
    display: block;
    width: 100%;
    font-weight: 800;
  }
  .CustomizedRange_rangeSlider__btn[disabled] {
    pointer-events: none;
    cursor: default;
    background: #bbb;
  }

  .CustomizedRange_rangeList {
    margin: 0 -3px;
    padding: 0 0 3px;
    list-style: none;
    font-size: 0;
    line-height: 0;
  }
  .CustomizedRange_rangeList__item {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    padding: 0 3px;
    margin: 0 0 12px;
  }
  .CustomizedRange_rangeList__button {
    color: #818181;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    box-shadow: none;
    border-radius: 0;
    -webkit-transition: color ease 0.25s;
    -moz-transition: color ease 0.25s;
    transition: color ease 0.25s;
  }
  .CustomizedRange_rangeList__button:hover {
    color: #252525;
  }
/* */
/* SelectedFilters*/
  .SelectedFilters_selectedFilters {
    margin-bottom: 12px;
    padding-bottom: 17px;
    border-bottom: 1px solid #bbb;
  }
  .SelectedFilters_selectedFilters__title {
    text-transform: uppercase;
    color: #252525;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    display: block;
    margin: 0 0 10px;
  }
  .SelectedFilters_selectedFilters__icon {
    color: #818181;
    display: inline-block;
    vertical-align: top;
    line-height: inherit;
    font-size: 17px;
    padding: 0 11px 0 5px;
    font-weight: 400;
  }
  .SelectedFilters_selectedFilters__list {
    display: -moz-box;
    display: flex;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
         flex-direction: column;
    -moz-box-align: start;
         align-items: flex-start;
  }

  .SelectedFilters_selectedButton {
    width: auto;
    max-width: 100%;
    color: #252525;
    background: #EDEDED;
    border: 2px solid #BBBBBB;
    border-radius: 90px;
    font-size: 12px;
    line-height: 20px;
    padding: 2px 28px 2px 7px;
    margin: 0 0 4px;
    display: inline-block;
    text-align: left;
    position: relative;
    height: 28px;
  }
  .SelectedFilters_selectedButton__text {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
    display: block;
  }
  .SelectedFilters_selectedButton__name {
    font-weight: 700;
    line-height: inherit;
    vertical-align: top;
  }
  .SelectedFilters_selectedButton__close {
    font-size: 10px;
    line-height: 24px;
    position: absolute;
    top: 0;
    right: 0;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #2E7790;
    color: #fff;
    text-align: center;
  }

  .SelectedFilters_resetButton {
    font-size: 16px;
    line-height: 24px;
    font-weight: 800;
    color: #2E7790;
    border: none;
    background: none;
    margin: 0;
    display: block;
    width: 100%;
    padding: 7px 16px;
  }
/*  */

/* FiltersBlock*/
  .FiltersBlock_filtersBlock {
    border-bottom: 1px solid #bbbbbb;
  }
  .FiltersBlock_filtersBlock__toggle {
    font-weight: 700;
    color: #252525;
    font-size: 14px;
    line-height: 24px;
    position: relative;
    padding: 11px 0 11px 32px;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }
  .FiltersBlock_filtersBlock__toggleIcon {
    position: absolute;
    left: 7px;
    top: 50%;
    margin-top: -6px;
    font-size: 12px;
    font-weight: 400;
  }
  .FiltersBlock_filtersBlock__head {
    position: relative;
    display: -moz-box;
    display: flex;
    -moz-box-pack: justify;
         justify-content: space-between;
    -moz-box-align: center;
         align-items: center;
  }

  .FiltersBlock_filtersBlock__head + div{
    display: none;
  }

  .FiltersBlock_filtersBlock__head + div.opened{
    display: block;
  }

  .FiltersBlock_filtersBlock__count {
    font-weight: 400;
    color: #818181;
    padding-left: 5px;
  }
  .FiltersBlock_filtersBlock__list {
    max-height: 244px;
    margin-bottom: 15px;
    display: -moz-box;
    display: flex;
  }
  .FiltersBlock_filtersBlock__description {
    font-weight: 700;
    font-size: 16px;
    line-height: 18px;
    display: block;
    text-align: center;
    color: #818181;
    margin: 0 0 10px;
  }
  .FiltersBlock_filtersBlock__link {
    display: inline-block;
    vertical-align: top;
  }
  .FiltersBlock_filtersBlock__listItem:not(:last-child) {
    margin-bottom: 8px;
  }

  .FiltersBlock_close {
    -webkit-transform: rotate(-90deg);
       -moz-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }

  .FiltersBlock_radioList {
    list-style: none;
    margin: 0 -4px;
    padding: 0;
    font-size: 0;
    line-height: 0;
  }
  .FiltersBlock_radioList__item {
    width: 50%;
    padding: 0 4px;
    display: inline-block;
    vertical-align: top;
  }

  .FiltersBlock_noData {
    text-align: center;
    display: block;
    padding: 10px 0;
  }

  .FiltersBlock_overflow {
    overflow: hidden;
  }

  .FiltersBlock_et__list {
    max-height: 352px;
    margin-bottom: 15px;
    display: -moz-box;
    display: flex;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
         flex-direction: column;
  }

  .FiltersBlock_button {
    font-weight: 800;
    font-size: 16px;
    line-height: 24px;
  }

  .FiltersBlock_range {
    margin-bottom: 16px;
  }
  .FiltersBlock_range__block {
    margin-bottom: 12px;
    display: -moz-box;
    display: flex;
    -moz-box-align: center;
         align-items: center;
  }
  .FiltersBlock_range__select{
    width: 38%;
  }
  .FiltersBlock_range__span {
    font-size: 16px;
    line-height: 20px;
    color: #252525;
    width: 12%;
    padding-left: 4px;
  }
  .FiltersBlock_range__toggle {
    height: 40px;
    padding: 10px 16px;
    font-size: 16px;
    line-height: 20px;
    color: #252525;
  }
  .FiltersBlock_range__toggle::after {
    content: "\e905";
    top: 10px;
    right: 16px;
    font-size: 12px;
    color: #818181;
    font-family: "icomoon" !important;
  }
/*  */

/* AlphabeticalPointer */
  .AlphabeticalPointer_alphabeticalPointer {
    margin: 0 0 16px;
  }
  .AlphabeticalPointer_alphabeticalPointer__toggle {
    color: #2E7790;
    text-decoration: underline;
    -webkit-text-decoration-style: dotted;
       -moz-text-decoration-style: dotted;
            text-decoration-style: dotted;
    border: none;
    padding: 0;
    background: none;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    margin: 0;
  }
  .AlphabeticalPointer_alphabeticalPointer__drop {
    list-style: none;
    padding: 10px 0 0;
    margin: 0;
    font-size: 0;
    line-height: 0;
  }
  .AlphabeticalPointer_alphabeticalPointer__item {
    display: inline-block;
    vertical-align: top;
  }
  .AlphabeticalPointer_alphabeticalPointer__button {
    margin: 0;
    background: none;
    border: none;
    font-size: 14px;
    line-height: 18px;
    padding: 4px;
    color: #2E7790;
  }
/* */

/* RadioButton */
  .RadioButton_radioButtonUrl {
    margin-bottom: 8px;
    border: 1px solid #bbb;
    border-radius: 2px;
    position: relative;
    min-width: 100px;
    padding: 4px 0px;
    cursor: pointer;
    display: -moz-box;
    display: flex;
    -moz-box-align: center;
         align-items: center;
    -moz-box-pack: center;
         justify-content: center;
  }
  .RadioButton_radioButtonUrl__label {
    font-size: 16px;
    line-height: 20px;
    color: #252525;
    cursor: pointer;
    display: block;
  }

  .RadioButton_radioButton {
    margin-bottom: 8px;
  }
  .RadioButton_radioButton__label {
    border: 1px solid #bbb;
    border-radius: 2px;
    position: relative;
    min-width: 100px;
    font-size: 16px;
    line-height: 20px;
    padding: 4px 0px;
    color: #252525;
    cursor: pointer;
    text-align: center;
    display: block;
  }

  .RadioButton_hrefLabel {
    color: #252525;
  }

  .RadioButton_input {
    position: absolute;
    opacity: 0;
    visibility: hidden;
  }

  .RadioButton_count {
    color: #818181;
    padding-left: 4px;
    font-size: 14px;
    line-height: 20px;
  }

  .RadioButton_checked {
    background: #2E7790;
    color: #fff;
  }
  .RadioButton_checked__count {
    color: #fff;
  }
  .RadioButton_checked .RadioButton_hrefLabel {
    color: #fff;
  }
/* */

/* FiltersSidebar */
  .FiltersSidebar_filtersSidebar {
    position: relative;
  }

  .FiltersSidebar_filtersSidebar__preloader {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.5);
    display: -moz-box;
    display: flex;
    -moz-box-align: center;
         align-items: center;
    -moz-box-pack: center;
         justify-content: center;
  }
  @media(max-width: 991px){
    .filter-cont{
      display: none;
    }
  }

  @media (max-width: 767px) {
    .FiltersSidebar_filtersSidebar__preloader {
      top: 100px;
    }
  }
/*  */

/* SubFilters */
  .SubFilters_title {
    display: block;
    background: #ededed;
    padding: 4px 10px;
    font-weight: 800;
    font-size: 16px;
    line-height: 24px;
    color: #818181;
    margin: 0 0 13px;
    text-transform: uppercase;
  }

  .SubFilters_list {
    margin: 0 0 11px;
    padding: 0;
    list-style: none;
  }

  .SubFilters_link {
    font-weight: 500;
    color: #2e7790;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    line-height: 20px;
  }
  .SubFilters_link:hover {
    text-decoration: underline;
  }
/* */

/* PopularDiameters */
  .PopularDiameters_popularDiam {
    text-align: center;
    margin-top: 16px;
    margin-bottom: 25px;
  }
  .PopularDiameters_popularDiam__title {
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    font-weight: 700;
    color: #252525;
    margin-bottom: 4px;
  }
  .PopularDiameters_popularDiam__link {
    font-weight: 800;
    font-size: 16px;
    line-height: 20px;
    color: #2e7790;
    margin: 0 4px;
    text-align: left;
    display: block;
  }
  .PopularDiameters_popularDiam__link:hover {
    text-decoration: underline;
  }
/* */

/* VendorCode */
  .VendorCode_vendorCode {
    display: inline-block;
    vertical-align: top;
    font-size: 13px;
    line-height: 20px;
    padding: 0 5px;
    background: rgba(234, 234, 234, 0.25);
    color: #3A3A3A;
    margin-bottom: 14px;
  }
  .VendorCode_vendorCode__code {
    font-weight: 700;
  }
/* */

/* ProductCardGrid */
  .ProductCardGrid_card {
    width: 245px;
    background: #ffffff;
    border: 6px solid #e9e9e9;
    position: relative;
    margin-top: 15px;
    padding: 17px 17px 15px 17px;
    text-align: center;
    margin-right: 13px;
    height: 550px;
  }
  .ProductCardGrid_card:nth-child(3n+3) {
    margin-right: 0;
  }
  .ProductCardGrid_card:hover {
    box-shadow: 0 4px 35px rgba(36, 36, 36, 0.25);
  }
  .ProductCardGrid_card:hover .ProductCardGrid_card_hidden {
    display: block;
  }
  .ProductCardGrid_card_hidden {
    display: none;
    position: absolute;
    top: 544px;
    width: 245px;
    min-height: 231px;
    padding: 0px 10px 13px;
    left: -6px;
    background: #e9e9e9;
    border: 6px solid #e9e9e9;
    border-top: none;
    box-shadow: 0 4px 25px rgba(36, 36, 36, 0.25);
    z-index: 2;
  }
  .ProductCardGrid_card_hidden::before {
    display: block;
    width: 100%;
    height: 10px;
    background: #000;
    display: block;
    width: 245px;
    height: 18px;
    background: #e9e9e9;
    content: "";
    top: -10px;
    left: -6px;
    position: absolute;
  }
  .ProductCardGrid_card_tabs {
    position: relative;
    display: -moz-box;
    display: flex;
    flex-wrap: wrap;
    min-height: 62px;
    -moz-box-align: start;
         align-items: flex-start;
  }
  .ProductCardGrid_card__tab {
    background: #e9e9e9;
    border: 1px solid #999999;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    border-radius: 5px;
    font-weight: 500;
    font-size: 12px;
    line-height: 12px;
    text-align: center;
    padding: 6px 0;
    color: #999999;
    width: 30px;
    margin-right: 5px;
    cursor: pointer;
    margin-bottom: 7px;
    text-transform: uppercase;
  }
  .ProductCardGrid_card__tabActive {
    color: #e9e9e9;
    background-color: #999999;
  }
  .ProductCardGrid_card_sizeBlock__greyBg {
    background: #e9e9e9;
    color: #999999;
  }
  .ProductCardGrid_card__grey {
    text-align: left;
    background: #e9e9e9;
    color: #999999;
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 0;
    font-weight: 400;
    margin-top: 11px;
  }
  .ProductCardGrid_card__greyValue {
    font-size: 15px;
    line-height: 22px;
    -webkit-text-decoration-line: underline;
       -moz-text-decoration-line: underline;
            text-decoration-line: underline;
    color: #999999;
    font-weight: 400;
  }
  .ProductCardGrid_card__size {
    font-size: 15px;
    line-height: 22px;
    color: #999999;
    text-align: left;
    display: block;
  }
  .ProductCardGrid_card_content {
    margin-top: 5px;
    width: 100%;
  }
  .ProductCardGrid_card_infoList__item {
    font-size: 15px;
    line-height: 22px;
    color: #999999;
    text-align: left;
    margin-bottom: 3px;
  }
  .ProductCardGrid_card_infoList__itemSpan {
    width: 86px;
    margin-right: 14px;
    display: inline-block;
  }
  .ProductCardGrid_card_imgBlock {
    position: relative;
    width: 195px;
    height: 195px;
    margin: auto;
  }
  .ProductCardGrid_card_imgBlock__img {
    max-width: 100%;
    object-fit: cover;
  }
  .ProductCardGrid_card__link {
    font-weight: 800;
    font-size: 14px;
    line-height: 16px;
    color: #252525;
    text-align: center;
    display: block;
    margin: 10px 0;
    height: 60px;
  }
  .ProductCardGrid_card__link span {
    display: block;
  }
  .ProductCardGrid_card__country {
    display: -moz-box;
    display: flex;
    -moz-box-align: center;
         align-items: center;
    -moz-box-pack: center;
         justify-content: center;
    margin-bottom: 5px;
    height: 14px;
  }
  .ProductCardGrid_card__country img {
    margin-right: 5px;
  }
  .ProductCardGrid_card__countryTitle {
    margin-bottom: 0;
    font-weight: 500;
    font-size: 14px;
    line-height: 14px;
    color: #252525;
  }
  .ProductCardGrid_card__rate {
    padding: 0 18px;
  }
  .ProductCardGrid_card__icons {
    margin: 7px 0 5px;
    height: 24px;
  }
  .ProductCardGrid_card__price {
    font-weight: 800;
    font-size: 20px;
    line-height: 20px;
    text-align: center;
    color: #252525;
    margin: 5px 0 9px;
  }
  .ProductCardGrid_card__availability {
    font-size: 11px;
    line-height: 13px;
    color: #252525;
    margin-top: 5px;
    margin-bottom: 9px;
    display: block;
    height: 13px;
  }
  .ProductCardGrid_card__widthBtn {
    width: 149px;
  }
  .ProductCardGrid_card__compare {
    text-align: left;
    margin-top: 9px;
    height: 15px;
  }
  .ProductCardGrid_card__emptyVendor {
    display: block;
    width: 100%;
    height: 30px;
    font-size: 13px;
    line-height: 16px;
    color: #444;
    font-weight: 700;
    text-transform: uppercase;
  }
  .ProductCardGrid_card__notify {
    height: 20px;
    margin: 5px 0 9px;
  }
/* */

/* ProductList */
  .ProductList_productList {
    margin: 0 0 15px;
    position: relative;
  }

  .ProductList_productsPreloader {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.5);
    z-index: 1;
    display: -moz-box;
    display: flex;
    -moz-box-align: center;
         align-items: center;
    -moz-box-pack: center;
         justify-content: center;
  }

  .ProductList_grid {
    display: -moz-box;
    display: flex;
    -moz-box-pack: start;
         justify-content: flex-start;
    flex-wrap: wrap;
    -moz-box-align: start;
         align-items: flex-start;
  }
/* */

/* Breadcrumbs */
  .Breadcrumbs_breadcrumbs {
    font-size: 0;
    line-height: 0;
    padding: 17px 0 35px;
    margin: 0;
    list-style: none;
  }
  @media (max-width: 767px) {
    .Breadcrumbs_breadcrumbs {
      padding: 17px 0;
    }
  }
  .Breadcrumbs_breadcrumbs__item {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
  }
  .Breadcrumbs_breadcrumbs__item:not(:last-child):after {
    content: ">";
    padding: 0 7px;
  }
  .Breadcrumbs_breadcrumbs__link {
    color: #2E7790;
  }
  .Breadcrumbs_breadcrumbs__link:hover {
    text-decoration: underline;
  }
/*  */

/* DiskiContent */
  .DiskiContent_rim {
    padding: 0 0 44px;
  }
  .DiskiContent_rim__title {
    font-weight: 900;
    font-size: 18px;
    line-height: 18px;
    text-align: center;
    color: #333333;
  }
  .DiskiContent_rim__form {
    display: -moz-box;
    display: flex;
    width: 340px;
    margin: 10px auto;
    -moz-box-align: center;
         align-items: center;
    -moz-box-pack: justify;
         justify-content: space-between;
    flex-wrap: wrap;
  }
  @media (max-width: 767px) {
    .DiskiContent_rim__form {
      width: 100%;
      padding: 0 10px;
    }
  }
  @media (max-width: 374px) {
    .DiskiContent_rim__form {
      width: 100%;
      -moz-box-orient: vertical;
      -moz-box-direction: normal;
           flex-direction: column;
      padding: 0 15px;
    }
  }
  .DiskiContent_rim__input {
    width: 160px;
    margin-bottom: 15px;
  }
  @media (max-width: 767px) {
    .DiskiContent_rim__input {
      width: 100%;
    }
  }
  .DiskiContent_rim__button {
    background: #d40000;
    font-weight: 900;
    font-size: 13px;
    line-height: 40px;
    text-align: center;
    color: #ffffff;
    width: 100%;
    border: none;
    outline: none;
  }
/* */

/* ProductHeaderSearch */
  .ProductHeaderSearch_drop {
    position: absolute;
    top: 130%;
    left: 0;
    width: 590px;
    padding: 16px;
    background: #ededed;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.45);
    z-index: 10;
    display: none;
  }
  @media (max-width: 767px) {
    .ProductHeaderSearch_drop {
      width: 320px;
      left: 50%;
      -webkit-transform: translateX(-50%);
         -moz-transform: translateX(-50%);
              transform: translateX(-50%);
    }
  }
  .ProductHeaderSearch_drop__title {
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    color: #252525;
    margin-bottom: 0;
  }
  .ProductHeaderSearch_drop__subtitle {
    font-size: 14px;
    line-height: 20px;
    color: #252525;
    margin-bottom: 4px;
  }

  .ProductHeaderSearch_searchBlock {
    margin-bottom: 20px;
  }
  @media (max-width: 767px) {
    .ProductHeaderSearch_searchBlock {
      margin-bottom: 0px;
    }
  }
  .ProductHeaderSearch_searchBlockBanner{
    width: 100%;
    background: #ededed url("../img/searchBannerCar.png") no-repeat;
    background-position: right bottom;
    border-radius: 2px;
    position: relative;
    text-align: center;
    padding-top: 40px;
  }
  @media (max-width: 767px) {
    .ProductHeaderSearch_searchBlockBanner{
      background: none;
      padding-top: 0px;
    }
  }
  .ProductHeaderSearch_searchBlockBanner__closeIcon {
    position: absolute;
    font-family: "icomoon" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    -webkit-font-feature-settings: normal;
       -moz-font-feature-settings: normal;
            font-feature-settings: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    font-size: 14px;
    border: none;
    background: none;
    color: #818181;
    right: 20px;
    top: 13px;
  }
  .ProductHeaderSearch_searchBlockBanner__closeIcon::before {
    content: "\e90a";
  }
  .ProductHeaderSearch_searchBlockBannerTooltip {
    display: -moz-box;
    display: flex;
    position: absolute;
    bottom: 8px;
    right: 16px;
    -moz-box-align: center;
         align-items: center;
  }
  .ProductHeaderSearch_searchBlockBannerTooltip__icon {
    margin-right: 2px;
    font-size: 16px;
    line-height: inherit;
    display: inline-block;
    vertical-align: top;
    color: #818181;
  }
  .ProductHeaderSearch_searchBlockBannerTooltip__text {
    font-size: 14px;
    line-height: 20px;
    color: #252525;
  }
  .ProductHeaderSearch_searchBlockBannerTooltip__text:hover {
    text-decoration: underline;
  }

  .ProductHeaderSearch_topButtons {
    display: -moz-box;
    display: flex;
    -moz-box-align: center;
         align-items: center;
    margin-bottom: 8px;
  }
  @media (max-width: 767px) {
    .ProductHeaderSearch_topButtons {
      -moz-box-pack: justify;
           justify-content: space-between;
      margin-bottom: 15px;
      position: relative;
    }
  }
  .ProductHeaderSearch_topButtons__tooltip {
    position: relative;
  }
  @media (max-width: 767px) {
    .ProductHeaderSearch_topButtons__tooltip {
      position: static;
    }
  }
  .ProductHeaderSearch_topButtons__link {
    font-size: 14px;
    line-height: 20px;
    color: #2e7790;
    font-weight: 700;
    display: -moz-box;
    display: flex;
    -moz-box-align: center;
         align-items: center;
    margin-right: 20px;
    background: none;
    border: none;
    outline: none;
  }
  @media (max-width: 767px) {
    .ProductHeaderSearch_topButtons__link {
      font-weight: 700;
      font-size: 11px;
      line-height: 12px;
      margin-right: 0px;
    }
  }
  @media (max-width: 767px) {
    .ProductHeaderSearch_topButtons__linkLeft {
      width: 40%;
    }
  }
  .ProductHeaderSearch_topButtons__calcIcon, .ProductHeaderSearch_topButtons__askIcon {
    font-family: "icomoon" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    -webkit-font-feature-settings: normal;
       -moz-font-feature-settings: normal;
            font-feature-settings: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    font-size: 20px;
    margin-right: 8px;
  }
  .ProductHeaderSearch_topButtons__calcIcon::before {
    content: "\e909";
  }
  .ProductHeaderSearch_topButtons__askIcon::before {
    content: "\e908";
  }

  .ProductHeaderSearch_icon-ask-small {
    margin-right: 5px;
  }

  .ProductHeaderSearch_headerSearchButton{
    display: -moz-box;
    display: flex;
    -moz-box-pack: center;
         justify-content: center;
    -moz-box-align: center;
         align-items: center;
    padding: 8px 16px;
    background: #ffffff;
    border-radius: 2px;
    font-weight: 800;
    font-size: 16px;
    line-height: 24px;
    color: #252525;
    border: none;
    outline: none;
    margin: 0 16px 0;
  }
  @media (max-width: 767px) {
    .ProductHeaderSearch_headerSearchButton{
      margin-bottom: 15px;
      background: #e9e9e9;
      border-radius: 2px;
      font-weight: 800;
      font-size: 12px;
      line-height: 15px;
      text-transform: uppercase;
      width: 100%;
      padding: 13px 0;
    }
  }

  .ProductHeaderSearch_show {
    display: block;
  }

  .ProductHeaderSearch_title {
    font-weight: 900;
    font-size: 30px;
    line-height: 32px;
    color: #252525;
  }
  @media (max-width: 767px) {
    .ProductHeaderSearch_title {
      font-weight: 600;
      font-size: 26px;
      line-height: 28px;
      margin-bottom: 5px;
    }
  }

  .ProductHeaderSearch-mobile{
    display: none;
  }

  @media(max-width: 991px){
    .ProductHeaderSearch-desc, .ProductHeaderSearch_searchBlockBannerTooltip, .DiskiContent_rim__title, .ProductHeaderSearch_searchBlockBanner__closeIcon{
      display: none;
    }

    .ProductHeaderSearch-mobile{
      display: block;
    }
  }
/* */

/* ShinyContent */
  .ShinyContent_shinyContent {
    padding-bottom: 88px;
    min-height: 160px;
  }
  @media (max-width: 767px) {
    .ShinyContent_shinyContent {
      min-height: auto;
      padding-bottom: 0;
    }
  }
  .ShinyContent_shinyContent__buttons {
    display: -moz-box;
    display: flex;
    -moz-box-pack: center;
         justify-content: center;
    -moz-box-align: center;
         align-items: center;
  }
  @media (max-width: 767px) {
    .ShinyContent_shinyContent__buttons {
      -moz-box-orient: vertical;
      -moz-box-direction: normal;
           flex-direction: column;
    }
  }
  .ShinyContent_shinyContent__title {
    font-weight: 800;
    font-size: 20px;
    line-height: 24px;
    color: #252525;
    margin-bottom: 32px;
    display: block;
  }
  .ShinyContent_shinyContent__cutedTire {
    position: absolute;
    left: 24px;
    bottom: 0;
  }
/* */

/* SortBar */
  .SortBar_sortBar {
    display: -moz-box;
    display: flex;
    width: 100%;
    background: #EDEDED;
    padding: 12px 16px;
    -moz-box-align: center;
         align-items: center;
    -moz-box-pack: justify;
         justify-content: space-between;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
  }
  .SortBar_sortBarLeft {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: -moz-box;
    display: flex;
    -moz-box-align: center;
         align-items: center;
  }
  @media (max-width: 767px) {
    .SortBar_sortBarLeft {
      -moz-box-orient: vertical;
      -moz-box-direction: normal;
           flex-direction: column;
      -moz-box-align: start;
           align-items: flex-start;
    }
  }
  .SortBar_sortBarLeft__title {
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    color: #252525;
    margin-right: 13px;
  }
  @media (max-width: 767px) {
    .SortBar_sortBarLeft__title {
      margin-bottom: 20px;
    }
  }
  .SortBar_sortBarLeft__checkbox {
    margin-left: 24px;
  }
  @media (max-width: 767px) {
    .SortBar_sortBarLeft__checkbox {
      margin-left: 1px;
      margin-top: 20px;
    }
  }

  .SortBar_layout {
    background: #fff;
    border: 1px solid #BBB;
    border-radius: 4px;
    padding: 4px;
    display: -moz-box;
    display: flex;
  }
  .SortBar_layout__item {
    width: 50%;
  }
  .SortBar_layout__btn {
    text-align: center;
    background: transparent;
    border: none;
    width: 32px;
    height: 32px;
    outline: none;
    border-radius: 4px;
    cursor: pointer;
    color: #818181;
  }
  .SortBar_layout__btn i {
    vertical-align: top;
    font-size: 16px;
    line-height: 32px;
  }

  .SortBar_active {
    color: #2e7790;
    background: #EDEDED;
  }

  .SortBar_mobile {
    padding: 0;
    display: none;
  }
  .SortBar_mobile__btn {
    display: -moz-box;
    display: flex;
    -moz-box-align: center;
         align-items: center;
    -moz-box-pack: center;
         justify-content: center;
    padding: 10px 0;
    width: 50%;
    border: none;
    font-weight: 700;
    font-size: 12px;
    line-height: 15px;
    text-transform: capitalize;
  }
  .SortBar_mobile__filters {
    background: #252525;
    color: #ffffff;
    border-top-left-radius: 4px;
  }
  .SortBar_mobile__sort {
    background: none;
    color: #252525;
    border-top-right-radius: 4px;
  }
  .SortBar_mobile__icon {
    margin-right: 15px;
  }

  @media(max-width: 991px){
    .SortBar_mobile{
      display: flex;
    }

    .SortBar_desc{
      display: none;
    }
  }
/* */

/* ShareSocials */
  .ShareSocials_shareSocials {
    margin: 0 -4px;
    padding: 0;
    list-style: none;
    font-size: 0;
    line-height: 0;
  }
  .ShareSocials_shareSocials__item {
    display: inline-block;
    vertical-align: top;
    padding: 0 4px;
  }
  .ShareSocials_shareSocials__item button {
    margin: 0;
    padding: 0;
    background: none;
    display: block;
  }
  .ShareSocials_shareSocials__item svg {
    width: 30px;
    height: 30px;
    fill: #a5a5a5;
  }
  .ShareSocials_shareSocials__btn {
    width: 30px;
    height: 30px;
    background-color: #a5a5a5;
    border-radius: 50%;
    padding: 6px;
  }

  .ShareSocials_facebook button:hover svg {
    fill: #4267b2;
  }

  .ShareSocials_twitter button:hover svg {
    fill: #1da1f2;
  }

  .ShareSocials_pinterest button:hover svg {
    fill: #e60023;
  }

  .ShareSocials_telegram button:hover svg {
    fill: #0088cc;
  }

  .ShareSocials_viber button:hover div {
    background-color: #665cac;
  }

  .ShareSocials_whatsapp button:hover div {
    background-color: #25d366;
  }
/* */

/* FilterByAutoBlock */
  .FilterByAutoBlock_title {
    font-weight: 600;
    font-size: 18px;
    line-height: 32px;
    color: #252525;
    margin-bottom: 10px;
  }

  .FilterByAutoBlock_filterBlock {
    background: #e9e9e9;
    padding: 10px 14px 10px 20px;
    margin-bottom: 20px;
  }
  .FilterByAutoBlock_filterBlock__btn {
    font-weight: 600;
    font-size: 11px;
    line-height: 13px;
    text-align: right;
    -webkit-text-decoration-line: underline;
       -moz-text-decoration-line: underline;
            text-decoration-line: underline;
    text-transform: uppercase;
    color: #2e7790;
    border: none;
    background: none;
    margin-left: auto;
    display: block;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    cursor: pointer;
  }
  .FilterByAutoBlock_filterBlock__selectWrapper {
    display: -moz-box;
    display: flex;
    margin: 10px 0;
  }
  .FilterByAutoBlock_filterBlock__select {
    width: 20%;
    margin-right: 1%;
  }
  .FilterByAutoBlock_filterBlock__disclaimer {
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    color: #252525;
  }
  .FilterByAutoBlock_filterBlock__disclaimer span {
    font-weight: 600;
    color: #d40000;
  }

  .FilterByAutoBlock_table {
    background: #e9e9e9;
    border: 1px solid #d2d2d2;
    margin-bottom: 20px;
  }
  .FilterByAutoBlock_table__head {
    display: -moz-box;
    display: flex;
    padding: 5px 0;
    -moz-box-align: center;
         align-items: center;
    border: 2px solid #d2d2d2;
  }
  .FilterByAutoBlock_table__title {
    font-weight: 600;
    font-size: 13px;
    line-height: 20px;
    text-align: center;
    color: #252525;
    width: 18%;
  }
  .FilterByAutoBlock_table__title:first-child {
    width: 10%;
  }
  .FilterByAutoBlock_table__titleRim {
    font-weight: 600;
    font-size: 13px;
    line-height: 20px;
    text-align: center;
    color: #252525;
    width: 10%;
  }
  .FilterByAutoBlock_table__titleRim:last-child, .FilterByAutoBlock_table__titleRim:nth-child(2) {
    width: 20%;
  }
  .FilterByAutoBlock_table__row {
    display: -moz-box;
    display: flex;
    border-bottom: 1px solid #d2d2d2;
  }
  .FilterByAutoBlock_table__row:last-child {
    border-bottom: none;
  }
  .FilterByAutoBlock_table__year {
    text-align: center;
    width: 10%;
    background: #fff;
    padding: 15px 0 10px;
  }
  .FilterByAutoBlock_table__yearLink {
    color: #2e7790;
    font-weight: 700;
    display: inline-block;
    margin: 0 0 5px;
    background: none;
    border: none;
    box-shadow: none;
  }
  .FilterByAutoBlock_table__rimDisclaimer {
    font-size: 13px;
    line-height: 16px;
    color: #252525;
    margin-bottom: 20px;
  }

  .FilterByAutoBlock_preloader {
    display: -moz-box;
    display: flex;
    -moz-box-align: center;
         align-items: center;
    -moz-box-pack: center;
         justify-content: center;
    height: 56px;
  }

  .FilterByAutoBlock_link:hover {
    text-decoration: underline;
  }

  @media(max-width: 992px){
    .FilterByAutoBlock_filterBlock__selectWrapper{
      flex-wrap: wrap;
      gap: 6px;
    }

    .FilterByAutoBlock_filterBlock__select{
      width: calc(50% - 3px);
      margin-right: 0;
    }
  }

  @media(max-width: 576px){
    .FilterByAutoBlock_filterBlock__select{
      width: 100%;
    }
  }

/* */

/* AutoBrandYears */
  .AutoBrandYears_years {
    display: -moz-box;
    display: flex;
    width: 100%;
    margin-top: 20px;
    flex-wrap: wrap;
    margin-bottom: 36px;
  }
  .AutoBrandYears_years__item {
    background: #a5a5a5;
    border-radius: 5px;
    font-weight: 700;
    font-size: 15px;
    line-height: 30px;
    text-align: center;
    color: #ffffff;
    width: 55px;
    border: none;
    margin: 0 10px 10px 0;
  }
  .AutoBrandYears_years__reset {
    background: #2e7790;
    padding: 0 8px;
    width: auto;
  }

  .AutoBrandYears_active {
    background: #2e7790;
  }

  .AutoBrandYears_preloader {
    display: -moz-box;
    display: flex;
    -moz-box-align: center;
         align-items: center;
    -moz-box-pack: center;
         justify-content: center;
    margin-bottom: 40px;
    height: 56px;
  }
/* */

/* AutoBrandModification */
  .AutoBrandModification_models {
    list-style: none;
    padding: 0;
    margin: 0 0 30px;
    -webkit-column-count: 4;
       -moz-column-count: 4;
            column-count: 4;
    grid-column-gap: 10px;
    grid-column-gap: 10px;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
    margin-bottom: 40px;
  }
  .AutoBrandModification_models__item:hover {
    color: #fff;
    background-color: #2e7790;
  }
  .AutoBrandModification_models__item:hover a,
  .AutoBrandModification_models__item:hover span,
  .AutoBrandModification_models__item:hover button {
    color: #fff;
  }
  .AutoBrandModification_models__model {
    font-weight: 700;
    color: #2e7790;
    font-size: 15px;
    line-height: 28px;
    padding: 0 10px;
    display: block;
    border: none;
    background: none;
    text-align: left;
  }
  .AutoBrandModification_models__modify {
    font-weight: 500;
    color: #252525;
  }
  .AutoBrandModification_models__year {
    font-size: 13px;
    font-weight: 500;
    color: #818181;
  }

  .AutoBrandModification_active {
    color: #fff;
    background-color: #2e7790;
    font-weight: 700;
    font-size: 15px;
    line-height: 28px;
    padding: 0 10px;
    display: block;
  }
  .AutoBrandModification_active a,
  .AutoBrandModification_active button,
  .AutoBrandModification_active span {
    color: #fff;
  }

  .AutoBrandModification_preloader {
    display: -moz-box;
    display: flex;
    -moz-box-align: center;
         align-items: center;
    -moz-box-pack: center;
         justify-content: center;
    margin-bottom: 40px;
    height: 56px;
  }
/*  */

/* ModificationSelect */
  .ModificationSelect_customSelect {
    min-width: 56px;
    position: relative;
  }
  .ModificationSelect_customSelect__label {
    position: absolute;
    z-index: 1;
    left: 15px;
    top: 8px;
    font-size: 12px;
    line-height: 12px;
    color: #666666;
    text-align: left;
  }
  .ModificationSelect_customSelect__toggle {
    border: 1px solid #bbbbbb;
    border-radius: 3px;
    line-height: 30px;
    font-size: 15px;
    font-weight: 500;
    color: #252525;
    margin: 0;
    padding: 20px 18px 0 15px;
    background: #fff;
    display: block;
    width: 100%;
    height: 55px;
    text-align: left;
    position: relative;
    min-width: 56px;
    overflow: hidden;
  }
  .ModificationSelect_customSelect__toggleDisabled {
    background: rgba(0, 0, 0, 0.08);
    cursor: default;
    pointer-events: none;
  }
  .ModificationSelect_customSelect__toggle:after {
    content: "\e914";
    position: absolute;
    top: 14px;
    right: 6px;
    font-family: "icomoon" !important;
  }
  .ModificationSelect_customSelect__toggle__sm {
    height: 40px;
    padding: 0px 14px 0 15px;
  }
  .ModificationSelect_customSelect__toggle__sm:after {
    content: "\e914";
    position: absolute;
    top: 10px;
    right: 6px;
    font-family: "icomoon" !important;
  }
  .ModificationSelect_customSelect__drop {
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    z-index: 2;
    display: none;
    width: 302px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.45);
  }
  .ModificationSelect_customSelect__list {
    padding: 0;
    margin: 0;
    list-style: none;
    max-height: 314px;
    overflow-y: scroll;
    padding-bottom: 5px;
  }
  .ModificationSelect_customSelect__list::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    background-color: #f1f1f1;
  }
  .ModificationSelect_customSelect__list::-webkit-scrollbar-thumb {
    background-color: #d6d6d6;
    border-radius: 8px;
  }
  .ModificationSelect_customSelect__list::-webkit-scrollbar-thumb:hover {
    background-color: #c2c2c2;
  }
  .ModificationSelect_customSelect__search {
    background: #f2f2f2;
    font-size: 13px;
    line-height: 30px;
    color: #aaaaaa;
    padding: 3px 15px;
    display: block;
    width: 100%;
    border: none;
  }
  .ModificationSelect_customSelect__btn {
    border: none;
    margin: 0;
    background: none;
    padding: 0px 15px;
    width: 100%;
    text-align: left;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    display: block;
  }
  .ModificationSelect_customSelect__btnSelected {
    -webkit-text-decoration-line: underline;
       -moz-text-decoration-line: underline;
            text-decoration-line: underline;
    color: #aaaaaa;
  }
  .ModificationSelect_customSelect__btn:hover {
    -webkit-text-decoration-line: underline;
       -moz-text-decoration-line: underline;
            text-decoration-line: underline;
    color: #aaaaaa;
  }

  .ModificationSelect_error {
    position: absolute;
    bottom: -13px;
    font-size: 10px;
    color: #d40000;
    line-height: 1;
    margin: 0;
  }

  .ModificationSelect_loading {
    pointer-events: none;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .ModificationSelect_open {
    display: block;
  }

  .ModificationSelect_range {
    font-size: 15px;
    line-height: 30px;
  }
/* */

/* SearchByBrand */
  .SearchByBrand_searchByBrand {
    margin-bottom: 27px;
  }
  .SearchByBrand_searchByBrand__title {
    font-weight: 900;
    font-size: 30px;
    line-height: 32px;
    color: #252525;
  }

  .SearchByBrand_header {
    display: -moz-box;
    display: flex;
    -moz-box-align: center;
         align-items: center;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    color: #252525;
    margin: 0 0 20px;
    flex-wrap: wrap;
  }
  .SearchByBrand_header__picture {
    max-height: 30px;
    margin-right: 10px;
  }
  .SearchByBrand_header__img {
    display: block;
    max-height: 30px;
    max-width: 200px;
  }
  .SearchByBrand_header__link {
    font-weight: 500;
    color: #2e7790;
    display: inline-block;
    margin: 0 5px;
  }
  @media (max-width: 767px) {
    .SearchByBrand_header__links{
      margin-top: 10px;
    }
  }
  .SearchByBrand_header__rates {
    margin-bottom: 1px;
  }
  .SearchByBrand_header__rates svg {
    width: 18px;
    height: 18px;
  }

  .SearchByBrand_nav {
    display: -moz-box;
    display: flex;
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    color: #252525;
    margin: 0 0 14px;
  }
  @media (max-width: 767px) {
    .SearchByBrand_nav {
      -moz-box-orient: vertical;
      -moz-box-direction: normal;
           flex-direction: column;
    }
  }
  .SearchByBrand_nav__list {
    list-style: none;
    padding: 0 0 0 5px;
    display: -moz-box;
    display: flex;
    margin: 0;
  }
  @media (max-width: 767px) {
    .SearchByBrand_nav__list {
      padding: 0;
      margin-top: 5px;
    }
  }
  .SearchByBrand_nav__item {
    position: relative;
    cursor: pointer;
    font-weight: 500;
    color: #2e7790;
    margin: 0 9px;
  }
  @media (max-width: 767px) {
    .SearchByBrand_nav__item {
      margin-left: 0;
    }
  }

  .SearchByBrand_active {
    font-weight: 800;
  }
  .SearchByBrand_active:before {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 9px;
    right: 9px;
    height: 1px;
    background: #e9e9e9;
  }

  .SearchByBrand_brands {
    background: #f2f2f2;
    border: 1px solid #e9e9e9;
    position: relative;
  }
  .SearchByBrand_brands__more {
    font-size: 18px;
    line-height: 40px;
    font-weight: 800;
    width: 100%;
    color: #444;
    background: #c9c9c9;
    padding: 0 20px;
    margin: 0;
    margin-top: 20px;
    text-align: center;
    border: none;
  }
  .SearchByBrand_brands__more:hover {
    background: #b7b7b7;
  }

  .SearchByBrand_brandsList {
    list-style: none;
    padding: 10px;
    -webkit-column-count: 4;
       -moz-column-count: 4;
            column-count: 4;
    grid-column-gap: 10px;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
  }
  @media (max-width: 767px) {
    .SearchByBrand_brandsList {
      -webkit-column-count: 2;
         -moz-column-count: 2;
              column-count: 2;
    }
  }
  .SearchByBrand_brandsList__url {
    font-size: 15px;
    line-height: 28px;
    color: #252525;
  }
  .SearchByBrand_brandsList__url:hover {
    text-decoration: underline;
  }
  .SearchByBrand_brandsList__brand {
    font-weight: 700;
    color: #2e7790;
  }

  .SearchByBrand_hide {
    display: none;
  }

  .SearchByBrand_loader {
    display: -moz-box;
    display: flex;
    -moz-box-pack: center;
         justify-content: center;
    -moz-box-align: center;
         align-items: center;
    padding: 20px 0;
  }
/* */

/* CitySelect */
  .CitySelect_customSelect {
    min-width: 56px;
    position: relative;
  }
  .CitySelect_customSelect__toggle {
    border: 1px solid #bbbbbb;
    border-radius: 2px;
    line-height: 38px;
    font-size: 14px;
    font-weight: 500;
    color: #252525;
    margin: 0;
    padding: 0 18px 0 15px;
    background: #fff;
    display: block;
    width: auto;
    text-align: left;
    position: relative;
    min-width: 56px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
  .CitySelect_customSelect__toggle:after {
    content: "\e914";
    position: absolute;
    font-family: "icomoon" !important;
    background: #d0d0d0;
    width: 40px;
    top: 0;
    right: 0;
    text-align: center;
  }
  .CitySelect_customSelect__drop {
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    z-index: 2;
    display: none;
    width: 100%;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.45);
    max-height: 240px;
    overflow-y: auto;
  }
  .CitySelect_customSelect__list {
    padding: 0;
    margin: 0;
    list-style: none;
  }
  .CitySelect_customSelect__item:not(:last-child) {
    border-bottom: 1px solid #EDEDED;
  }
  .CitySelect_customSelect__btn {
    border: none;
    margin: 0;
    background: none;
    padding: 5px 15px;
    width: 100%;
    text-align: left;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    display: block;
    word-wrap: break-word;
  }
  .CitySelect_customSelect__btn:hover {
    background: #2E7790;
    color: #fff;
  }
  .CitySelect_customSelect__active {
    -webkit-text-decoration-line: underline;
       -moz-text-decoration-line: underline;
            text-decoration-line: underline;
    color: #aaaaaa;
  }

  .CitySelect_open {
    display: block;
  }

  .CitySelect_sm .CitySelect_customSelect__toggle {
    font-size: 12px;
    line-height: 28px;
    padding: 0 30px 0 7px;
  }
  .CitySelect_sm .CitySelect_customSelect__btn {
    font-size: 12px;
  }

  .CitySelect_block .CitySelect_customSelect__toggle {
    width: 100%;
  }
/* */

/* SearchByCity */
  .SearchByCity_city {
    margin-bottom: 24px;
  }
  .SearchByCity_city__title{
    font-weight: 900;
    font-size: 30px;
    line-height: 32px;
    text-transform: uppercase;
    color: #14190d;
    margin-bottom: 22px;
  }
  .SearchByCity_city__choose {
    display: -moz-box;
    display: flex;
    -moz-box-align: center;
         align-items: center;
    margin-bottom: 15px;
  }
  .SearchByCity_city__text {
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #252525;
    margin-bottom: 0;
    margin-right: 10px;
  }
  .SearchByCity_city__subtitle {
    font-size: 13px;
    line-height: 16px;
    color: #252525;
  }
  .SearchByCity_city__item {
    font-weight: 500;
    font-size: 15px;
    line-height: 28px;
    color: #252525;
  }
  @media (max-width: 767px) {
    .SearchByCity_city__item {
      font-size: 14px;
    }
  }

  .SearchByCity_tablist {
    display: -moz-box;
    display: flex;
    padding: 0;
    list-style: none;
    -moz-box-align: center;
         align-items: center;
    -moz-box-pack: justify;
         justify-content: space-between;
  }
  @media (max-width: 767px) {
    .SearchByCity_tablist {
      -moz-box-orient: vertical;
      -moz-box-direction: normal;
           flex-direction: column;
    }
  }

  .SearchByCity_tab {
    background: #d0d0d0;
    font-weight: 800;
    font-size: 18px;
    line-height: 22px;
    color: #484848;
    padding: 9px 0;
    text-align: center;
    width: -moz-calc(25% - 4px);
    width: calc(25% - 4px);
    cursor: pointer;
  }
  @media (max-width: 767px) {
    .SearchByCity_tab {
      width: 100%;
      margin-bottom: 4px;
    }
    .SearchByCity_tab:last-child {
      margin-bottom: 0;
    }
  }
  .SearchByCity_tab__active {
    background: #2e7790;
    color: #ffffff;
    position: relative;
  }
  .SearchByCity_tab__active:after {
    position: absolute;
    bottom: -8px;
    width: 18px;
    height: 18px;
    content: "";
    left: -moz-calc(50% - 8px);
    left: calc(50% - 8px);
    background: #2e7790;
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
            transform: rotate(45deg);
    z-index: 1;
  }
  @media (max-width: 767px) {
    .SearchByCity_tab__active:after {
      background: none;
      z-index: 0;
    }
  }

  .SearchByCity_tabpanel {
    background: #f2f2f2;
    padding: 20px 15px;
    display: none;
    min-height: 180px;
    margin-bottom: 10px;
    position: relative;
  }
  .SearchByCity_tabpanel__active {
    display: block;
  }

  .SearchByCity_preloader {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
/* */

/* RatingOnPage */
  .RatingOnPage_ratingOnPage {
    color: #818181;
    margin: 0 0 24px;
  }
  .RatingOnPage_ratingOnPage__title {
    display: block;
    font-size: 16px;
    line-height: 20px;
    font-weight: 800;
  }
  .RatingOnPage_ratingOnPage_content {
    display: -moz-box;
    display: flex;
    -moz-box-align: center;
         align-items: center;
    margin-bottom: 1px;
  }
  .RatingOnPage_ratingOnPage__sep {
    padding: 0 3px;
    font-size: 10px;
    color: #252525;
    font-weight: 500;
  }

  .RatingOnPage_rates {
    display: -moz-box;
    display: flex;
    -moz-box-align: center;
         align-items: center;
    line-height: 20px;
    font-size: 12px;
    font-weight: 500;
  }
  .RatingOnPage_rates__list {
    margin-bottom: 1px;
  }
  .RatingOnPage_rates__count {
    color: #818181;
    margin-left: 4px;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
  }
  .RatingOnPage_rates__count__all {
    margin-left: 15px;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
  }
  .RatingOnPage_rates__count_black {
    color: #252525;
  }
  .RatingOnPage_rates svg {
    width: 15px;
    height: 14px;
  }

  .RatingOnPage_sm svg {
    width: 16px !important;
    height: 16px !important;
  }
  .RatingOnPage_sm .RatingOnPage_rates {
    font-size: 13px;
  }

  .RatingOnPage_md .RatingOnPage_ratingAndReviews__sep {
    font-size: 12px;
  }
  .RatingOnPage_md svg {
    width: 18px !important;
    height: 18px !important;
  }
  .RatingOnPage_md .RatingOnPage_reviewsWidget {
    font-size: 13px;
  }
  .RatingOnPage_md .RatingOnPage_rates {
    font-size: 13px;
  }
  .RatingOnPage_md .RatingOnPage_rates__count {
    margin-left: 2px;
  }
/* */

/* ParamListBlock */
  .ParamListBlock_paramBlock {
    background: #ededed;
  }
  .ParamListBlock_paramBlock__title {
    padding: 14px 10px 8px;
    cursor: pointer;
    font-weight: 800;
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    color: #1a4c7a;
    border: 0;
  }
  @media (max-width: 767px) {
    .ParamListBlock_paramBlock__title {
      font-size: 12px;
      line-height: 18px;
      font-weight: 800;
      text-align: center;
    }
  }
  .ParamListBlock_paramBlock__list {
    position: relative;
    display: -moz-box;
    display: flex;
    width: 100%;
    border-bottom: 1px solid #bbbbbb;
  }
  @media (max-width: 767px) {
    .ParamListBlock_paramBlock__list {
      overflow-x: auto;
    }
  }
  .ParamListBlock_paramBlock__links {
    padding: 16px 24px;
    -webkit-columns: 5;
       -moz-columns: 5;
            columns: 5;
  }
  @media (max-width: 767px) {
    .ParamListBlock_paramBlock__links {
      -webkit-columns: 2;
         -moz-columns: 2;
              columns: 2;
    }
  }
  .ParamListBlock_paramBlock__link {
    text-align: left;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    color: #1a4c7a;
    margin-bottom: 8px;
    display: block;
  }
  .ParamListBlock_paramBlock__link:hover {
    text-decoration: underline;
  }

  .ParamListBlock_paramBlock__title.active {
    color: #444444;
  }

  .ParamListBlock_tabPanel {
    display: none;
  }
  .ParamListBlock_tabPanelSelected {
    display: block;
  }
/* */

/* TopSeoLinksCategory */
  .TopSeoLinksCategory_topSeoLinksCategory {
    margin-bottom: 24px;
  }
  .TopSeoLinksCategory_topSeoLinksCategory_title {
    font-weight: 800;
    font-size: 22px;
    line-height: 24px;
    color: #444444;
    margin-top: 24px;
    margin-bottom: 8px;
  }
  .TopSeoLinksCategory_topSeoLinksCategory_subtitle {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #444444;
    margin-bottom: 8px;
    margin-top: 8px;
  }
  .TopSeoLinksCategory_topSeoLinksCategory_link {
    color: #1a4c7a;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    margin-right: 8px;
  }
  .TopSeoLinksCategory_topSeoLinksCategory_flex {
    display: -moz-box;
    display: flex;
    flex-wrap: wrap;
  }
  .TopSeoLinksCategory_topSeoLinksCategory_link::first-letter {
    color: #444444;
    font-size: 18px;
  }
/* */

/* Banner */
  .Banner_banner {
    background: #eaeaea;
  }
  .Banner_banner__row {
    min-height: 85px;
    -moz-box-align: center;
         align-items: center;
    padding-top: 8px;
    padding-bottom: 8px;
  }
  @media (max-width: 767px) {
    .Banner_banner__row {
      -moz-box-orient: vertical;
      -moz-box-direction: normal;
           flex-direction: column;
      padding-top: 18px;
      padding-bottom: 24px;
    }
  }
  @media (max-width: 767px) {
    .Banner_banner__left {
      margin-bottom: 14px;
    }
  }
  @media (max-width: 767px) {
    .Banner_banner__right {
      width: 100%;
    }
  }
/* */

/* MessagesUnderMenu */
  .MessagesUnderMenu_banner__icon {
    margin-right: 13px;
  }
  .MessagesUnderMenu_banner__content {
    color: #252525;
  }
  .MessagesUnderMenu_banner__title {
    display: block;
    font-size: 18px;
    line-height: 22px;
    margin: 0 0 4px;
  }
  @media (max-width: 767px) {
    .MessagesUnderMenu_banner__title {
      font-weight: 500;
      font-size: 16px;
      line-height: 16px;
      margin: 0 0 10px;
    }
  }
  .MessagesUnderMenu_banner__text {
    display: block;
    font-size: 12px;
    line-height: 16px;
  }
  @media (max-width: 767px) {
    .MessagesUnderMenu_banner__text {
      font-weight: 300;
      font-size: 10px;
      line-height: 10px;
      color: #252525;
    }
  }

  .MessagesUnderMenu_founded {
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    color: #252525;
  }
  .MessagesUnderMenu_founded__count {
    font-weight: 500;
  }
  @media (max-width: 767px) {
    .MessagesUnderMenu_founded {
      font-weight: 300;
      font-size: 12px;
      line-height: 12px;
      color: #252525;
    }
  }

  .MessagesUnderMenu_specify {
    font-size: 16px;
    line-height: 14px;
    color: #252525;
    font-weight: 400;
    letter-spacing: -0.5px;
  }
  @media (max-width: 767px) {
    .MessagesUnderMenu_specify {
      font-size: 12px;
      line-height: 12px;
    }
  }

  .MessagesUnderMenu_deleteCarBtn {
    display: inline-block;
    padding: 0 56px 0 0;
    margin: 0;
    background: none;
    border: none;
    box-shadow: none;
    border-radius: 0;
    position: relative;
  }
  .MessagesUnderMenu_deleteCarBtn:hover {
    opacity: 0.7;
  }
  .MessagesUnderMenu_deleteCarBtn__img {
    vertical-align: top;
    display: inline-block;
  }
  .MessagesUnderMenu_deleteCarBtn__icon {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -16px;
    font-size: 0;
    line-height: 0;
  }

  .MessagesUnderMenu_name {
    color: #252525;
    font-weight: 500;
  }

  .MessagesUnderMenu_openSearchBtn {
    color: #2e7790;
    padding: 0;
    margin: 0;
    border: none;
    box-shadow: none;
    background: none;
    font-weight: 500;
  }
  .MessagesUnderMenu_openSearchBtn:hover {
    text-decoration: underline;
  }

  @media (max-width: 767px) {
    .MessagesUnderMenu_button {
      font-weight: 800;
      font-size: 14px;
      line-height: 16px;
    }
  }
/* */

/* LeftPopupMenu */
  .LeftPopupMenu_menu {
    padding: 20px;
  }
  @media (max-width: 991px) {
    .LeftPopupMenu_menu {
      position: fixed;
      top: 0;
      bottom: 0;
      left: -300px;
      width: 300px;
      -webkit-transition: left ease 0.3s;
      -moz-transition: left ease 0.3s;
      transition: left ease 0.3s;
      background: #fff;
      display: -moz-box;
      display: flex;
      -moz-box-orient: vertical;
      -moz-box-direction: normal;
           flex-direction: column;
      overflow-y: auto;
      overflow-x: hidden;
      z-index: 10;
    }
  }
  @media (max-width: 374px) {
    .LeftPopupMenu_menu {
      width: 280px;
    }
  }

  @media (max-width: 991px) {
    .LeftPopupMenu_menu_open.LeftPopupMenu_menu {
      left: 0;
    }
  }

  .LeftPopupMenu_fader {
    display: none;
  }
  @media (max-width: 991px) {
    .LeftPopupMenu_fader {
      position: fixed;
      top: 0;
      bottom: 0;
      right: 0;
      left: 0;
      -webkit-transition: left ease 0.3s, visibility ease 0.3s, opacity ease 0.3s;
      -moz-transition: left ease 0.3s, visibility ease 0.3s, opacity ease 0.3s;
      transition: left ease 0.3s, visibility ease 0.3s, opacity ease 0.3s;
      display: block;
      background: rgba(0, 0, 0, 0.5);
      z-index: 9;
      opacity: 0;
      visibility: hidden;
    }
    .LeftPopupMenu_fader:before {
      font-family: "icomoon" !important;
      content: "\e90a";
      color: #fff;
      position: absolute;
      left: 10px;
      top: 10px;
      font-size: 24px;
      line-height: 24px;
    }
  }

  @media (max-width: 991px) {
    .LeftPopupMenu_fader.LeftPopupMenu_active {
      left: 300px;
      opacity: 1;
      visibility: visible;
    }
  }
  @media (max-width: 374px) {
    .LeftPopupMenu_fader.LeftPopupMenu_active {
      left: 280px;
    }
  }
/* */

/* ProductLogo */
  .ProductLogo_productLogo {
    height: 65px;
    position: relative;
  }
  .ProductLogo_productLogo__img {
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .ProductLogo_productLogo__link {
    max-width: 100%;
    max-height: 100%;
  }
/* */

/* TabNav*/
  .TabNav_tabNav {
    display: -moz-box;
    display: flex;
    margin: -8px 0 11px;
    padding: 0;
    list-style: none;
    border-bottom: 1px solid #444444;
  }
  .TabNav_tabNav__item {
    background: none;
    margin: 0;
    border: none;
    padding: 9px 10px;
    color: #252525;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    position: relative;
  }

  .TabNav_active:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: #D40000;
  }
/* */

/* Details_details */
  .Details_details__title {
    font-size: 30px;
    line-height: 32px;
    margin: 0 0 8px;
    font-weight: 900;
    color: #252525;
  }
  .Details_details__top {
    margin-bottom: 11px;
  }
  .Details_details__head {
    margin-bottom: 28px;
  }
  .Details_details__drop {
    padding: 4px 0 15px;
  }
  .Details_details__subTitle {
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    color: #252525;
    display: block;
    margin: 0 0 7px;
  }

  .Details_shortDescription {
    padding-top: 10px;
    padding-bottom: 28px;
  }
  .Details_shortDescription__buttons {
    padding-top: 17px;
    -moz-box-flex: 1;
         flex: 1 1;
    width: 100%;
    padding-bottom: 17px;
  }
  .Details_shortDescription__buttonsItem {
    padding-bottom: 10px;
  }

  .Details_btnCompare {
    font-size: 18px;
    padding: 16px 18px;
  }

  .Details_links {
    padding: 0;
    margin: 0 0 8px;
    list-style: none;
  }
  .Details_links__item {
    margin-bottom: 9px;
    font-size: 12px;
    line-height: 14px;
    font-weight: 800;
    text-transform: uppercase;
  }
  .Details_links__link {
    color: #2e7790;
  }
  .Details_links__link:after {
    content: ">";
    color: #d40000;
    padding-left: 9px;
  }

  .Details_advantages {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -moz-box;
    display: flex;
    -moz-box-pack: justify;
         justify-content: space-between;
    margin: 0 -5px;
    flex-direction: row;
  }
  .Details_advantages__item {
    padding: 0 5px;
    text-align: center;
  }
  .Details_advantages__icon {
    color: #2e7790;
    display: block;
    font-size: 26px;
    line-height: 36px;
    margin: 0 0 3px;
  }
  .Details_advantages__text {
    color: #000;
    font-size: 14px;
    line-height: 18px;
    display: block;
  }

  .Details_icon-delivery {
    font-size: 32px;
  }

  .Details_icon-cards {
    font-size: 26px;
  }

  .Details_icon-guarantee {
    font-size: 24px;
  }

  .Details_icon-reload__PTw8Z {
    font-size: 26px;
  }

  .Details_icon-percent__7EjcR {
    font-size: 22px;
  }

  .Details_outOfStock {
    margin-top: 60px;
  }

  @media screen and (max-width: 576px) {
    .Details_advantages {
      flex-wrap: wrap;
      grid-gap: 10px 0;
      gap: 10px 0;
    }
    .Details_advantages__item {
      -moz-box-flex: 0;
           flex: 0 0 33.3333333333%;
      max-width: 33.3333333333%;
    }
  }
/* */

/* CharacteristicTab */
  .CharacteristicTab_characs {
    margin-top: 20px;
    display: -moz-box;
    display: flex;
    -moz-box-pack: justify;
         justify-content: space-between;
  }
  @media (max-width: 767px) {
    .CharacteristicTab_characs {
      -moz-box-orient: vertical;
      -moz-box-direction: normal;
           flex-direction: column;
    }
  }
  @media (max-width: 767px) {
    .CharacteristicTab_characs .CharacteristicTab_infolist {
      margin-bottom: 20px;
    }
  }
  .CharacteristicTab_characs__text {
    width: 390px;
    height: 374px;
    padding: 30px;
    background: #e9e9e9;
    position: relative;
  }
  @media (max-width: 767px) {
    .CharacteristicTab_characs__text {
      width: 100%;
      height: auto;
    }
  }
  .CharacteristicTab_characs__text::before {
    content: "";
    background: url("../img/attention.svg") no-repeat center;
    width: 28px;
    height: 28px;
    position: absolute;
    right: 10px;
    bottom: 10px;
    color: #fff;
    font-size: 12px;
  }
  .CharacteristicTab_characs__text p {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #252525;
  }

  .CharacteristicTab_table {
    width: 450px;
  }
  @media (max-width: 767px) {
    .CharacteristicTab_table {
      width: 100%;
    }
  }
  .CharacteristicTab_table__item {
    display: -moz-box;
    display: flex;
    -moz-box-align: center;
         align-items: center;
    text-align: left;
    width: 100%;
    background-color: #fff;
    padding: 5px 14px;
    position: relative;
  }
  .CharacteristicTab_table__item:nth-child(odd) {
    background: #e9e9e9;
  }
  .CharacteristicTab_table__itemLast {
    background: #e9e9e9;
  }
  .CharacteristicTab_table__title {
    font-size: 12px;
    line-height: 22px;
    font-weight: 400;
    width: 50%;
    text-transform: uppercase;
    color: #252525;
  }
  .CharacteristicTab_table__imgCountry {
    width: 22px;
    height: 15px;
    margin-right: 5px;
    vertical-align: middle;
  }
  .CharacteristicTab_table__subtitle {
    font-size: 14px;
    line-height: 22px;
    margin: 0;
    font-weight: 600;
    width: 50%;
    color: #252525;
  }
  .CharacteristicTab_table__subtitle a {
    color: #2e7790;
  }
  .CharacteristicTab_table__linkUnderline {
    text-decoration: underline;
    padding: 0;
    border: none;
    background: none;
    color: #2e7790;
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
  }
  .CharacteristicTab_table__linkLast {
    display: block;
    font-weight: 700;
    font-size: 12px;
    line-height: 12px;
    text-transform: uppercase;
    color: #2e7790;
    margin-bottom: 10px;
  }
  .CharacteristicTab_table__disclaimer {
    font-weight: 500;
    margin-top: 12px;
    font-size: 12px;
    line-height: 14px;
    color: #252525;
  }

  .CharacteristicTab_tech {
    width: 450px;
  }
  @media (max-width: 767px) {
    .CharacteristicTab_tech {
      width: 100%;
    }
  }
  .CharacteristicTab_tech__title {
    background: #e9e9e9;
    padding: 6px 14px;
    text-align: center;
    font-weight: 600;
    font-size: 13px;
    line-height: 22px;
    text-transform: uppercase;
    color: #252525;
  }
  .CharacteristicTab_tech__item {
    display: -moz-box;
    display: flex;
    -moz-box-align: center;
         align-items: center;
    text-align: left;
    width: 100%;
    background-color: #fff;
    padding: 6px 14px;
    position: relative;
  }
  .CharacteristicTab_tech__item:nth-child(even) {
    background: #e9e9e9;
  }
  .CharacteristicTab_tech__itemTitle {
    font-size: 12px;
    line-height: 22px;
    font-weight: 400;
    width: 50%;
    text-transform: uppercase;
    color: #252525;
    text-decoration: underline;
  }
  .CharacteristicTab_tech__itemTitle_u {
    text-decoration: none;
  }
  .CharacteristicTab_tech__itemSubtitle {
    font-size: 14px;
    line-height: 22px;
    margin: 0;
    font-weight: 600;
    width: 45%;
    color: #252525;
    position: relative;
  }
  .CharacteristicTab_tech__itemSubtitle_img {
    position: absolute;
    width: 33px;
    height: 30px;
    content: "";
    top: -15px;
    object-fit: cover;
  }
  .CharacteristicTab_tech__itemSubtitle a {
    color: #2e7790;
  }
  .CharacteristicTab_tech__itemSubtitle__marks {
    display: -moz-box;
    display: flex;
    -moz-box-align: center;
         align-items: center;
    width: 160px;
    padding: 5px 10px;
    border: 1px solid #c7c7c7;
    border-radius: 5px;
    height: 25px;
    -moz-box-pack: justify;
         justify-content: space-between;
  }
  .CharacteristicTab_tech__itemSubtitle__marks_mark {
    font-weight: 500;
    font-size: 12px;
    line-height: 12px;
    color: #252525;
    display: -moz-box;
    display: flex;
    -moz-box-align: center;
         align-items: center;
    -moz-box-pack: justify;
         justify-content: space-between;
    border-right: 1px solid #252525;
    padding-right: 8px;
  }
  .CharacteristicTab_tech__itemSubtitle__marks_mark:last-child {
    border-right: 1px solid transparent;
    padding-right: 0;
  }
  .CharacteristicTab_tech__itemSubtitle__marks_mark img {
    width: 20px;
    height: 20px;
    object-fit: cover;
  }

  .CharacteristicTab_tooltip {
    width: 5%;
    text-align: center;
    cursor: pointer;
    position: absolute;
    right: 10px;
  }
  .CharacteristicTab_tooltip__img {
    z-index: -1;
    vertical-align: middle;
  }
/* */

/* DescriptionTab */
  .DescriptionTab_descriptionTab {
    margin-top: 24px;
    overflow: hidden;
  }
  @media (max-width: 767px) {
    .DescriptionTab_descriptionTab {
      display: -moz-box;
      display: flex;
      -moz-box-orient: vertical;
      -moz-box-direction: normal;
           flex-direction: column;
    }
  }
  .DescriptionTab_descriptionTab p {
    font-size: 15px;
    line-height: 22px;
    font-weight: 400;
    color: #252525;
  }
  .DescriptionTab_descriptionTab p a {
    color: #2e7790;
  }

  .DescriptionTab_link {
    display: block;
    width: 100%;
    font-size: 12px;
    line-height: 28px;
    background-color: #fff;
    color: #2e7790;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
  }
  .DescriptionTab_link:hover {
    background: #2e7790;
    color: #fff;
  }

  .DescriptionTab_imageBlock {
    width: 227px;
    height: 378px;
    padding: 18px;
    background: #f2f2f2;
    margin: 0 0 30px 30px;
    float: right;
  }
  @media (max-width: 767px) {
    .DescriptionTab_imageBlock {
      -moz-box-ordinal-group: 2;
           order: 1;
      width: 100%;
      height: auto;
      float: none;
      margin: 15px 0 0;
    }
  }
  .DescriptionTab_imageBlock img {
    display: block;
    width: 100%;
  }
/* */

/* AllModelsSizesTab*/
  .AllModelsSizesTab_allClassesWrap {
    margin-top: 24px;
    height: 405px;
    overflow-y: scroll;
  }
  .AllModelsSizesTab_allClassesWrap h4 {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #252525;
    margin-bottom: 0;
  }
  .AllModelsSizesTab_allClassesWrap p {
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    color: #252525;
    margin-bottom: 12px;
  }
  .AllModelsSizesTab_allClassesWrap .AllModelsSizesTab_size {
    font-weight: 600;
    font-size: 16px;
    line-height: 18px;
    color: #252525;
    margin-bottom: 10px;
    margin-top: 20px;
    text-transform: uppercase;
  }

  .AllModelsSizesTab_chosenSize__disclaimer span {
    background-color: #ff0000;
    width: 7px;
    height: 7px;
    display: inline-block;
    border-radius: 50%;
    line-height: 20px;
    margin-left: 3px;
  }
  .AllModelsSizesTab_chosenSize__size {
    text-transform: uppercase;
  }

  .AllModelsSizesTab_currentModel {
    color: #444 !important;
  }

  .AllModelsSizesTab_fitModel__DJ0ch {
    position: relative;
  }
  .AllModelsSizesTab_fitModel__DJ0ch::after {
    position: absolute;
    content: "";
    width: 7px;
    height: 7px;
    top: 10;
    right: 10px;
    bottom: 10px;
    background: #ff0000;
    border-radius: 50%;
  }

  .AllModelsSizesTab_preloader__4Z9al {
    display: -moz-box;
    display: flex;
    -moz-box-align: center;
         align-items: center;
    -moz-box-pack: center;
         justify-content: center;
    padding: 20px 0;
  }

  @media (max-width: 767px) {
    .AllModelsSizesTab_diameterPoint {
      margin-bottom: 15px;
    }
  }

  .AllModelsSizesTab_sizesList {
    width: 100%;
    display: -moz-box;
    display: flex;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
         flex-direction: column;
    max-height: 108px;
    flex-wrap: wrap;
    align-content: flex-start;
  }
  @media (max-width: 767px) {
    .AllModelsSizesTab_sizesList {
      -moz-box-orient: horizontal;
      -moz-box-direction: normal;
           flex-direction: row;
      max-height: 100%;
      -moz-box-pack: justify;
           justify-content: space-between;
    }
  }
  .AllModelsSizesTab_sizesList__item {
    width: 220px;
    text-transform: uppercase;
    margin-right: 35px;
    padding: 5px 8px;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
  }
  .AllModelsSizesTab_sizesList__item span {
    font-size: 15px;
    line-height: 16px;
    font-weight: 700;
  }
  .AllModelsSizesTab_sizesList__item a {
    color: #2e7790;
  }
  .AllModelsSizesTab_sizesList__item:nth-child(odd) {
    background-color: #e9e9e9;
  }
  @media (max-width: 767px) {
    .AllModelsSizesTab_sizesList__item {
      width: 49%;
      margin-right: 0;
      background-color: #e9e9e9;
      margin-bottom: 5px;
    }
  }
  .AllModelsSizesTab_sizesList .AllModelsSizesTab_itemRim {
    width: 270px;
  }
/* */

/* AutomobilesTab */
  .AutomobilesTab_automobilesWrap {
    margin-top: 24px;
    height: 405px;
    overflow-y: auto;
  }
  .AutomobilesTab_automobilesWrap .AutomobilesTab_automobiles__text {
    margin-bottom: 20px;
  }
  .AutomobilesTab_automobilesWrap .AutomobilesTab_automobiles__firstText {
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
  }
  .AutomobilesTab_automobilesWrap .AutomobilesTab_automobiles__firstText b {
    font-weight: 600;
  }
  .AutomobilesTab_automobilesWrap .AutomobilesTab_automobiles__secondText {
    font-size: 11px;
    line-height: 16px;
    font-weight: 400;
  }
  .AutomobilesTab_automobilesWrap .AutomobilesTab_automobiles__secondText b {
    font-weight: 600;
  }

  .AutomobilesTab_list {
    width: 100%;
    padding-right: 17px;
  }
  .AutomobilesTab_list__item {
    border-bottom: 1px dashed #9e9e9e;
    display: -moz-box;
    display: flex;
    width: 100%;
    padding: 5px 0;
    -moz-box-align: baseline;
         align-items: baseline;
  }
  .AutomobilesTab_list__mark {
    background: #e9e9e9;
    padding: 6px 10px;
    display: -moz-box;
    display: flex;
    margin-right: 26px;
  }
  .AutomobilesTab_list__brand {
    color: #2e7790;
    font-size: 15px;
    line-height: 16px;
    font-weight: 700;
    border: none;
    background: none;
    padding: 0;
  }
  .AutomobilesTab_list__count {
    font-weight: normal;
    color: #252525;
    margin-left: 4px;
  }
  .AutomobilesTab_list__model {
    display: -moz-box;
    display: flex;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
         flex-flow: row wrap;
    -moz-box-align: baseline;
         align-items: baseline;
    align-content: flex-start;
  }
  .AutomobilesTab_list__modelName {
    background: #e9e9e9;
    padding: 3px 4px;
    margin-right: 8px;
    margin-bottom: 8px;
    position: relative;
  }
  .AutomobilesTab_list__modelName:hover .AutomobilesTab_hoverWrap {
    display: block;
  }
  .AutomobilesTab_list__link {
    border: none;
    padding: 0;
    background: none;
    color: #a70000;
    font-size: 14px;
    line-height: 16px;
  }
  .AutomobilesTab_list__range {
    color: #9e9e9e;
    margin-left: 5px;
  }

  .AutomobilesTab_hoverWrap {
    position: absolute;
    bottom: 100%;
    width: 350px;
    left: -moz-calc(50% - 170px);
    left: calc(50% - 170px);
    display: none;
    padding: 0 15px 8px;
  }
  @media (max-width: 767px) {
    .AutomobilesTab_hoverWrap {
      width: 300px;
      left: -moz-calc(50% - 150px);
      left: calc(50% - 150px);
    }
  }

  .AutomobilesTab_hoverBlock {
    background: #ffffff;
    border: 1px solid #a0a0a0;
    border-radius: 5px;
    box-shadow: 0 0 10px #a0a0a0;
    max-height: 105px;
    overflow-y: auto;
  }
  .AutomobilesTab_hoverBlock::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    background-color: #f1f1f1;
    border-radius: 5px;
  }
  .AutomobilesTab_hoverBlock::-webkit-scrollbar-thumb {
    background-color: #d6d6d6;
    border-radius: 8px;
  }
  .AutomobilesTab_hoverBlock::-webkit-scrollbar-thumb:hover {
    background-color: #c2c2c2;
  }
  .AutomobilesTab_hoverBlock::before {
    content: "";
    background: transparent;
    position: absolute;
    bottom: -4px;
    left: -moz-calc(50% - 10px);
    left: calc(50% - 10px);
    width: 0;
    height: 0;
    border: 14px solid transparent;
    border-top-color: #fff;
    border-bottom: 0;
  }
  .AutomobilesTab_hoverBlock__line {
    display: -moz-box;
    display: flex;
  }
  .AutomobilesTab_hoverBlock__line .AutomobilesTab_modifs {
    width: 32%;
    background: #f2f2f2;
    border-right: 1px solid #e9e9e9;
    padding: 0 8px;
  }
  .AutomobilesTab_hoverBlock__line .AutomobilesTab_modifs__modif {
    font-weight: 700;
    font-size: 12px;
    line-height: 22px;
    -webkit-text-decoration-line: underline;
       -moz-text-decoration-line: underline;
            text-decoration-line: underline;
    color: #252525;
    text-align: left;
  }
  .AutomobilesTab_hoverBlock__line .AutomobilesTab_years {
    width: 68%;
    padding: 0 8px;
    text-align: left;
  }
  .AutomobilesTab_hoverBlock__line .AutomobilesTab_years__year {
    border: none;
    padding: 0;
    background: none;
    font-weight: 500;
    font-size: 12px;
    line-height: 22px;
    color: #2e7790;
    text-align: left;
    margin-right: 3px;
  }
  .AutomobilesTab_hoverBlock__line:first-child .AutomobilesTab_modifs {
    border-radius: 5px 0 0 0px;
  }
  .AutomobilesTab_hoverBlock__line:first-child .AutomobilesTab_modifs,
  .AutomobilesTab_hoverBlock__line:first-child .AutomobilesTab_years {
    padding-top: 8px;
  }
  .AutomobilesTab_hoverBlock__line:last-child .AutomobilesTab_modifs {
    border-radius: 0px 0 0 5px;
  }
  .AutomobilesTab_hoverBlock__line:last-child .AutomobilesTab_modifs,
  .AutomobilesTab_hoverBlock__line:last-child .AutomobilesTab_years {
    padding-bottom: 8px;
  }

  .AutomobilesTab_show {
    display: block;
  }
/* */

/* ButtonShowMore */
  .ButtonShowMore_show_more {
    margin: 0 auto;
    display: block;
    color: #2e7790;
    font-weight: 700;
    text-transform: uppercase;
    padding: 10px 40px;
    border: none;
    outline: none;
  }

  .ButtonShowMore_primary {
    background: #2e7790;
    color: #ffffff;
  }
/*  */

/* DiskiForTyresTab */
  .DiskiForTyresTab_diskiForTyresWrap {
    margin-top: 24px;
    height: 405px;
    overflow-y: scroll;
  }

  .DiskiForTyresTab_diskiForTyres_recomendedSizes {
    margin-bottom: 20px;
  }
  .DiskiForTyresTab_diskiForTyres_recomendedSizes h4 {
    font-weight: 600;
    font-size: 14px;
    line-height: 15px;
    color: #252525;
  }
  .DiskiForTyresTab_diskiForTyres_recomendedSizes_text {
    font-weight: 700;
    font-size: 10px;
    line-height: 16px;
    margin-top: 6px;
    color: #2e7790;
  }
  .DiskiForTyresTab_diskiForTyres_selectedAuto__block {
    display: -moz-box;
    display: flex;
    margin-bottom: 15px;
  }
  .DiskiForTyresTab_diskiForTyres_selectedAuto__title {
    font-weight: 600;
    font-size: 14px;
    line-height: 14px;
    color: #252525;
    margin-right: 10px;
    margin-bottom: 0;
  }
  .DiskiForTyresTab_diskiForTyres_selectedAuto__select {
    font-weight: 600;
    font-size: 14px;
    line-height: 14px;
    text-decoration: underline;
    color: #2e7790;
    outline: none;
    border: none;
    cursor: pointer;
    background: none;
  }
  .DiskiForTyresTab_diskiForTyres_selectedAuto__description {
    font-size: 12px;
    line-height: 14px;
    color: #252525;
  }
  .DiskiForTyresTab_diskiForTyres_listAuto {
    width: 750px;
    display: block;
    margin-bottom: 25px;
  }
  .DiskiForTyresTab_diskiForTyres_listAuto__item {
    display: -moz-box;
    display: flex;
    padding: 6px 8px;
    -moz-box-align: center;
         align-items: center;
  }
  .DiskiForTyresTab_diskiForTyres_listAuto__item:nth-child(odd) {
    background: #e9e9e9;
  }
  .DiskiForTyresTab_diskiForTyres_listAuto__item_title {
    color: #2e7790;
    width: 76%;
    font-weight: 700;
    font-size: 15px;
    line-height: 16px;
    margin: 0;
    background: none;
    border: none;
    text-align: left;
  }
  .DiskiForTyresTab_diskiForTyres_listAuto__item_title:hover {
    text-decoration: underline;
  }
  .DiskiForTyresTab_diskiForTyres_listAuto__item_title span {
    font-size: 14px;
    font-weight: 400;
    color: #252525;
  }
  .DiskiForTyresTab_diskiForTyres_listAuto__item_icon {
    color: #2e7790;
    width: 7%;
    text-align: center;
    line-height: 16px;
    font-size: 14px;
    cursor: pointer;
    position: relative;
  }
  .DiskiForTyresTab_diskiForTyres_listAuto__item_icon span {
    display: none;
  }
  .DiskiForTyresTab_diskiForTyres_listAuto__item_icon:hover span {
    display: block;
  }
  .DiskiForTyresTab_diskiForTyres_listAuto__item_price {
    font-weight: 700;
    font-size: 15px;
    line-height: 16px;
    margin-bottom: 0;
    width: 17%;
    text-align: center;
  }

  .DiskiForTyresTab_tableSize {
    width: 390px;
    border: 1px solid #dddddd;
  }
  @media (max-width: 767px) {
    .DiskiForTyresTab_tableSize {
      width: 100%;
    }
  }
  .DiskiForTyresTab_tableSize__row {
    display: -moz-box;
    display: flex;
    -moz-box-align: center;
         align-items: center;
    width: 100%;
    border-bottom: 1px solid #dddddd;
  }
  .DiskiForTyresTab_tableSize__row:nth-child(odd) {
    background: #e9e9e9;
  }
  .DiskiForTyresTab_tableSize__row:last-child {
    border-bottom: none;
  }
  .DiskiForTyresTab_tableSize__size {
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    color: #252525;
    padding: 8px 12px;
    width: 170px;
    border-right: 1px solid #dddddd;
  }
  .DiskiForTyresTab_tableSize__link {
    width: 220px;
    position: relative;
  }
  .DiskiForTyresTab_tableSize__button {
    background: none;
    border: none;
    margin: 0;
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    color: #2e7790;
    padding: 8px 25px;
  }

  .DiskiForTyresTab_recommended {
    color: #2e7790;
  }

  .DiskiForTyresTab_tooltip {
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    z-index: 1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.45);
    display: none;
  }
  .DiskiForTyresTab_tooltip__list {
    padding: 0;
    margin: 0;
    list-style: none;
    font-size: 0;
    line-height: 0;
  }
  .DiskiForTyresTab_tooltip__item {
    display: inline-block;
    vertical-align: top;
    width: 50%;
  }
  .DiskiForTyresTab_tooltip__link {
    font-weight: 700;
    color: #2e7790;
    font-size: 12px;
    line-height: 16px;
    padding: 5px 10px;
    display: inline-block;
    vertical-align: top;
  }
  .DiskiForTyresTab_tooltip__link:hover {
    text-decoration: underline;
  }

  .DiskiForTyresTab_preloader {
    display: -moz-box;
    display: flex;
    -moz-box-align: center;
         align-items: center;
    -moz-box-pack: center;
         justify-content: center;
    padding: 20px 0;
  }

  .DiskiForTyresTab_tooltipImage {
    position: absolute;
    bottom: 100%;
    left: 0;
    display: none;
    width: 250px;
    padding: 10px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.45);
    background: #fff;
    margin-bottom: 7px;
  }
  .DiskiForTyresTab_tooltipImage img {
    width: 100%;
    vertical-align: top;
  }
/* */

/* TiresForRimsTab */
  .TiresForRimsTab_wrapper {
    margin-top: 24px;
    height: 405px;
    overflow-y: auto;
  }

  .TiresForRimsTab_header {
    margin-bottom: 34px;
  }
  .TiresForRimsTab_header__title {
    font-size: 15px;
    line-height: 22px;
    color: #252525;
    margin-bottom: 7px;
  }
  .TiresForRimsTab_header__subtitle {
    font-size: 12px;
    line-height: 22px;
    color: #252525;
  }

  .TiresForRimsTab_width__title {
    font-weight: 600;
    font-size: 14px;
    line-height: 15px;
    margin-bottom: 14px;
    color: #252525;
  }
  .TiresForRimsTab_width__disclaimer {
    font-weight: 700;
    font-size: 10px;
    line-height: 16px;
    color: #2e7790;
    margin-bottom: 25px;
  }

  .TiresForRimsTab_widthTable {
    width: 440px;
    border: 1px solid #dddddd;
  }
  @media (max-width: 767px) {
    .TiresForRimsTab_widthTable {
      width: 100%;
    }
  }
  .TiresForRimsTab_widthTable__line {
    display: -moz-box;
    display: flex;
    -moz-box-align: center;
         align-items: center;
    color: #2e7790;
    border-bottom: 1px solid #dddddd;
  }
  .TiresForRimsTab_widthTable__line:nth-child(odd) {
    background: #e9e9e9;
    color: #252525;
  }
  .TiresForRimsTab_widthTable__line:last-child {
    border-bottom: none;
  }
  .TiresForRimsTab_widthTable__left {
    width: 65%;
    padding: 8px 12px;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    border-right: 1px solid #dddddd;
  }
  .TiresForRimsTab_widthTable__right {
    width: 35%;
    padding: 8px 26px;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
  }
  @media (max-width: 767px) {
    .TiresForRimsTab_widthTable__right {
      padding: 8px 16px;
    }
  }

  .TiresForRimsTab_table {
    width: 510px;
    display: -moz-box;
    display: flex;
  }
  @media (max-width: 767px) {
    .TiresForRimsTab_table {
      width: 100%;
    }
  }
  .TiresForRimsTab_table__col {
    width: 33.3%;
  }
  .TiresForRimsTab_table__header {
    font-weight: 700;
    font-size: 13px;
    line-height: 16px;
    text-align: center;
    color: #252525;
    padding: 12px 5px;
    text-align: center;
    background: #d8d8d8;
    border-bottom: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
  }
  @media (max-width: 767px) {
    .TiresForRimsTab_table__header {
      font-size: 11px;
    }
  }
  .TiresForRimsTab_table__secHeader {
    font-weight: 700;
    font-size: 13px;
    line-height: 16px;
    text-align: center;
    border-bottom: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    background: #252525;
    color: #fff;
    padding: 12px 5px;
  }
  @media (max-width: 767px) {
    .TiresForRimsTab_table__secHeader {
      font-size: 11px;
    }
  }
  .TiresForRimsTab_table__line {
    background: #fff;
    border: 1px solid #dddddd;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    padding: 8px 12px;
    height: 32px;
    display: block;
  }
  .TiresForRimsTab_table__line:nth-child(odd) {
    background: #e9e9e9;
  }
  @media (max-width: 767px) {
    .TiresForRimsTab_table__line {
      text-align: center;
    }
  }
  .TiresForRimsTab_table__link {
    color: #2e7790;
  }
  @media (max-width: 767px) {
    .TiresForRimsTab_table__link {
      font-size: 12px;
    }
  }
  .TiresForRimsTab_table__link:hover {
    text-decoration: underline;
  }
/* */

/* DetailsCharacterictics */
  .DetailsCharacterictics_tabsContainer {
    border-bottom: 1px dashed #9e9e9e;
    padding-bottom: 24px;
    margin-bottom: 20px;
    margin-top: 40px;
  }

  .DetailsCharacterictics_tabPanel {
    display: none;
  }
  .DetailsCharacterictics_tabPanel__selected {
    display: block;
  }

  .DetailsCharacterictics_tab {
    font-size: 16px;
    padding: 9px 20px;
    background: none;
    margin: 0;
    border: none;
    color: #252525;
    line-height: 20px;
    font-weight: 700;
    position: relative;
    cursor: pointer;
  }
  @media (max-width: 767px) {
    .DetailsCharacterictics_tab {
      font-size: 14px;
      padding: 7px 12px;
    }
  }

  .DetailsCharacterictics_tablist {
    display: -moz-box;
    display: flex;
    margin: -8px 0 11px;
    padding: 0;
    list-style: none;
    border-bottom: 1px solid #444444;
  }
  @media (max-width: 767px) {
    .DetailsCharacterictics_tablist {
      width: 706px;
      overflow-x: auto;
    }
  }
/* */

/* ImageModal */
  .ImageModal_imageModal_wrapper {
    max-width: 1000px;
    width: 100%;
    background: #fff;
    border-radius: 5px;
    height: 620px;
  }
  .ImageModal_imageModalHead {
    padding: 15px 15px 12px 25px;
    width: 100%;
    display: -moz-box;
    display: flex;
    -moz-box-align: center;
         align-items: center;
    -moz-box-pack: justify;
         justify-content: space-between;
    border-bottom: 1px solid #e9e9e9;
  }
  .ImageModal_imageModalHead__title {
    font-size: 22px;
    line-height: 30px;
    font-weight: 700;
    color: #444;
    margin-bottom: 0;
  }
  .ImageModal_imageModalHead__close {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #e9e9e9;
    outline: none;
    border: none;
  }
  .ImageModal_imageModalBody{
    padding: 30px 40px 30px 25px;
    height: 90%;
    display: -moz-box;
    display: flex;
    -moz-box-align: end;
         align-items: flex-end;
  }
  .ImageModal_imageModalBody_info {
    width: 230px;
    margin-left: auto;
    margin-top: auto;
  }
  .ImageModal_imageModalBody_infoStatus {
    text-align: right;
  }
  .ImageModal_imageModalBody_infoWidget {
    margin: 30px 0;
    text-align: right;
  }
  .ImageModal_imageModalBody_slider {
    width: -moz-calc(100% - 230px);
    width: calc(100% - 230px);
    display: -moz-box;
    display: flex;
    height: 500px;
  }

  @media screen and (max-width: 991px) {
    .ImageModal_imageModal_wrapper {
      height: auto;
    }
    .ImageModal_imageModalBody{
      flex-wrap: wrap;
      grid-gap: 20px;
      gap: 20px;
    }
    .ImageModal_imageModalBody_info {
      width: 100%;
    }
    .ImageModal_imageModalBody_slider {
      width: 100%;
      height: auto;
    }
  }
  @media screen and (max-width: 576px) {
    .ImageModal_imageModalBody_slider {
      -moz-box-orient: vertical;
      -moz-box-direction: normal;
           flex-direction: column;
      grid-gap: 10px;
      gap: 10px;
    }
  }
/* */

/* DetailsSlider */
  .DetailsSlider_bigSliderWrapper {
    padding: 20px 8px 8px;
    background: #e9e9e9;
    display: block;
    max-width: 100%;
    position: relative;
    margin-bottom: 0px;
  }
  .DetailsSlider_bigSliderWrapper_title {

  }
  .DetailsSlider_bigSliderWrapper__triggers {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
    display: -moz-box;
    display: flex;
    -moz-box-pack: justify;
         justify-content: space-between;
    -moz-box-align: center;
         align-items: center;
    padding: 30px 18px;
  }
  .DetailsSlider_bigSliderWrapper__trigger {
    position: relative;
    width: 100%;
  }
  .DetailsSlider_bigSliderWrapper__like {
    position: relative;
  }
  .DetailsSlider_bigSliderWrapper__sliderImg {
    object-fit: cover;
    cursor: pointer;
    width: 100%;
  }
  .DetailsSlider_bigSliderWrapper__resizeBlock {
    margin-top: 8px;
    text-align: center;
    position: relative;
    height: 22px;
    width: 100%;
    cursor: pointer;
  }
  .DetailsSlider_bigSliderWrapper__resizeIcon {
    position: absolute;
    left: 0;
    top: 50%;
    color: #5e5e5e;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .DetailsSlider_bigSliderWrapper__resizeText {
    font-size: 11px;
    line-height: 12px;
  }

  .DetailsSlider_navSliderWrapper {
    width: -moz-calc(100% - 48px);
    width: calc(100% - 48px);
    margin: 0 auto;
  }

  .DetailsSlider_navSliderImageWrap {
    width: 82px !important;
    padding: 3px;
    background: #e9e9e9;
    cursor: pointer;
  }

  .DetailsSlider_navSliderImage {
    max-width: 100%;
    width: 100%;
  }
  .DetailsSlider_navSliderImage_video {
    position: relative;
  }
  .DetailsSlider_navSliderImage_video::before {
    content: "\e91e";
    position: absolute;
    font-family: "icomoon" !important;
    color: #fff;
    font-size: 48px;
    width: 82px;
    line-height: 82px;
    height: 82px;
    top: 0;
    left: 0;
  }

  .DetailsSlider_disclaimer {
    margin-top: 14px;
    display: -moz-box;
    display: flex;
    -moz-box-align: center;
         align-items: center;
  }
  .DetailsSlider_disclaimer__img {
    color: #2e7790;
    font-size: 18px;
  }
  .DetailsSlider_disclaimer__text {
    font-size: 11px;
    line-height: 11px;
    margin-left: 10px;
  }
/* */

/* ProductDetails */
  .ProductDetails_productDetails {
    margin-bottom: 35px;
  }
/* */

/* SelectChooseSize */
  .SelectChooseSize_customSelect {
    min-width: 56px;
    position: relative;
    width: 100%;
  }
  .SelectChooseSize_customSelect__toggle {
    line-height: 36px;
    margin: 0;
    padding: 0 18px 0 15px;
    display: block;
    width: 100%;
    text-align: left;
    position: relative;
    min-width: 56px;
    background: #f8f8f8;
    border: 1px solid #dfdfdf;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    font-weight: 600;
    font-size: 12px;
    color: #252525;
    text-transform: uppercase;
  }
  .SelectChooseSize_customSelect__toggle:after {
    content: "";
    background: url("../img/arrow_down.svg") no-repeat center;
    position: absolute;
    width: 10px;
    height: 5px;
    top: 50%;
    right: 7px;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .SelectChooseSize_customSelect__drop {
    position: absolute;
    top: 100%;
    left: 0;
    background: #f5f5f5;
    border: 1px solid #e9e9e9;
    z-index: 2;
    display: none;
    width: 100%;
    max-height: 252px;
    overflow-y: auto;
  }
  .SelectChooseSize_customSelect__drop::-webkit-scrollbar {
    width: 7px;
  }
  .SelectChooseSize_customSelect__drop::-webkit-scrollbar-track {
    background: #cccccc;
  }
  .SelectChooseSize_customSelect__drop::-webkit-scrollbar-thumb {
    background-color: #999999;
  }
  .SelectChooseSize_customSelect__list {
    padding: 0;
    margin: 0;
    list-style: none;
  }
  .SelectChooseSize_customSelect__btn {
    border: none;
    margin: 0;
    background: none;
    padding: 0px 10px;
    width: 100%;
    text-align: left;
    font-weight: 500;
    font-size: 13px;
    line-height: 36px;
    text-transform: uppercase;
    color: #666666;
  }
  .SelectChooseSize_customSelect__btn:hover {
    background: #fff;
  }
  .SelectChooseSize_customSelect__btnActive {
    background: #fff;
  }

  .SelectChooseSize_open {
    display: block;
  }
/* */

/* TyresVariants */
  .TyresVariants_tyresVariants {
    background: #e9e9e9;
    padding: 30px 0;
    scroll-behavior: smooth;
  }
  .TyresVariants_tyresVariants__title {
    font-weight: 600;
    font-size: 22px;
    line-height: 20px;
    color: #333333;
    margin-left: 20px;
  }
  .TyresVariants_tyresVariants__panel {
    background: #ffffff;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
  }
  .TyresVariants_tyresVariants__notify {
    cursor: pointer;
  }

  .TyresVariants_header {
    display: -moz-box;
    display: flex;
    -moz-box-align: center;
         align-items: center;
    -moz-box-pack: justify;
         justify-content: space-between;
  }

  .TyresVariants_typeSize {
    min-width: 280px;
    height: 62px;
    background: #fff;
    display: -moz-box;
    display: flex;
    padding: 13px 15px;
    -moz-box-align: center;
         align-items: center;
    -moz-box-pack: justify;
         justify-content: space-between;
    box-shadow: 0px -4px 20px rgba(0, 0, 0, 0.15);
    position: relative;
  }
  .TyresVariants_typeSize::after {
    content: "";
    width: 100%;
    height: 20px;
    background-color: #fff;
    position: absolute;
    left: 0;
    bottom: -10px;
  }
  .TyresVariants_typeSize__title {
    font-weight: 700;
    font-size: 14px;
    line-height: 14px;
    color: #252525;
    margin-bottom: 0;
    padding-right: 10px;
  }

  .TyresVariants_table {
    position: relative;
  }
  .TyresVariants_table__row {
    padding: 6px 20px;
    display: -moz-box;
    display: flex;
    -moz-box-align: center;
         align-items: center;
    border-bottom: 1px solid #e2e2e2;
  }
  .TyresVariants_table__row:hover {
    background: #f0f0f0;
  }

  .TyresVariants_tableItem {
    width: 120px;
    text-align: center;
  }
  .TyresVariants_tableItem:nth-child(1) {
    width: 240px;
    text-align: left;
  }
  .TyresVariants_tableItem:nth-child(4) {
    width: 150px;
  }
  .TyresVariants_tableItem:nth-child(5) {
    width: 165px;
  }
  .TyresVariants_tableItem:nth-child(6) {
    width: 190px;
  }
  .TyresVariants_tableItem__rim:nth-child(1) {
    width: 378px;
  }
  .TyresVariants_tableItem__rim:nth-child(4) {
    margin-right: 40px;
  }
  .TyresVariants_tableItem__rim:nth-child(5) {
    width: 190px;
  }
  .TyresVariants_tableItem__button {
    width: 100%;
    padding: 15px 0;
    text-align: center;
    background: #2e7790;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.4);
    border: none;
    outline: none;
    font-weight: 800;
    font-size: 16px;
    line-height: 16px;
    text-transform: uppercase;
    color: #ffffff;
  }
  .TyresVariants_tableItem__findElse {
    background: #e3e3e3;
    font-size: 12px;
    line-height: 12px;
    font-weight: 800;
    width: 100%;
    text-align: center;
    color: #444;
    text-transform: uppercase;
    text-align: center;
    padding: 15px 0;
    border: none;
    outline: none;
  }
  .TyresVariants_tableItem__findElse:hover {
    background: #444;
    color: #fff;
  }
  .TyresVariants_tableItem__price {
    font-weight: 700;
    font-size: 22px;
    line-height: 20px;
    text-align: center;
    color: #016dc9;
  }
  .TyresVariants_tableItem__priceSmall {
    font-size: 14px;
    margin-left: 6px;
  }
  .TyresVariants_tableItem__available {
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;
    text-transform: uppercase;
    color: #1d7100;
  }
  .TyresVariants_tableItem__availableLast {
    font-weight: 600;
    font-size: 18px;
    line-height: 20px;
    text-transform: uppercase;
    color: #cc0031;
  }
  .TyresVariants_tableItem__availableEnds {
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;
    text-transform: uppercase;
    color: #ff2f19;
  }
  .TyresVariants_tableItem__availableOut {
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
    color: rgba(80, 80, 80, 0.4);
  }
  .TyresVariants_tableItem__item {
    font-size: 15px;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
    color: #252525;
    display: inline-block;
    vertical-align: middle;
  }
  .TyresVariants_tableItem__tooltip {
    background: url("../img/tooltip.svg") no-repeat center;
    width: 15px;
    height: 15px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 4px;
    cursor: pointer;
  }
  .TyresVariants_tableItem__name {
    font-size: 15px;
    line-height: 20px;
    text-transform: uppercase;
    color: #252525;
  }
  .TyresVariants_tableItem__name:hover {
    text-decoration: underline;
  }
  .TyresVariants_tableItem__name:hover b {
    text-decoration: underline;
  }
  .TyresVariants_tableItem__nameBold {
    font-weight: 700;
    display: inline-block;
    margin-right: 4px;
  }
  .TyresVariants_tableItem__grey {
    opacity: 0.4;
  }

  .TyresVariants_tableHeader {
    display: -moz-box;
    display: flex;
    -moz-box-align: center;
         align-items: center;
    margin-bottom: 20px;
    padding: 20px 20px 0 20px;
    z-index: 2;
  }
  .TyresVariants_tableHeader__title {
    width: 120px;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: #252525;
    text-align: center;
    margin-bottom: 0;
    text-transform: uppercase;
  }
  .TyresVariants_tableHeader__title:nth-child(1) {
    width: 240px;
    text-align: left;
  }
  .TyresVariants_tableHeader__title:nth-child(4) {
    width: 150px;
  }
  .TyresVariants_tableHeader__title:nth-child(5) {
    width: 200px;
  }
  .TyresVariants_tableHeader__titleRim:nth-child(1) {
    width: 378px;
  }
  .TyresVariants_tableHeader__titleRim:nth-child(4) {
    margin-right: 40px;
  }
  .TyresVariants_tableHeader__titleRim:nth-child(5) {
    width: 190px;
  }

  .TyresVariants_tabs {
    padding-left: 20px;
    display: -moz-box;
    display: flex;
  }
  .TyresVariants_tabs__tab {
    font-weight: 700;
    font-size: 24px;
    line-height: 24px;
    margin-right: 30px;
    color: #7c7c7c;
    border: 0;
    text-transform: uppercase;
    border-bottom: 4px solid transparent;
    cursor: pointer;
  }
  .TyresVariants_tabs__tab.active {
    border-bottom: 4px solid #2e7790;
    color: #333333;
  }

  @media screen and (max-width: 991px) {
    .TyresVariants_table__row {
      flex-wrap: wrap;
      -moz-box-pack: justify;
           justify-content: space-between;
      grid-gap: 10px 0;
      gap: 10px 0;
    }

    .TyresVariants_tableItem__rim:nth-child(1) {
      width: auto;
      -moz-box-flex: 0;
           flex: 0 0 100%;
    }
    .TyresVariants_tableItem__rim:nth-child(4) {
      margin-right: 0;
    }

    .TyresVariants_tableHeader {
      display: none;
    }
  }
  @media screen and (max-width: 767px) {
    .TyresVariants_table__row {
      flex-wrap: wrap;
      -moz-box-pack: center;
           justify-content: center;
    }

    .TyresVariants_tableItem__rim:nth-child(5) {
      width: auto;
      -moz-box-flex: 0;
           flex: 0 0 100%;
    }
  }
  @media screen and (max-width: 576px) {
    .TyresVariants_header {
      flex-wrap: wrap;
      grid-gap: 20px;
      gap: 20px;
      -moz-box-pack: end;
           justify-content: flex-end;
    }

    .TyresVariants_tabs {
      -moz-box-flex: 1;
           flex-grow: 1;
    }
  }
/* */

/* OtherBrandModels */
  .OtherBrandModels_models {
    margin-bottom: 40px;
    margin-top: 30px;
  }
  .OtherBrandModels_models .OtherBrandModels_title {
    padding: 17px 20px 9px;
    border-bottom: 1px solid #e9e9e9;
    font-weight: 800;
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    color: #252525;
  }
  .OtherBrandModels_models .OtherBrandModels_links__block {
    padding-left: 32px;
    padding-right: 32px;
    margin-top: 20px;
    -webkit-column-count: 4;
       -moz-column-count: 4;
            column-count: 4;
    grid-column-gap: 10px;
    grid-column-gap: 10px;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
  }
  .OtherBrandModels_models .OtherBrandModels_links__link {
    font-weight: 500;
    font-size: 13px;
    line-height: 28px;
    -webkit-text-decoration-line: underline;
       -moz-text-decoration-line: underline;
            text-decoration-line: underline;
    color: #2e7790;
    display: block;
  }
  .OtherBrandModels_models .OtherBrandModels_links__showMore {
    font-weight: 500;
    font-size: 13px;
    line-height: 28px;
    color: #2e7790;
    background: none;
    border: none;
    outline: none;
    display: block;
    margin-left: auto;
  }

  .OtherBrandModels_loader {
    margin-top: 20px;
    height: 56px;
    width: 100%;
    display: -moz-box;
    display: flex;
    -moz-box-align: center;
         align-items: center;
    -moz-box-pack: center;
         justify-content: center;
  }

  @media(max-width: 992px){
      .OtherBrandModels_models .OtherBrandModels_links__block {
      -webkit-column-count: 3;
      -moz-column-count: 3;
      column-count: 3;
    }
  }

  @media(max-width: 576px){
      .OtherBrandModels_models .OtherBrandModels_links__block {
      -webkit-column-count: 2;
      -moz-column-count: 2;
      column-count: 2;
    }
  }
/* */

/* PopularBrands */
  .PopularBrands_brands {
    margin-bottom: 55px;
    display: block;
    position: relative;
  }
  .PopularBrands_brands__title {
    padding: 17px 20px 10px;
    font-weight: 800;
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    color: #252525;
    border-bottom: 1px solid #e9e9e9;
  }
  .PopularBrands_brands__brands {
    display: -moz-box;
    display: flex;
    flex-wrap: wrap;
    -moz-box-pack: start;
         justify-content: flex-start;
    -moz-box-align: start;
         align-items: flex-start;
    margin-top: 16px;
  }
  .PopularBrands_brands__brand {
    margin-bottom: 30px;
    width: 20%;
    text-align: center;
  }
  .PopularBrands_brands__brand img {
    max-width: 164px;
  }
  .PopularBrands_brands__brand:nth-child(5n+5) {
    margin-right: 0;
    text-align: right;
  }
  .PopularBrands_brands__brand:nth-child(5n+1) {
    text-align: left;
  }
  .PopularBrands_brands__wrapper {
    text-align: right;
  }
  .PopularBrands_brands__showMore {
    background: none;
    border: none;
    outline: none;
    margin-left: auto;
    font-weight: 500;
    font-size: 13px;
    line-height: 28px;
    color: #2e7790;
  }

  @media screen and (max-width: 991px) {
    .PopularBrands_brands__brand {
      width: 33.3333333333%;
      display: -moz-box;
      display: flex;
      -moz-box-align: center;
           align-items: center;
      -moz-box-pack: center;
           justify-content: center;
    }
    .PopularBrands_brands__brand img {
      max-width: 100%;
    }
  }
  @media screen and (max-width: 576px) {
    .PopularBrands_brands__brand {
      width: 50%;
      display: -moz-box;
      display: flex;
      -moz-box-align: center;
           align-items: center;
      -moz-box-pack: center;
           justify-content: center;
    }
  }
/* */

/* RatingOnPage */
  .RatingOnPage_ratingOnPage {
    color: #818181;
    margin: 0 0 24px;
  }
  .RatingOnPage_ratingOnPage__title {
    display: block;
    font-size: 16px;
    line-height: 20px;
    font-weight: 800;
  }
  .RatingOnPage_ratingOnPage_content {
    display: -moz-box;
    display: flex;
    -moz-box-align: center;
         align-items: center;
    margin-bottom: 1px;
  }
  .RatingOnPage_ratingOnPage__sep {
    padding: 0 3px;
    font-size: 10px;
    color: #252525;
    font-weight: 500;
  }

  .RatingOnPage_rates {
    display: -moz-box;
    display: flex;
    -moz-box-align: center;
         align-items: center;
    line-height: 20px;
    font-size: 12px;
    font-weight: 500;
  }
  .RatingOnPage_rates__list {
    margin-bottom: 1px;
  }
  .RatingOnPage_rates__count {
    color: #818181;
    margin-left: 4px;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
  }
  .RatingOnPage_rates__count__all {
    margin-left: 15px;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
  }
  .RatingOnPage_rates__count_black {
    color: #252525;
  }
  .RatingOnPage_rates svg {
    width: 15px;
    height: 14px;
  }

  .RatingOnPage_sm__shoFg svg {
    width: 16px !important;
    height: 16px !important;
  }
  .RatingOnPage_sm__shoFg .RatingOnPage_rates {
    font-size: 13px;
  }

  .RatingOnPage_md__LNeGL .RatingOnPage_ratingAndReviews__sep {
    font-size: 12px;
  }
  .RatingOnPage_md__LNeGL svg {
    width: 18px !important;
    height: 18px !important;
  }
  .RatingOnPage_md__LNeGL .RatingOnPage_reviewsWidget {
    font-size: 13px;
  }
  .RatingOnPage_md__LNeGL .RatingOnPage_rates {
    font-size: 13px;
  }
  .RatingOnPage_md__LNeGL .RatingOnPage_rates__count {
    margin-left: 2px;
  }
/* */

/* AnswerForm */
  .AnswerForm_form {
    margin-top: 10px;
  }
  .AnswerForm_form__top {
    display: -moz-box;
    display: flex;
    -moz-box-pack: justify;
         justify-content: space-between;
    margin-bottom: 10px;
  }
  .AnswerForm_form__input {
    width: 49%;
  }
  .AnswerForm_form__textarea {
    min-height: 80px;
    width: 100%;
    resize: none;
  }
  .AnswerForm_form__button {
    background: #2e7790;
    border: none;
    padding: 8px 15px;
    outline: none;
    font-size: 14px;
    line-height: 14px;
    text-align: center;
    color: #ffffff;
    border-radius: 2px;
    margin-top: 10px;
  }
  .AnswerForm_form__button:hover {
    background: #1a4c7a;
  }
  .AnswerForm_form__cancel {
    background: #d8d8d8;
    border-radius: 2px;
    border: none;
    margin-left: 15px;
    font-size: 14px;
    line-height: 14px;
    padding: 8px 15px;
    color: #444444;
  }
  .AnswerForm_form__cancel:hover {
    background: #444444;
    color: #d8d8d8;
  }
/* */

/* DetailsQuestion */
  .DetailsQuestion_details {
    margin-top: 30px;
    width: 100%;
    background: #e9e9e9;
    padding: 38px 40px 25px;
    display: -moz-box;
    display: flex;
  }
  .DetailsQuestion_detailsLeft {
    width: 574px;
    margin-right: 48px;
  }
  .DetailsQuestion_detailsLeftTabs {
    display: -moz-box;
    display: flex;
    -moz-box-align: center;
         align-items: center;
    margin-bottom: 40px;
  }
  .DetailsQuestion_detailsLeftTabs__tab {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    color: #2e7790;
    display: -moz-box;
    display: flex;
    -moz-box-align: center;
         align-items: center;
    cursor: pointer;
    margin-right: 20px;
  }
  .DetailsQuestion_detailsLeftTabs__tabActive {
    color: #252525;
  }
  .DetailsQuestion_detailsLeftTabs__tabCount {
    margin-left: 8px;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    display: -moz-box;
    display: flex;
    -moz-box-align: center;
         align-items: center;
    -moz-box-pack: center;
         justify-content: center;
    font-size: 12px;
    line-height: 12px;
    color: #2e7790;
    background: #fff;
  }
  .DetailsQuestion_detailsRight {
    width: 275px;
    margin-left: 48px;
  }
  .DetailsQuestion_detailsRight__article {
    margin-bottom: 27px;
  }
  .DetailsQuestion_detailsRight__text {
    font-size: 13px;
    line-height: 16px;
    color: #252525;
    margin-top: 14px;
    margin-bottom: 0;
  }
  .DetailsQuestion_detailsRight__ratings {
    margin-top: 50px;
    text-align: center;
  }
  .DetailsQuestion_detailsRight__title {
    font-weight: 600;
    font-size: 13px;
    line-height: 16px;
    text-transform: uppercase;
    color: #252525;
    margin-bottom: 12px;
    text-align: left;
  }

  .DetailsQuestion_tabContent__title {
    font-weight: 600;
    font-size: 16px;
    line-height: 18px;
    color: #252525;
    margin-bottom: 40px;
  }
  .DetailsQuestion_tabContent__buttons {
    display: -moz-box;
    display: flex;
    -moz-box-pack: justify;
         justify-content: space-between;
    -moz-box-align: center;
         align-items: center;
    margin-bottom: 50px;
  }
  .DetailsQuestion_tabContent__button {
    width: 200px;
    height: 45px;
    background: #2e7790;
    border: none;
    outline: none;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    color: #ffffff;
  }
  .DetailsQuestion_tabContent__buttonBlock {
    width: 100%;
    background: #2e7790;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    color: #ffffff;
    font-size: 14px;
    line-height: 17px;
    border: none;
    height: 45px;
    outline: none;
  }
  .DetailsQuestion_tabContent__select {
    width: 200px;
    height: 45px;
    background: #fff;
    display: -moz-box;
    display: flex;
    -moz-box-pack: center;
         justify-content: center;
    -moz-box-align: center;
         align-items: center;
    border: none;
    outline: none;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    color: #252525;
    position: relative;
  }
  .DetailsQuestion_tabContent__select::after {
    position: absolute;
    background: url("../img/arrow_down.svg") no-repeat center/cover;
    width: 10px;
    height: 5px;
    content: "";
    top: -moz-calc(50% - 5px);
    top: calc(50% - 5px);
    right: 10px;
  }
  .DetailsQuestion_tabContent__toggle {
    border: none;
  }
  .DetailsQuestion_tabContent__toggle::after {
    font-size: 0;
  }

  .DetailsQuestion_questionsItem {
    margin-bottom: 18px;
    background: #fff;
    width: 100%;
    position: relative;
  }
  .DetailsQuestion_questionsItem__car {
    display: block;
    background: #d8d8d8;
    padding: 6px 24px;
    font-size: 13px;
    line-height: 16px;
    color: #252525;
  }
  .DetailsQuestion_questionsItem__car b {
    font-weight: 600;
  }
  .DetailsQuestion_questionsItem__content {
    padding: 10px 24px 0px;
  }
  .DetailsQuestion_questionsItem__body {
    padding-bottom: 20px;
  }
  .DetailsQuestion_questionsItem__text {
    font-size: 13px;
    line-height: 18px;
    color: #252525;
    margin-top: 10px;
    margin-bottom: 15px;
  }
  .DetailsQuestion_questionsItem__head {
    display: -moz-box;
    display: flex;
    -moz-box-align: center;
         align-items: center;
  }
  .DetailsQuestion_questionsItem__name {
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: #252525;
    border-bottom: 2px solid #252525;
  }
  .DetailsQuestion_questionsItem__date {
    font-size: 11px;
    line-height: 16px;
    color: #252525;
    margin-left: 8px;
    margin-right: 10px;
  }
  .DetailsQuestion_questionsItem__answers {
    padding-left: 25px;
  }

  .DetailsQuestion_answersItem {
    padding-bottom: 20px;
  }
  .DetailsQuestion_answersItem__wrap {
    border-left: 4px solid #cccccc;
    padding-left: 14px;
  }
  .DetailsQuestion_answersItem__author {
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    color: #252525;
  }
  .DetailsQuestion_answersItem__date {
    font-size: 11px;
    line-height: 16px;
    color: #252525;
  }
  .DetailsQuestion_answersItem__message {
    font-size: 14px;
    line-height: 18px;
    color: #252525;
    margin-top: 5px;
  }

  .DetailsQuestion_answerButtons {
    display: -moz-box;
    display: flex;
    -moz-box-align: center;
         align-items: center;
    -moz-box-pack: justify;
         justify-content: space-between;
  }
  .DetailsQuestion_answerButtons__btn {
    border: none;
    outline: none;
    font-size: 13px;
    line-height: 16px;
    color: #2e7790;
    background: none;
  }
  .DetailsQuestion_answerButtons__p {
    font-weight: 600;
    font-size: 13px;
    line-height: 16px;
    color: #252525;
  }

  .DetailsQuestion_ask {
    background: #ffffff;
    width: 100%;
    padding: 15px 20px 30px;
  }
  .DetailsQuestion_ask__title {
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #252525;
    text-align: center;
    margin-bottom: 8px;
  }

  .DetailsQuestion_chooseAuto {
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    color: #252525;
    margin-bottom: 27px;
  }
  .DetailsQuestion_chooseAuto__btn {
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    color: #2e7790;
    text-decoration: underline;
    cursor: pointer;
  }

  .DetailsQuestion_preloader {
    text-align: center;
    margin: 0 0 20px;
  }

  .DetailsQuestion_certificate {
    width: 100%;
  }

  .DetailsQuestion_media {
    width: 100%;
    max-width: 100%;
    display: block;
    margin-bottom: 15px;
  }

  .DetailsQuestion_panel {
    display: none;
  }
  .DetailsQuestion_panel__selected {
    display: block;
  }

  @media screen and (max-width: 991px) {
    .DetailsQuestion_details {
      -moz-box-orient: vertical;
      -moz-box-direction: normal;
           flex-direction: column;
      grid-gap: 20px;
      gap: 20px;
    }
    .DetailsQuestion_detailsLeft {
      width: 100%;
      margin: 0;
    }
    .DetailsQuestion_detailsRight {
      width: 100%;
      margin: 0;
      display: -moz-box;
      display: flex;
      flex-wrap: wrap;
      grid-gap: 20px;
      gap: 20px;
    }
    .DetailsQuestion_detailsRight__article {
      -moz-box-flex: 0;
           flex-grow: 0;
      flex-shrink: 0;
      flex-basis: -moz-calc(50% - 10px);
      flex-basis: calc(50% - 10px);
      max-width: -moz-calc(50% - 10px);
      max-width: calc(50% - 10px);
      margin: 0;
    }
    .DetailsQuestion_detailsRight__article img {
      max-width: 100%;
    }
  }
  @media screen and (max-width: 576px) {
    .DetailsQuestion_detailsRight__article {
      -moz-box-flex: 0;
           flex: 0 0 100%;
      max-width: 100%;
      margin: 0;
    }
    .DetailsQuestion_detailsRight__article img {
      max-width: 100%;
      width: 100%;
    }
  }
/* */

/* ErrorFormMessage */
  .ErrorFormMessage_message__dlm6x {
    background: #D40000;
    color: #fff;
    text-align: center;
    margin: 0 0 15px;
    font-size: 16px;
    line-height: 20px;
    padding: 5px;
  }
/*  */

/* DetailsReviews */
  .DetailsReviews_reviewsBlock {
    width: 700px;
    margin-right: auto;
    margin-top: 30px;
  }
  .DetailsReviews_reviewsBlockTitleBlock {
    display: -moz-box;
    display: flex;
    -moz-box-align: center;
         align-items: center;
    margin-bottom: 20px;
  }
  .DetailsReviews_reviewsBlockTitleBlock__title {
    font-weight: 800;
    font-size: 18px;
    line-height: 30px;
    text-transform: uppercase;
    color: #252525;
    margin-bottom: 0;
  }
  .DetailsReviews_reviewsBlockTitleBlock__number {
    width: 30px;
    height: 30px;
    display: -moz-box;
    display: flex;
    -moz-box-align: center;
         align-items: center;
    -moz-box-pack: center;
         justify-content: center;
    background: #e9e9e9;
    color: #252525;
    font-size: 12px;
    line-height: 12px;
    font-weight: 700;
    margin-left: 10px;
    border-radius: 50%;
  }
  .DetailsReviews_reviewsBlockContentButtons {
    display: -moz-box;
    display: flex;
    -moz-box-pack: justify;
         justify-content: space-between;
    -moz-box-align: center;
         align-items: center;
  }
  .DetailsReviews_reviewsBlockContentButtons__button {
    font-weight: 800;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #2e7790;
    border: none;
    outline: none;
    background: none;
    padding: 0;
  }
  .DetailsReviews_reviewsBlockContentButtons__button span {
    font-size: 14px;
    line-height: 18px;
    color: #d40000;
  }
  .DetailsReviews_reviewsBlockReview {
    margin-top: 10px;
    margin-bottom: 30px;
  }
  .DetailsReviews_reviewsBlockReviewModelCar {
    width: 100%;
    display: -moz-box;
    display: flex;
    -moz-box-align: center;
         align-items: center;
    -moz-box-pack: justify;
         justify-content: space-between;
    padding: 10px 20px;
    background: #e9e9e9;
  }
  .DetailsReviews_reviewsBlockReviewModelCar__title {
    font-size: 13px;
    line-height: 16px;
    color: #252525;
  }
  .DetailsReviews_reviewsBlockReviewModelCar__title b {
    font-weight: 600;
  }
  .DetailsReviews_reviewsBlockReviewContent {
    margin-top: 13px;
    margin-bottom: 30px;
  }
  .DetailsReviews_reviewsBlockReviewContentInfo {
    display: -moz-box;
    display: flex;
    -moz-box-align: center;
         align-items: center;
    flex-wrap: wrap;
  }
  .DetailsReviews_reviewsBlockReviewContentInfo__item {
    width: 50%;
    font-size: 13px;
    line-height: 16px;
    color: #252525;
    padding: 0 20px;
    margin-bottom: 13px;
  }
  .DetailsReviews_reviewsBlockReviewContentInfo__item b {
    font-weight: 600;
  }
  .DetailsReviews_reviewsBlockReviewContentAuthorBlock {
    padding-left: 20px;
    border-left: 6px solid #ccc;
    margin-left: 20px;
  }
  .DetailsReviews_reviewsBlockReviewContentAuthorBlock__author {
    display: -moz-box;
    display: flex;
    -moz-box-align: center;
         align-items: center;
    flex-wrap: wrap;
    margin-bottom: 10px;
  }
  .DetailsReviews_reviewsBlockReviewContentAuthorBlock__authorName {
    font-size: 13px;
    line-height: 16px;
    color: #252525;
    margin-right: 10px;
  }
  .DetailsReviews_reviewsBlockReviewContentAuthorBlock__authorDate {
    font-size: 11px;
    line-height: 16px;
    color: #252525;
    margin-right: 8px;
  }
  .DetailsReviews_reviewsBlockReviewContentAuthorBlock__authorized__C5U0a {
    font-weight: 800;
    font-size: 11px;
    line-height: 16px;
    background: #77c63b;
    width: 170px;
    text-align: center;
    color: #ffffff;
    margin-bottom: 8px;
  }
  .DetailsReviews_reviewsBlockReviewContentAuthorBlock__author__text {
    font-size: 13px;
    line-height: 16px;
    color: #252525;
  }
  .DetailsReviews_reviewsBlockReviewContentUsefulBlock {
    margin-top: 12px;
    padding-left: 20px;
    display: -moz-box;
    display: flex;
    -moz-box-align: center;
         align-items: center;
  }
  .DetailsReviews_reviewsBlockReviewContentUsefulBlock__title___B6_E {
    font-weight: 600;
    font-size: 13px;
    line-height: 16px;
    color: #252525;
  }
  .DetailsReviews_reviewsBlockReviewContentUsefulBlock__opinion__lVGL_ {
    display: -moz-box;
    display: flex;
    -moz-box-align: center;
         align-items: center;
    margin-right: 12px;
  }
  .DetailsReviews_reviewsBlockReviewContentUsefulBlock__opinion__lVGL_ button {
    font-size: 13px;
    line-height: 16px;
    color: #2e7790;
    background: none;
    border: none;
    outline: none;
  }
  .DetailsReviews_reviewsBlockReviewContentUsefulBlock__opinionBtn {
    font-size: 13px;
    line-height: 16px;
    color: #2e7790;
    background: none;
    border: none;
    outline: none;
  }

  .DetailsReviews_preloader__cyK1l {
    text-align: center;
    margin: 0 0 20px;
  }

  .DetailsReviews_answers {
    padding: 17px 50px 0;
  }

  @media screen and (max-width: 767px) {
    .DetailsReviews_reviewsBlock {
      width: 100%;
    }
  }
/*  */

/* CardItemsSlider */
  .CardItemsSlider_slide {
    width: 240px;
    margin: 0 auto;
    border: 14px solid #e9e9e9;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    text-align: center;
    background-color: #fff;
    padding: 8px;
    position: relative;
  }
  .CardItemsSlider_slide__img {
    position: relative;
  }
  .CardItemsSlider_slide__title {
    min-height: 60px;
    margin-top: 10px;
  }
  .CardItemsSlider_slide__link {
    font-weight: 800;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    color: #252525;
  }
  .CardItemsSlider_slide__country {
    display: -moz-box;
    display: flex;
    -moz-box-align: center;
         align-items: center;
    -moz-box-pack: center;
         justify-content: center;
    margin-bottom: 15px;
  }
  .CardItemsSlider_slide__country img {
    vertical-align: middle;
    margin-right: 5px;
  }
  .CardItemsSlider_slide__country p {
    font-weight: 500;
    font-size: 14px;
    line-height: 14px;
    color: #252525;
    margin-bottom: 0;
  }
  .CardItemsSlider_slide__icons {
    text-align: center;
    width: 106px;
    margin: 0 auto;
  }
  .CardItemsSlider_slide__price {
    display: -moz-box;
    display: flex;
    -moz-box-align: center;
         align-items: center;
    -moz-box-pack: center;
         justify-content: center;
    margin-bottom: 10px;
  }
  .CardItemsSlider_slide__priceNew {
    font-weight: 800;
    font-size: 20px;
    line-height: 20px;
    text-align: center;
    color: #252525;
  }
  .CardItemsSlider_slide__priceOld {
    font-weight: 800;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    -webkit-text-decoration-line: line-through;
       -moz-text-decoration-line: line-through;
            text-decoration-line: line-through;
    color: #898989;
    margin-left: 8px;
  }
  .CardItemsSlider_slide__available {
    font-size: 11px;
    line-height: 13px;
    text-align: center;
    color: #252525;
  }
  .CardItemsSlider_slide__rate {
    padding: 0 10px;
  }

  .CardItemsSlider__noneBorder {
    border: 14px solid transparent;
  }

  .CardItemsSlider_defaultImage {
    max-width: 100%;
  }
/* */

/* ViewedItems */
  .ViewedItems_items {
    background: #f2f2f2;
    width: 100%;
    display: block;
    padding-bottom: 60px;
  }
  .ViewedItems_items__title {
    font-weight: 800;
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    color: #252525;
    padding: 17px 20px 10px;
    border-bottom: 1px solid #e9e9e9;
  }
  .ViewedItems_items__sliderWrap {
    padding-top: 20px;
  }
  .ViewedItems_items__sliderWrap > div > div > div {
    margin-left: 0;
  }
  .ViewedItems_items__sliderWrap > div > button {
    background: none !important;
  }
  .ViewedItems_items__sliderWrap > div > button:hover,
  .ViewedItems_items__sliderWrap > div > button:focus {
    background: none !important;
  }

  .ViewedItems_loader {
    height: 430px;
    width: 100%;
    display: -moz-box;
    display: flex;
    -moz-box-align: center;
         align-items: center;
    -moz-box-pack: center;
         justify-content: center;
  }
/* */

/* OtherProducts */
  .OtherProducts_otherProducts {
    margin-bottom: 20px;
    display: -moz-box;
    display: flex;
    margin-top: 65px;
  }
  .OtherProducts_otherProducts__list {
    display: -moz-box;
    display: flex;
    margin: -8px 0 11px;
    padding: 0;
    list-style: none;
  }
  .OtherProducts_otherProducts__tab {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    max-width: 270px;
    margin-right: 55px;
    cursor: pointer;
    color: rgba(46, 119, 144, 0.5);
    border: none;
    border-bottom: 3px solid rgba(46, 119, 144, 0.5);
    background: transparent;
  }
  .OtherProducts_otherProducts .OtherProducts_otherProducts__tab.active {
    color: #252525;
    border-bottom: 3px solid transparent;
  }
  .OtherProducts_otherProducts__slider {
    margin-bottom: 45px;
  }
  .OtherProducts_otherProducts__slider > div > div > div {
    margin-left: 0;
  }
  .OtherProducts_otherProducts__slider > div > div > button {
    background: none !important;
  }
  .OtherProducts_otherProducts__slider > div > div > button:hover,
  .OtherProducts_otherProducts__slider > div > div > button :focus {
    background: none !important;
  }

  @media screen and (max-width: 767px) {
    .OtherProducts_otherProducts__list {
      grid-gap: 55px;
      gap: 55px;
      -moz-box-pack: center;
           justify-content: center;
      width: 100%;
    }
    .OtherProducts_otherProducts__tab {
      margin: 0;
      text-align: center;
      max-width: unset;
    }
    .OtherProducts_otherProducts__slider > div > div > .OtherProducts_slick-prev {
      left: 0;
    }
    .OtherProducts_otherProducts__slider > div > div > .OtherProducts_slick-next {
      right: 0;
    }
  }
/* */

/* DetailsRating */
  .DetailsRating_reviews {
    margin-top: 40px;
  }
  .DetailsRating_reviewsHeaders__title {
    font-weight: 900;
    font-size: 28px;
    line-height: 28px;
    color: #252525;
    margin-bottom: 5px;
  }
  .DetailsRating_reviewsHeaders__subtitle {
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    text-transform: uppercase;
    color: #252525;
  }

  .DetailsRating_points {
    display: -moz-box;
    display: flex;
    width: 100%;
    -moz-box-align: center;
         align-items: center;
    background: #77c63b;
    padding: 9px 16px;
    margin-bottom: 1px;
  }

  .DetailsRating_points + div[aria-hidden="true"]{
    display: none;
  }

  .DetailsRating_points__btn {
    display: -moz-box;
    display: flex;
    -moz-box-align: center;
         align-items: center;
    -moz-box-pack: center;
         justify-content: center;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 3px;
    border: none;
    outline: none;
    font-weight: 600;
    font-size: 20px;
    line-height: 20px;
    color: #252525;
    width: 22px;
    margin-right: 18px;
  }
  .DetailsRating_points__text {
    font-size: 13px;
    line-height: 28px;
    color: #252525;
  }
  .DetailsRating_points__point {
    width: 174px;
    margin-left: auto;
    font-weight: 400;
    font-size: 13px;
    line-height: 28px;
    color: #252525;
  }
  .DetailsRating_points__point b {
    font-weight: 600;
  }
  .DetailsRating_points__halfGreen {
    background: #b0e27b;
  }
  .DetailsRating_points__yellow {
    background: #fdf76a;
    padding-left: 56px;
  }

  .DetailsRating_stats {
    margin-top: 30px;
    margin-bottom: 30px;
    width: 700px;
  }
  .DetailsRating_stats__rate {
    background: #3f3a39;
    display: block;
    padding: 8px 30px;
    font-weight: 800;
    font-size: 16px;
    line-height: 28px;
    color: #ffffff;
  }
  .DetailsRating_stats__item {
    background: #e9e9e9;
    padding: 18px 30px;
    display: -moz-box;
    display: flex;
    -moz-box-align: center;
         align-items: center;
    margin-bottom: 1px;
  }
  .DetailsRating_stats__count {
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    color: #252525;
    margin-right: 10px;
  }
  .DetailsRating_stats__title {
    font-size: 14px;
    line-height: 28px;
    color: #252525;
  }
  .DetailsRating_stats__disclaimer {
    font-size: 10px;
    line-height: 28px;
    color: #252525;
  }
  .DetailsRating_stats__disclaimerItalic {
    font-style: italic;
  }

  .DetailsRating_rating {
    margin-top: 15px;
  }
  .DetailsRating_rating__title {
    font-weight: 700;
    font-size: 14px;
    line-height: 28px;
    text-transform: uppercase;
    color: #252525;
  }
  .DetailsRating_rating__description {
    font-weight: 500;
    font-size: 14px;
    line-height: 28px;
    color: #252525;
    margin-bottom: 5px;
  }

  .DetailsRating_averageRating {
    display: -moz-box;
    display: flex;
  }
  .DetailsRating_averageRating__title {
    font-weight: 600;
    font-size: 14px;
    line-height: 28px;
    color: #252525;
    margin-right: 10px;
  }
  .DetailsRating_averageRating__btn {
    margin-left: 25px;
    border: none;
    outline: none;
    background: none;
    font-size: 14px;
    line-height: 17px;
    -webkit-text-decoration-line: underline;
       -moz-text-decoration-line: underline;
            text-decoration-line: underline;
    color: #2e7790;
    font-weight: 700;
  }
  .DetailsRating_averageRating__btn:hover {
    text-decoration: none;
  }

  .DetailsRating_watchRate {
    margin-top: 20px;
  }
  .DetailsRating_watchRate__btn {
    font-weight: 800;
    font-size: 13px;
    line-height: 28px;
    color: #d40000;
    border: 1px solid #e9e9e9;
    border-radius: 15px;
    padding: 5px 17px;
  }

  .DetailsRating_diski {
    margin-top: 19px;
    width: 700px;
  }
  .DetailsRating_diski__head {
    background: #E9E9E9;
    padding: 9px 15px 14px;
  }
  .DetailsRating_diski__title {
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    color: #14190D;
    text-transform: uppercase;
    margin: 0 0 5px;
  }
  .DetailsRating_diski__item {
    display: -moz-box;
    display: flex;
    border-top: 1px solid #fff;
  }
  .DetailsRating_diski__item:nth-child(2n) {
    background: #E9E9E9;
  }
  .DetailsRating_diski__label {
    font-size: 15px;
    line-height: 28px;
    padding: 2px 15px;
    -moz-box-flex: 1;
         flex: 1 1;
  }
  .DetailsRating_diski__rate {
    -moz-box-flex: 0;
         flex: 0 0 200px;
    padding: 2px 15px;
    font-size: 13px;
    line-height: 28px;
    color: #14190D;
  }

  @media screen and (max-width: 767px) {
    .DetailsRating_diski {
      width: 100%;
    }
  }
/* */

/* ProductStickyHeader */
  .ProductStickyHeader_productHeader {
    display: none;
    position: fixed;
    top: -76px;
    left: 0;
    right: 0;
    height: 76px;
    background: #fff;
    padding: 8px 0;
    z-index: 10;
    -webkit-transition: top 0.3s ease, box-shadow 0.3s ease;
    -moz-transition: top 0.3s ease, box-shadow 0.3s ease;
    transition: top 0.3s ease, box-shadow 0.3s ease;
  }
  .ProductStickyHeader_productHeader__row {
    -moz-box-align: center;
         align-items: center;
  }
  .ProductStickyHeader_productHeader__right {
    display: -moz-box;
    display: flex;
    -moz-box-pack: end;
         justify-content: flex-end;
    -moz-box-align: center;
         align-items: center;
  }
  .ProductStickyHeader_productHeader__btn {
    min-width: 184px;
    font-size: 20px;
    line-height: 30px;
  }
  .ProductStickyHeader_productHeader__btnGray {
    min-width: 184px;
    font-size: 18px;
    line-height: 30px;
  }

  .ProductStickyHeader_product {
    display: -moz-box;
    display: flex;
    -moz-box-align: center;
         align-items: center;
  }
  .ProductStickyHeader_product__name {
    font-size: 15px;
    line-height: 16px;
    display: block;
    font-weight: 700;
    color: #252525;
    margin: 0 0 8px;
  }
  .ProductStickyHeader_product__picture {
    width: 60px;
    height: 60px;
    margin-right: 16px;
    overflow: hidden;
  }
  .ProductStickyHeader_product__img {
    width: 100%;
    display: block;
  }

  .ProductStickyHeader_price {
    text-align: right;
    margin-right: 39px;
  }
  .ProductStickyHeader_price__old {
    color: #898989;
    font-size: 16px;
    line-height: 20px;
    display: block;
    font-weight: 800;
  }
  .ProductStickyHeader_price__new {
    font-size: 20px;
    line-height: 24px;
    font-weight: 800;
    color: #252525;
    display: block;
  }

  .ProductStickyHeader_sticky {
    top: 0;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  }
/* */


/* TabPanel_preloader */
  .TabPanel_preloader {
    display: -moz-box;
    display: flex;
    -moz-box-pack: center;
         justify-content: center;
    -moz-box-align: center;
         align-items: center;
    padding: 20px 0;
  }
/* */

/* OrderSuccess */
  .OrderSuccess_success__5SIN2 {
    background: #f2f2f2;
    padding: 20px 30px;
  }
  .OrderSuccess_success__header__5CTVW {
    text-align: center;
    margin-bottom: 20px;
  }
  .OrderSuccess_success__title__IodM1 {
    font-weight: 800;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    color: #252525;
    margin-top: 13px;
  }

  .OrderSuccess_description__8a_q2 {
    font-size: 15px;
    line-height: 24px;
    color: #252525;
  }
  .OrderSuccess_description__name__PnZWx {
    margin-bottom: 0;
  }
  .OrderSuccess_description__products__h372Y {
    padding: 35px 0;
  }
  .OrderSuccess_description__productsTitle__xsSPB {
    display: block;
    text-decoration: underline;
  }
  .OrderSuccess_description__totalPrice__vxJDv {
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 35px;
  }
  .OrderSuccess_description__payment__4SzCE {
    text-decoration: underline;
  }
/*  */

/* OrderProducts */
  .OrderProducts_order {
    width: 100%;
    background: #f2f2f2;
  }
  .OrderProducts_order__products {
    padding: 22px 20px 6px;
  }
  .OrderProducts_order__title {
    text-align: center;
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    padding-bottom: 8px;
    margin-bottom: 30px;
    color: #2e7790;
    border-bottom: 1px solid #aaaaaa;
  }

  .OrderProducts_list {
    padding: 0 10px;
  }
  .OrderProducts_list__item {
    padding: 10px 0 18px;
    border-bottom: 1px solid #aaaaaa;
  }
  .OrderProducts_list__item:last-child {
    border-bottom: 1px solid transparent;
  }
  .OrderProducts_list__delete {
    width: 22px;
    height: 22px;
    background: url("../img/cancel-circle.svg") no-repeat center/cover;
    margin-right: 20px;
    display: inline-block;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    vertical-align: top;
    border: none;
  }
  .OrderProducts_list__title {
    display: inline-block;
    max-width: 385px;
    font-weight: 700;
    font-size: 14px;
    line-height: 14px;
    color: #252525;
    margin-bottom: 0;
  }
  .OrderProducts_list__info {
    display: -moz-box;
    display: flex;
    margin-top: 14px;
    gap: 23px;
  }
  .OrderProducts_list__image {
    width: 125px;
    height: 125px;
    object-fit: contain;
  }
  .OrderProducts_list__countWrapper {
    width: 100%;
  }

  .OrderProducts_list__count .ProductPrice_productPrice{
    margin: 0;
  }


  .OrderProducts_list__count {
    display: -moz-box;
    display: flex;
    -moz-box-align: center;
         align-items: center;
    -moz-box-pack: justify;
         justify-content: space-between;
         gap: 10px;
  }
  .OrderProducts_list__totalPrice {
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #252525;
  }
  .OrderProducts_list__vendor {
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    color: #252525;
    margin-top: 6px;
    margin-bottom: 14px;
  }
  .OrderProducts_list__country {
    font-weight: 500;
    font-size: 14px;
    line-height: 14px;
    color: #252525;
  }
  .OrderProducts_list__empty {
    text-align: center;
    padding: 20px 0 40px;
  }

  .OrderProducts_productsCost {
    padding: 15px 20px 16px;
    background: #d0d0d0;
  }
  .OrderProducts_productsCost__title {
    font-weight: 600;
    font-size: 15px;
    line-height: 22px;
    color: #252525;
    margin-bottom: 19px;
  }
  .OrderProducts_productsCost__cost {
    display: block;
    float: right;
    font-size: 18px;
  }

  .OrderProducts_tarifs {
    padding: 20px 20px 70px;
  }
  .OrderProducts_tarifs__item {
    display: -moz-box;
    display: flex;
    -moz-box-pack: justify;
         justify-content: space-between;
    -moz-box-align: start;
         align-items: flex-start;
    width: 100%;
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    color: #252525;
    margin-bottom: 14px;
  }
  .OrderProducts_tarifs__item:last-child {
    margin-bottom: 22px;
  }
  .OrderProducts_tarifs__cost {
    font-weight: 600;
    font-size: 15px;
    line-height: 22px;
    text-align: right;
    color: #252525;
    max-width: 130px;
  }

  .OrderProducts_totalCost {
    border-top: 1px solid #aaaaaa;
    padding-top: 9px;
    font-weight: 600;
    font-size: 15px;
    line-height: 22px;
    text-transform: uppercase;
    color: #252525;
  }
  .OrderProducts_totalCost__cost {
    display: block;
    float: right;
    font-size: 18px;
    text-transform: none;
  }

  .OrderProducts_button {
    font-weight: 500;
    font-size: 12px;
    line-height: 22px;
    color: #2e7790;
    border: none;
    background: none;
    padding-left: 0;
    padding-right: 0;
  }

  @media(max-width: 992px){
    .OrderProducts_order .create_order{
      display: none;
    }
  }

  @media(max-width: 576px){
    .OrderProducts_list__countWrapper{
      flex-direction: column-reverse;
      display: flex;
    }

    .OrderProducts_list__count{
      flex-direction: column;
    }
  }

/*  */

/* Order_orderingForm */
  .Order_orderingForm ul {
    cursor: pointer;
  }

  .Order_departmentList {
    max-height: 210px;
    overflow: auto;
  }

  .Order_enterAccount {
    padding: 21px 16px;
    background: #e9e9e9;
    font-size: 15px;
    line-height: 18px;
    color: #252525;
    margin: 0 0 10px;
    font-weight: 500;
  }
  .Order_enterAccount button {
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    font-size: inherit;
    line-height: inherit;
    color: #2e7790;
  }
  .Order_enterAccount button:hover {
    text-decoration: underline;
  }
/**/

/* ArticlesMenu */
  .ArticlesMenu_menu {
    width: 20%;
    background: #e9e9e9;
    margin-right: 5%;
  }
  .ArticlesMenu_menu__link {
    background: #e9e9e9;
    font-weight: 500;
    font-size: 15px;
    line-height: 15px;
    color: #252525;
    padding: 15px;
    display: block;
  }
  .ArticlesMenu_menu__link:hover {
    text-decoration: underline;
  }
  .ArticlesMenu_menu__sale {
    background: #008fec;
    font-weight: 700;
    color: #ffffff;
  }
  .ArticlesMenu_menu__specialOffer {
    background: #666666;
    font-weight: 700;
    color: #ffffff;
  }
  .ArticlesMenu_menu__news {
    font-weight: 600;
  }
  .ArticlesMenu_menu__newsBlock {
    border-bottom: 1px solid #cdcdcd;
  }
  .ArticlesMenu_menu__item {
    padding-left: 15px;
  }
  .ArticlesMenu_menu__title {
    font-weight: 600;
    font-size: 15px;
    line-height: 15px;
    color: #252525;
    padding: 15px;
  }
/* */

/* ArticlesList*/
  .ArticlesList_articles {
    width: 100%;
  }

  .ArticlesList_article {
    background: #ffffff;
    border: 1px solid #e9e9e9;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    box-shadow: 0px 0.5px 1px rgba(0, 0, 0, 0.1);
    display: -moz-box;
    display: flex;
    max-height: 245px;
    margin-bottom: 30px;
  }
  .ArticlesList_article__image {
    width: 300px;
    height: 245px;
    object-fit: cover;
  }
  .ArticlesList_article__content {
    padding: 20px 15px 7px 25px;
  }
  .ArticlesList_article__title {
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    color: #505050;
    margin-bottom: 7px;
  }
  .ArticlesList_article__tags {
    display: -moz-box;
    display: flex;
    flex-wrap: wrap;
  }
  .ArticlesList_article__tag {
    background: #008fec;
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
    text-transform: uppercase;
    color: #ffffff;
    padding: 0 12px;
    border: none;
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .ArticlesList_article__text {
    font-size: 15px;
    line-height: 24px;
    color: #242424;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 100px;
    width: 100%;
  }
  .ArticlesList_article__footer {
    display: -moz-box;
    display: flex;
    -moz-box-pack: justify;
         justify-content: space-between;
    -moz-box-align: center;
         align-items: center;
  }
  .ArticlesList_article__date {
    font-weight: 500;
    font-size: 15px;
    line-height: 24px;
    color: #a5a5a5;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .ArticlesList_article__link {
    font-weight: 500;
    font-size: 15px;
    line-height: 24px;
    color: #2e7790;
  }

  .ArticlesList_preloader {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.5);
    z-index: 1;
    display: -moz-box;
    display: flex;
    -moz-box-align: center;
         align-items: center;
    -moz-box-pack: center;
         justify-content: center;
  }
/* */

/* ArticlesTemplate */
  .ArticlesTemplate_wrapper {
    margin-top: 30px;
    display: -moz-box;
    display: flex;
    -moz-box-align: start;
         align-items: flex-start;
  }

  .ArticlesTemplate_pagination {
    margin-bottom: 42px;
  }

  .ArticlesTemplate_rightBlock {
    width: 75%;
  }

  .ArticlesTemplate_tags {
    display: -moz-box;
    display: flex;
    -moz-box-align: center;
         align-items: center;
  }
  .ArticlesTemplate_tags__item__Akrt8 {
    margin-bottom: 8px;
    padding: 2px 6px 2px 10px;
    background: rgba(0, 0, 0, 0.35);
    border-radius: 15px;
    color: #fff;
    font-weight: 500;
    font-size: 13px;
    line-height: 18px;
    text-transform: capitalize;
    margin-right: 10px;
  }
  .ArticlesTemplate_tags__icon__wzF87 {
    font-size: 10px;
    cursor: pointer;
    width: 16px;
    display: inline-block;
    text-align: center;
  }
/* */

/* DeliveryPageTemplate */
  .DeliveryPageTemplate_ukraine {
    margin-bottom: 65px;
  }

  .DeliveryPageTemplate_region {
    margin-bottom: 50px;
  }
  .DeliveryPageTemplate_region__title {
    font-weight: 800;
    font-size: 22px;
    line-height: 24px;
    color: #444444;
    margin-bottom: 18px;
    display: block;
  }
  .DeliveryPageTemplate_region__list {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
    padding-left: 10px;
  }
  .DeliveryPageTemplate_region__link__aKpdt {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #2e7790;
    padding: 6px 0 6px 6px;
    display: inline-block;
    margin-right: 5px;
  }
  .DeliveryPageTemplate_region__link__aKpdt:hover {
    text-decoration: underline;
  }
  .DeliveryPageTemplate_region__temporary__LobPO {
    font-weight: 700;
    font-size: 13px;
    line-height: 20px;
    color: #444444;
  }

  .DeliveryPageTemplate_pageText {
    margin-bottom: 40px;
  }

  .DeliveryPageTemplate_delivery h1 {
    font-weight: 900;
    font-size: 30px;
    line-height: 32px;
    margin-bottom: 16px;
    color: #252525;
  }
/* */

/* error page*/
  .error-page.jsx-2357717569{text-align:center;padding-top:22px;}.error-page__title.jsx-2357717569{font-weight:700;font-size:64px;line-height:72px;color:#1a4c7a;margin-bottom:8px;}.error-page__subtitle.jsx-2357717569{font-size:16px;line-height:24px;color:#1a4c7a;margin-bottom:16px;}.error-page__causes-block.jsx-2357717569{max-width:550px;margin:auto;margin-bottom:8px;}.error-page__causes.jsx-2357717569{font-size:16px;line-height:24px;color:#444444;margin-bottom:0;text-align:left;}.error-page__causes-list.jsx-2357717569{list-style:inside;padding-left:10px;}.error-page__causes-item.jsx-2357717569{font-size:16px;line-height:24px;color:#444444;text-align:left;}.error-page__link.jsx-2357717569{color:#1a4c7a;-webkit-text-decoration:underline;text-decoration:underline;}
/* */

/* ???*/
 #nprogress{pointer-events:none;}#nprogress .bar{background:#29D;position:fixed;z-index:9999;top:0;left:0;width:100%;height:3px;}#nprogress .peg{display:block;position:absolute;right:0px;width:100px;height:100%;box-shadow:0 0 10px #29D,0 0 5px #29D;opacity:1;-webkit-transform:rotate(3deg) translate(0px,-4px);-ms-transform:rotate(3deg) translate(0px,-4px);-webkit-transform:rotate(3deg) translate(0px,-4px);-ms-transform:rotate(3deg) translate(0px,-4px);transform:rotate(3deg) translate(0px,-4px);}#nprogress .spinner{display:block;position:fixed;z-index:1031;top:15px;right:15px;}#nprogress .spinner-icon{width:18px;height:18px;box-sizing:border-box;border:solid 2px transparent;border-top-color:#29D;border-left-color:#29D;border-radius:50%;-webkit-animation:nprogresss-spinner 400ms linear infinite;-webkit-animation:nprogress-spinner 400ms linear infinite;animation:nprogress-spinner 400ms linear infinite;}.nprogress-custom-parent{overflow:hidden;position:relative;}.nprogress-custom-parent #nprogress .spinner,.nprogress-custom-parent #nprogress .bar{position:absolute;}@-webkit-keyframes nprogress-spinner{0%{-webkit-transform:rotate(0deg);}100%{-webkit-transform:rotate(360deg);}}@-webkit-keyframes nprogress-spinner{0%{-webkit-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg);}100%{-webkit-transform:rotate(360deg);-ms-transform:rotate(360deg);transform:rotate(360deg);}}@keyframes nprogress-spinner{0%{-webkit-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg);}100%{-webkit-transform:rotate(360deg);-ms-transform:rotate(360deg);transform:rotate(360deg);}}</style>
/*  */

/* ??? ???*/

    #container {
      position: absolute;
      bottom: 10px;
      right: 30px;

      border-radius: 3px;
      background: #000;
      color: #fff;
      font: initial;
      cursor: initial;
      letter-spacing: initial;
      text-shadow: initial;
      text-transform: initial;
      visibility: initial;

      padding: 7px 10px 8px 10px;
      align-items: center;
      box-shadow: 0 11px 40px 0 rgba(0, 0, 0, 0.25), 0 2px 10px 0 rgba(0, 0, 0, 0.12);

      display: none;
      opacity: 0;
      transition: opacity 0.1s ease, bottom 0.1s ease;
      animation: fade-in 0.1s ease-in-out;
    }

    #container.visible {
      display: flex;
    }

    #container.building {
      bottom: 20px;
      opacity: 1;
    }

    #icon-wrapper {
      width: 16px;
      height: 16px;
    }

    #icon-wrapper >
     svg {
      width: 100%;
      height: 100%;
    }

    #icon-group {
      animation: strokedash 1s ease-in-out both infinite;
    }

    @keyframes fade-in {
      from {
        bottom: 10px;
        opacity: 0;
      }
      to {
        bottom: 20px;
        opacity: 1;
      }
    }

    @keyframes strokedash {
      0% {
        stroke-dasharray: 0 226;
      }
      80%,
      100% {
        stroke-dasharray: 659 226;
      }
    }
/* */



span.react-stars-half > * {
  color: #ffd700;
}

/* modal */

.modal{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none;
}

.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem);
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
    }

    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem);
    }
}

.modal.fade .modal-dialog {
    transition: transform .3s ease-out;
    transform: translate(0, -50px);
}

.modal.show .modal-dialog {
    transform: none;
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border-radius: .3rem;
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}

.modal-backdrop.fade {
    opacity: 0;
}

.modal-backdrop.show {
    opacity: .8;
}

.fade {
    transition: opacity .15s linear;
}

.tab-pane{
  display: none;
}

.tab-pane.active{
  display: block;
}

/* table */

.table {
    background: #e9e9e9;
    border: 1px solid #d2d2d2;
    margin-bottom: 20px;
}
.table__col {
  width: 90%;
}

.table__line {
  text-align: center;
  display: flex;
}

.table__cell {
  height: 50px;
  padding: 5px;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #252525;
  width: 20%;
  text-transform: capitalize;
  display: flex;
  justify-content: center;
  align-items: center;
}

.table__cellActive {
  background: #2e7790;
}

.table__cellRim {
  width: 12%;
}

.table__cellRim:first-child, .table__cellRim:last-child {
    width: 24%;
}

.table__link {
  text-decoration: underline;
  color: #2e7790;
  font-weight: 700;
  text-transform: uppercase;
  background: none;
  padding: 0;
  margin: 0;
  box-shadow: none;
  border: none;
}

.table__link:hover {
  text-decoration: none;
}

.table__linkActive {
  color: #fff;
}

/* Slider */

.bigSlider-item, .navSlider-item{
  height: auto;
}

/* ImgModal */

.modal-fast-view{
  max-width: 1000px;
}

.imageModal_imageModal_wrapper {
  max-width: 1000px;
  width: 100%;
  background: #fff;
  border-radius: 5px;
  height: 620px;
}

.imageModal_imageModalHead {
  padding: 15px 15px 12px 25px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #e9e9e9;
}
.imageModal_imageModalHead__title {
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
  color: #444;
  margin-bottom: 0;
}

.imageModal_imageModalHead__close {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: #e9e9e9;
  outline: none;
  border: none;
}



.imageModal_imageModalBody {
  padding: 30px 40px 30px 25px;
  height: 90%;
  display: flex;
  align-items: flex-end;
}
.imageModal_imageModalBody_info {
    width: 230px;
    margin-left: auto;
    margin-top: auto;
}
.imageModal_imageModalBody_infoStatus {
      text-align: right;
}

.imageModal_imageModalBody_infoWidget {
      margin: 30px 0;
      text-align: right;
}

.imageModal_imageModalBody_slider {
    width: calc(100% - 230px);
    display: flex;
    height: 500px;
}



@media screen and (max-width: 991px){
  .imageModal_imageModal_wrapper{
    height: auto;
  }

  .imageModal_imageModalBody{
    flex-wrap:wrap;
    gap: 20px;
  }
  .imageModal_imageModalBody_info{
      width: 100%;
    }

  .imageModal_imageModalBody_slider{
      width: 100%;
      height: auto;
  }

}

@media screen and (max-width: 767px)
{
  .imageModal_imageModalBody_slider{
    flex-direction: column;
    gap: 10px;
  }
}

/* AvtoShiny*/

.AvtoShiny_brands {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 95px;
}

.AvtoShiny_brands__item {
    width: 25%;
    height: 190px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    border-bottom: 10px solid transparent;
}

.AvtoShiny_brands__item:hover:not(:empty) {
    border-bottom: 10px solid #e9e9e9;
    cursor: default;
  }

.AvtoShiny_brands__item::before {
      content: '';
      position: absolute;
      bottom: -11px;
      left: 15px;
      right: 15px;
      height: 1px;
      background: #e9e9e9;
    }

.AvtoShiny_brands__item::after {
      content: '';
      position: absolute;
      right: 0px;
      top: 15px;
      bottom: 5px;
      width: 1px;
      background: #e9e9e9;
    }

.AvtoShiny_brands__item:nth-child(4n + 4)::after {
    background: none;
}

.AvtoShiny_brands__item:nth-last-of-type(-n + 4)::before {
    background: none;
}



.AvtoShiny_brands__button {
    border: none;
    background: none;
    outline: none;
    width: 100%;
    height: 100%;
    text-align: center;
    margin-bottom: 14px;
  }

.AvtoShiny_brands__image {
    margin: 44px 0 49px;
      max-width: 95px;
    max-height: 60px;
  }

.AvtoShiny_brands__name {
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    color: #252525;
  }

.AvtoShiny_brandsText {
  margin-top: 40px;
}

.AvtoShiny_brandsText h2 {
    font-weight: 700;
    font-size: 22px;
    line-height: 22px;
    color: #4f5449;
    margin-bottom: 25px;
  }

.AvtoShiny_brandsText p {
    font-size: 15px;
    line-height: 22px;
    color: #4f5449;
    margin-bottom: 25px;
  }

.rating-modal-content{
  max-width: 690px;
}

/* AutoBrandModels_ */

.AutoBrandModels_models {
  list-style: none;
  padding: 0;
  margin: 0 0 30px;
  column-count: 4;
  grid-column-gap: 10px;
  column-gap: 10px;
  margin-bottom: 40px;
}

.AutoBrandModels_models__url {
    font-size: 15px;
    line-height: 28px;
    color: #252525;
}
.AutoBrandModels_models__url:hover {
      text-decoration: underline;
    }

.AutoBrandModels_models__brand {
    font-weight: 700;
    color: #2e7790;
}

.AutoBrandModels_preloader {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
  height: 56px;
}

/* AutoBrandDiameters_ */

.AutoBrandDiameters_radius {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.AutoBrandDiameters_radius__title {
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #252525;
    margin-bottom: 20px;
    display: block;
  }

.AutoBrandDiameters_radius__link {
    font-weight: 700;
    font-size: 15px;
    line-height: 30px;
    color: #2e7790;
    margin-right: 40px;
    text-transform: uppercase;
  }

/* ModelsWithProducts */

.ModelsWithProducts_models {
  list-style: none;
  padding: 0;
  margin: 0 0 30px;
  column-count: 4;
  grid-column-gap: 10px;
  column-gap: 10px;
  margin-bottom: 10px;
}

.ModelsWithProducts_models__title {
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #252525;
    display: block;
    margin-bottom: 20px;
  }

.ModelsWithProducts_models__link {
    font-weight: 600;
    font-size: 15px;
    line-height: 30px;
    color: #2e7790;
  }

.ModelsWithProducts_models__showMore {
    font-weight: 500;
    font-size: 14px;
    line-height: 28px;
    color: #2e7790;
    display: block;
    margin-left: auto;
    border: none;
    background: none;
  }
.ModelsWithProducts_models__wrapper {
    margin-bottom: 40px;
  }

/*  */

/* all-types */

.all-types-cont{
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin: 0 -10px;
}

.all-types-element{
    display: flex;
    flex-wrap: wrap;
    padding: 10px;
    flex: 0 0 calc(100% / 11);
    max-width: calc(100% / 11);
    gap: 5px;
}

.all-types-title{
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
}

.all-types-item a{
  color: #2E7790;
  font-size: 14px;
}

.all-types-item a:hover{
  text-decoration: underline;
  color: #D40000;
}

@media only screen and (min-width: 992px) {
    .all-types-element{
      padding: 10px 5px;
    }

    .all-types-cont{
      margin: 0 -5px;
    }
}

@media only screen and (max-width: 992px) {
    .all-types-element{
      flex: 0 0 100%;
      max-width: 100%;
      gap: 6px;
    }

    .all-types-item{
      flex: 0 0 calc(100%/3 - 4px);
      max-width: calc(100%/3 - 4px);
      text-align: center;
    }

    .all-types-item a{
      font-size: 16px;
    }
}

.modal-basket-add{
  max-width: 900px;
}

.header-search-dropdown{
  position: absolute;
  left: 9px;
  right: 9px;
  top: 100%;
  border: 1px solid #D8D8D8;
  border-top: 0;
  background: #fff;
  z-index: 4;
  display: none;
}

.header-page__search.opened .header-search-dropdown{
  display: block;
}

.header-search-dropdown-item{
  padding: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.header-search-item-img{
  flex: 0 0 60px;
  height: 60px;
  position: relative;
}

.header-search-item-img img{
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.header-search-item-name{
  font-size: 16px;
  font-weight: 700;
  color: #2E7790;
  flex-grow: 1;
}

.header-search-dropdown-item:hover .header-search-item-name{
  color: #D40000;
}

.header-search-item-price{
  font-size: 16px;
  font-weight: 700;
  white-space: nowrap;
}

.header-search-item-showall{
  padding: 10px;
  text-align: center;
}

.header-search-item-showall a {
  font-weight: 700;
  color: #2E7790;
}

.header-search-item-showall a:hover{
  color: #D40000;
}

.product-counter{
  display: flex;
  gap: 4px;
  align-items: center;
}

.product-counter-btn{
   border: 1px solid #bbbbbb;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  height: 38px;
  flex: 0 0 38px;
  width: 38px;
  background: #fff;
  color: #252525;
  font-weight: 700;
}

.product-counter input{
  flex: 0 0 50px;
  width: 50px;
  height: 38px;
  border: 1px solid #bbbbbb;
  border-radius: 2px;
  font-size: 14px;
  font-weight: 500;
  color: #252525;
  background: #fff;
  text-align: center;
}

.formControl_two{
  display: flex;
  gap: 8px;
}

.formControl_two > div{
  flex: 0 0 calc(50% - 4px);
  max-width: calc(50% - 4px);
}

.calc-table{
  width: 100%;
}

.calc-table iframe{
  width: 100%!important;
}