
.swiper-button-next::after {
  /* font-weight: bold; */
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
}
.container-swiper {
  display: none;
  position: relative;
}
/*Черная полоса*/
.carsForSale {
  padding-top: 30px;
}
.cfs-button a {
	text-transform: uppercase;
	display: inline-block;
	border: 1px solid #b0b8c0;;
 	transition: 0.3s ease-in; 
  background-color: #1a1a1f;
  font-size: 16px;
	padding: 12px 30px;
  white-space: nowrap;
  letter-spacing: 0.01em;
	color: #fff;
}

.cfs-button a:hover {
  background-color:transparent;
	color:#363840;
}

.carsForSale__header {
  background-color: #1a1a1f;
  height: 50px;
}
.cfs__configuration {
  padding-top: 40px;
  padding-bottom: 50px;
}

/* cfs-header */
.label {
  display: flex;
  align-items: center;
  gap: 15px;
  padding-top: 5px;
}
.label span {
  color: #bbb;
  font-size: 16px;
}
.cfs-header h1 {
  font-size: 40px;
}
.cfs-header {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
/**/
.mySlides {
  display: none;
}
.cfs__slide-container {
  position: relative;
}
.cfs__slide-wrapper {
  flex-direction: row-reverse;
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}
.cfs__description {
  flex: 0 0 40%;
}
.cfs__configuration-item {
  margin-bottom: 30px;
}
.cfs__configuration-dots li {
  list-style: disc;
}

.cfs__configuration-dots {
  margin-left: 16px;
}
.cfs__configuration-item h2 {
  padding-bottom: 16px;
	font-size: 23px;
	font-weight: 500;
	text-transform: uppercase;
}
.cursor {
  cursor: pointer;
}
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 40%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}
.caption-container {
  text-align: center;
  background-color: #222;
  padding: 2px 16px;
  color: white;
}
.row:after {
  content: "";
  display: table;
  clear: both;
}
.column {
	padding-bottom: 2px;
  padding-right: 2px;
  float: left;
  width: 16.66%;
}
.cfs__description {
  margin-right: 20px;
}
.options li {
  display: flex;
  padding: 10px 0px 10px 0px;
}
.options h5 {
  padding-bottom: 10px;
}
.options-name {
  padding-right: 30px;
  width: 130px;
  /* letter-spacing: 0.1rem; */
  line-height: 1.5rem;
  color: #9ca8b4;
  font-size: 16px;
  white-space: nowrap;
}
.options-name-p {
  flex: 0 0 55%;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  text-transform: none;
  letter-spacing: 0.1re;
  line-height: 1.5rem;
}
/* social-share */
.share-buttons {
  display: flex;
  flex-wrap: wrap;
}
.share-buttons a {
  margin-bottom: 5px;
  width: 40px;
  height: 40px;
}
.share-buttons a:not(:last-child) {
  margin-right: 5px;
}
.dropdown__item a {
  padding-top: 10px;
  padding-right: 15px;
}
.like {
  font-size: 16px;
  font-weight: 700;
  padding-top: 10px;
  margin-bottom: 10px;
}
.push {
  display: inline-block;
  min-width: 100px;
  margin: 5px 2px 10px 2px;
  font-size: 15px;
  text-align: center;
  color: #fff;
  cursor: pointer;
  padding: 5px;
}
/**/
.list-reset {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}
.menu__item {
  position: relative;
}
.menu__item:not(:last-child) {
  margin-right: 30px;
}
.menu__btn {
  font-size: 16px;
  padding-left: 0;
  gap: 15px;
  display: flex;
  align-items: center;
  border: none;
  color: #4e5860;
  background-color: #fff;
  cursor: pointer;
  transition: background-color 0.3s ease-in-out;
}
.dropdown {
  box-shadow: rgba(81, 21, 21, 0.08) 0px 10px 20px -15px,
    rgba(55, 84, 169, 0.2) 0px 20px 60px -10px;
  position: absolute;
  left: 0;
  top: 100%;
  width: 200px;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}
.dropdown--active {
  width: 286px;
  opacity: 1;
  visibility: visible;
}
.dropdown__link {
  display: block;
  width: 100%;
  padding: 10px 10px;
  color: #fff;
}
@media (max-width: 900px) {
  .carsForSale {
    padding-top: 0px;
  }

  .cfs-header {
    display: block;
  }
  .cfs__slide-container {
    display: none;
  }
  .cfs__slide-wrapper {
    flex-direction: column;
  }
  /* swiper */
  .swiper-slide img {
    width: 100%;
    object-fit: cover;
    position: relative;
  }
  .container-swiper {
    width: 100%;
    display: block;
    padding-top: 30px;
    width: 100%;
  }
  .numbertext {
    top: 80%;
    z-index: 8;
    color: #fff;
    background-color: #000;
    position: absolute;
    padding: 0px 5px;
    min-width: 41px;
    box-sizing: border-box;
    height: 21px;
    left: 50%;
    background: hsla(0, 0%, 0%, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    color: hsl(0, 0%, 100%);
    font-size: 12px;
    border-radius: 20px;
    transform: translateX(-50%);
  }
  .swiper-button-next {
    z-index: 2;
    width: calc(var(--swiper-navigation-size) / 7 * 15);
  }
  .swiper-button-prev {
    z-index: 2;
    width: calc(var(--swiper-navigation-size) / 7 * 15);
  }
  .саr-price {
    padding-top: 20px;
  }
}
