.show_panel .header {
	position: relative;
}

.content {
	width: 100%;
}

.about-mission__slogan span {
	display: inline-block;
	text-transform: uppercase;
}

.about-mission__slogan {
	display: flex;
	flex-wrap: wrap;
}

.arenda-top__text .phone_block {
	width: 50%;
}

.arenda-top__text .text-phone__link {
	width: 100%;
}

/* .arenda-top .phone_block_img {
    width: 50%;
    padding-bottom: 24%;
    -webkit-background-size: cover;
    background-size: cover; 
    background-position: center;
} */

.ct-item__model-list {
	height: 170px;
}

.mr-10 {
	margin-right: 30px;
}

.ml-10 {
	margin-left: 30px;
}

.flex-wrap {
	align-items: center;
}

a:hover, a:focus {
	color: inherit;
	text-decoration: none;
}

.about-mission__slogan span div {
	display: block;
	text-transform: uppercase;
}

.arenda-top__text ul li:before {
	content: '';
	width: 5px;
	height: 5px;
	background-color: #555555;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 7px;
}

.arenda-top__text ul li {
	padding-left: 20px;
	position: relative;
	margin-bottom: 5px;
	color: #555555;
}

.arenda-top__text ul {
	margin-bottom: 20px;
}

.arenda-list__item.w100 {
	width: 100%;
}

.text-container img {
	padding-right: 20px;
	padding-bottom: 20px;
}

.text-phone__link .img-svg img {
	padding: 0;
}
.card-top__price {
	padding: 15px 25px;
}

.card-top__price-text b {
	font-size: 19px;
	white-space: nowrap;
}

.card-top__tab-container::before {
	background: -webkit-gradient(to bottom, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0.65) 25%, rgba(255, 255, 255, 0.9) 51%, white 100%);
	background: -webkit-linear-gradient(to bottom, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0.65) 25%, rgba(255, 255, 255, 0.9) 51%, white 100%);
	background: -o-linear-gradient(to bottom, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0.65) 25%, rgba(255, 255, 255, 0.9) 51%, white 100%);
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0.65) 25%, rgba(255, 255, 255, 0.9) 51%, white 100%);
}

.header-contact__drop-item__phone .fs-12 {
	font-size: 13px;
}

.arenda-top__img.pb-38 {
	padding-bottom: 50%;
	width: 100%;
}

.about-history__sl-img {
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	background-color: white;
}

.about-history__nav-item{
	cursor: pointer;
}
.about-history__nav .slick-center .line-main{
	cursor: pointer;
	font-size: 15px;
}
.flex-center{
	align-items: center;
}
@media screen and (max-width: 600px) {
	.clients-sl__link {
		white-space: nowrap;
	}
	.contact-list__item-block a{
		width: 100%;
		margin-bottom: 10px;
	}
	.contact-list__item-block:first-child {
		padding-left: 0;
	}
}
.ct-item__brand, .ct-item__model {
    max-width: 60%;
}
/*@media screen and (max-width: 1440px)*/
/*.about-history__sl .slick-arrow {*/
/*	left: calc(450px - 113px);*/
/*}*/

/*@media screen and (min-width: 900px) and (max-width: 1440px) {*/
/*	.about-history__sl .slick-prev {*/
/*		top: calc(33% - 30px);*/
/*	}*/

/*	.about-history__sl .slick-next {*/
/*		top: calc(33% + 30px);*/
/*	}*/
/*}*/
.text-container p a {
    color: #B80000;
    text-decoration: underline;
}

@media only screen and (max-device-width: 480px) {
   .ms-adv__slider-item__text p {
    color: #c7c7c7;
    }
}

.ct-item__features li div:nth-child(1) {
	padding-right: 5px;
}

.ct-item__features li div {
	display: inline;
	max-width: 45%;
	font-size: 14px;
	color: #676767;
	padding: 5px 0;
	padding-right: 0px;
	background-color: #fff;
	position: relative;
	z-index: 2;
}


.ct-item__features li div {
	max-width: 50%;
}

/*14.01.22*/

.ct-item__block-buy{
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	width: 100%;
	margin-top: 25px;
}

.ct-item__block-prise{
	display: flex;
	align-items: center;
}

.ct-item__block-prise .text-prise{
	font-weight: 600;
}

.ct-item__block-prise .input-prise{
	color: #676767;
}

.ct-item__block-prise div{
	margin: 0 5px;
}

@media (max-width: 1180px) {
	.ct-item__block-buy .ct-item__block-prise div {
		font-size: 12px;
	}

	.ct-item__block-buy .ct-item__button-buy div{
		font-size: 12px;
	}
}

@media (max-width: 600px) {
	.ct-item__block-buy .ct-item__block-prise div {
		font-size: 16px;
	}

	.ct-item__block-buy .ct-item__button-buy div{
		font-size: 16px;
	}
}
/**/
.text-white {color: #fff !important}
.text-white-child * {color: #fff !important}


/* Страница запчастей начало  */
	.flex-wrap.zapchasti-wrapper{
		margin: 0 10px;
		display: flex;
		align-items: flex-start;
		gap: 20px;
	}
	.flex-wrap.zapchasti-wrapper .text-content, .flex-wrap.zapchasti-wrapper .form{
		width: calc(50% - 20px);
	}
    @media only screen and (max-width: 768px) {
		.flex-wrap.zapchasti-wrapper {
			flex-direction: column;
		}
		.flex-wrap.zapchasti-wrapper .text-content, .flex-wrap.zapchasti-wrapper .form{
			width: 100%;
		}
	}


	.zapchasti-wrapper .form, .form h3{
		padding: 20px;
		background-color: #b80000;
		border-radius: 20px;
		color: white;
	}

	.zapchasti-wrapper .image-wrapper{
		min-height: 100px;
		display: block;
	}
	.zapchasti-wrapper div.products_list table td{
		border-top : 1px solid black;
		border-bottom : 1px solid black;
	}
	.zapchasti-wrapper div.products_list table{
		width: 100%;
		border-spacing: 0;
	}
/* Страница запчастей конец  */

.catalog-items .navigation{
  background-color: white;
  padding: 20px;
  width: 100%;
  display: flex;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
  .catalog-items .navigation .navigation-arrows, .catalog-items .navigation .navigation-pages{
    width: 60vw;
    text-align: center;
  }
