@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;
}

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

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

.selectedProduct__info {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 300px;
}

.selectedProduct__panel {
  order: 2;
  height: 761px;
  background: #F6F6F6;
  border-radius: 10px;
  padding: 37px 17px;
  grid-column: 2/3;
  grid-row: 1/3;
  margin-right: -8px;
  margin-left: 19px;
}

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

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

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

.subCostsTop {
  position: absolute;
  top: 32px;
  font-family: 'Montserrat';
  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: 2;
  margin-bottom: -18px;
  position: relative;
}

.dropForSelectProduct__hidden {
  display: none;
}

.panel-top__checkBtn {
  font-family: 'Montserrat';
  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;
}

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

.dropForSelectProduct__list-item {
  font-family: 'Montserrat';
  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;
}

.middle__list-item {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  margin-top: 17px;
  color: #000000;
  position: relative;
}

._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: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  color: #FFFFFF;
}

.selectedProduct__panel-footer {
  margin-top: 55px;
  margin-left: -3px;
  margin-right: 10px;
  row-gap: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

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

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

.panel-footerBtn {
  cursor: pointer;
  padding: 13px 1px;
  height: 43px;
  width: 243px;
  display: inline-block;
  background: #FFFFFF;
  border: 1.5px solid #419EF4;
  border-radius: 10px;
  box-shadow: 5px 5px 0pc 0px #419ef4;
  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-title {
  margin-top: 8px;
  margin-left: -1px;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-size: 26px;
  line-height: 24px;
  color: #000000;
}

.selectedProduct__about-text {
  margin-top: 19px;
  margin-left: -1px;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #000000;
}

.selectedProduct__about-Subtext {
  margin-left: -1px;
  margin-top: 28px;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #000000;
}

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

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

.wheelspecs__title {
  margin-top: 58px;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-size: 26px;
  line-height: 24px;
  color: #000000;
}

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

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

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

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

.contentLeft-rightItem {
  font-family: 'Montserrat';
  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-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  color: #000000;
}

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

.showAllText {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  text-align: center;

  color: #419EF4;
  display: none;
}

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

  color: #419EF4;
  display: none;
}


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

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

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


.videoPlayer__title {
  margin-top: 1px;
  margin-bottom: 48px;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-size: 26px;
  line-height: 24px;
  color: #000000;
}

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

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


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

.rewiews__title {
  font-family: 'Montserrat';
  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: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 28px;
  color: #419EF4;
}

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

.rating__text {
  font-family: 'Montserrat';
  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;
}

.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: 'Montserrat';
  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: 26px;
  font-size: 0;
  background: url(../img/arrowUp.svg);
  width: 19px;
  height: 18px;
  background-repeat: no-repeat;
}

.main .main__container .selectedProduct .slick-arrow.slick-next {
  position: absolute;
  right: 26px;
  bottom: -360px;
  font-size: 0;
  background: url(../img/arrowDown.svg);
  width: 19px;
  height: 18px;
  background-repeat: no-repeat;
}

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

.main .main__container .selectedProduct .checkPrice {
  top: 0px;
  left: -5px;
  padding: 14px 0px 10px 0;
  width: 173px;
  display: flex;
  justify-content: center;
  background: #419EF4;
  border-radius: 10px;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  color: #FFFFFF;
  position: absolute;
  z-index: 3;
  cursor: pointer;
}

.main .main__container .selectedProduct .dropdownInCard {
  position: absolute;
  padding: 15px 3px 14px 14px;
  width: 168px;
  height: 124px;
  z-index: 2;
  top: 30px;
  left: -4px;
  background: #FFFFFF;
  border: 1px solid #DFDFDF;
  border-radius: 10px;
  display: block;
}

.main .main__container .selectedProduct .dropdownInCard .dropdownInCard__list {
  height: 92px;
  overflow-y: scroll;
  margin-top: 10px;
}

.main .main__container .selectedProduct .dropdownInCard .dropdownInCard__list li .dropdownInCard__listItem {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 30px;
  color: #419EF4;
}

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

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

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

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

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

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

.main .main__container .selectedProduct .dropdownInCard--hidden {
  display: none;
}

.main .main__container .selectedProduct .dropdownInCard__item {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 30px;
  /* or 214% */
  color: #419EF4;
}

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

/* ====================================================================================== */
.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: 'Montserrat';
  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: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;

  color: #FFFFFF;
}

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

  .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;
  width: 1100px;
}

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

.crumbs .container .crumb {
  display: inline-block;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #000000;
  padding-right: 7px;
  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.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.crumbs .container .crumb+.crumb::before {
  content: "|";
  padding-right: 8px;
  color: #000000;
}

.crumbs .crumb:last-child {
  color: #419EF4;
}


.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;
    width: 100%;
  }

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

  .header .header__list {
    font-family: 'Montserrat';
    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 {
  background: #F6F6F6;
  border-radius: 10px;
  padding: 22px 20px 28px;
}


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

.main .form__group {
  height: 42px;
}

.main .dropdown {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  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;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #000000;
  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: 20px;
  pointer-events: none;
}

.main .dropdown__list {
  border: 1px solid #DFDFDF;
  height: fit-content;
  z-index: 2;
  display: none;
  position: absolute;
  left: 0px;
  top: 32px;
  background: #FFFFFF;
  width: 100%;
  padding: 12px 0 10px 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;
  max-height: 250px;
  height: fit-content;
  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: 'Montserrat';
  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: 'Montserrat';
  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;
  font-family: 'Montserrat';
  padding-left: 4px;
  padding-bottom: 20px;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #000000;
}

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

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

.main .main__siteBar .active__filters {
  background: #F6F6F6;
  border-radius: 10px;
  padding: 20px 21px;
}

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

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

.main .main__siteBar .active__filters-topTitle {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #000000;
}

.main .main__siteBar .button__clear {
  margin-right: -5px;
  background: none;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #419EF4;
}

.main .main__siteBar ._icon-clear::before {
  font-size: 12px;
  margin-right: 5px;
}

.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: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  /* identical to box height */
  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: 19px 0 12px 0;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #000000;
}

.main .main__siteBar .input {
  display: flex;
  width: 100%;
  height: 44px;
  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;
}

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

.main .main__siteBar .inputIn {
  background: none;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  /* identical to box height */
  color: #000000;
}

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

.main .main__siteBar ._icon-search {
  color: #419EF4;
  position: relative;
  font-size: 20px;
  top: -2px;
  left: 2px;
}

.main .main__content .main__contentTop .dropdown__button {
  margin-left: 0px;
  margin-top: -1px;
  display: block;
  width: 101%;
  height: 44px;
  text-align: left;
  background: #FFFFFF;
  padding: 12px 10px 12px;
  border: 1px solid #DFDFDF;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #000000;
  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;
}

/* =================================================================================== */
.dropsWithCheck {
  width: 215px;
}

.dropChecks {
  cursor: pointer;
  position: relative;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 13px;
}

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

.dropChecks__arrow {
  position: absolute;
  top: 21px;
  right: -4px;
  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 8px;
}

.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: 19px;
  height: 19px;
  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: 19px;
  height: 19px;
  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: 4px;
  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;
}

.sHow {
  cursor: pointer;
}

.dropChecks__lists {
  margin-top: 17px;
}

.dropChecks__listsHidden {
  display: none;
}

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

  color: #838383;

}


.sHow {
  display: flex;
  width: 207px;
  align-items: center;
  justify-content: center;
}

.plus {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 36px;
  line-height: 44px;
  color: #419EF4;
  padding-right: 9px;
}

.showPlus {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #000000;
}

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

@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;
    box-shadow: 0 0 5px 1px #7e7c7c;
    filter: drop-shadow(0 0 5px 1px #7e7c7c);
    -webkit-filter: drop-shadow(0 0 5px 1px #7e7c7c);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
  }

  .coverForRangeInput {
    margin: 0;
  }

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

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

  .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: 9px 16px 9px;
  margin-bottom: 23px;
  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__contentTop .dropdown {
  position: relative;
  width: 215px;
  height: 42px;
}



.form__groupSort2 {
  display: none;
}

.main__contentTop .dropdown input {
  font-family: 'Montserrat';
  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: 'Montserrat';
  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;
}

.mobile__parameters {
  display: flex;
  gap: 20px;
}

.main .main__contentTop .dropdown__list {
  left: 0px;
  width: 101%;
}

.main .main__content .main__contentTop .resultsForMobile {
  display: none;
}

@media (max-width: 767px) {
  .main .main__content .main__contentTop .form__group {
    z-index: 2;
  }

  .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 .main__contentTop .results {
    display: none;
    width: calc(120px + (540 - 120) * ((100vw - 320px) / (767 - 320)));
  }

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

  .main .main__content .main__contentTop .dropdown {
    /* margin-top: -2px; */
    position: relative;
    width: fit-content;
    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 {
    margin-left: 0px;
    margin-top: -1px;
    display: block;
    width: 100%;
    text-align: left;
    background: none;
    padding: 12px 25px 12px 0px;
    border: none;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: #000000;
    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__button--active {
    outline: none;
    /* box-shadow: 0px 0px 0px 4px #6d6d6d; */

  }

  .main .main__content .main__contentTop .dropdown__arrow {
    width: 18px;
    position: absolute;
    right: 0px;
    top: 16px;
  }

  .main .main__content .main__contentTop .sortMobile .dropdown__arrow {
    /* right: 39px; */
  }

  .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: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 17px;
  color: #000000;
  margin-left: 1px;
  margin-top: 2px;
}

.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;
}

.main .main__content .card {
  width: 190px;
  /* max-height: 464px; */
  background: #FFFFFF;
  border: 1px solid #419EF4;
  padding: 7px 12px 1px;
  margin-bottom: 7px;
  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: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);
}

.main .main__content .card__img {
  width: 162px;
  height: 162px;
  position: relative;
  left: -1px;
}

.main .main__content .card__img a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

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

.main .main__content .card__info {
  font-family: 'Montserrat';
  font-style: normal;
}

.main .main__content .card__infoTop {
  padding: 19px 0px 5px;
  border-bottom: 1px solid #F6F6F6;
  margin-left: -1px;
  min-height: 158px;
}

.main .main__content .product__name {
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #000000;
}

.main .main__content .infoTop__subtitle {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #000000;
  margin: 10px 0px 5px;
}

.main .main__content .card__price {
  padding: 13px 0px 11px;
  border-bottom: 1px solid #F6F6F6;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.main .main__content .button__checkP {
  margin-top: -13px;
  position: relative;
  height: 33px;
  width: 100%;
}

.main .main__content .checkPrice {
  top: -1px;
  left: -5px;
  padding: 14px 0px 10px 0;
  width: 106%;
  display: flex;
  justify-content: center;
  background: #419EF4;
  border-radius: 10px;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  color: #FFFFFF;
  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;
}

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

.main .main__content .dropdownInCard {
  position: absolute;
  padding: 38px 3px 14px 5px;
  width: 106%;
  height: fit-content;
  top: 0px;
  left: -5px;
  background: #FFFFFF;
  border: 1px solid #DFDFDF;
  border-radius: 10px;
  display: block;
  z-index: 1;
}

.main .main__content .dropdownInCard .dropdownInCard__list {
  max-height: 92px;
  height: fit-content;
  overflow-y: scroll;
  margin-top: 10px;
  overflow-x: hidden;
  margin-right: 4px;
}

.main .main__content .dropdownInCard .dropdownInCard__list li .dropdownInCard__listItem {
  font-family: 'Montserrat';
  font-style: normal;
  display: inline-block;
  padding: 0 10px;
  margin-top: -2px;
  font-weight: 500;
  font-size: 14px;
  line-height: 32px;
  color: #419EF4;
  cursor: pointer;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

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

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

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

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

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

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

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

.main .main__content .dropdownInCard--hidden {
  display: none;
}

.main .main__content .dropdownInCard__item {
  font-family: 'Montserrat';
  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: 10px 0px 14px 0px;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #000000;
}

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

.main .main__content ._icon-dollar::before {
  position: absolute;
  top: 3px;
  left: -6px;
  color: #419EF4;
  font-size: 18px;
}

.main .main__content .delivery {
  position: relative;
  padding: 15px 0px 0px 20px;
  margin-left: -1px;
}

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

.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 .next-page {
  margin: 2px 5px 2px 14px;
}

.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/threeBlackArrowRight.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 .next-page::after:hover {
  content: '';
  position: absolute;
  background: url(../img/threeBlackArrowRight.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 .next-page:hover::after {
  content: '';
  position: absolute;
  background: url(../img/bluesAndBlackArrow.svg);
  z-index: 3;
  background-repeat: no-repeat;
  top: 80%;
  transform: translate(-5px), rotate(deg);
  -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 .current-page,
.main .main__content .dots {
  text-align: center;
  color: #000000;
  width: 30px;
  border-radius: 50%;
  cursor: pointer;
}

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

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

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

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

.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: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #419EF4;
  position: absolute;
  top: 14px;
  right: 10px;
  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;
}

.title__bottomArticle {
  font-family: 'Montserrat';
  font-weight: 700;
  font-size: 30px;
  line-height: 24px;
  color: #000000;
  margin-bottom: 5px;
}

.text__bottomArticle {
  font-family: 'Montserrat';
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #000000;
}

.content {
  display: block;
}

.content__hidden {
  display: none;
}

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

@media (mim-width: 1100px) {
  .footer .footer__container {
    width: 1100px;
  }
}

.footer {
  background-color: #1A1535;
  color: #FFFFFF;
  padding: 17px 5px;
  margin-top: 26px;
}

.footer .footer__container {
  width: calc(300px + (1020 - 300) * ((100vw - 320px) / (1100 - 320)));
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}


.footer .more {
  position: relative;
  cursor: pointer;
}

.footer ._icon-arrow {
  position: absolute;
  right: -25px;
  top: 0px;
}

.footer .footer__links {
  font-size: 24px;
}

.footer ._icon-facebook-f {
  font-size: 24px;
  color: #FFFFFF;
}

.footer ._icon-twitter {
  font-size: 24px;
  color: #FFFFFF;
}

.footer .soc+.soc {
  margin-left: 35px;
}

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

  .crumbs {
    width: 100%;
  }

  .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)));
  }
}

@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: 0 0 28px 16px; */
    height: 45px;
    width: 100%;
  }

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

  .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;
    width: 100%;
  }

  .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 .delivery {
    width: 138px;
  }

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

  .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 .setFour {
  margin-right: 0px;
  margin-top: 0px;
}

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

.main .main__content .card__price {
  margin: 0 0 0 -1px;
}

.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))); */
  width: 100%;
  margin-top: 45px;
}

.title__bottomArticle {
  font-size: 26px;
  line-height: 32px;
  margin-bottom: 0px;
}

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

.additionally h2 {
  font-family: 'Montserrat';
  font-weight: 700;
  font-size: 30px;
  line-height: 24px;
  color: #000000;
  margin-top: 19px;
  margin-bottom: 5px;
}

.additionally h3 {
  font-family: 'Montserrat';
  font-weight: 500;
  font-size: 24px;
  line-height: 20px;
  color: #000000;
  margin-top: 15px;
  margin-bottom: 5px;
}

.additionally p {
  font-family: 'Montserrat';
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #000000;
}

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

.main .main__content .checkPrice {
  width: 106%;

}


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

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

  .main .main__content .card-content .card__img {
    margin: 0 auto;
    width: calc(135px + (162 - 135) * ((100vw - 320px) / (340 - 320)));
    height: calc(135px + (162 - 135) * ((100vw - 320px) / (340 - 320)));
  }

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

  .main .main__content .checkPrice {
    width: 104%;
  }

  .main .main__content .dropdownInCard {
    width: 104%;
  }
}

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

  .selectedProduct__info {
    display: grid;
    grid-template-columns: calc(380px + (539 - 380) * ((100vw - 767px) / (1130 - 767))) calc(150px + (539 - 150) * ((100vw - 320px) / (1130 - 320)));
    grid-template-rows: 1fr 300px;
  }

  .selectedProduct__panel {
    order: 2px;
    height: calc(830px + (800 - 830) * ((100vw - 768px) / (1130 - 768)));
  }

  .selectedProduct__about {
    margin-top: calc(-150px + (300 - 150) * ((100vw - 768px) / (1130 - 768)));
    order: 3;
  }

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

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

  .video {
    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__video {
    margin: 0 0 0 calc(4px + (4 - 4) * ((100vw - 768px) / (1130 - 768)));
  }

  .slider__video .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(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(23px + (-39 - 23) * ((100vw - 320px) / (1130 - 320)));
    right: calc(8px + (26 - 8) * ((100vw - 320px) / (1130 - 320)));
    font-size: 0;
    background: url(../img/arrowUp.svg);
    width: 19px;
    height: 18px;
    background-repeat: no-repeat;
  }

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

  .selectedProduct__panel-top {
    width: calc(200px + (398 - 200) * ((100vw - 320px) / (1130 - 320)));
  }

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

  .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)));
  }

  .middle__list-item {
    font-size: calc(6px + (14 - 6) * ((100vw - 320px) / (1130 - 320)));
  }

  .selectedProduct__panel-middle {
    margin-top: calc(-18px + (0 - 18) * ((100vw - 320px) / (1130 - 320)));
  }

  .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)));
  }

  .panel-footerBtn {
    width: calc(360px + (487 - 360) * ((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;
  }

  .wheelspecs__title {
    font-size: calc(18px + (26 - 18) * ((100vw - 768px) / (1130 - 768)));
  }

  .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)));
  }

  .videos {
    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;
  }

}

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

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

  .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;
  }

  .crumbsPage2 {
    margin: 20px 10px 48px;
  }

  .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;
    height: calc(1188px + (1090 - 1210) * ((100vw - 320px) / (767 - 320)));
    margin-left: calc(-3px + (8 - 5) * ((100vw - 360px) / (767 - 360)));
    width: calc(343px + (745 - 335) * ((100vw - 360px) / (767 - 360)));
    margin-top: -79px;
  }

  .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 {
    margin: 0 0 0 3px;
    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 + (100 - 72) * ((100vw - 320px) / (767 - 320)));
    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(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 + (430 - 8) * ((100vw - 320px) / (767 - 320)));
    font-size: 0;
    background: url(../img/arrowUp.svg);
    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);
  }

  .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;
    background: url(../img/arrowDown.svg);
    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);
  }

  .selectedProduct__panel-top {
    width: calc(200px + (398 - 200) * ((100vw - 320px) / (767 - 320)));

  }

  .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)));
  }

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

  .selectedProduct__panel-middle {
    margin-top: calc(-18px + (0 - 18) * ((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)));
  }

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

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

  .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;
  }

  .videos {
    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;
  }

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

  .main .main__container .videos .slick-arrow.slick-prev {
    top: calc(529px + (1160 - 576) * ((100vw - 360px) / (767 - 360)));
    right: calc(219px + (819 - 230) * ((100vw - 360px) / (767 - 360)));
  }

  .main .main__container .videos .slick-arrow.slick-next {
    top: calc(529px + (1160 - 576) * ((100vw - 360px) / (767 - 360)));
    right: calc(179px + (630 - 190) * ((100vw - 360px) / (767 - 360)));
  }


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

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

  .videos .video {
    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;
    background: url(../img/arrowDown.svg);
    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 .videos .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 .videos .slick-arrow.slick-next {
    top: calc(475px + (529 - 475) * ((100vw - 320px) / (360 - 320)));
    right: calc(122px + (257 - 190) * ((100vw - 320px) / (360 - 320)));
  }
}

/* =============== pagination =============== */

.pagination {
  padding: 28px 15px;
  margin-top: 60px;
}

.pagination__inner {
  margin: 0 auto;
  max-width: 418px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pagination__btn {
  cursor: pointer;
  padding: 0;
  border: none;
}

.pagination__btn.disabled {
  pointer-events: none;
}

.pagination__btn-prev {
  margin-left: 10px;
}

.pagination__btn-next {
  margin-right: 10px;
}

.pagination__btn-icon {
  transition: transform .3s;
}

.pagination__btn:hover .pagination__btn-icon,
.pagination__btn:focus .pagination__btn-icon {
  transform: scale(1.3);
}

.pagination__links {
  margin: 0 10px;
  font-size: 14px;
  line-height: 1;
  white-space: nowrap;
  overflow: hidden;
}

.pagination__link {
  transition: color .3s;
}

.pagination__link:hover,
.pagination__link.active {
  color: #419ef4;
}

.pagination__link.active {
  font-weight: 700;
}

.pagination__separator {
  margin: 0 5px;
}

.icon-real-usage:before {
  top: 13px !important;
}