.mt-45 {
	margin-top: 45px !important;
}

@media (min-width: 992px) {
	.mt-lg-90 {
		margin-top: 90px !important;
	}
}

.swiper-button-next.swiper-button-disabled, 
.swiper-button-prev.swiper-button-disabled {
	opacity: 0;
}

.swiper-button-next,
.swiper-button-prev {
	margin-top: -30px;
	width: 60px;
	height: 60px;
	background-color: #efefef;
	transition: all .3s ease;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
	background-color: #005693;
}

.swiper-button-next:hover::after,
.swiper-button-prev:hover::after {
	filter: contrast(0) brightness(2);
}

.swiper-button-next::after,
.swiper-button-prev::after {
	content: '';
	width: 10px;
	height: 19px;
	background-image: url("data:image/svg+xml,%3Csvg width='10' height='19' viewBox='0 0 10 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.27451 19L0 17.6124L7.45098 9.5L0 1.38764L1.27451 0L10 9.5L1.27451 19Z' fill='%23252B33'/%3E%3C/svg%3E%0A");
	background-size: 100% 100%;
	transition: all .3s ease;
}

.swiper-button-prev {
	left: 0;
}

.swiper-button-next {
	right: 0;
}

.swiper-button-prev {
	transform: scale(-1, 1);
}

.heading-block {
	padding: 35px 0;
	margin-bottom: 45px;
	background-color: #f4f4f4;
}

@media (max-width: 992px) {
	.heading-block {
		padding: 20px 0;
		margin-bottom: 30px;
	}
}

/* --- */

.promo-img img {
	display: block;
	width: 100%;
}

/* --- */

.proposals-list {
	margin-left: -10px;
	margin-right: -10px;
	margin-top: -20px;
}

.proposals-item {
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 20px;
}

.proposals-card {
	padding: 25px;
	width: 100%;
	height: 100%;
	background-color: #f4f4f4;
}

.proposals-card-title {
	margin-bottom: 5px;
	font-size: 24px;
	color: #005693;
	text-transform: uppercase;
}

.proposals-card-title sup {
    top: -1.5em;
    font-size: 40%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

.proposals-card-text {
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
}


/* --- */

.bg-gray {
	background-color: #f4f4f4;
}

.text-block h1 {
	margin-bottom: 30px;
}

.text-block p {
	font-size: 16px;
}

.text-block p + p {
	margin-top: 15px;
}

/* --- */

.features-title {
	margin-bottom: 45px;
}

.features-list {
	margin-left: -10px;
	margin-right: -10px;
	margin-top: -40px;
}

.features-item {
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 40px;
}

.features-card-icon {
	margin-right: 45px;
	width: 60px;
}

.features-card-icon img {
	display: block;
	width: 100%;
}

.features-card-text {
	font-weight: 500;
}

@media (max-width: 992px) {
	.features-title {
		margin-bottom: 30px;
	}

	.features-list {
		margin-top: -20px;
	}

	.features-item {
		margin-top: 20px;
	}
	.features-card-icon {
		margin-right: 15px;
		width: 38px;
	}
}

/* --- */

.choice {
	position: relative;
	z-index: 1;
}

.choice::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 265px;
	background-color: #f4f4f4;
	z-index: -1;
}
.choice-title {
	margin-bottom: 45px;
}

.choice-slider .swiper-slide {
	height: auto;
}

.choice-slider .swiper-button-next, .choice-slider .swiper-button-prev {
	margin-top: 0;
	top: 180px;
}

.choice-card {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
}

.choice-card-img {
	margin-bottom: 32px;
	width: 100%;
	height: 240px;
}

.choice-card-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.choice-card-content {
	flex: 1 0 auto;
}

.choice-card-content h4 {
	margin-bottom: 15px;
}

@media (max-width: 992px) {
	.choice-title {
		margin-bottom: 30px;
	}

	.choice-slider {
		overflow: visible;
	}

	.choice-card-img {
		margin-bottom: 20px
		height: 220px;
	}
}

/* --- */

.items {
	margin-left: -15px;
	margin-right: -15px;
	margin-top: -30px;
}

.item {
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 30px;
}

.item-img {
	margin-bottom: 20px;
}

.item-img img {
	display: block;
	width: 100%;
}

.item-content h4 {
	font-size: 18px;
	line-height: 22px;
}

.item-content h4 + p {
	margin-top: 15px;
}

/* --- */

.two-columns-slider-card {
	margin-left: -15px;
	margin-right: -15px;
}

.two-columns-slider-card > * {
	padding-left: 15px;
	padding-right: 15px;
}


.two-columns-slider-card-img {
	width: 100%;
	max-width: 300px;
}

.two-columns-slider-card-img img {
	display: block;
	width: 100%;
}

.two-columns-slider-card-content h4 {
	margin-bottom: 15px;
}

@media (max-width: 576px) {
	.two-columns-slider-card-img {
		margin-bottom: 30px;
	}

	.two-columns-slider-card-content h4 {
		font-size: 18px;
		line-height: 24px;
	}
}

/* --- */

.list-styled ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.list-styled ul li {
	font-weight: 500;
	position: relative;
	display: flex;
	align-items: center;
}

.list-styled ul li:not(:last-child) {
	margin-bottom: 20px;
}

.list-styled ul li::before {
	content: '';
	display: block;
	margin-right: 10px;
	flex: 0 0 auto;
	width: 32px;
	height: 32px;
	background-color: #98b02e;
	border-radius: 50%;
}

.list-styled ul li::after {
	content: '';
    position: absolute;
    top: calc(50% - 6px);
    left: 9px;
    width: 14px;
    height: 8px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(-45deg);
}

.gallery-slider {
	margin: 80px auto 0 auto;
	max-width: 800px;
	width: 100%;
}

.gallery-slider-main .swiper-slide img {
	margin: 0 auto;
	display: block;
	width: 100%;
	max-width: 520px;
}

.gallery-slider-thumbs .swiper-wrapper {
	justify-content: center;
}

.gallery-slider-thumbs .swiper-slide {
	padding: 20px;
	width: 150px;
	height: 150px;
	display: flex;
	flex-direction: column;
	text-align: center;
	align-items: center;
	justify-content: center;
	background-color: transparent;
	border-radius:  50%;
	transition: .3s;
}

.gallery-slider-thumbs .swiper-slide img {
	display: block;
	width: 100%;
}

.gallery-slider-thumbs .swiper-slide span {
	margin-top: 10px;
	display: block;
	font-size: 10px;
	font-weight: bold;
	line-height: 16px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.gallery-slider-thumbs {
	margin-top: 20px;
}

.gallery-slider-thumbs .swiper-slide.swiper-slide-thumb-active {
	background-color: #f4f4f4;
}

/* --- */

.fullwidth-img img {
	display: block;
	width: 100%;
}

.image-text-block {
	margin-top: 45px;
}

.image-text-block-img img {
	display: block;
	width: 100%;
}

.image-text-block-content h4 {
	margin-bottom: 20px;
}

@media (max-width: 768px) {
	.image-text-block-img {
		margin-bottom: 30px
	}
}

/* --- */

.table-wrap table {
	width: 100%;
}

.table-wrap table th{
	padding: 24px 10px;
	text-align: center;
	background-color: #005693;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.table-wrap table td {
	padding: 15px;
	text-align: center;
}

.table-wrap table td:first-child {
	text-align: left;
}

.table-wrap table tbody tr:nth-child(2n) td {
	background-color: #f4f4f4;
}

@media (max-width: 576px) {
	.table-wrap {
		margin-left: -20px;
		margin-right: -20px;
		overflow-x: auto
	}

	.table-wrap table {
		width: 560px;
	}
}

/* --- */

.programs {
	border-bottom: 1px solid rgba(37, 43, 51, .12);
}

.programs-list {
	margin-top: -30px;
}

.programs-item {
	margin-top: 30px;
}

.programs-card {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.programs-card-img {
	margin-bottom: 20px;
	max-width: 150px;
	width: 100%;
}

.programs-card-img img {
	display: block;
	width: 100%;
}

.programs-card-text {
	margin-bottom: 20px;
	flex-grow: 1;
}

.programs-card-text p {
	font-weight: 500;
}

.programs-card-link {
	padding: 9px 24px;
	border-radius: 20px;
}

.disclaimer p {
	font-size: 11px;
	font-weight: 500;
	line-height: 1.5;
	color: #9b9b9b;
}

.disclaimer p+p {
	margin-top: 16px;
}

/*--*/

#city_selector ul li {
	line-height: 24px;
}

.range-slider .ui-slider-handle {
  cursor: pointer;
}

.catalog-menu {
  padding-bottom: 4px;
}

.catalog-menu::-webkit-scrollbar-track {
  border-radius: 4px;
  background-color: transparent;
}

.catalog-menu::-webkit-scrollbar {
  height: 4px;
  background-color: transparent;
}

.catalog-menu::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: #005693;
}


.new-cars-slider .swiper-button-prev,
.new-cars-slider .swiper-button-next{
	background-color: transparent;
}

.new-cars-slider .swiper-button-next::after,
.new-cars-slider .swiper-button-prev::after {
	filter: contrast(0) brightness(2);
}

@media (max-width: 992px) {
  .catalog-menu {
    border-bottom: none;
  }

  .catalog-menu-list {
    border-bottom: 1px solid #e2e6e9;
  }
}

@media (max-width: 420px) {
  .header-col-group {
    flex-direction: column;
  }

  .header-col-group .header-city {
    margin-bottom: 5px;
    margin-right: 0;
  }
}

@media (max-width: 375px) {
  .header-menu li span {
    font-size: 12px;
  }

  .header-menu li:not(:last-child) {
    margin-right: 16px;
  }

  .header-phone {
    font-size: 12px;
  }
}

@media (max-width: 535px) {
	table.garanty {
	  width: 100% !important;
	  font-size: 13px;
	}
	table.garanty thead {
	  display: none;
	}
	table.garanty tr {
	  display: flex;
	  flex-direction: column;
	  height: unset !important;
	  margin: 8px 0;
	}
	table.garanty td {
	  text-align: left !important;
	  width: unset !important;
	  height: unset !important;
	}
	table.garanty tr td:first-child {
		font-weight: 700;
	}
	table.garanty tr td::before {
		color: #999;
	}
	table.garanty tr td:nth-child(2)::before {
		content: 'ГАЗЕЛЬ NN: ';
	}
	table.garanty tr td:nth-child(3)::before {
		content: 'ДРУГИЕ АВТО-ПРОИЗВОДИТЕЛИ: ';
	}	
	.features-table p {
	    font-size: 16px !important;
	}
	.features-table tr:first-child, .features-table tr:nth-child(3) {
		display: none;
	}
	.features-table tr {
		display: flex;
		flex-direction: column;
	}
	.features-table td {
		width: 100% !important;
		order: -1;
		margin: 10px 0
	}
}