* {
  box-sizing: border-box;
}

::placeholder {
  font-style: italic;
  font-size: 18px;
  line-height: 150%;
  color: #808080;
  opacity: 1;
}
.cost-estimate-form-info-line.cost-showOnCheck{
  display: none;
}
.info-line-value.none{
  display: none;
}
.cost-estimate-group{
  display: none;
}
select[disabled] {
  color: #000 !important;
}

input {
  outline: none;
}

/* Base for label styling */
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
  position: absolute;
  left: 0;
  opacity: 0.01;
}
[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label {
  position: relative;
  padding-left: 2.3em;
  font-size: 1.05em;
  line-height: 1.7;
  cursor: pointer;
}

/* checkbox aspect */
[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  border: 1px solid #cccccc;
  background: #fff;
  -webkit-transition: all 0.275s;
  transition: all 0.275s;
}

/* checked mark aspect */
[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  font-size: 14px;
  position: absolute;
  top: 0.9em;
  left: 0.35em;
  line-height: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

[type="checkbox"]:checked + label:before,
[type="checkbox"]:checked + label:after {
  background: #eb0a1e;
  color: #fff;
  border: #eb0a1e;
}

/* checked mark aspect changes */
[type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0) rotate(45deg);
  transform: scale(0) rotate(45deg);
}

[type="checkbox"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1) rotate(0);
  transform: scale(1) rotate(0);
}

/*  */

[type="radio"]:not(:checked),
[type="radio"]:checked {
  position: absolute;
  left: 0;
  opacity: 0.01;
}
[type="radio"]:not(:checked) + label,
[type="radio"]:checked + label {
  position: relative;
  padding-left: 2.3em;
  font-size: 1.05em;
  line-height: 1.7;
  cursor: pointer;
}

/* radio aspect */
[type="radio"]:not(:checked) + label:before,
[type="radio"]:checked + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  border: 1px solid #cccccc;
  background: #fff;
  -webkit-transition: all 0.275s;
  transition: all 0.275s;
}

/* checked mark aspect */
[type="radio"]:not(:checked) + label:after,
[type="radio"]:checked + label:after {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  font-size: 14px;
  position: absolute;
  top: 0.9em;
  left: 0.35em;
  line-height: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

[type="radio"]:checked + label:before,
[type="radio"]:checked + label:after {
  background: #eb0a1e;
  color: #fff;
  border: #eb0a1e;
}

/* checked mark aspect changes */
[type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0) rotate(45deg);
  transform: scale(0) rotate(45deg);
}

[type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1) rotate(0);
  transform: scale(1) rotate(0);
}

.cost-estimate-input-group--total {
  margin-top: 32px;
}

.cost-estimate-input-label--total {
  font-weight: bold;
  font-size: 18px !important;
  line-height: 120% !important;
  color: #eb0a1e !important;
}

.cost-estimate-text-input--total {
  font-size: 24px;
  line-height: 120%;
  display: inline-block;
  width: 100%;
  padding-bottom: 8px;
  border-bottom: 1px solid #cccccc;
}

.cost-estimate-text-input--total small {
  font-size: 16px;
}

.cost-estimate-input-group {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 32px;
}

.cost-estimate-checkbox-group {
  margin-top: 39px;
  width: fit-content;
  height: fit-content;
  position: relative;
}
.cost-estimate-checkbox-group::after{
    content: '';
    position: absolute;
    bottom: -6px;
    right: 0;
    width: calc(100% - 48px);
    border-top:1px solid #CCCCCC;
}
.cost-estimate-checkbox-group
  .checkbox-group-container
  .cost-estimate-input-label {
  margin: 0;
  font-weight: bold;
  font-size: 18px;
  line-height: 120%;
  color: #1a1a1a;
}

.cost-estimate-checkbox-group .info-line-value {
  font-size: 24px;
  line-height: 120%;
  color: #1a1a1a;
  white-space: nowrap;
}

.cost-estimate-checkbox-group .info-line-value .info-line-currency {
  font-size: 14px;
}

.cost-estimate-input-group .cost-estimate-input-label {
  font-weight: bold;
  font-size: 18px;
  line-height: 150%;
  color: #1a1a1a;
  margin-bottom: 16px;
}

.cost-estimate-input-group .cost-estimate-text-input {
  width: 100%;
  padding-bottom: 8px;
  border: none;
  outline: none;
  border-bottom: 1px solid #cccccc;
}

.cost-estimate-input-group .cost-estimate-select-input-container {
  width: 100%;
  position: relative;
}

.cost-estimate-input-group
  .cost-estimate-select-input-container
  .cost-estimate-select-input {
  width: 100%;
  padding-bottom: 8px;
  border: none;
  outline: none;
  border-bottom: 1px solid #cccccc;
  position: relative;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
}

.cost-estimate-input-group
  .cost-estimate-select-input-container
  .cost-estimate-select-input
  option {
  padding: 8px;
}

.cost-estimate-input-group .cost-estimate-select-input-container::after {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  color: #cccccc;
  right: 0;
  padding-top: 8px;
  position: absolute;
  pointer-events: none;
  font-weight: 900;
  top: 0;
}
.info-line-value.info-line-value-session-5{
  display: none;
}
.info-line-value.total{
  display: none;
}
.cost-estimate-form-info-line {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 30px;
}
.cost-estimate-form-info-line.cost-estimate-form-info-title{
  margin-top: 0;
}
.cost-estimate-form-info-line .info-line-label {
  display: inline-block;
  width: fit-content;
  font-weight: bold;
  font-size: 18px;
  line-height: 170%;
  color: #1a1a1a;
}

.cost-estimate-form-info-line .info-line-value {
  font-family: Toyota Type;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 150%;
  color: #000000;
  white-space: nowrap;
}

.cost-estimate-form-info-line .info-line-value .info-line-currency {
  font-size: 14px;
}

.page-container {
  max-width: 1600px;
  width: 100%;
  margin: auto;
  margin-top: 94px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.page-container .cost-estimate-form-container {
  width: 1000px;
  background-color: #ffffff;
  padding: 110px 120px 0px 120px;
  margin: 0 auto;
}
.page-container .cost-estimate-form-container:last-child{
    padding-top: 40px;
    padding-bottom: 40px;
}
.page-container .cost-estimate-form-container-custom{
    padding: 25px 120px 25px 120px;
    width: 100%;
    background-color: #EDEDED;
}
.page-container .cost-estimate-form-container-custom .cost-estimate-form-container{
    padding-top: 0;
    background-color: transparent;
}
.page-container .cost-estimate-form-container-custom .cost-estimate-form-container .cost-estimate-form-info-line:first-child{
    margin-top: 0;
}
.cost-estimate-title{
    font-family: Toyota Type;
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 120%;
    text-align: center;
    color: #1A1A1A;
}
.page-container
  .cost-estimate-form-container
  .cost-estimate-form-content-container
  .cost-estimate-form-section-1-2 {
  width: 100%;
}



.cost-estimate-form-section-title-container .cost-estimate-form-section-title {
  font-weight: bold;
  font-size: 24px;
  line-height: 120%;
  color: #eb0a1e;
  margin-bottom: 0;
}

.page-container
  .cost-estimate-form-container
  .cost-estimate-form-content-container
  .cost-estimate-form-section-4 {
  width: 100%;
  margin-top: 80px;
}

.page-container
  .cost-estimate-form-container
  .cost-estimate-form-content-container
  .cost-estimate-form-section-4
  .cost-estimate-checkbox-group {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}

.page-container
  .cost-estimate-form-container
  .cost-estimate-form-content-container
  .cost-estimate-form-section-4
  .car-insurance-container {
  padding-top: 32px;
  padding-left: 2.6em;
}

.page-container
  .cost-estimate-form-container
  .cost-estimate-form-content-container
  .cost-estimate-form-section-4
  .car-insurance-container
  .insurance-label {
  display: inline-block;
  font-weight: bold;
  font-size: 18px;
  line-height: 120%;
  color: #1a1a1a;
  margin-bottom: 20px;
}

.page-container
  .cost-estimate-form-container
  .cost-estimate-form-content-container
  .cost-estimate-form-section-4
  .car-insurance-container
  .insurance-label:nth-child(3) {
  margin-top: 40px;
}

.page-container
  .cost-estimate-form-container
  .cost-estimate-form-content-container
  .cost-estimate-form-section-4
  .car-insurance-container
  .insurance-label
  svg {
  margin-left: 15px;
  padding-bottom: 3px;
  cursor: pointer;
}

.page-container
  .cost-estimate-form-container
  .cost-estimate-form-content-container
  .cost-estimate-form-section-4
  .voluntary-civil-liability-insurance-container {
  padding-left: 2.6em;
}

.page-container
  .cost-estimate-form-container
  .cost-estimate-form-content-container
  .cost-estimate-form-section-4
  .voluntary-civil-liability-insurance-container
  .row {
  margin-top: 32px;
}

.page-container
  .cost-estimate-form-container
  .cost-estimate-form-content-container
  .cost-estimate-form-section-4
  .accident-insurance-for-drivers-occupants-container {
  padding-left: 2.6em;
}

.page-container
  .cost-estimate-form-container
  .cost-estimate-form-content-container
  .cost-estimate-form-section-4
  .accident-insurance-for-drivers-occupants-container
  .row {
  margin-top: 32px;
}

.page-container
  .cost-estimate-form-container
  .cost-estimate-form-content-container
  .cost-estimate-form-section-4
  .car-insurance-container
  .row
  .insurance-checkbox-group {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.page-container
  .cost-estimate-form-container
  .cost-estimate-form-content-container
  .cost-estimate-form-section-4
  .car-insurance-container
  .row
  .insurance-checkbox-group
  .insurance-checkbox-label {
  font-size: 18px;
  line-height: 120%;
  color: #1a1a1a;
}

.insurance-checkbox-input:checked + label:before,
.period-checkbox-input:checked + label:before,
.insurance-checkbox-input:checked + label:after,
.period-checkbox-input:checked + label:after {
  background: #101010;
  color: #fff;
  border: #101010;
  border-radius: 50%;
}

.insurance-checkbox-input:not(:checked) + label:before,
.period-checkbox-input:not(:checked) + label:before,
.insurance-checkbox-input:not(:checked) + label:after,
.period-checkbox-input:not(:checked) + label:after {
  background: #fff;
  color: #fff;
  border: 1px solid #808080;
  border-radius: 50%;
}

.page-container
  .cost-estimate-form-container
  .cost-estimate-form-content-container
  .cost-estimate-form-section-5 {
  width: 100%;
  margin-top: 56px;
}

.page-container
  .cost-estimate-form-container
  .cost-estimate-form-content-container
  .cost-estimate-form-section-5
  .cost-estimate-form-section-title-container {
  margin-bottom: 40px;
}

.page-container
  .cost-estimate-form-container
  .cost-estimate-form-content-container
  .cost-estimate-form-section-6 {
  width: 100%;
  margin-top: 80px;
}

.page-container
  .cost-estimate-form-container
  .cost-estimate-form-content-container
  .cost-estimate-form-section-6
  .required-checkbox-group {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.page-container
  .cost-estimate-form-container
  .cost-estimate-form-content-container
  .cost-estimate-form-section-6
  .required-checkbox-group
  .required-insurance-checkbox-label {
  font-size: 14px;
  line-height: 150%;
  color: #808080;
}

.required-checkbox-input:not(:checked) + label:before,
.required-checkbox-input:checked + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 18px;
  height: 18px;
  border: 1px solid #cccccc;
  background: #fff;
  -webkit-transition: all 0.275s;
  transition: all 0.275s;
}

/* checked mark aspect */
.required-checkbox-input:not(:checked) + label:after,
.required-checkbox-input:checked + label:after {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  font-size: 12px;
  position: absolute;
  top: 14px;
  left: 0.3em;
  line-height: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.required-checkbox-input:checked + label:before,
.required-checkbox-input:checked + label:after {
  background: #eb0a1e;
  color: #fff;
  border: #eb0a1e;
}


  .cost-estimate-form-submit-button {
  border: none;
  outline: none;
  background-color: #eb0a1e;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  padding: 15px 20px;
  margin-top: 55px;
}

  .cost-estimate-form-submit-button:disabled {
  background-color: rgba(235, 10, 30, 0.5);
}

.page-container
  .cost-estimate-form-container
  .cost-estimate-form-content-container
  .cost-estimate-form-section-submit {
  width: 100%;
}

.page-container
  .cost-estimate-form-container
  .cost-estimate-form-content-container
  .process-bar
  .process-button-left {
  display: none;
}

.page-container
  .cost-estimate-form-container
  .cost-estimate-form-content-container
  .process-bar
  .process-button-right {
  display: none;
}

.modal-header {
  border-bottom: none;
}

.modal-header .close {
  padding: 0px 5px 5px 5px;
  border: 1px solid #ccc;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: 70%;
}

.modal-dialog-scrollable .modal-footer,
.modal-dialog-scrollable .modal-header .modal-title {
  width: 100%;
  display: inline-block;
  font-size: 18px;
  line-height: 120%;
  font-weight: bold;
  margin-bottom: 0;
  text-align: center;
}

.modal-dialog-scrollable .modal-body .body-session .modal-session-title {
  font-size: 18px;
  font-weight: bold;
  line-height: 120%;
  margin-bottom: 0.5em;
}

.modal-dialog-scrollable .modal-body .body-session .modal-session-body {
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
  margin-bottom: 0.5em;
}

.modal-dialog-scrollable .modal-body .body-session ul {
  padding-left: 1.2em;
}

.modal-dialog-scrollable .modal-body .body-session ul li {
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
  margin-bottom: 0.5em;
}

#showNotificationKazen {
  color: red;
  display: none;
}
.cost-custom {
  display: none;
}
.page-container {
  padding-top: 0;
}
.page-container
  .cost-estimate-form-container
  .cost-estimate-form-content-container
  .process-bar
  ul {
  align-items: flex-start;
}

.required-insurance-checkbox-label.custom::before {
  top: -10px !important;
}
.required-insurance-checkbox-label.custom::after {
  top: -0.19em !important;
}

.price__listed > span {
  font-weight: 300;
  font-size: 15px;
}
.register__note > span {
  font-weight: 600;
}
/* .swiper-slide.swiper-slide-visible:last-child{
    margin-top: unset !important;
  } */
.modal.modal-custom-z-in {
  z-index: 10001;
}
.modal-backdrop.fade.show {
  z-index: 10000;
}
.mail-title {
  text-align: center;
}
.mail-desc {
  text-align: center;
  color: red;
  margin: 20px 0;
}
.form__ballon-item.cost-estimate-input-group {
  background: transparent;
}

.cost-estimate-form-title-container {
  padding: 60px 0;
  text-align: center;
  position: relative;
}
.cost-estimate-form-title-container::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  width: 120px;
  border-top: 1px solid #eb0a1e;
  transform: translateX(-50%);
}
.cost-estimate-form-info-title {
  text-transform: uppercase;
  font-weight: 600;
}
.page-container .cost-estimate-form-container-custom .cost-estimate-form-container{
  padding-bottom: 0;
}
.page-container form.cost-estimate-form-container{
  margin-bottom: 20px;
}
.registerCar{
  display: none;
}
@media (max-width: 1000px) {
  .page-container {
    padding-top: 0;
    margin-top: 64px;
  }

  .page-container .cost-estimate-form-container {
    padding: 50px 15px;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.9);
  }
}

@media (max-width: 991.98px) {
  .page-container .cost-estimate-form-container {
    padding-top: 25px;
  }
  .car__slide {
    padding-left: 0;
  }
}

@media (max-width: 768px) {
  .page-container
    .cost-estimate-form-container
    .cost-estimate-form-title-container
    .cost-estimate-title {
    text-align: center;
    font-size: 32px;
    line-height: 120%;
  }
  .cost-estimate-input-group .cost-estimate-text-input,
  .cost-estimate-input-group
    .cost-estimate-select-input-container
    .cost-estimate-select-input {
    font-size: 18px;
    line-height: 150%;
    background-color: transparent;
  }

  .cost-estimate-input-group {
    margin-bottom: 24px;
  }


  .cost-estimate-form-section-title-container
    .cost-estimate-form-section-title {
    font-size: 24px;
    line-height: 120%;
    text-align: left;
  }

  .cost-estimate-form-info-line {
    margin-top: 31px;
  }

  .page-container
    .cost-estimate-form-container
    .cost-estimate-form-content-container
    .cost-estimate-form-section-4 {
    margin-top: 40px;
  }

  .page-container
    .cost-estimate-form-container
    .cost-estimate-form-content-container
    .cost-estimate-form-section-4
    .cost-estimate-checkbox-group {
    margin-top: 24px;
  }

  .page-container
    .cost-estimate-form-container
    .cost-estimate-form-content-container
    .cost-estimate-form-section-4
    .car-insurance-container {
    padding-top: 24px;
  }

  .page-container
    .cost-estimate-form-container
    .cost-estimate-form-content-container
    .cost-estimate-form-section-4
    .car-insurance-container
    .row
    .insurance-checkbox-group
    .insurance-checkbox-label {
    margin-bottom: 16px;
  }

  .page-container
    .cost-estimate-form-container
    .cost-estimate-form-content-container
    .cost-estimate-form-section-4
    .car-insurance-container
    .insurance-label:nth-child(3) {
    margin-top: 24px;
    margin-bottom: 20px;
  }

  .page-container
    .cost-estimate-form-container
    .cost-estimate-form-content-container
    .cost-estimate-form-section-4
    .voluntary-civil-liability-insurance-container
    .row {
    margin-top: 24px;
    padding: 0 2.6em;
  }

  .page-container
    .cost-estimate-form-container
    .cost-estimate-form-content-container
    .cost-estimate-form-section-4
    .car-insurance-container
    .row
    .insurance-checkbox-group
    .period-checkbox-label {
    margin-bottom: 12px;
  }

  .page-container
    .cost-estimate-form-container
    .cost-estimate-form-content-container
    .cost-estimate-form-section-4
    .cost-estimate-checkbox-group:last-child {
    margin-top: 0;
  }

  .page-container
    .cost-estimate-form-container
    .cost-estimate-form-content-container
    .cost-estimate-form-section-4
    .voluntary-civil-liability-insurance-container {
    padding-left: 0;
  }

  .page-container
    .cost-estimate-form-container
    .cost-estimate-form-content-container
    .cost-estimate-form-section-4
    .accident-insurance-for-drivers-occupants-container
    .row {
    padding: 0 2.6em;
  }

  .page-container
    .cost-estimate-form-container
    .cost-estimate-form-content-container
    .cost-estimate-form-section-4
    .accident-insurance-for-drivers-occupants-container {
    padding-left: 0;
  }

  .page-container
    .cost-estimate-form-container
    .cost-estimate-form-content-container
    .cost-estimate-form-section-6 {
    margin-top: 56px;
  }

  .page-container
    .cost-estimate-form-container
    .cost-estimate-form-content-container
    .cost-estimate-form-section-submit {
    width: fit-content;
    margin: auto;
  }

  .page-container
    .cost-estimate-form-container
    .cost-estimate-form-content-container
    .cost-estimate-form-section-submit
    .cost-estimate-form-submit-button {
    margin-top: 40px;
  }

  .info-line-label + .info-line-value {
    margin-left: 0.5em;
  }

  .checkbox-group-container + span {
    margin-left: 0.5em;
  }




  .select2-container--default .select2-selection--single {
    background-color: transparent !important;
  }

  .cost-estimate-form-section-6
    .required-checkbox-input:not(:checked)
    + label:before {
    border: 1px solid #000;
    background-color: transparent;
  }
  .carandaccessory__item--title {
    margin-bottom: 10px;
  }
  .carandaccessory__item {
    margin-bottom: 20px;
  }
  .carandaccessory__item--title {
    font-size: 14px;
  }
  .price__text {
    font-size: 10px;
  }
  .page-container .cost-estimate-form-container-custom{
      padding: 36px 16px;
  }
  .cost-estimate-title{
    font-family: Toyota Type;
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 120%;
    text-align: center;
    color: #1A1A1A;
  }
  .cost-estimate-form-title-container{
    padding-bottom: 30px;
  }
  .page-container form.cost-estimate-form-container{
      padding-top: 60px;
  }
}
@media screen and (max-width: 576px) {
  .modal__body-email {
    max-width: 90%;
  }
  .modal-email-title {
    padding-top: 46px;
    font-size: 24px;
  }
  .modal__inner {
    padding: 16px;
  }
  .modal__body-notification {
    max-width: 90%;
  }
  .modal-notification-title {
    padding-top: 46px;
    font-size: 24px;
  }
}
