.form-check-input:checked{
  background-color: var(--accent);
  border-color: var(--accent);
}

.form-check-input:focus{
  box-shadow: none;
  border-color: var(--accent);
}


.form-body{

}

.form-body__item{
  position: relative;
}


.input--error-text{
  --bs-pink: #d63384;

  position: absolute;
  right: 0px;
  bottom: -20px;
  font-size: 12px;
  color: var(--bs-pink);
}

.form-body__item:not(:last-child){
  margin-bottom: 10px;
}


.form-footer{

}

.form-footer .licence-block{
  margin: 20px 0px;
  position: relative;
}

.form-footer__bottom{
  /* display: flex;
  align-items: center; */
}


.form-footer__bottom .line-block__item{
  display: inline-block;
}

.form-footer__bottom .line-block__item:not(:last-child){
  margin-right: 30px;
}


/*
.form-footer__bottom .line-block__item{
  flex: 1;
} */


form .star {
  font-size: 12px;
  font-weight: 400;
  line-height: 0;
  margin: 0 0 0 4px;
  position: relative;
  color: red;
}


.form-header{
  margin-bottom: 20px;
}

.form-body{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px 20px;
}

.form-body__item.textarea{
  grid-column: 2 span;
}


.form__wrapper{
  background: #f6f6f5;
  padding: 15px 15px 45px;
}


.form__wrapper .form-title{
  font-size: 24px;
  font-family: 'futuralight', 'GillSansLightC';
  text-transform: uppercase;
  font-weight: normal;
}

.line-block__item .form__button{
  padding-left: 30px;
  padding-right: 30px;
}



/**/

.form-success{
  text-align: center;
  border: 1px solid #a3cfbb;
  background-color: #d1e7dd;
  color: #0a3622;
  padding: 10px;
  margin-bottom: 20px;

}

.form-success p{
  margin: 0px;
}

.form-success p:not(:last-child){
  margin-bottom: 10px;
}


.licence-block .form-check-label{
  font-size: 14px;
  line-height: 1.3;
}






form .star {
  font-size: 12px;
  font-weight: 400;
  line-height: 0;
  margin: 0 0 0 4px;
  position: relative;
  color: red;
}


.form-header{
  margin-bottom: 20px;
}

.form-body{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px 20px;
}

.form-body__item.textarea{
  grid-column: 2 span;
}


.form__wrapper{
  background: #f6f6f5;
  padding: 15px 15px 45px;
}


.form__wrapper .form-title{
  font-size: 24px;
  font-family: 'futuralight', 'GillSansLightC';
  text-transform: uppercase;
  font-weight: normal;
}

.line-block__item .form__button{
  padding-left: 30px;
  padding-right: 30px;
}



/**/

.form-success{
  text-align: center;
  border: 1px solid #a3cfbb;
  background-color: #d1e7dd;
  color: #0a3622;
  padding: 10px;
  margin-bottom: 20px;

}

.form-success p{
  margin: 0px;
}

.form-success p:not(:last-child){
  margin-bottom: 10px;
}


.licence-block .form-check-label{
  font-size: 14px;
  line-height: 1.3;
}



/**/

.form-contacts{
  margin: 40px 0;
}


.form.js-form{
  background: #f6f6f5;
  padding: 30px 15px;
}


.form__title{
  font-size: 26px;
  font-weight: 300;
  font-style: normal;
  line-height: 34px;
  margin: 0;
  margin-bottom: 29px;
  text-transform: uppercase;
  color: #484846;


  margin-bottom: 20px;
}

.form__body{

}
.form__body .form__grid{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-bottom: 20px;
}


.form__field input[type="text"],
.form__field input[type="email"],
.form__field input[type="tel"]{
  display: block;
  width: 100%;
  height: 46px;
  border: 1px solid #bfbfbf;
  padding: 0px 10px;
}


.form__field label{
  margin-bottom: 4px;
}


.form__field textarea{
  display: block;
  width: 100%;
  height: 100px;
  border: 1px solid #bfbfbf;
  padding: 0px 10px;
}

.checkbox.form__checkbox{
  margin: 20px 0;
  display: flex;
  align-items: baseline;
  gap: 4px;
}

.checkbox__label{
  line-height: 1.2;
}


.form-btn{
  height: 46px;
  padding: 0px 30px;
  border: none;
  background: var(--color1);
  color: #fff;
  transition: all .3s;
}

.form-btn:hover{
  background: var(--color1-light);
  cursor: pointer;
}

.form-btn:disabled{
  opacity: .5;
}

.form__footer{
  display: inline-flex;
  align-items: center;
  gap: 40px;
}

.form-info{
  opacity: .5;
}


.form__field .form__input.error{
  border-color: #ff0000 !important
}


.modal-form{
  max-width: 600px !important;
  width: 100%;
}

.modal-form .form__body .form__grid{
  grid-template-columns: repeat(1, 1fr);
}


.modal-form .form__footer{
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}


.successfully {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px 0px;
}


.successfully-title {
  font-size: 28px;
  text-align: center;
}

.successfully-text{
  text-align: center;
}

.captcha-container.smart-captcha {
  margin-top: 16px;
}