:root {
  --black: #171718;
  --design: #ff8800;
  --white: #ffff;

  --bg-color:#ffff;
  --text-color:#171718;
 }


/*   стили карточек моделей STL/Skp */

.col__img {
  text-align: center;
}

.shop__card {
    padding-top: 70px;
    padding-bottom: 55px;
}

.shop-card__title {
  font-size: 32px;
  font-weight: 400;
  /* margin-bottom: 35px; */
  color: #ffff;
}

/* .shop-card__descript {
  font-size: 18px;
  color: #474747;
} */

.model__text {
  max-width: 600px;
  margin: 36px auto;
  color: white;
}

.model__title {
    font-size: 28px;
    font-weight: 600;
}

.model__name {
  font-size: 20px;
  padding-top: 15px;
}

.shop-card__descript {
  display: flex;
  justify-content: space-between;

  padding: 15px 5px;
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 15px;

  color: #a8a8a8;
}

.archi-card__wrapper {
  text-align: center;
}

.archi-card__descript {
  padding: 15px 5px;
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 15px;

  color: #a8a8a8;
}

.articul__arch {
  font-size: 22px;
  
  margin-top: 0;
  margin-bottom: 25px;

  color: white;
}

.shop-line__card {
  flex-grow: 5;
  margin-left: 10px;
  margin-right: 10px;

  border-bottom: 2px dotted;
}

.shop-card__price {
 color: var(--design);
}

/*  кнопки карусели на странице stl*/
.carusel__wrapper{
  position: relative;
}

.slider__btn {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 9;

	display: block;
	width: 68px;
	height: 68px;
	border-radius: 50%;

  border: none;

  cursor: pointer;

	display: flex;
	align-items: center;

  opacity: .4;

	background: linear-gradient(129.54deg, #a8a8a8 15.57%, #474747 95.03%), #8b8b8b;
}

.slider__btn:hover {
  opacity: .8;
}

.slider__btn:active {
  opacity: 0.7;
}

.slider__btn--prev,
.slider__btn--prev-3 {
	left: 4px;
	padding-left: 24px;
	justify-content: flex-start;
}

.slider__btn--next,
.slider__btn--next-3 {
	right: 4px;
	padding-right: 24px;
	justify-content: flex-end;
}


/* стили модального окна Archiviz */

.modal__archi {
  padding-bottom: 55px;
}

/* стили модального окна modal-img */

.modal__title {
  color: white;
}




/* ---------- форма обратной связи ---------- */

@media (max-width:430px) {
  .card__descript,
  .archi-card__descript {
      font-size: 20px;
      font-weight: 500;
  } 
}
