@import url(https://fonts.googleapis.com/css?family=Roboto:100,100italic,300,300italic,regular,italic,500,500italic,700,700italic,900,900italic);
@import url(https://fonts.googleapis.com/css?family=Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic);

/* ================================================================================ reset */
* {
  padding: 0;
  margin: 0;
  border: 0;
}

*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

nav,
footer,
header,
aside {
  display: block;
}

html,
body {
  overflow-x: hidden;
  font-family: "Roboto";
  font-style: normal;
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a,
a:visited {
  text-decoration: none;
  color: #000000;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

.wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
}

.main {
  flex: 1 1 auto;
}


::-webkit-scrollbar {
  width: 3px;
}

::-webkit-scrollbar-track {
  background: #D9D9D9;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  background: #419EF4;
  border-radius: 10px;
}

h1 {
  margin: 16px 0 48px 25px;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 1.4;
  color: #2f2f2f;
  position: relative;
  display: inline-block;
}

h1::after {
  position: absolute;
  content: '';
  top: 50%;
  left: 0;
  width: 100%;
  height: 61px;
  background: url(../img/ezgif-3-af6bb8896b.png);
  z-index: -1;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

@media (max-width: 767px) {

  .selectedProduct h1,
  h1 {
    margin: 0 12px 28px 16px;
    font-size: 30px;
  }
}

/* ======================================/reset */
.main .main__container .selectedProduct {
  margin-top: 12px;
  width: 100%;
}

.hidden {
  display: none;
}

.active {
  display: block;
}

.selectedProduct__title {
  margin-left: 2px;
  margin-bottom: 40px;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-size: 26px;
  line-height: 24px;
  color: #000000;
}

.selectedProduct__info {
  display: flex;
}

.selectedProduct__panel {
  order: 2;
  position: relative;
  background: #F6F6F6;
  border-radius: 10px;
  padding: 37px 17px;
  margin-left: 19px;
  overflow: hidden;
}

.selectedProduct__panel::after {
  content: '';
  position: absolute;
  bottom: 4px;
  right: -300px;
  background: url(../img/mark.svg) no-repeat;
  width: 100%;
  height: 201px;
  z-index: 1;
}

.selectedProduct__panel-middle {
  position: relative;
  z-index: 2;
}

.main .main__container .selectedProduct .sliders {
  display: flex;
  margin-top: -14px;
  margin-left: 6px;
}

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

.costsTop {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-size: 26px;
  line-height: 24px;
  color: #000000;
}

.subCostsTop {
  position: absolute;
  top: 32px;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #000000;

}

.selectedProduct__panel-top__check {
  z-index: 2;
  background: #419EF4;
  margin-top: -1px;
  height: 41px;
  border-radius: 10px;
  width: 174px;
  padding: 13px 0;
  cursor: pointer;
}

.selectedProduct__panel-top__costs {
  margin: 0 0 0 0;
  position: relative;
}

.cover__top {
  width: 212px;
  height: 43px;
  display: flex;
  margin-top: -3px;
  margin-left: 3px;
  justify-content: space-between;
}

.selectedProduct__panel-top__btn {
  z-index: 3;
  position: relative;
  display: flex;
  width: 100%;
  gap: 25px;
  flex-wrap: wrap;
}

.dropForSelectProduct__hidden {
  display: none;
}

.panel-top__checkBtn {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  color: #FFFFFF;
}

.dropForSelectProduct {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 125px;
  top: 28px;
  left: 0;
  background: #FFFFFF;
  border: 1px solid #DFDFDF;
  border-radius: 10px;
}

.dropdown__arrow180 {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}

.dropForSelectProduct__list {
  width: 166px;
  height: 88px;
  overflow-y: scroll;
  margin: 27px 0 0;
}


.dropForSelectProduct__list-item {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  padding: 0 6px;
  font-size: 14px;
  line-height: 22px;
  cursor: pointer;
  color: #419EF4;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.dropForSelectProduct__list-item:hover {
  background: #F6F6F6;
}

._icon-dollar:before {
  position: absolute;
  top: 2px;
  left: -26px;
  font-size: 18px;
  color: #419EF4;
}

._icon-wheel:before {
  position: absolute;
  top: 1px;
  left: -27px;
  font-size: 18px;
  color: #419EF4;
}

._icon-box:before {
  position: absolute;
  top: 0px;
  left: -31px;
  font-size: 21px;
  color: #419EF4;
}

._icon-discount:before {
  position: absolute;
  top: 0px;
  left: -25px;
  font-size: 19px;
  color: #419EF4;
}

._icon-phone:before {
  position: absolute;
  top: 1px;
  left: -26px;
  font-size: 18px;
  color: #419EF4;
}

.selectedProduct__panel-subMiddle {
  display: flex;
  justify-content: space-evenly;
}

.subMiddle__left {
  margin: 0 0px 0 -10px;
}

.subMiddle__right {
  padding-left: 38px;
}

.subMiddle__right .dropdown ._icon-arrow {
  right: -10px;
}


.addTiresBtn {
  margin-top: 16px;
  width: 242px;
  height: 40px;
  padding: 14px 0px 0 4px;
  background: #419EF4;
  cursor: pointer;
  border-radius: 10px;
}

.addTiresBtn__title {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  color: #FFFFFF;
}

.selectedProduct__panel-footer {
  margin-top: 28px;
  gap: 25px 6px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}

.selectedProduct__panel .dropdown .options {
  width: 242px;
}

.selectedProduct__panel .dropdown.active ._icon-arrow {
  right: -14px;
}

.panel-footerBtn {
  flex-grow: 1;
  cursor: pointer;
  padding: 13px 1px;
  height: 43px;
  width: 243px;
  display: inline-block;
  background: #FFFFFF;
  border: 1px solid #E2E2E2;
  border-radius: 10px;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
}

.panel-footerBtn:hover {
  box-shadow: 0px 0px 0pc 0px #419ef4;
}

.selectedProduct__about {
  margin-top: 25px;
}

.panel-footerBtn__title {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  color: #000000;
}

.wheelspecs {
  margin-top: 25px;
}

.wheelspecs a {
  color: #3CA9E8;
  display: block;
  line-height: 1.5;
  margin-bottom: 20px;
}

.wheelspecs ul {
  display: flex;
  flex-wrap: wrap;
}

.wheelspecs ul li {
  width: 50%;
  display: flex;
}

.wheelspecs ul li span,
.wheelspecs ul li p {
  font-style: normal;
  /* font-weight: 400; */
  font-size: 18px;
  line-height: 28px;
  color: #000000;
  display: inline-block;
  /* width: 50%; */

}

.wheelspecs ul li span {
  width: 40%;
}

.wheelspecs ul li p {
  width: 60%;
}

.wheelspecs__content {
  display: flex;
  justify-content: space-between;
  gap: 26px;
}

.wheelspecs__contentLeft {
  width: 100%;
  display: flex;
}

.contentLeft-left {
  margin-right: 17px;
}

.contentLeft-leftItem {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  color: #000000;
}

.contentLeft-rightItem {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #000000;

}


/* .wheelspecs__contentRight {
  margin-left: 13px;
  width: 100%;
  display: flex;
} */

.contentRight-left {
  margin-right: 16px;
}

/* .contentRight-leftItem {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  color: #000000;
} */

.contentRight-rightItem {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #000000;
}

.fw600 {
  font-weight: 600;
}

.showAllText {
  text-align: center;
  color: #419EF4;
  display: none;
}

.showAllRightColumn {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  text-align: center;

  color: #419EF4;
  display: none;
}


.slider__usage {
  margin: 0 0 0 4px;
}

.Real__usages {
  margin-top: 87px;
  margin-left: -4px;
  width: 1111px;
  background: #F6F6F6;
  border-radius: 10px;
  padding: 46px 40px;
  margin-bottom: 25px;
}


.Real__usages .slick-slide {
  margin-right: 30px;
}


.Real__usages__title {
  margin-top: 1px;
  margin-bottom: 48px;
}

.sliderWithRealUsages h3 {
  display: inline-block;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  color: #3CA9E8;

}

.slider__item {
  margin: 0 35px 35px;
  width: 340px;
  height: 243px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.video__item {
  margin-left: 314px;
  margin-bottom: 10px;
  width: 324px;
  height: 243px;
}


.rewiews {
  margin-top: 69px;
  margin-left: -1px;
}

.rewiews__title {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-size: 26px;
  line-height: 24px;
  margin-bottom: 38px;
  color: #000000;
}


.amouthReviews {
  color: #419EF4;
}

.ratings:nth-child(even) {
  background: #F6F6F6;
  border-radius: 10px;
  padding: 61px 20px;
  width: 1111px;
  margin-bottom: 7px;
}

.ratings {
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
}

.rating__stars {
  margin-bottom: 6px;
}

.rating__star {
  width: 41px;
  height: 41px;
  margin-right: 2px;
}

.rating__dataCar {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 28px;
  color: #419EF4;
}

.rating__title {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 28px;
  color: #000000;
}

.rating__text {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #000000;
}

.ratings__block-hidden {
  display: none;
}

.btnShowAll {
  display: flex;
  justify-content: flex-end;
}

.showAll {
  margin-top: 16px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #419EF4;
  cursor: pointer;
}

.ratings__hiddenBtn {
  cursor: pointer;
  width: 241px;
  background: #419EF4;
  border-radius: 10px;
  padding: 14px 0;
  display: inline-block;
  margin-top: 19px;
  margin-right: -9px;
  height: 41px;
  margin-bottom: 38px;
}

.ratings__hiddenBtn__title {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  color: #FFFFFF;
}

.selectedProduct__panel-subMiddle .dropdown {
  width: 241px;
}

.main .main__container .selectedProduct .sliders {
  display: flex;
}

.main .main__container .selectedProduct .slider1 {
  width: 441px;
}

.main .main__container .selectedProduct .slider1__bigImg {
  width: 441px;
  height: 441px;
}

.main .main__container .selectedProduct .slider2 {
  width: 63px;
  height: 30px;
  gap: 7px;
  margin-top: 210px;
  margin-left: 27px;
  position: relative;
  transform: translateY(-150px);
  -webkit-transform: translateY(-150px);
  -moz-transform: translateY(-150px);
  -ms-transform: translateY(-150px);
  -o-transform: translateY(-150px);
}

.main .main__container .selectedProduct .slider2__smollImg {
  width: 63px;
  height: 72px;
}

.main .main__container .selectedProduct .smoll__img {
  width: 100%;
}

.main .main__container .selectedProduct .slick-arrow.slick-prev {
  position: absolute;
  top: -39px;
  right: 23px;
  font-size: 0;
  background: url(../img/blueArrowDown.svg);
  width: 19px;
  height: 13px;
  background-repeat: no-repeat;
  transform: rotate(180deg) scale(1.5);
  -webkit-transform: rotate(180deg) scale(1.5);
  -moz-transform: rotate(180deg) scale(1.5);
  -ms-transform: rotate(180deg) scale(1.5);
  -o-transform: rotate(180deg) scale(1.5);
}

.main .main__container .selectedProduct .slick-arrow.slick-next {
  position: absolute;
  right: 23px;
  bottom: -360px;
  font-size: 0;
  background: url(../img/blueArrowDown.svg);
  width: 19px;
  height: 13px;
  background-repeat: no-repeat;
  transform: scale(1.5);
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -o-transform: scale(1.5);
}

.main .main__container .selectedProduct .button__checkP {
  margin-top: -13px;
  position: relative;
  height: 33px;
  width: 173px;
}

.main .main__container .selectedProduct .checkPrice {
  top: -1px;
  left: 0px;
  padding: 16px 0px 13px 0;
  display: flex;
  justify-content: center;
  background: #419EF4;
  border-radius: 7px;
  position: absolute;
  z-index: 3;
  cursor: pointer;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  color: #FFFFFF;
}

.main .main__container .dropdownInCard {
  position: absolute;
  padding: 21px 3px 14px 5px;
  width: 100%;
  height: max-content;
  /* max-height: 250px; */
  z-index: 2;
  top: 34px;
  left: 0px;
  background: #FFFFFF;
  border: 1px solid #DFDFDF;
  border-radius: 10px;
}

/* ====================================================================================== */

/* ====================================================================================== */
.header .header__container {
  width: calc(1110px + (1110 - 1110) * ((100vw - 320px) / (1920 - 320)));
  margin: 0 auto;
}

.header .logo {
  display: flex;
  align-items: center;
}

.header ._icon-logoCar {
  padding: 0 5px;
  font-size: 65px;
  padding-right: 27px;
  color: #000000;
  margin-top: 26px;
  margin-bottom: 15px;
}

.header .nameCompany {
  margin-left: 26px;
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  color: #000000;
}

.header .header__mainImg {
  width: calc(320px + (1920 - 320) * ((100vw - 320px) / (1920 - 320)));
  background-image: url(../img/mainImg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: calc(353px + (590 - 353) * ((100vw - 360px) / (1920 - 360)));
}

.header .mainImg {
  width: 100%;
}

.header .bg__headerMenu {
  position: relative;
  width: 100%;
}

.header .bg__headerMenu::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 87%;
  background: #419EF4;
  z-index: 3;
}

.header .header__body {
  position: relative;
  display: flex;
}

.header .header__list {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #FFFFFF;
  display: flex;
  gap: 49px;
  padding: 14px 0 15px 5px;
  position: relative;
  z-index: 3;
}

.header .nav__link {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;

  color: #FFFFFF;
}

@media (max-width: 767px) {
  .header body.lock {
    overflow: hidden;
  }

  .wheelspecs ul {
    flex-direction: column;
  }

  .wheelspecs ul li {
    width: 100%;
  }

  .header .bg__headerMenu {
    padding: 15px;
  }

  .header .header__burger {
    display: block;
    margin: auto 0px;
    position: relative;
    width: 24px;
    height: 21px;
    z-index: 6;
  }

  .header .header__burger span {
    position: absolute;
    background-color: #fff;
    left: 0;
    width: 100%;
    height: 5px;
    top: 8px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
  }

  .header .header__burger::before,
  .header .header__burger::after {
    content: '';
    background-color: #fff;
    position: absolute;
    width: 100%;
    height: 5px;
    left: 0;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
  }

  .header .header__burger::before {
    top: 0;
  }

  .header .header__burger::after {
    bottom: 0;
  }

  .header .header__burger.active span {
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
  }

  .header .header__burger.active::before {
    top: 8px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
  }

  .header .header__burger.active::after {
    bottom: 8px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
  }

  .header .header__menu {
    position: absolute;
    top: 0;
    left: -200vw;
    width: 105vw;
    height: 100vh;
    background: #419EF4;
    z-index: 5;
    padding: 50px 0 0 0;
    transition: all 0.8s ease 0s;
    -webkit-transition: all 0.8s ease 0s;
    -moz-transition: all 0.8s ease 0s;
    -ms-transition: all 0.8s ease 0s;
    -o-transition: all 0.8s ease 0s;
  }

  .header .header__menu.active {
    left: calc(-20px + (-10 - 20) * ((100vw - 320px) / (767 - 320)));
  }

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

.crumbs {
  width: calc(1110px + (1110 - 1110) * ((100vw - 320px) / (1920 - 320)));
  margin: 20px auto 34px;
}

.crumbs .container {
  margin-left: 4px;
  display: flex;
  flex-wrap: wrap;
  margin-top: 2px;
}

.crumbs .container .crumb {
  display: inline-block;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 48px;
  color: #333333;
  padding-right: 4px;
  transition: all .3s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
}

.crumbs .container .crumb:hover {
  color: #419EF4;
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}

.crumbs .container .crumb+.crumb::before {
  content: ">";
  padding-right: 3px;
  color: #3CA9E8;
}


.main .main__container {
  width: 1100px;
  margin: 0 auto;
  display: flex;
  gap: 30px;
}

@media (max-width: 1120px) {
  .main .main__container {
    width: calc(360px + (1115 - 360) * ((100vw - 360px) / (1120 - 360)));
    position: relative;
  }

  .crumbs {
    width: calc(352px + (1110 - 352) * ((100vw - 360px) / (1120 - 360)));
    margin: 20px auto 34px;
  }

  .header .header__container {
    width: calc(320px + (1110 - 320) * ((100vw - 320px) / (1120 - 320)));
    margin: 0 auto;
  }

  .header .header__list {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: calc(14px + (18 - 14) * ((100vw - 320px) / (1120 - 320)));
    line-height: 22px;
    color: #FFFFFF;
    display: flex;
    gap: calc(3px + (49 - 3) * ((100vw - 320px) / (1120 - 320)));
    padding: 14px 0 15px 5px;
    position: relative;
    z-index: 3;
  }

  .header .nav__link {
    font-size: calc(14px + (18 - 14) * ((100vw - 320px) / (1120 - 320)));
  }
}

.main .main__siteBar {
  margin-left: -2px;
  width: 255px;
  gap: 14px;
}

.main .main__siteBar .categories__search+.active__filters {
  margin-top: 20px;
}

.main .main__siteBar .categories__search {
  border-radius: 10px;
  border: 1px solid #E2E2E2;
  padding: 13px 18px 35px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  position: relative;
}

.categories__search::before,
.active__filters::before,
.card::before {
  content: '';
  position: absolute;
  bottom: -2px;
  right: 9px;
  display: block;
  height: 3px;
  width: 55px;
  background: #3CA9E8;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}

.categories__search::after,
.active__filters::after {
  content: '';
  position: absolute;
  bottom: 4px;
  right: 3px;
  background: url(../img/mark.svg);
  width: 100%;
  height: 201px;
  z-index: -1;
}

.card::after {
  content: '';
  position: absolute;
  bottom: 13px;
  right: 0px;
  background: url(../img/cardMark.svg) no-repeat;
  width: 100%;
  height: 150px;
  z-index: -1;
}


@media (max-width:767px) {

  .main .main__siteBar .categories__search,
  .main .main__siteBar .active__filters {
    background-color: #fff;
  }
}


/* ===================================================================== */
.main .main__siteBar .form__group+.form__group {
  margin-top: 14px;
}

.main .form__group {
  height: 42px;
}

.main .dropdown {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #000000;
  position: relative;
  width: 217px;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}


.main .dropdown__button {
  display: block;
  width: 100%;
  text-align: left;
  background: #FFFFFF;
  padding: 13px 10px 12px;
  border: 1px solid #DFDFDF;
  cursor: pointer;
  border-radius: 10px 10px 10px 10px;
  -webkit-border-radius: 10px 10px 10px 10px;
  -moz-border-radius: 10px 10px 10px 10px;
  -ms-border-radius: 10px 10px 10px 10px;
  -o-border-radius: 10px 10px 10px 10px;
}



.main .dropdown__arrow {
  position: absolute;
  right: 16px;
  top: 16px;
  pointer-events: none;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
}

.main .dropdown__list {
  border: 1px solid #DFDFDF;
  height: 137px;
  z-index: 2;
  display: none;
  position: absolute;
  left: 0px;
  top: 32px;
  background: #FFFFFF;
  width: 100%;
  padding: 12px 0 0 0;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-top: none;
}


.main .dropdown__list .dropdown__lists {
  border-top: 1px solid #DFDFDF;
  overflow-y: scroll;
  height: 117px;
  width: 211px;
  margin: 0 0 0 0;

}


.main .dropdown__list--visible {
  display: block;

}

.main .dropdown__list-item {
  margin: 0;
  color: #419EF4;
  padding: 7px 10px;
  border-bottom: 0px;
  cursor: pointer;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.main .dropdown__list-item:first-child {
  margin-top: 0px;
}

.main .dropdown__list-item:hover {
  background: #F6F6F6;
}

.main .dropdown__input-hidden {
  display: none;
}


.dropdown2 input {
  position: relative;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #000000;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  background: none;
  border: nane;
  padding: 15px 10px 12px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.dropdown2 .options2 {
  z-index: 3;
  position: relative;
  top: 40px;
  width: 100%;
  background: none;
  border: none;
  display: none;
  overflow: hidden;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.dropdown2+.dropdown2 {
  margin-top: 14px;
}

.dropdown2.active2 .options2 {
  z-index: 3;
  position: relative;
  top: 40px;
  width: 100%;
  background: none;
  border: none;
  display: block;
  overflow: hidden;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.dropdown2 .options2 .option__list2 {
  position: relative;
  margin: 10px;
  height: 167px;
}

._icon-arrow {
  z-index: 2;
  position: absolute;
  width: 18px;
  height: 10px;
  top: 20px;
  right: 14px;
  color: #419EF4;
  pointer-events: none;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

.active2 ._icon-arrow {
  right: 10px;

}

.option2 {
  cursor: pointer;
  position: relative;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  padding: 8px 10px;
  color: #000000;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.option2:hover {
  background: #ffffff00;

}

.main .main__siteBar .vehicle {
  display: inline-block;
  padding-bottom: 13px;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #000000;
}

.main .main__siteBar .fitment {
  padding: 29px 0px 12px 1px;
}

.main .main__siteBar .fitment__text {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #000000;
}

.main .main__siteBar .active__filters {
  position: relative;
  border: 1px solid #E2E2E2;
  border-radius: 10px;
  padding: 18px 0 27px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.main .main__siteBar .active__filters .form__group+.form__group {
  border-top: 1px solid #FFFFFF;
}

.main .main__siteBar .active__filters .active__filters-top {
  display: flex;
  justify-content: space-between;
  padding: 0 24px 9px 19px;
  margin-bottom: 1px;
  border-bottom: 1px solid #FFFFFF;
}

.main .main__siteBar .active__filters .active__filters-topTitle {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #000000;
}

.main .main__siteBar .active__filters .button__clear {
  margin-right: -5px;
  background: none;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #3CA9E8;
  position: relative;
}

.main .main__siteBar .active__filters ._icon-clear::before {
  font-size: 13px;
  margin-right: 5px;
  position: absolute;
  left: -18px;
  top: 3px;
}

.main .main__siteBar .active__filters .dropdown__button {
  display: block;
  width: 100%;
  text-align: left;
  background: none;
  padding: 15px 10px;
  border: none;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #000000;
  cursor: pointer;
  border-radius: 10px 10px 0px 0px;
  -webkit-border-radius: 10px 10px 0px 0px;
  -moz-border-radius: 10px 10px 0px 0px;
  -ms-border-radius: 10px 10px 0px 0px;
  -o-border-radius: 10px 10px 0px 0px;
}

.main .main__siteBar .active__filters .dropdown__button2 {
  display: inline-block;
  padding-left: 0;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #000000;
}

.main .main__siteBar .active__filters .dropdown__arrow2 {
  left: 208px;
}

.main .main__siteBar .active__filters .dropdown__list-item2 {
  display: flex;
}

.main .main__siteBar .searchByKeyword {
  margin: 24px 0 12px 19px;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #000000;
  z-index: 1;
}

.main .main__siteBar .input {
  display: flex;
  margin: 0 0 0 18px;
  width: 217px;
  height: 44px;
  position: relative;
  background: #FFFFFF;
  border: 1px solid #DFDFDF;
  padding: 13px 10px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  z-index: 1;
}

.main .main__siteBar .input:focus-within {
  background-color: #ffffff;
  box-shadow: 0px 0px 10px 1px #ababab;
}

.main .main__siteBar .inputIn {
  background: none;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;

  color: #000000;

}

.main .main__siteBar .button__search {
  background: none;
}

.main .main__siteBar ._icon-search {
  position: absolute;
  top: 10px;
  right: 17px;
}

._icon-search:before {
  font-size: 21px;
  color: #000000;
}

.main .main__content .main__contentTop .dropdown__button {
  margin-top: -2px;
  width: 101%;
  height: 43px;
  padding: 14px 11px 12px;
  border: 1px solid #DFDFDF;
  cursor: pointer;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.main__contentTop .dropdown2 .dropdown__arrow {
  margin: 0 -4px 0 0;
}

/* =================================================================================== */
.dropsWithCheck {
  width: 100%;
  background: #F6F6F6;
  border-radius: 10px;
}

.dropChecks {
  cursor: pointer;
  position: relative;
  width: 100%;
  padding: 17px 18px 15px 19px;
}

.dropChecks__button {
  display: block;
  width: 100%;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #000000;
}

.dropChecks__arrow {
  position: absolute;
  pointer-events: none;
  top: 20px;
  right: 18px;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
}

.checkbox-container {
  display: flex;
  align-items: center;
  margin: 15px 0px;
}

.checkbox-container label {
  cursor: pointer;
  display: flex;
  align-items: center;
}

.checkboxLabel {
  padding: 0 0 0 0;
}

.checkbox-container input[type='checkbox'] {
  cursor: pointer;
  opacity: 0;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  position: absolute;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.dimentions {
  margin: 0 3px 0 10px;
}

.checkbox-container label::after {
  content: '';
  z-index: 1;
  width: 19px;
  height: 19px;
  background: #FFFFFF;
  border: 1px solid #DFDFDF;
  display: none;
}

.checkbox-container label::before {
  content: '';
  z-index: 2;
  width: 21px;
  height: 21px;
  background: #FFFFFF;
  border: 1px solid #DFDFDF;
}

.checkbox-container label:hover::before,
.checkbox-container input[type='checkbox']:hover+label::before {
  border: 2px solid #419df481;
}


.checkbox-container input[type='checkbox']:checked+label::after {
  content: '';
  position: absolute;
  background-color: #419EF4;
  width: 21px;
  height: 21px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  border: 1px solid #DFDFDF;
  background: #FFFFFF;
  display: block;
}

.checkbox-container input[type='checkbox']:checked+label::before {
  content: '';
  background-color: #419EF4;
  width: 11px;
  height: 11px;
  display: flex;
  margin: 5px;
  justify-content: center;
  align-items: center;
  color: white;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.width {
  margin: 0 7px;
}

.dropsWithCheck+.dropsWithCheck {
  border-top: 1px solid #FFFFFF;
  z-index: 1;
}

.sHow {
  cursor: pointer;
}

.dropChecks__lists {
  margin-top: 40px;
  margin-left: -1px;
}

.dropChecks__listsHidden {
  display: none;
}

.grayNum {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;

  color: #838383;

}


.sHow {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  margin-left: -14px;
}

.plus {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 36px;
  line-height: 39px;
  color: #3CA9E8;
  padding-right: 9px;
}

.showPlus {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #000000;
  padding-right: 9px;
}

.dropsWithCheck+.dropsWithCheck {
  margin-top: 13px;
}

/* =================================================================================== */

@media (max-width: 767px) {
  .main .main__siteBar {
    width: 255px;
    display: none;
    left: -100%;
  }

  .main .main__siteBar--active {
    display: block;
    position: absolute;
    z-index: 4;
    left: calc(76px + (500 - 76) * ((100vw - 360px) / (767 - 360)));
    top: 48px;
    filter: drop-shadow(2px 4px 6px black);
  }

  .coverForRangeInput {
    margin: 0;
    background-color: #fff;
  }

  .main .main__siteBar--active .categories__search+.active__filters {
    margin-top: 0px;
  }

  .main .main__content .card__price+.more__info {
    margin-top: 11px;
  }

  .main .main__siteBar--active .searchByKeyword {
    margin: 15px 0 10px 19px;
  }

  .main .form__siteBar {
    display: flex;
    flex-direction: column;
  }

  .main .categories__search+.active__filters {
    margin-top: 0px;
  }
}

.main .main__content {
  width: 825px;
  position: relative;
}

.main .main__content .main__contentTop {
  width: 825px;
  background: #F6F6F6;
  padding: 8px 7px 4px 14px;
  margin-bottom: 31px;
  display: flex;
  position: relative;
  justify-content: space-between;
  align-items: center;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.main .main__content .main__contentTop::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 470px;
  background: url(../img/gorizontMark.svg);
}

.main__contentTop .dropdown {
  position: relative;
  width: 215px;
  z-index: 2;
  height: 42px;
}

.main__contentTop .form__groupSort {
  margin: 0 0 0 -17px;
}

.coverMainTop {
  display: flex;
  margin: 0 2px 0 0;
}

.form__groupSort2 {
  display: none;
}

.main__contentTop .dropdown input {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #000000;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  background: #FFFFFF;
  border: 1px solid #DFDFDF;
  padding: 9px 10px 12px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.main__contentTop .dropdown ._icon-arrow {
  opacity: 1;
  z-index: 2;
  position: absolute;
  width: 18px;
  height: 10px;
  top: 20px;
  right: 14px;
  color: #419EF4;
  pointer-events: none;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}


.active ._icon-arrow {
  right: 10px;
  transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
}

.main__contentTop .dropdown .option {
  cursor: pointer;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  padding: 8px 10px;
  color: #000000;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.option:hover {
  background: #F6F6F6;

}

.menuFilters {
  display: none;
}

.main .main__contentTop .dropdown__list {
  left: 0px;
  width: 101%;
}
.showAll{
  display: none;
}
.showHidden{
  width: 100%;
  display: flex;flex-wrap: wrap;
}
@media (max-width: 767px) {
  .main .main__content .main__contentTop .form__group {
    z-index: 2;
  }
  .showAll{
    display: block;
  }
  .mobileHidden {
    display: none;
  }

  .menuFilters {
    display: block;
    margin-left: 330px;
  }

  .main .main__content .main__contentTop {
    justify-content: start;
    height: 50px;

  }


  .main .main__content .form__groupSort {
    display: none;
  }

  .main .main__content .form__groupSort2 {
    display: block;
  }

  .main .main__content .main__contentTop .results {
    width: calc(120px + (540 - 120) * ((100vw - 320px) / (767 - 320)));
  }

  .main .main__content .main__contentTop .resultsForMobile {
    white-space: nowrap;
    display: block;
    margin-left: calc(-4px + (100 - 31) * ((100vw - 320px) / (767 - 320)));
    margin-right: calc(3px + (400 - 32) * ((100vw - 320px) / (767 - 320)));
    color: #000000;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;

    color: #000000;
  }

  .main .main__content .main__contentTop .dropdown {
    margin-top: 2px;
    margin-left: calc(3px + (8 - 3) * ((100vw - 360px) / (767 - 360)));
    position: relative;
    width: 91px;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
  }




  .main .main__content .main__contentTop .textBox {
    margin: 13px 0 0 0;
    cursor: pointer;
    font-weight: 500;
  }

  .form__groupSort2 .dropdown__arrow {
    margin-right: 12px;
  }

  .main .main__content .main__contentTop .dropdown__button {
    display: block;
    width: 100%;
    text-align: center;
    background: none;
    padding: 12px 0px;
    border: none;
    cursor: pointer;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #000000;

  }

  .main .main__content .main__contentTop .dropdown__button--active {
    outline: none;
    box-shadow: 0px 0px 0px 4px #6d6d6d;

  }

  .main .main__content .main__contentTop .dropdown__arrow {
    width: 13px;
    position: absolute;
    right: 8px;
    top: 13px;
  }

  .main .main__content .main__contentTop .sortMobile .dropdown__arrow {
    right: 20px;
  }

  .form__groupfilter {
    margin-top: 13px;
  }

  .main .main__content .main__contentTop .dropdown__list {
    z-index: 0;
    display: none;
    position: absolute;
    left: -140px;
    top: 46px;
    background: #FFFFFF;
    box-shadow: 0px 0px 5px 1px #999999;
    overflow: hidden;
    width: 216px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
  }

  .main .main__contentTop .dropdown__lists {
    border-top: none;
  }

  .main .main__content .main__contentTop .dropdown__list--visible {
    display: block;
  }

  .main .main__content .main__contentTop .dropdown__list-item {
    margin: 0;
    padding: 12px 10px;
    border-bottom: 0px;
    cursor: pointer;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
  }

  .main .main__content .main__contentTop .dropdown__list-item:hover {
    background: #F6F6F6;
  }

  .main .main__content .main__contentTop .dropdown__input-hidden {
    display: none;
  }
}

.main .main__content .results {
  width: 220px;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #000000;
  margin-left: 1px;
  margin-top: 2px;
  z-index: 2;
}

.main .main__content .main__contentBasic {
  align-items: center;
}

.main .main__content .main__contentBasic .form__group {
  display: none;
}


.main .main__content .card-content {
  width: 825px;
  display: flex;
  align-items: start;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 18px;
  margin-left: 1px;
}

.product__size {
  line-height: 1;
}

.main .main__content .card {
  width: 190px;
  position: relative;
  border: 1px solid #DFDFDF;
  padding: 7px 10px 0px 11px;
  margin-bottom: 9px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  transition: all .3s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
}

.main .main__content .card__price+.more__info {
  margin-top: -15px;
}

.main .main__content .card__img {
  width: 146px;
  height: 144px;
  position: relative;
  left: -1px;
  margin: 9px auto 0;
}

.main .main__content .image__card {
  width: 100%;
}

.main .main__content .card__info {
  font-family: 'Roboto';
  font-style: normal;
  color: #000000;
}

.main .main__content .card__infoTop {
  padding: 24px 0px 13px;
  margin-left: -1px;
}

.main .main__content .product__name {
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  align-items: center;
  display: inline-block;
}

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

.coverProduct__name span {
  height: 3px;
  display: inline-block;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  background-color: #3CA9E8;
  margin: -1px 0 0 10px;
  flex-grow: 1;
}

.main .main__content .infoTop__subtitle {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  margin: 16px 0px 17px;
}

.infoTop__subtitle a {
  color: #3CA9E8;
}

.main .main__content .card__price {
  padding: 9px 12px 6px 9px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  background: #F6F6F6;
  border-radius: 10px;
  margin: 7px 0 36px -11px;
  width: 188px;
}

.button__checkP {
  margin: 0 0 32px 0;
  position: relative;
  height: 33px;
  width: 100%;
}

.checkPrice {
  top: -1px;
  left: 0px;
  padding: 16px 0px 13px 0;
  width: 100%;
  display: flex;
  justify-content: center;
  background: #419EF4;
  border-radius: 7px;
  position: absolute;
  z-index: 3;
  cursor: pointer;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  color: #FFFFFF;
}

.checkPrice:hover,
.main .main__container .selectedProduct .checkPrice:hover {
  background: #F6F6F6;
  border: 1px solid #419EF4;
  color: #419EF4;
}

/* .main .main__content .dropdownInCard {
  position: absolute;
  padding: 21px 3px 14px 5px;
  width: 100%;
  height: 250px;
  z-index: 2;
  top: 34px;
  left: 0px;
  background: #FFFFFF;
  border: 1px solid #DFDFDF;
  border-radius: 10px;
} */

.dropdownInCard__list {
  max-height: 250px;
  overflow-y: scroll;
  margin-top: 10px;
  overflow-x: hidden;
  margin-right: 0px;
  /* margin-bottom: 10px; */

}

.dropdownInCard__list li .dropdownInCard__listItem {
  display: inline-block;
  padding: 0 8px;
  margin-top: 0px;
  cursor: pointer;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 36px;
  color: #3CA9E8;
}

.dropdownInCard__list li .dropdownInCard__listItem:hover {
  background: #F6F6F6;
}

.dropdownInCard__list li ::-webkit-scrollbar {
  padding: 3px;
  width: 8px;
  margin-right: 8px;
}

.dropdownInCard__list li ::-webkit-scrollbar-track {
  background: #D9D9D9;
  border-radius: 10px;
}

.dropdownInCard__list li ::-webkit-scrollbar-thumb {
  height: 20px;
  background: #419EF4;
  border-radius: 10px;
}

.dropdownInCard__list ::-webkit-scrollbar {
  padding: 3px;
  width: 8px;
  margin-right: 8px;
}

.dropdownInCard__list ::-webkit-scrollbar-track {
  background: #D9D9D9;
  border-radius: 10px;
}

.dropdownInCard__list ::-webkit-scrollbar-thumb {
  height: 20px;
  background: #419EF4;
  border-radius: 10px;
}

.main .main__content .dropdownInCard__item {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 30px;
  color: #419EF4;
}

.main .main__content .costs {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
}

.main .main__content .setFour {
  display: inline-block;
  margin-right: 8px;
  margin-top: -4px;
  font-weight: 300;
  font-size: 14px;
  line-height: 17px;
  color: #419EF4;
}

.main .main__content .more__info {
  margin: 23px 0px 18px 10px;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: #555555;
}

.main .main__content .package {
  padding: 0px 0px 0px 20px;
  margin-top: -2px;
}

.main .main__content ._icon-dollar::before {
  position: absolute;
  top: 2px;
  left: -10px;
  color: #419EF4;
  font-size: 23px;
}

.main .main__content .delivery {
  padding: 13px 0px 0px 20px;
}

.package,
.delivery {
  margin-left: -1px;
  line-height: 1.2;
  font-size: 12px;
  position: relative;
}

.main .main__content ._icon-box::before {
  position: absolute;
  top: 19px;
  left: -8px;
  font-size: 20px;
  color: #419EF4;
}

.main .main__content .pagination {
  width: 820px;
  height: 42px;
  text-align: start;
  margin: 37px 0px 55px;
  user-select: none;
  border-radius: 10px;
  background: #F6F6F6;
  padding: 11px 3px 3px 23px;
  position: relative;
  left: 1px;
}

.main .main__content .pagination li {
  display: inline-block;
}

.main .main__content .current-page+.current-page::before {
  content: '...';
  font-family: 'Roboto';
  font-size: 14px;
  margin-right: 4px;
  color: #419EF4;
}

.main .main__content .pagination li a {
  text-decoration: none;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  margin: 0 6px 0 0;
  color: #000000;
}

.main .main__content .previous-page,
.main .main__content .next-page {
  display: flex;
  background: #0ab1ce00;
  width: 20px;
  height: 20px;
  border-radius: 45px;
  cursor: pointer;
  transition: 0.8s ease;
  position: relative;
  -webkit-transition: 0.8s ease;
  -moz-transition: 0.8s ease;
  -ms-transition: 0.8s ease;
  -o-transition: 0.8s ease;
}

.main .main__content .previous-page {
  margin: 2px 3px 2px 5px;
}

.main .main__content .pagination .previous-page {
  display: none;
}

.main .main__content .next-page {
  margin: 2px 5px 2px 4px;
}

.main .main__content .previous-page:hover {
  transform: translate(-5px);
  -webkit-transform: translate(-5px);
  -moz-transform: translate(-5px);
  -ms-transform: translate(-5px);
  -o-transform: translate(-5px);
}

.main .main__content .next-page:hover {
  transform: translate(5px);
  -webkit-transform: translate(5px);
  -moz-transform: translate(5px);
  -ms-transform: translate(5px);
  -o-transform: translate(5px);
}

.main .main__content .previous-page::after {
  content: '';
  position: absolute;
  background: url(../img/threeBlackArrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  z-index: 2;
  width: 13px;
  height: 13px;
  left: 3px;
  top: 80%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.main .main__content .previous-page::after:hover {
  content: '';
  position: absolute;
  background: url(../img/bluesAndBlackArrow.svg);
  z-index: 2;
  width: 13px;
  height: 13px;
  left: 3px;
  background-repeat: no-repeat;
  background-position: center;
  top: 80%;
  transform: translate(-5%, -50%);
  -webkit-transform: translate(-5%, -50%);
  -moz-transform: translate(-5%, -50%);
  -ms-transform: translate(-5%, -50%);
  -o-transform: translate(-5%, -50%);
}

.main .main__content .previous-page:hover::after {
  content: '';
  position: absolute;
  background: url(../img/bluesAndBlackArrowLeft.svg);
  z-index: 3;
  background-repeat: no-repeat;
  top: 80%;
  transform: translate(-5px), rotate(0deg);
  -webkit-transform: translate(-5px), rotate(0deg);
  -moz-transform: translate(-5px), rotate(0deg);
  -ms-transform: translate(-5px), rotate(0deg);
  -o-transform: translate(-5px), rotate(0deg);
}

.main .main__content .next-page::after {
  content: '';
  position: absolute;
  background: url(../img/arrowSide.svg);
  background-repeat: no-repeat;
  background-position: center;
  z-index: 2;
  width: 13px;
  height: 13px;
  left: 3px;
  top: 7px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.main .main__content .current-page {
  font-size: 18px;
  line-height: 17px;
}

.main .main__content .activee {
  margin-right: -6px;
}

.main .main__content .disable {
  position: relative;
}

.main .main__content .arrowPage {
  width: 14px;
  height: 14px;
}

.main .pagination .main__content ._icon-arrow {
  opacity: 0;
}

.main .main__content .page-link {
  font-size: 14px;
  line-height: 17px;
}

.main .main__content .activee .page-link {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #419EF4;
}

.main .main__content .next20 {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #419EF4;
  position: absolute;
  top: 15px;
  right: 21px;
  cursor: pointer;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
}

.main .main__content .next20:hover {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}



.additionally {
  margin-top: 54px;
  margin-right: -4px;
}

.additionally__info {
  margin-bottom: 19px;
  margin-left: 1px;
}

h2 {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 24px;
  color: #000000;
  margin-bottom: 20px;
}

p {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #000000;
}

.content {
  display: block;
}

.content__hidden {
  display: none;
}









@media (max-width: 1120px) {
  .main .main__content {
    width: calc(100px + (825 - 100) * ((100vw - 360px) / (1120 - 360)));
  }

  .main .main__content .main__contentTop {
    width: calc(480px + (825 - 480) * ((100vw - 768px) / (1120 - 768)));
  }

  .main .main__content .card-content {
    justify-content: space-evenly;
    width: calc(480px + (825 - 480) * ((100vw - 768px) / (1120 - 768)));
  }

  .main .main__content .main__contentBasic .pagination {
    width: calc(480px + (825 - 480) * ((100vw - 768px) / (1120 - 768)));
  }
}

@media (max-width: 896px) {
  .main .main__content .card-content {
    width: calc(480px + (825 - 480) * ((100vw - 768px) / (1120 - 768)));
  }
}

@media (max-width: 767px) {
  .main .main__content .main__contentTop {
    width: calc(329px + (735 - 329) * ((100vw - 360px) / (767 - 360)));
    margin: -1px 0 27px 11px;
    height: 45px;
    padding: 0px 0 0 13px;
  }

  .main .main__content .card-content {
    justify-content: space-evenly;
    padding: 0 5px 0 10px;
    width: calc(351px + (767 - 351) * ((100vw - 360px) / (767 - 360)));
    gap: 15px 15px;
  }

  .main .main__content .card__img {
    margin: -1px 0 0 -2px;
    width: calc(135px + (162 - 135) * ((100vw - 360px) / (767 - 360)));
    height: calc(135px + (162 - 135) * ((100vw - 360px) / (767 - 360)));
  }

  .main .main__content .card__infoTop {
    padding: 6px 0px 10px;
  }

  .main .main__content .more__info {
    margin: 11px 0px 0px 3px;
  }

  .main .main__content .card-content .card {
    width: calc(158px + (190 - 158) * ((100vw - 360px) / (767 - 360)));
    padding: 7px 12px 18px;
  }

  .main .main__content .card {
    margin-bottom: 21px;
  }

  .main .main__content .card-content .image__card {
    width: calc(135px + (162 - 135) * ((100vw - 360px) / (767 - 360)));
    height: calc(135px + (162 - 135) * ((100vw - 360px) / (767 - 360)));
  }

  .main .main__content .main__contentBasic .pagination {
    width: calc(332px + (735 - 327) * ((100vw - 360px) / (767 - 360)));
    margin: 22px 0 0 13px;
  }

  .main .main__content .setFour {
    margin-right: 0px;
    margin-top: 0px;
  }

  .main .main__content .next20 {
    right: 16px;
    top: 13px;
  }

  .main .main__content .card__price {
    margin: 0 0 0 -12px;
    width: calc(173px + (188 - 173) * ((100vw - 574px) / (767 - 574)));
  }

  .main .main__content .main__contentBasic .additionally {
    padding: 0 5px;
    width: calc(360px + (760 - 360) * ((100vw - 360px) / (767 - 360)));
  }

  .main .main__content .additionally {
    padding: 7px 11px 7px 9px;
    width: calc(360px + (760 - 360) * ((100vw - 360px) / (767 - 360)));
    margin-top: 23px;
  }

  h2 {
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 20px;
  }

  .additionally__info {
    margin-bottom: 24px;
    margin-left: 1px;
    width: calc(336px + (735 - 336) * ((100vw - 360px) / (767 - 360)));
  }

  .content {
    padding: 7px 11px 7px 9px;
  }

  .main .main__content .main__contentTop::after {
    background-repeat: no-repeat;
    right: -193px;
  }
}

@media (max-width: 359px) {
  .main .main__content .main__contentTop {
    width: calc(328px + (370 - 328) * ((100vw - 360px) / (400 - 360)));
  }

  .main .main__content .card-content .card {
    width: calc(328px + (329 - 328) * ((100vw - 360px) / (340 - 360)));
  }


  .main .main__content .card-content .card__img {
    margin: 6px auto 7px;
    text-align: center;
    width: calc(120px + (162 - 120) * ((100vw - 360px) / (400 - 360)));
    height: calc(120px + (162 - 120) * ((100vw - 360px) / (400 - 360)));
  }

  .main .main__content .card-content .image__card {
    max-width: 100%;
    max-height: 100%;
  }

  .main .main__content ._icon-dollar::before {
    top: -6px;
  }

  .main .main__content ._icon-box::before {
    top: 10px;
  }

  .main .main__content .card__price {
    margin: 0 0 0 -12px;
    padding: 9px 12px 6px 11px;
    width: calc(326px + (324 - 326) * ((100vw - 360px) / (400 - 360)));
  }

  .card::after {
    bottom: -77px;
    right: -128px;
    width: 100%;
    height: 261px;
    transform: scale(170%);
  }
}

@media (max-width: 1130px) {
  .main .main__container .selectedProduct {
    padding: 0 5px;
  }

  .main .main__container .selectedProduct .button__checkP {
    flex-grow: 1;
  }

  .selectedProduct__panel {
    order: 2px;
  }

  .main .main__container .selectedProduct .sliders {
    display: flex;
    width: min-content;
    order: 1;
  }

  .Real__usages .slick-slide {
    margin-right: 8px;
  }

  .slider__item {
    height: calc(170px + (332 - 255) * ((100vw - 320px) / (1130 - 767)));
    ;
  }

  .slick-slide img {
    width: calc(198px + (441 - 200) * ((100vw - 320px) / (1130 - 320)));
    margin-left: -1px;
  }

  .slider__usage {
    margin: 0 0 0 calc(4px + (4 - 4) * ((100vw - 768px) / (1130 - 768)));
  }

  .slider__usage .slick-slide img {
    width: calc(198px + (441 - 200) * ((100vw - 320px) / (1130 - 320)));
    margin-left: -34px;
  }

  .middle__list {
    margin-top: 64px;
    margin-left: 23px;
    margin-bottom: 57px;
  }

  .main .main__container .selectedProduct .slider1 {
    width: calc(330px + (441 - 330) * ((100vw - 320px) / (1130 - 320)));
    /* width: calc(380px + (441 - 380) * ((100vw - 320px) / (1130 - 320))); */
  }

  .main .main__container .selectedProduct .slider1__bigImg {
    width: calc(380px + (441 - 380) * ((100vw - 320px) / (1130 - 320)));
    height: calc(380px + (441 - 380) * ((100vw - 320px) / (1130 - 320)));
  }

  .main .main__container .selectedProduct .slider2 {
    width: calc(30px + (63 - 30) * ((100vw - 320px) / (1130 - 320)));
    height: 30px;
    gap: 7px;
    margin-top: calc(189px + (240 - 189) * ((100vw - 768px) / (1130 - 768)));
    margin-left: calc(-72px + (180 - 72) * ((100vw - 768px) / (1130 - 768)));
    position: relative;
    transform: translateY(-150px);
    -webkit-transform: translateY(-150px);
    -moz-transform: translateY(-150px);
    -ms-transform: translateY(-150px);
    -o-transform: translateY(-150px);
  }

  .main .main__container .selectedProduct .slider2__smollImg {
    width: calc(30px + (63 - 30) * ((100vw - 320px) / (1130 - 320)));
    height: 72px;
  }

  .main .main__container .selectedProduct .smoll__img {
    width: 100%;
  }

  .main .main__container .selectedProduct .slick-arrow.slick-prev {
    position: absolute;
    top: calc(-10px + (-39 - 10) * ((100vw - 320px) / (1130 - 320)));
    right: calc(0px + (26 - 0) * ((100vw - 320px) / (1130 - 320)));
    font-size: 0;
    width: 20px;
    height: 18px;
    background-repeat: no-repeat;
  }

  .main .main__container .selectedProduct .slick-arrow.slick-next {
    position: absolute;
    right: calc(0px + (26 - 0) * ((100vw - 320px) / (1130 - 320)));
    bottom: calc(-200px + (150 - 200) * ((100vw - 320px) / (1130 - 768)));
    font-size: 0;
    width: 20px;
    height: 18px;
    background-repeat: no-repeat;
  }

  .dropForSelectProduct__list {
    width: calc(93px + (174 - 93) * ((100vw - 320px) / (1130 - 320)));
  }

  .selectedProduct__panel .dropdown.active ._icon-arrow {
    right: calc(-22px + (38 - 22) * ((100vw - 768px) / (1130 - 768)));
  }

  .selectedProduct__panel-subMiddle {
    margin-top: calc(-16px + (0 - 16) * ((100vw - 320px) / (1130 - 320)));
    margin-left: calc(-9px + (18 - 9) * ((100vw - 768px) / (1130 - 768)));
    width: calc(200px + (458 - 200) * ((100vw - 320px) / (1130 - 320)));
  }

  .main .main__container .selectedProduct .dropdown {
    width: calc(-12px + (242 - 1) * ((100vw - 320px) / (1130 - 320)));
  }

  .main .main__container .selectedProduct .dropdown input {
    width: calc(50px + (276 - 85) * ((100vw - 320px) / (1130 - 320)));
  }

  .subMiddle__right {
    width: calc(100px + (242 - 100) * ((100vw - 320px) / (1130 - 320)));
    padding-left: calc(0px + (38 - 0) * ((100vw - 320px) / (1130 - 320)));
  }

  .subMiddle__left {
    width: calc(60px + (242 - 60) * ((100vw - 320px) / (1130 - 320)));
    margin: 0px 0px 0 0px;
  }

  .subMiddle__right .dropdown input {
    width: calc(-12px + (242 - 1) * ((100vw - 320px) / (1130 - 320)));
  }

  .selectedProduct__panel-subMiddle ._icon-arrow {
    right: calc(-35px + (70 - 35) * ((100vw - 320px) / (1130 - 320)));
  }

  .subMiddle__right .dropdown ._icon-arrow {
    right: calc(-35px + (70 - 35) * ((100vw - 320px) / (1130 - 320)));
  }

  .addTiresBtn {
    width: calc(156px + (242 - 156) * ((100vw - 768px) / (1130 - 768)));
  }

  .addTiresBtn__title {
    font-size: calc(12px + (14 - 12) * ((100vw - 768px) / (1130 - 768)));
  }

  .selectedProduct__panel .dropdown .options {
    width: calc(155px + (241 - 155) * ((100vw - 768px) / (1130 - 768)));
  }

  .selectedProduct__panel-footer {
    margin: 30px 0 0 0;
  }

  .contentLeft-leftItem {
    font-size: calc(14px + (17 - 14) * ((100vw - 768px) / (1130 - 768)));
  }

  .contentLeft-rightItem {
    font-size: calc(11px + (17 - 11) * ((100vw - 768px) / (1130 - 768)));
  }

  /* .contentRight-leftItem {
    font-size: calc(14px + (17 - 14) * ((100vw - 768px) / (1130 - 768)));
  } */

  .contentRight-rightItem {
    font-size: calc(11px + (17 - 11) * ((100vw - 768px) / (1130 - 768)));
  }

  .wheelspecs__contentLeft {
    width: calc(800px + (1200 - 800) * ((100vw - 768px) / (1130 - 768)));
  }

  .Real__usages {
    margin-top: calc(10px + (87 - 10) * ((100vw - 768px) / (1130 - 768)));
    width: calc(768px + (1111 - 768) * ((100vw - 768px) / (1130 - 768)));
  }

  .video__item {
    width: calc(327px + (500 - 327) * ((100vw - 768px) / (1130 - 768)));
    height: calc(245px + (340 - 245) * ((100vw - 768px) / (1130 - 768)));
  }

  .ratings__hiddenBtn {
    margin-right: calc(10px + (-9 - 10) * ((100vw - 768px) / (1130 - 768)));
  }

  .ratings:nth-child(even) {
    width: calc(767px + (1130 - 767) * ((100vw - 768px) / (1130 - 768)));
    padding: calc(20px + (61 - 20) * ((100vw - 768px) / (1130 - 768))) 20px;
  }

  .selectedProduct__panel::after {
    right: calc(0px + (-300 - 0) * ((100vw - 360px) / (1130 - 360)));
  }
}

.main .main__container .sliderWithRealUsages .sliderUseges .slick-arrow.slick-prev {
  bottom: -18px;
  top: inherit;
  left: 50%;
  transform: rotate(90deg) translateY(34px) scale(1.5);
  -webkit-transform: rotate(90deg) translateY(34px) scale(1.5);
  -moz-transform: rotate(90deg) translateY(34px) scale(1.5);
  -ms-transform: rotate(90deg) translateY(34px) scale(1.5);
  -o-transform: rotate(90deg) translateY(34px) scale(1.5);
}

/* ==================================================================================================================== */
@media (max-width: 767px) {
  .header .header__container {
    margin: 0 auto;
  }

  .main .main__content .card__price+.more__info {
    margin: 13px 0 0 0px;
  }

  .slider__usage {
    margin: 0 0 0 -29px;
  }

  .main .main__content .results {
    margin-left: 2px;
    margin-top: -2px;
  }

  .showAllText {
    margin-top: 12px;
    margin-top: -1px;
    display: inline-block;
    cursor: pointer;
  }

  .selectedProduct__about-Subtext {
    display: block;
  }

  .selectedProduct__about-SubtextShow {
    display: none;
  }

  .header .nameCompany {
    margin-left: 27px;
  }

  .header ._icon-logoCar {
    margin-bottom: 17px;
  }

  .crumbs {
    margin: 20px 10px 25px;
  }

  .main .main__container .selectedProduct {
    padding: 0 12px;
  }

  .selectedProduct__title {
    margin: -4px 0 30px 2px;
    line-height: 32px;

  }

  .selectedProduct__info {
    display: flex;
    flex-direction: column;
  }

  .selectedProduct__panel {
    order: 2px;
    margin-left: calc(-3px + (8 - 5) * ((100vw - 360px) / (767 - 360)));
  }

  .middle__list {
    margin-top: calc(59px + (60 - 59) * ((100vw - 360px) / (767 - 360)));
    margin-bottom: calc(46px + (46 - 46) * ((100vw - 360px) / (767 - 360)));
    border-top: 1px solid #FFFFFF;
  }

  .selectedProduct__about {
    margin-top: calc(30px + (30 - 32) * ((100vw - 360px) / (767 - 360)));
    margin-left: -2px;
    width: calc(321px + (700 - 321) * ((100vw - 360px) / (767 - 360)));
  }

  .main .main__container .selectedProduct .sliders {
    display: flex;
    flex-direction: column;
    width: min-content;
    margin: 0 auto;
  }

  .slick-slide img {
    width: calc(320px + (441 - 320) * ((100vw - 320px) / (767 - 320)));
  }


  .main .main__container .selectedProduct .slider1 {
    width: calc(380px + (441 - 380) * ((100vw - 320px) / (767 - 320)));
  }


  .main .main__container .selectedProduct .slider1__bigImg {
    width: calc(380px + (441 - 380) * ((100vw - 320px) / (767 - 320)));
    height: calc(380px + (441 - 380) * ((100vw - 320px) / (767 - 320)));
  }

  .main .main__container .selectedProduct .slider2 {
    width: calc(63px + (407 - 63) * ((100vw - 320px) / (767 - 320)));
    height: 63px;
    gap: 7px;
    margin-top: calc(125px + (170 - 125) * ((100vw - 320px) / (767 - 320)));
    margin-left: calc(-64px + (110 - 72) * ((100vw - 320px) / (767 - 320)));
    position: relative;
    margin-bottom: -79px;
    transform: translateY(-150px);
    -webkit-transform: translateY(-150px);
    -moz-transform: translateY(-150px);
    -ms-transform: translateY(-150px);
    -o-transform: translateY(-150px);
  }

  .main .main__container .selectedProduct .slider2__smollImg {
    width: calc(63px + (63 - 63) * ((100vw - 320px) / (767 - 320)));
    height: 72px;
    margin-left: calc(-66px + (4 - 65) * ((100vw - 360px) / (767 - 360)));
  }

  .main .main__container .selectedProduct .smoll__img {
    width: calc(63px + (100 - 63) * ((100vw - 360px) / (767 - 360)));
  }

  .main .main__container .selectedProduct .slider2 .slick-track {
    height: calc(63px + (100 - 63) * ((100vw - 360px) / (767 - 360)));
  }

  .main .main__container .selectedProduct .slider2 .slick-list {
    width: calc(284px + (530 - 280) * ((100vw - 360px) / (767 - 360)));
    margin: 0 0 0 calc(91px + (0 - 91) * ((100vw - 360px) / (767 - 360)));
  }

  .main .main__container .selectedProduct .slick-arrow.slick-prev {
    position: absolute;
    top: calc(25px + (40 - 23) * ((100vw - 320px) / (767 - 320)));
    right: calc(-25px + (460 - 8) * ((100vw - 320px) / (767 - 320)));
    font-size: 0;
    width: 19px;
    height: 18px;
    background-repeat: no-repeat;
    transform: rotate(90deg) scale(1.5);
    -webkit-transform: rotate(90deg) scale(1.5);
    -moz-transform: rotate(90deg) scale(1.5);
    -ms-transform: rotate(90deg) scale(1.5);
    -o-transform: rotate(90deg) scale(1.5);
  }

  .br {
    display: none;
  }

  .main .main__container .selectedProduct .slick-arrow.slick-next {
    position: absolute;
    right: calc(-328px + (490 - 308) * ((100vw - 320px) / (767 - 320)));
    bottom: calc(19px + (-20 - 0) * ((100vw - 320px) / (767 - 320)));
    font-size: 0;
    width: 19px;
    height: 18px;
    background-repeat: no-repeat;
    transform: rotate(-90deg) scale(1.5);
    -webkit-transform: rotate(-90deg) scale(1.5);
    -moz-transform: rotate(-90deg) scale(1.5);
    -ms-transform: rotate(-90deg) scale(1.5);
    -o-transform: rotate(-90deg) scale(1.5);
  }



  .selectedProduct__panel-top__check {
    margin: 0px 36px;
    width: calc(242px + (620 - 243) * ((100vw - 360px) / (767 - 360)));
  }

  .dropForSelectProduct__list {
    width: calc(198px + (508 - 93) * ((100vw - 320px) / (767 - 320)));
  }

  .selectedProduct__panel .dropdown.active ._icon-arrow {
    right: calc(-40px + (75 - 40) * ((100vw - 320px) / (767 - 320)));
  }

  .selectedProduct__panel-subMiddle {
    padding: 25px 0 32px 43px;
    border-top: 1px solid #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
    display: flex;
    flex-direction: column;
    margin-top: calc(-16px + (0 - 16) * ((100vw - 320px) / (767 - 320)));
    margin-left: calc(-10px + (18 - 9) * ((100vw - 320px) / (767 - 320)));
    width: calc(288px + (458 - 288) * ((100vw - 320px) / (767 - 320)));
  }

  .dropForSelectProduct__list-item {
    font-size: 10px;
  }

  .main .main__container .selectedProduct .dropdown {
    width: calc(160px + (600 - 160) * ((100vw - 320px) / (767 - 320)));
  }

  .main .main__container .selectedProduct .dropdown input {
    width: calc(206px + (620 - 206) * ((100vw - 320px) / (767 - 320)));
  }

  .subMiddle__right {
    width: calc(100px + (242 - 100) * ((100vw - 320px) / (767 - 320)));
    padding-left: calc(0px + (0 - 0) * ((100vw - 320px) / (767 - 320)));
  }

  .subMiddle__left {
    width: calc(27px + (242 - 27) * ((100vw - 320px) / (767 - 320)));
    margin: 0px 0px 13px 0px;
  }

  .subMiddle__right .dropdown input {
    width: calc(-12px + (242 - 1) * ((100vw - 320px) / (767 - 320)));
  }

  .selectedProduct__panel-subMiddle ._icon-arrow {
    right: calc(-28px + (70 - 35) * ((100vw - 320px) / (767 - 320)));
  }

  .subMiddle__right .dropdown ._icon-arrow {
    right: calc(-28px + (70 - 35) * ((100vw - 320px) / (767 - 320)));
  }

  .addTiresBtn {
    width: calc(243px + (620 - 243) * ((100vw - 360px) / (767 - 360)));
  }

  .addTiresBtn__title {
    font-size: calc(14px + (14 - 14) * ((100vw - 360px) / (767 - 360)));
  }

  .panel-footerBtn {
    margin: 0 auto -2px;
    width: calc(218px + (487 - 218) * ((100vw - 320px) / (767 - 320)));
  }

  .selectedProduct__panel .dropdown .options {
    width: calc(243px + (620 - 243) * ((100vw - 360px) / (767 - 360)));
  }

  .wheelspecs {
    margin-left: -3px;
  }

  .sliderWithRealUsages h3 {
    margin: 0;

  }

  .wheelspecs__title {
    margin-top: calc(42px + (58 - 42) * ((100vw - 360px) / (767 - 360)));
    font-size: calc(26px + (26 - 26) * ((100vw - 360px) / (767 - 360)));
  }

  /* .wheelspecs__contentRightHidden {
    display: none;
  } */

  .contentLeft-left {
    width: calc(150px + (300 - 150) * ((100vw - 360px) / (767 - 360)));
  }

  .contentRight-left {
    width: calc(150px + (300 - 150) * ((100vw - 360px) / (767 - 360)));
  }

  .contentLeft-leftItem {
    font-size: calc(17px + (17 - 17) * ((100vw - 360px) / (767 - 360)));
  }

  .contentLeft-right {
    width: calc(180px + (26 - 180) * ((100vw - 360px) / (767 - 360)));
  }

  .withHidden {
    display: none;
  }

  /* .wheelspecs__contentRight {
    margin: 0;
  } */

  .contentLeft-rightItem {
    font-size: calc(17px + (17 - 17) * ((100vw - 320px) / (767 - 320)));
  }

  /* .contentRight-leftItem {
    width: calc(163px + (300 - 130) * ((100vw - 320px) / (767 - 320)));
    font-size: calc(17px + (17 - 17) * ((100vw - 320px) / (767 - 320)));
  } */

  .contentRight-rightItem {
    font-size: calc(17px + (17 - 17) * ((100vw - 320px) / (767 - 320)));
  }

  .wheelspecs__contentLeft {
    width: calc(800px + (1200 - 800) * ((100vw - 320px) / (767 - 320)));
  }

  .showAllRightColumn {
    margin-top: -15px;
    display: inline-block;
    width: max-content;
    cursor: pointer;
  }

  .wheelspecs__content {
    flex-direction: column;
  }

  .Real__usages {
    padding: 23px 0 0 0;
    border-radius: 0px;
    margin-top: calc(15px + (87 - 14) * ((100vw - 320px) / (767 - 320)));
    margin-left: calc(-12px + (0 - 0) * ((100vw - 320px) / (767 - 320)));
    width: calc(320px + (1111 - 320) * ((100vw - 320px) / (767 - 320)));
    height: calc(641px + (1260 - 668) * ((100vw - 360px) / (767 - 360)));
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
  }

  .Real__usages__title {
    margin: 0 0 23px 7px;
  }

  .main .main__container .Real__usages .slick-arrow.slick-prev {
    top: calc(545px + (1137 - 545) * ((100vw - 360px) / (767 - 360)));
    right: calc(219px + (819 - 230) * ((100vw - 360px) / (767 - 360)));
  }

  .main .main__container .Real__usages .slick-arrow.slick-next {
    top: calc(540px + (1132 - 540) * ((100vw - 360px) / (767 - 360)));
    right: calc(179px + (630 - 190) * ((100vw - 360px) / (767 - 360)));
  }

  .slider__item {
    margin: 0 35px 52px;
  }

  .video__item {
    width: calc(302px + (764 - 327) * ((100vw - 320px) / (767 - 320)));
    height: calc(213px + (562 - 245) * ((100vw - 320px) / (767 - 320)));
  }

  .Real__usages .slick-slide img {
    margin: 0 0 0 3px;
    width: calc(286px + (749 - 320) * ((100vw - 320px) / (767 - 320)));
  }

  .Real__usages .slider__item {
    height: calc(216px + (540 - 243) * ((100vw - 320px) / (767 - 320)));

  }

  .ratings__hiddenBtn {
    margin-right: calc(10px + (-9 - 10) * ((100vw - 320px) / (767 - 320)));
  }

  .ratings:nth-child(even) {
    width: calc(367px + (767 - 367) * ((100vw - 360px) / (767 - 360)));
    padding: calc(20px + (61 - 20) * ((100vw - 320px) / (767 - 320))) 20px;
  }

  .rewiews {
    width: calc(333px + (767 - 333) * ((100vw - 360px) / (767 - 360)));
    margin: calc(10px + (30 - 10) * ((100vw - 360px) / (767 - 360))) 0 0 -3px;
  }

  .btnShowAll {
    justify-content: center;
  }

  .rating__text {
    padding: 0 0px;
  }

  .dropForSelectProduct {
    width: calc(242px + (710 - 333) * ((100vw - 360px) / (767 - 360)));
    margin-left: calc(36px + (5 - 5) * ((100vw - 360px) / (767 - 360)));
    margin-top: -4px;
  }

}

/* ====================================================================================================== */
@media (max-width: 359px) {
  .slick-slide img {
    width: calc(296px + (333 - 320) * ((100vw - 320px) / (360 - 320)));
  }

  .main .main__container .selectedProduct .slick-arrow.slick-next {
    position: absolute;
    right: calc(-322px + (338 - 308) * ((100vw - 320px) / (360 - 320)));
    bottom: calc(19px + (-2 - 0) * ((100vw - 320px) / (360 - 320)));
    font-size: 0;
    width: 19px;
    height: 18px;
    background-repeat: no-repeat;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
  }

  .main .main__container .selectedProduct .slider2 {
    margin-left: calc(-76px + (100 - 72) * ((100vw - 320px) / (360 - 320)));
    margin-top: calc(80px + (170 - 125) * ((100vw - 320px) / (360 - 320)));
  }

  .main .main__container .selectedProduct .slider2__smollImg {
    margin-left: calc(-59px + (39 - 55) * ((100vw - 320px) / (360 - 320)));
  }

  .main .main__container .selectedProduct .slider2 .slick-list {
    width: calc(284px + (530 - 280) * ((100vw - 360px) / (767 - 360)));
    margin: 0 0 0 calc(84px + (0 - 91) * ((100vw - 360px) / (767 - 360)));
  }

  .main .main__container .selectedProduct .smoll__img {
    width: calc(55px + (63 - 63) * ((100vw - 320px) / (360 - 320)));
  }

  .selectedProduct__panel-top {
    justify-content: space-between;
  }

  .video__item {
    width: calc(298px + (750 - 327) * ((100vw - 320px) / (767 - 320)));
  }

  .main .main__container .Real__usages .slick-arrow.slick-prev {
    top: calc(475px + (529 - 475) * ((100vw - 320px) / (360 - 320)));
    right: calc(170px + (296 - 230) * ((100vw - 320px) / (360 - 320)));
  }

  .main .main__container .Real__usages .slick-arrow.slick-next {
    top: calc(475px + (529 - 475) * ((100vw - 320px) / (360 - 320)));
    right: calc(122px + (257 - 190) * ((100vw - 320px) / (360 - 320)));
  }

}

.sliderWithRealUsages {
  margin-top: 87px;
  margin-bottom: 25px;
  background: #F6F6F6;
  width: 100%;
  padding: 46px 40px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.sliderUseges {
  margin-top: 48px;
  position: relative;
}

.usegesItem {
  padding: 0 0 10px 1px;
  display: inline-block;
}

.usegesItem__img {
  width: 97%;
  height: 243px;
  overflow: hidden;
}

.usegesItem__img .usage__img {
  max-height: 100%;
  height: 100%;
}

.main .main__container .sliderUseges .slick-arrow {
  position: absolute;

}

.main .main__container .sliderUseges .slick-arrow.slick-prev {
  bottom: -40px;
  left: 125px;
}

.main .main__container .sliderUseges .slick-arrow.slick-next {
  bottom: -18px;
  right: 50%;
  transform: rotate(-90deg) translateY(34px) scale(1.5);
  -webkit-transform: rotate(-90deg) translateY(34px) scale(1.5);
  -moz-transform: rotate(-90deg) translateY(34px) scale(1.5);
  -ms-transform: rotate(-90deg) translateY(34px) scale(1.5);
  -o-transform: rotate(-90deg) translateY(34px) scale(1.5);
}

@media (max-width: 1130px) {

  .usegesItem__img {
    width: 97%;
    height: calc(255px + (320 - 255) * ((100vw - 768px) / (1130 - 768)));
    overflow: hidden;
  }

}

@media (max-width: 767px) {
  .sliderUseges {
    margin-top: 23px;
  }

  .sliderWithRealUsages {
    padding: 23px 13px 35px 18px;
  }

  .main .main__container .sliderUseges .slick-slide .usage__img {
    max-width: 100%;
    width: 100%;
  }

  .usegesItem__img {
    width: 97%;
    height: calc(235px + (425 - 235) * ((100vw - 360px) / (767 - 360)));
    overflow: hidden;
  }

  .main .main__container .sliderWithRealUsages .sliderUseges .slick-arrow.slick-prev {
    top: inherit;
  }
}
