.page-wrapper .page-main-full-width .columns {
  padding: unset;
  background: unset;
}
.page-wrapper .page-main-full-width .columns .column.main {
  padding: unset;
}
.content_cms {
  background: #b20405;
  margin-top: 20px;
}
.page_container {
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .page_container {
    padding: 20px 10px 0;
  }
}
@media (min-width: 768px) {
  .section_sellcar {
    display: flex;
    flex-direction: row;
    max-width: 1346px;
    min-height: 640px;
    padding: 0 24px;
    margin: 0 auto;
  }
  .section_sellcar .section_text {
    display: block;
    flex: 1;
    flex-direction: column;
    height: auto;
    background: none;
  }
  .section_sellcar .section_form {
    box-sizing: border-box;
    align-self: flex-start;
    width: 494px;
    padding: 30px;
    margin: 64px 0 64px 40px;
    background-color: #fff;
    border-radius: 8px;
  }
}
.section-background-text {
  padding: 40px 16px 189px;
  font-size: 18px;
  font-weight: 500;
  color: #2e2e2e;
  text-align: center;
  text-transform: capitalize;
}
@media (min-width: 768px) {
  .section-background-text {
    width: 100%;
    height: 100%;
    padding-bottom: 360px;
    margin-left: 0;
    font-size: 20px;
    text-align: left;
    position: relative;
  }
}
@media (min-width: 768px) {
  .section-background-text .box-title {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
  }
}
.section-background-text .box-title .title {
  margin-bottom: 8px;
  font-size: 32px;
  font-weight: 700;
  line-height: 38px;
  color: #ffffff;
}
@media (min-width: 768px) {
  .section-background-text .box-title .title {
    font-size: 48px;
    line-height: 54px;
  }
}
.section-background-text .box-title .subtitle {
  color: #ffffff;
}
.section-background-image {
  top: 50%;
  position: absolute;
  bottom: 0;
  right: 24px;
  width: 100%;
  height: 165px;
}
@media (min-width: 768px) {
  .section-background-image {
    position: absolute;
    right: 0;
    left: auto;
    width: 1000px;
    height: 360px;
    flex: 1;
    bottom: 0;
  }
}
.section-background-image .img-background {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: auto 165px;
}
@media (min-width: 768px) {
  .section-background-image .img-background {
    background-image: url('/media/wysiwyg/kiemtraxe.png');
    background-position: 77%;
    background-repeat: no-repeat;
    position: relative;
    bottom: 0;
    width: 100%;
    height: 360px;
    padding-top: 0;
    background-size: auto 120%;
  }
}
.form-car {
  box-sizing: border-box;
  background-color: #ffffff;
  padding: 24px 16px;
}
@media (min-width: 768px) {
  .form-car {
    padding: unset;
  }
}
.form-car label {
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
}
.form-car select,
.form-car input {
  border-radius: 5px;
  font-size: 14px !important;
}
.form__title {
  margin-bottom: 12px;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  color: #2e2e2e;
}
@media (min-width: 768px) {
  .form__title {
    margin-bottom: 24px;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
  }
}
.box .process {
  width: 24px;
  margin-right: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .box .process {
    width: 40px;
    margin-right: 16px;
  }
}
.box .process .material-icons {
  color: #3d82c3;
}
.box .content {
  flex: 1;
}
.box .content button:after {
  display: none;
}
.progress__line {
  display: inline-block;
  flex: 1;
  width: 3px;
  height: 86%;
  background-image: linear-gradient(180deg, #3d82c3, #ffffff);
  margin-top: -2px;
}
.process_circular {
  position: relative;
  width: 40px;
  height: 40px;
}
.process_circular .circle-wrap {
  position: relative;
  box-sizing: border-box;
  display: inline-block;
  width: 40px;
  height: 40px;
  background-color: transparent;
  border: 4px solid #ecf3f9;
  border-radius: 50%;
  transform: rotate(45deg);
}
.process_circular .circle-wrap_border {
  position: absolute;
  top: 50%;
  left: 50%;
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  background-color: #3d82c3;
  border-radius: 50%;
}
.process_circular .circle-wrap_border.step1 {
  -webkit-clip-path: polygon(50% 50%, 0 0, 0 0);
  clip-path: polygon(50% 50%, 0 0, 0 0);
}
.process_circular .circle-wrap_border.step2 {
  -webkit-clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 100% 100%);
  clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 100% 100%);
}
.process_circular .circle-wrap_border.full {
  -webkit-clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 0);
  clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 0);
}
.process_circular .circle-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  box-sizing: border-box;
  width: 32px;
  height: 32px;
  margin-top: -16px;
  margin-left: -16px;
  background: #fff;
  border-radius: 50%;
}
.process_circular .progress-circular_text {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 13px;
  font-size: 12px;
  line-height: 12px;
  color: #3d82c3;
  text-align: center;
  transform: translate(-50%, -50%);
}
.process_circular .progress-circular_text.a-icon {
  font-size: 20px;
  line-height: 20px;
  width: 20px;
}
