 /*car-list*/
 .car-list .car .media-block {
  grid-area: a;
}
.car-list .car .info-block {
  grid-area: b;
}
.car-list .car .price-block {
  grid-area: c;
}
.car-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.car-list .car {
  display: grid;
  grid-template-columns: 3fr 3fr 2fr;
  grid-template-areas: "a b c";
  gap: 1rem;
  border: 2px solid black;
  /*padding: 0.5rem;*/
  border-radius: 8px;
}
.car-list .car>div {
  padding: 0.5rem;
}
.car-list .car .media-block {
  position: relative;
}
.car-list .car .media-block .label {
  position: absolute;
  background-color: black;
  color: white;
  padding: .3rem .5rem;
  border-radius: 8px;
  top: 1rem;
  left: 1rem;
  font-size: 0.7rem;
}
.car-list .car .media-block .img {
  padding-top: 80%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.car-list .car .media-block .model {
  background-color: #f3f3f3;
  padding: .5rem;
  border-radius: 8px;
}
.car-list .car .info-block .buttons-list {
  display: flex;
  gap: 2rem;
}
.car-list .car .info-block .buttons-list .item {
  display: flex;
  gap: 0.6rem;
  justify-content: center;
  align-items: center;
}
.car-list .car .info-block {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.car-list .car .info-block .service-list {
  display: flex;
  flex-direction: column;
  gap: .6rem;
}
.car-list .car .info-block .service-list .service-item {
  display: flex;
  gap: 0.6rem;
  align-items: center;
}
.car-list .car .price-block {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  align-items: center;
  justify-content: center;
}
.car-list .car .price-block .p-b {
  font-size: 1.6rem;
  text-align: center;
  font-weight: bold;
}
.car-list .car .price-block .price.blur {
  filter: blur(3.4px);
  
  -webkit-touch-callout: none;
-webkit-user-select: none;
 -khtml-user-select: none;
   -moz-user-select: none;
    -ms-user-select: none;
        user-select: none;
}
.car-list>.item>.info {
  width: max-content;
  background-color: black;
  color: white;
  padding: .5rem .8rem;
  border-radius: 8px 8px 0 0;
  margin-left: 0.8rem;
}

.star-list {
  display: flex;
  gap: 1px;
}
.star-list .star {
  --size-star-icon: 15px;
  width: var(--size-star-icon);
  min-width: var(--size-star-icon);
  max-width: var(--size-star-icon);
  height: var(--size-star-icon);
  min-height: var(--size-star-icon);
  max-height: var(--size-star-icon);
}
.star-list .star {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url(/img/star.svg);
}
.star-list .active {
  background-image: url(/img/star-active.svg);
}
.star-list .subactive {
  background-image: url(/img/star-subactive.svg);
}
@media (max-width: 766.98px) {
  .car-list .car {
      grid-template-columns: 1fr 1fr;
      /*grid-template-rows: 2fr 1fr;*/
      grid-template-areas: "a b" "c c";
  }
}




.main-wrapper {
  overflow: hidden;
}



.bus-wrapper {
	background: #49d64e;
	max-width: 700px;
	height: 205px;
	border-radius: 4px;
	margin: 100px auto 0;
	position: relative;
	animation: bus-bounce 0.75s linear infinite;
	&:before {
		content: "";
		position: absolute;
		left: -12px;
		width: 0;
		height: 0;
		border-top: 103px solid transparent;
		border-bottom: 103px solid transparent;
		border-right: 12px solid #49d64e;
	}
	&:after {
		content: "";
		position: absolute;
		right: -18px;
		top: 0;
		width: 0;
		height: 0;
		border-top: 163px solid transparent;
		border-bottom: 40px solid transparent;
		border-left: 18px solid #49d64e;
	}
}




.lower-shape {
	position: absolute;
	width: 0;
	left: -22px;
	height: 0;
	bottom: 0;
	border-left: 20px solid transparent;
	border-right: 90px solid transparent;
	border-bottom: 15px solid white;
}

.window-section {
	width: 607px;
	height: 80px;
	display: inline-block;
	border-radius: 6px;
	background: #2e4148;
	margin-top: 15px;
	margin-left: 24px;
	padding-left: 21px;
}

.window-glass {
	width: 95px;
	height: 58px;
	background: #30b0c9;
	margin-right: 10px;
	border-radius: 4px;
	margin: 11px 10px 11px 0;
	float: left;
	overflow: hidden;
	&:nth-child(1) {
		width: 50px;
	}

	&:nth-child(2),
	&:nth-child(3),
	&:nth-child(4) {
		.glass-inner {
			.seats.second {
				left: 45px;
			}
		}
	}
	&:nth-child(4) {
		.glass-inner {
			margin-left: 0;
		}
	}
	&:nth-child(5) {
		.glass-inner {
			margin-left: -8px;
			.seats.first {
				left: 15px;
			}
			.seats.second {
				left: 50px;
			}
		}
	}
	&:nth-child(6) {
		.glass-inner {
			margin-left: -15px;
			.seats.first {
				left: 25px;
			}
			.seats.second {
				display: none;
			}
		}
	}
}

.glass-inner {
	width: 95px;
	height: 58px;
	background: #59bfd3;
	margin-top: 11px;
	margin-left: 15px;
	border-radius: 4px;
	position: relative;
}

.seats {
	width: 9px;
	height: 13px;
	background: rgba(255, 255, 255, 0.3);
	transform: skewX(9deg);
	border-radius: 2px;
	position: absolute;
	bottom: 10px;
	left: 6px;
}

.tyres-wrapper {
	position: relative;
	top: 40%;
	.tyres-content:nth-child(1) {
		position: absolute;
		left: 28%;
		position: absolute;
		bottom: -65px;
		left: 27%;
		border-radius: 90px 90px 0 0;
		-moz-border-radius: 90px 90px 0 0;
		-webkit-border-radius: 90px 90px 0 0;
		background: white;
		padding: 10px;
	}
	.tyres-content:nth-child(2) {
		position: absolute;
		bottom: -65px;
		right: 9%;
		border-radius: 90px 90px 0 0;
		-moz-border-radius: 90px 90px 0 0;
		-webkit-border-radius: 90px 90px 0 0;
		background: white;
		padding: 10px;
	}
}

.tyres {
	position: relative;
	z-index: 1;
	width: 73px;
	height: 73px;
	background: #4e5066;
	border-radius: 50%;
	border: 8px solid #3a3e4b;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	animation: stripe 1s linear infinite;
}
.rim-section {
	position: relative;
	width: 35px;
	height: 35px;
	background: #37a13a;
	border-radius: 50%;
	border: 11px solid #49d64e;
}
.stripe {
	width: 25px;
	position: absolute;
	height: 25px;
	border: 2px dashed #4e5066;
	border-radius: 50%;
	top: -6px;
	left: -6px;
	animation: stripe 1s linear infinite;
}

.sticker-wrap {
	position: absolute;
	right: 80px;
	top: 110px;
	z-index: 1;
}

.border-wrap {
	position: absolute;
	bottom: 18px;
	left: 30px;
	> span {
		width: 543px;
		height: 4px;
		background: #fff;
		display: block;
		margin-bottom: 3px;
		&:last-child {
			margin-bottom: 0;
		}
	}
}

.driver-section {
	background: #2e4148;
	overflow: visible;
	width: 70px;
	border-radius: 4px;
	padding: 10px;
	position: absolute;
	right: 5px;
	top: 15px;
	padding-right: 0;
	&:after {
		content: "";
		display: inline-block;
		position: absolute;
		width: 15px;
		height: calc(100% + -2px);
		background: #2e4148;
		float: right;
		right: -6px;
		top: 2px;
		z-index: 10;
		-ms-transform: skew(-30deg, 0deg);
		-webkit-transform: skew(-30deg, 0deg);
		transform: skew(7deg, 0deg);
	}
	.window-glass {
		width: 60px;
	}
	.glass-inner {
		margin-left: -57px;
		margin-top: -5px;
		height: 70px;
		transform: skewX(8deg);
	}
	.handle {
		width: 30px;
		height: 3px;
		background: rgba(255, 255, 255, 0.3);
		transform: rotate(-20deg);
		border-radius: 2px;
		position: absolute;
		bottom: 10px;
		right: 15px;
	}
}

.door-lower {
	width: 82px;
	height: 48px;
	position: absolute;
	border: 4px solid #2e4148;
	top: 110px;
	right: -7px;
	z-index: 1;
	border-radius: 4px;
	.dot1 {
		width: 10px;
		height: 4px;
		background: #3a3e4b;
		border-radius: 4px;
		margin-top: 8px;
		margin-left: 7px;
	}
	.dot2 {
		width: 20px;
		height: 20px;
		background: #3a3e4b;
		float: right;
		margin-right: 7px;
		border-radius: 2px;
		margin-top: -3px;
	}
}

.lights-wrap {
	.lights-1 {
		background: #cc8460;
		box-shadow: 1px 2px 0px 0px rgba(0, 0, 0, 0.5);
		border-radius: 4px;
		width: 8px;
		height: 28px;
		position: absolute;
		bottom: 43px;
		left: -5px;
		animation: changeColor 0.5s infinite;
	}
	.lights {
		background: #cc8460;
		box-shadow: 1px 1px 0px 0px rgba(0, 0, 0, 0.5);
		border-radius: 5px;
		width: 8px;
		height: 3px;
		position: absolute;
		bottom: 43px;
		z-index: 1;
		animation: changeColor 0.5s infinite;
		&.lights-2 {
			left: 50px;
		}
		&.lights-3 {
			left: 189px;
		}
		&.lights-4 {
			left: 395px;
		}
		&.lights-5 {
			right: 165px;
		}
	}
}

.square-1 {
	background: #dedede;
	border: 2px solid #2e4148;
	box-shadow: inset 2px 6px 2px 0px rgba(0, 0, 0, 0.5);
	border-radius: 4px;
	position: absolute;
	width: 14px;
	height: 14px;
	left: 50px;
	top: 105px;
}
.square-2 {
	width: 20px;
	height: 20px;
	border: 1px solid rgba(58, 62, 75, 0.1);
	border-radius: 6px;
	padding: 0px;
	display: inline-block;
	text-align: center;
	position: absolute;
	right: 5px;
	bottom: 21px;
	> div {
		width: 12px;
		height: 10px;
		background: #3a3e4b;
		display: inline-block;
		border-radius: 1px;
	}
}

.square-3 {
	width: 20px;
	height: 20px;
	border: 1px solid rgba(58, 62, 75, 0.1);
	border-radius: 6px;
	padding: 0px;
	display: inline-block;
	text-align: center;
	position: absolute;
	right: 35px;
	bottom: 5px;
	> div {
		width: 12px;
		height: 10px;
		background: #3a3e4b;
		display: inline-block;
		border-radius: 1px;
	}
}
.shadow {
	background: #d8d8d8;
	border-radius: 8px;
	width: 663px;
	height: 14px;
	margin: 25px auto 0;
	position: relative;
}

.headlight-wrap {
	position: absolute;
	right: -17px;
	bottom: 66px;
	z-index: 1;
	> span {
		width: 8px;
		height: 2px;
		background: #fff;
		display: block;
		margin-bottom: 1px;
	}
}

.road {
	width: 200%;
	margin-top: -7px;
	position: relative;
	z-index: 1;
	animation: mov-road 3s linear infinite;
	overflow: hidden;
	.line {
		float: left;
		&:nth-child(1) {
			width: 10px;
			height: 6px;
			background: #3a3e4b;
			border-radius: 4px;
			margin-left: 80px;
			margin-right: 20px;
		}
		&:nth-child(2) {
			width: 20px;
			height: 6px;
			background: #3a3e4b;
			border-radius: 4px;
			margin-right: 150px;
		}
		&:nth-child(3) {
			width: 200px;
			height: 6px;
			background: #3a3e4b;
			border-radius: 4px;
			margin-right: 80px;
		}
		&:nth-child(4) {
			width: 200px;
			height: 6px;
			background: #3a3e4b;
			border-radius: 4px;
			margin-right: 180px;
		}
		&:nth-child(5) {
			width: 150px;
			height: 6px;
			background: #3a3e4b;
			border-radius: 4px;
			margin-right: 300px;
		}
		&:nth-child(6) {
			width: 200px;
			height: 6px;
			background: #3a3e4b;
			border-radius: 4px;
		}
		&:nth-child(7) {
			width: 10px;
			height: 6px;
			background: #3a3e4b;
			border-radius: 4px;
			margin-left: 80px;
			margin-right: 20px;
		}
		&:nth-child(8) {
			width: 20px;
			height: 6px;
			background: #3a3e4b;
			border-radius: 4px;
			margin-right: 150px;
		}
	}
}


@keyframes changeColor {
	0% {
		background-color: #cc8460;
	}
	50% {
		background-color: orange;
	}
	100% {
		background-color: #ffc107;
	}
}

@keyframes stripe {
	0% {
		-moz-transform: rotateZ(0deg);
		-webkit-transform: rotateZ(0deg);
		-o-transform: rotateZ(0deg);
		-ms-transform: rotateZ(0deg);
	}
	0% {
		-moz-transform: rotateZ(180deg);
		-webkit-transform: rotateZ(180deg);
		-o-transform: rotateZ(180deg);
		-ms-transform: rotateZ(180deg);
	}
	100% {
		-moz-transform: rotateZ(360deg);
		-webkit-transform: rotateZ(360deg);
		-o-transform: rotateZ(360deg);
		-ms-transform: rotateZ(360deg);
	}
}
@keyframes bus-bounce {
	0% {
		top: 2px;
	}
	20% {
		top: 1px;
	}
	40% {
		top: 2px;
	}
	75% {
		top: 0px;
	}
	100% {
		top: 2px;
	}
}

@keyframes mov-road {
	0% {
		left: 1500px;
	}
	100% {
		left: -1500px;
	}
}



@media (max-width: 992px) {
  .bus-wrapper {
    scale: .6;
    margin: 100px auto -43px !important;
    min-width: 700px;
  }
  .shadow {
    scale: .6;
  }
  .road {
    /*scale: .6;*/
    width: 600%;
  }

  h1 {
    font-size: 2.25rem;
    margin-bottom: 0;
  }

  h2 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }
}

@media (max-width: 767px) {
  .bus-wrapper {
    scale: .4;
    margin: 100px 0 -71px -100px !important;
  }
  .shadow {
    scale: .4;
    margin: 25px 0 0 -80px;
  }
  .road {
    /*scale: .4;*/
    width: 850%;
  }
}

@media (max-width: 500px) {
  .bus-wrapper {
    scale: .4;
    margin: 100px 0 -76px -148px !important;
  }
  .shadow {
    scale: .4;
    margin: 25px 0 0 -124px;
  }
  .road {
    /*scale: .2;*/
    width: 930%;
  }

  h1 {
    font-size: 1.5rem;
  }

  h2 {
    font-size: 1.3rem;
  }
}