/* удалить блок Диагностика из формы */
.certificate-form__checkbox-wrapper:first-of-type{
  display: none;
}
.content_without-border{
  border-bottom: none;
}
.certificate{
  line-height: 1.5;
}
.certificate b{
  font-weight: 600;
}
.certificate__banner{
  width: 100%;
  max-width: 240px;
  margin: 0 auto;
  display: block;
}
.certificate__title{
  font-size: 40px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 900;
  margin-top: 30px;
  margin-bottom: 30px;
}
.certificate__subtitle{
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 20px;
}
.certificate__text{
  margin-bottom: 20px;
  font-size: 15px;

}
.certificate__thanks{
  font-size: 15px;
  text-align: center;
  width: 100%;
  max-width: 455px;
  margin: 0 auto;
}
.certificate__btn{
  margin: 0 auto;
  display: block;
  width: 170px;
}
.diagnostics{
  display: flex;
  align-items: flex-start;
}
.diagnostics__img{
  width: 100%;
  max-width: 440px;
  display: block;
  margin-right: 40px;
}

.accs__list{
  display: flex;
  flex-wrap: wrap;
}
/* .accs__list::after {
  content: "";
  flex: auto;
} */
.accs__item{
  width: 15.8%;
    /* max-width: 260px; */
    background: #f5f5f5;
    padding-bottom: 15px;
    margin-bottom: 10px;
    margin-left: .4%;
    margin-right: .4%;
}
.accs__item:nth-child(n+7){
  display: none;
}
.accs__img{
  display: block;
  width: 100%;
}
.accs__row{
  display: flex;
  justify-content: space-between;
  padding: 0 10px;
}
.accs__row_padding{
  padding: 20px 10px;
}
.accs__row_underlined{
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.accs__name{
  font-size: 14px;
  font-weight: 600;
  height: 45px;
}
.accs__art{
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  border-bottom: 1px solid;
}
.accs__old-price{
  font-size: 12px;
  height: 18px;
}
.accs__new-price{
  font-size: 13px;
  font-weight: 600;
}
.accs__trigger{
  font-size: 15px;
  text-align: center;
  font-weight: 600;
  border-bottom: 2px solid #ffba00;
  color: inherit;
  display: block;
  margin: 30px auto;
  width: 205px;
}
.accs__trigger:hover{
  color: inherit;
  text-decoration: none;
}
.contract__list{
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
  align-items: flex-start
}
.contract__img{
  width: 33%;
  max-width: 440px;
}
.disclamer__text{
  font-size: 14px;
}
.disclamer{
  padding: 20px 0 60px 0;
  background: #fff;
  max-width: 1450px;
  width: 100%;
  margin: 0 auto;
}
.disclamer__content{
  background: #f2f2f2;
  padding: 35px 50px;
}
.rect-btn_print{
  height: 45px;
  padding: 0 20px;
  display: flex;
  width: 270px;
  align-items: center;
  justify-content: center;
  position: relative;
}
.print-btns{
  display: flex;
  justify-content: center;
  padding-bottom: 50px;
}
.rect-btn__img{
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.mail-form__input{
  border: 1px solid #f2f2f2;
  outline:none;
  background: #f2f2f2;
  padding: 10px;
  width: 300px;
  height: 45px;
}
.rect-btn_print-js{

  margin-right: 20px;
}
.mail-form__submit{
  width: 240px;
  margin-right: 0;
}
.mail-form{
  display: flex;
  align-items: center;
}
.mail-form__input_error{
  border: 1px solid red;
}
.mail-form__success{
  display: none;
  color: green;
}
@media(max-width: 1366px){
  .accs__item {
    width: 22%;
    /* max-width: 260px; */
    background: #f5f5f5;
    padding-bottom: 15px;
    margin-bottom: 20px;
    margin-left: 5%;
    margin-right: 5%;
  }
}
@media(max-width: 1200px){
  .accs__item {
    width: 27%;
    /* max-width: 260px; */
    background: #f5f5f5;
    padding-bottom: 15px;
    margin-bottom: 20px;
    margin-left: 3%;
    margin-right: 3%;
  }
}

@media(max-width: 1024px){
  .accs__item{
    width: 32%;
    margin-left: 9%;
    margin-right: 9%;
  }
}
@media(max-width: 768px){
  .diagnostics{
    display: block;
  }
  .diagnostics__img{
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 30px;
  }
  .accs__item {
    width: 100%;
    max-width: 260px;
  }
  .accs__list {
    justify-content: center;
  }
  .print-btns{
    display: block;
  }
  .rect-btn_print-js{
    width: 100%;
    margin: 0 0 20px 0;
  }
  .mail-form__input{
    flex-grow: 1;
  }
}
@media(max-width: 600px){

  .accs__list{
    display: block;
  }
  .accs__item{
    width: 100%;
    margin: 20px auto;
  }
  .contract__list{
    display: block;
    text-align: center;
  }
  .contract__img{
    width: 100%;
    margin: 5px auto;
  }
}
@media(max-width: 500px){
  .content, .disclamer__content{
    padding: 35px 20px;
  }
  .certificate__title{
    font-size: 30px;
  }
  .diagnostics .rect-btn{
    display: block;
    width: 100%;
    margin: 5px 0;
  }
  .mail-form{
    display: block;
  }
  .mail-form__input{
    width: 100%;
  }
  .mail-form__submit{
    width: 100%;
  }
}


@media print {
    /* здесь будут стили для печати */
    html, body {
      visibility:hidden;
      height: 23cm;
      page-break-inside: avoid;
    }
    .language.market.site.jeepdefault.page{
      display: none;
    }
    .certificate {
      visibility:visible;
      height: 23cm;
      page-break-inside: avoid;
    }
    .content {
      padding: 0.5cm 0;
    }
    .disclamer__content, .disclamer{
      padding: 0;
    }
    .rect-btn{
      display: none;
    }
    .certificate__banner{
      width: 6cm;
    }
    .diagnostics__img{
      width: 5cm;
      margin-right: 0.5cm;
    }
    .diagnostics{
      display: flex;
    }
    .certificate__title{
      font-size: 18px;
    }
    .header-left-top, .a-right-bottom, .time-right-bottom {
      display: none;
    }
    .certificate__text, .disclamer__text{
      margin-bottom: 0.2cm;
      font-size: 12px;
    }
    .certificate__subtitle{
      margin-bottom: 0.2cm;
    }
    .accs__row{
      display: none;
    }
    .accs__item{
      width: 3.5cm;
      padding-bottom: 0;
      margin-bottom: 0;
    }
    .accs__list{
      display: flex;
    }
    .accs__trigger{
      display: none;
    }
    .contract__img{
      width: 5cm;
    }
    .contract__list{
      margin-bottom: 0;
    }
    .certificate__thanks{
      font-size: 14px;
      width: 100%;
    }
    .certificate__subtitle{
      font-size: 14px;
    }
    .print-btns{
      display: none;
    }
    .header-left-top, .a-right-bottom, .time-right-bottom {
      display: none;
    }
    .accs__item:nth-child(n+7){
      display: none!important;
    }
}



















.certificate-form{
		width: 280px;
		background: #fff;
		color: #000;
		position: fixed;
		right: 1px;
		z-index: 5;
		bottom: 0;
}
.form-active {
	bottom: 0;
}
.form-deactive {
	bottom: -560px;
}
.certificate-form__head{
	height: 50px;
	background: #ffba00;
	cursor: pointer;
}
.certificate-form__head-title {
	font-family: "proxima_nova_rgbold",sans-serif;
	font-size: 14px;
	text-align: center;
	padding-top: 20px;
	text-transform: uppercase;
}
.certificate-form__content {
	margin: 15px 25px;
  display: none;
}
.certificate-form__content-title {
	font-size: 14px;
	line-height: 1.5;
}
.certificate-form__content-desc {
    font-family: "proxima_nova_rgbold",sans-serif;
}
.certificate-form__checkboxgroup {
    display: flex;
    flex-direction: row;
}
.certificate-form__wrapper {
	position: relative;
  margin: 20px 0;
}
.certificate-form__input {
	position: relative;
	color: #000;
	font-size: 14px;
	width: 100%;
	height: 32px;
	display: block;
	padding-left: 10px;
	padding-right: 10px;
	border: none;
	border-bottom: 1px solid #828282;
	background-color: transparent;
	outline: none;
	border-radius: 0;
	box-shadow: none;
	z-index: 1;
}
.certificate-form__input_error {
      border-color: red;
    }
.certificate-form__input-placeholder {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	padding: 0 10px;
	color: #828282;
	font-size: 16px;
	width: 100%;
	z-index: 0;
	transition: font-size .15s ease-out, .15s ease-out;
}
.certificate-form__checkbox-item{
  display: none;
}
.certificate-form__checkbox-list-icon{
  width: 22px;
  height: 22px;
  border: 1px solid #ffba00;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  position: relative;
}
.certificate-form__checkbox-list-icon_error{
  border-color: red;
}
.certificate-form__checkbox-item:checked + label > .certificate-form__checkbox-list-icon::after{
  width: 10px;
  height: 10px;
  background: #ffba00;
  position: absolute;
  content: '';

}
.certificate-form__checkbox-wrapper{
  position: relative;
  display: flex;
  align-items: center;
  margin: 5px 0;
}
.certificate-form__input-placeholder_checkbox{
  position: relative;
  display: block;
}
.certificate-form__input_not-empty ~ .certificate-form__input-placeholder,
    .certificate-form__input:focus ~ .certificate-form__input-placeholder {
      top: -10%;
      font-size: 12px;
    }
.certificate-form__checkbox {
	display: none;
}
.certificate-form__checkbox-label {
	position: relative;
	font-size: 14px;
	padding-left: 30px;
	padding-right: 10px;
	display: block;
	line-height: 1.8;
}
.certificate-form__checkbox-label-policy {
	font-size: 10px;
}
.certificate-form__checkbox-icon {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    vertical-align: top;
    width: 22px;
    height: 22px;
}
.certificate-form__checkbox_error ~ .certificate-form__checkbox-label > .certificate-form__checkbox-icon:before {
      border-color: red;
    }
.certificate-form__checkbox-icon:before {
    position: absolute;
    content: '';
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    border-radius: 5%;
    border: 1px solid #828282;
    display: block;
    transition: border-color .15s ease;
		border-color: #ffba00;
}
.certificate-form__checkbox-icon:after {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    margin-top: -5px;
    margin-left: -6px;
    width: 10px;
    height: 10px;
    border-radius: 5%;
    background-color: #ffba00;
    display: block;
    transform: scale(0);
    transition: transform .15s ease;
}
.certificate-form__checkbox:checked ~ .certificate-form__checkbox-label > .certificate-form__checkbox-icon:before {
      border-color: #ffba00;
    }
.certificate-form__checkbox:checked ~ .certificate-form__checkbox-label > .certificate-form__checkbox-icon:after {
      transform: scale(1);
    }
.certificate-form__dropdown {
    position: relative;
    color: #ffba00;
    /* text-decoration: underline; */
}
.certificate-form__dropdown-link {
    text-decoration: underline;
}
.certificate-form__dropdown-checkbox {
	color: #000;
}
.certificate-form__dropdown-close {
    position: absolute;
    top: 2px;
    right: 2px;
}
.certificate-form__dropdown-text {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    width: 700px;
    max-width: 100%;
    padding: 15px;
    border: 1px solid #828282;
    border-radius: 2px;
    background-color: #fff;
    color: #000;
    display: none;
    z-index: 2;
}
.certificate-form__link {
		color: #ffba00;
}
.certificate-form__button {
		width: 170px;
		margin: 0 auto;
}

.certificate-form__agree-error {
	border: 1px solid red;
}
.certificate-form__policy-text {
	font-size: 10px;
}

.certificate-form__error {
	text-align: center;
  font-size: 12px;
  color: red;
  position: absolute;
}

.certificate-form__input-error {
	border-bottom: 1px solid red;
}
.certificate-form__status {
	font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
	text-align: center;
}

@media (max-width: 480px) {
	.certificate-form {
		width: 100%;
	}
	.certificate-form__content {
		padding: 0 30px;
	}
  .certificate-form {
  bottom: 0}
}
.certificate-form__head-close {
	transition: 0.3s all ease;
	border: 2px solid #000;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	position: absolute;
	top: -14px;
	left: -14px;
	background: #ffba00;
}
.certificate-form__head-close:hover {
    background: #edad01;
    transition: 0.3s all ease;
}
.head-close {
  position: absolute;
  right: 4px;
  top: -1px;
  transform: rotate(45deg);
  font-size: 26px;
}

@media (max-width: 480px) {
	.certificate-form__head-close {
    top: 10px;
    left: 10px;
	}
}


.service__title {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 600;
    margin: 30px 0;
    line-height: 30px;
    text-align: left;
}
.wave__list {
    display: flex;
    flex-wrap: wrap;
    margin: 40px 0;
    border-top: 1px solid #E5E5E5;
    border-bottom: 1px solid #E5E5E5;
    padding: 40px 0;
}
.wave__item {
  width: 49%;
}
.wave__item-left{
  align-self: center;
}
.wave__item-center {
  width: 1%;
  border-right: 4px solid #ffba00;
}
.wave__text-content {
    max-width: 50%;
    margin: 0 auto;
}
.wave__logo img {
    height: 70px;
}
.wave__subtitle {
    display: flex;
    flex-wrap: wrap;
    justify-content: end;
}
.wave__subtitle p {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 600;
  margin-right: 10%;
}
.wave__subtitle p span {
  font-size: 40px;
}
.accs__item {
  width: 31.6%;
}
.accs{
  margin: 35px auto;
}
.accs__list{
  justify-content: center;
}
.accs__btn{
  height: 45px;
}
.img-mopar{
  width: inherit;
  height: 80px;
  margin-left: 20px;
}
@media (max-width:1280px) {
  .wave__text-content {
    max-width: 60%;
  }
}
@media (max-width:1024px) {
  .wave__text-content {
    max-width: 75%;
  }
}
@media (max-width:800px) {
  .wave__item {
      width: 90%;
      margin: 0 auto;
  }
.wave__item-center {
    border: none;
    border-bottom: 2px solid #ffba00;
    margin: 35px auto;
}
.wave__text-content {
  max-width: 50%;
}
}
@media (max-width:600px) {
  .wave__text-content {
    max-width: 60%;
}
.accs__item {
    width: 100%;
}
}
@media (max-width:480px) {
  .wave__text-content {
    max-width: 100%;
    text-align: center;
}
.service__title {
    text-align: center;
}
.wave__subtitle {
    justify-content: center;
}
}

.page-inner__page-buttons {
    background-color: #000;
    padding-top: 40px;
}
.info-block__logo img {
    width: 75px;
    height: auto;
}
.row-wave {
    margin-top: 40px;
    margin-bottom: 40px;
}
