@font-face{font-family:'Roboto';font-style:normal;font-weight:400;src:url("/fonts/Roboto-Regular.ttf");src:url("/fonts/Roboto-Regular.ttf") format("truetype")}
@font-face{font-family:'Roboto';font-style:italic;font-weight:400;src:url("/fonts/Roboto-Italic.ttf");src:url("/fonts/Roboto-Italic.ttf") format("truetype")}
@font-face{font-family:'Roboto';font-style:normal;font-weight:500;src:url("/fonts/Roboto-Medium.ttf");src:url("/fonts/Roboto-Medium.ttf") format("truetype")}
@font-face{font-family:'Roboto';font-style:normal;font-weight:700;src:url("/fonts/Roboto-Bold.ttf");src:url("/fonts/Roboto-Bold.ttf") format("truetype")}
@font-face{font-family:'Roboto';font-style:normal;font-weight:900;src:url("/fonts/Roboto-Black.ttf");src:url("/fonts/Roboto-Black.ttf") format("truetype")}

body{
  font-family: "Roboto",sans-serif;
}

.fleet-form {
  position: relative;
  padding: 25px;
  margin: 18px 0;
  /*max-width: 310px;*/
  width: 100%;
  box-sizing:border-box;
  width: 100%;
  /* max-width: 1200px; */
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
.fleet-form__block {
    /* display: inline-block; */
    width: 45%;
    margin: 7px 18px;
    position: relative;
}

.fleet__title{
  text-align: center;
font-size: 30px;
margin-bottom: 40px;
margin-top:50px;
margin-bottom:20px;
}
.fleet__title-apply{
  margin-top:20px;
  margin-bottom: 20px;
}
.fleet-form__title {
  font-weight: bold;
  display: block;
  text-align: center;
}
.approve {
    font-size: 14px;
    margin-top: 20px;
    margin: 20px 18px;
    display: flex;
}
.fleet-form__label {
    margin-bottom: 5px;
    /*color: #ccc;*/
    color: #212121;
    font-size: 14px;
}
.fleet-form__status, .fleet-form__disclamer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 16px;
  text-align: center;
  display: flex;
  padding: 20px;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  background: #f2f2f2;
  z-index:2;
}
.fleet-form__disclamer{
  text-align: left;
  font-size: 14px;
}
.fleet-form__close {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 10px;
  height: 10px;
  background: url('data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjMycHgiIGhlaWdodD0iMzJweCIgdmlld0JveD0iMCAwIDM1NyAzNTciIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDM1NyAzNTc7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPGc+Cgk8ZyBpZD0iY2xvc2UiPgoJCTxwb2x5Z29uIHBvaW50cz0iMzU3LDM1LjcgMzIxLjMsMCAxNzguNSwxNDIuOCAzNS43LDAgMCwzNS43IDE0Mi44LDE3OC41IDAsMzIxLjMgMzUuNywzNTcgMTc4LjUsMjE0LjIgMzIxLjMsMzU3IDM1NywzMjEuMyAgICAgMjE0LjIsMTc4LjUgICAiIGZpbGw9IiMwMDAwMDAiLz4KCTwvZz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8L3N2Zz4K');
  background-size: cover;
  display: block;
  cursor: pointer;
}
.fleet-form .fleet-form__input {
  width: 100%;
  height: 36px;
  background: #fff;
  border:none;
  border-bottom: 1px solid #cccccc;
  padding: 0 10px;
  box-sizing: border-box;
  /*color: #ccc;*/
  color: #212121;
}
.fleet-form__input option{
  /*color: #ccc;*/
  color: #212121;
}
.fleet-form select.fleet-form__input{
  background: url(img/ddl-down.png) no-repeat right 10px top 15px;
      -webkit-appearance: none;
      -moz-appearance: none;
      -ms-appearance: none;
}
.fleet-form .fleet-form__submit {
  display: block;
  padding: 11px 15px;
  float: right;
  margin-top: 20px;
  width: 120px;
  text-align: left;
  background: url(img/right-icon-hover.png)no-repeat #fff right 10px top 12px;
  color: #000;
  position: relative;
  border: 1px solid #ccc;
  outline: none;
  margin-left: auto;
}
.fleet-form__submit:disabled{
  /* background: #8e8e8e!important; */
  display: none;
}

.fleet-form__error{
  position: absolute;
  width: 100%;
  color: #9c1019;
  font-size: 13px;
  width: 100%;
}
.confidential-politics{
  color:  #9c1019;
}
.confidential{
  /*color: #ccc;*/
  color: #212121;
  margin-left: 35px;
  line-height: 24px;
}
.fleet-form__checkbox{
  opacity: 0;
  position: absolute;
}
.fleet-form__checkbox.error + label .radio-icon{
  -webkit-box-shadow: 0px 3px 6px 2px rgba(187, 50, 50, 0.71);
  -moz-box-shadow: 0px 3px 6px 2px rgba(187, 50, 50, 0.71);
  box-shadow: 0px 3px 6px 2px rgba(187, 50, 50, 0.71);
}
.radio-icon {
    background: #fff;
    position: absolute;
    left: 0;
    top: -5px;
    bottom: 0;
    height: 24px;
    width: 24px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-clip: padding-box;
    -webkit-box-shadow: 0px 3px 6px 2px rgba(0,0,0,0.17);
    -moz-box-shadow: 0px 3px 6px 2px rgba(0,0,0,0.17);
    box-shadow: 0px 3px 6px 2px rgba(0,0,0,0.17);
    /* font: normal normal normal 14px/1 FontAwesome; */
}
input[type='checkbox']+label{
  position: relative;
}
input[type='checkbox']:checked+label .radio-icon:before {
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    content: "\f00c";
    color: #30747f;
    width: 12px;
    height: 12px;
    position: absolute;
    top: -4px;
    bottom: 0;
    font-size: 16px;
    left: -3px;
    right: 0;
    margin: auto;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-clip: padding-box;
}
.popup-fleet-new{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.confidential__link{
  /*color:#888;*/
  color:#212121;
}
@media (max-width:768px){
  .fleet-form__block{
        width: 44%;
  }
}
@media (max-width:600px){
  .fleet-form__block{
    margin:0;
  }
  .approve{
    margin-top: 20px;
  }
  .approve{
    margin: 20px 0;
  }
}
@media (max-width:550px){
  .fleet-form__block {
    width: 100%;
    margin: 7px 0px;
  }
}



.feedback__button {
  background: #c33939;
  border: none;
  color: #fff;
  height: 44px;
  padding: 0px 40px;
  font-size: 18px;
  margin: 40px auto;
  display: block;
  cursor: pointer;
}
.feedback__success {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 16px;
  text-align: center;
  display: flex;
  padding: 20px;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  background: #f2f2f2;
  z-index: 10;
}
.feedback__button:hover {
  background: #b73636;
}
.button__close__error,
.button__close {
  position: absolute;
  display: block;
  top: 0px;
  right: 3px;
  background: none;
  border: none;
  font-size: 30px;
  color: #8e8e8e;
  transform: rotate(45deg);
  outline: none;
}
.button__close__error:hover,
.button__close:hover {
  color: #000;
  cursor: pointer;
}

.overlay {
  display: none;
  z-index: 5;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.0);
}
.feedback__success {
  display: none;
}
.feedback__success_message {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.feedback__success_text {
  font-size: 16px;
  display: block;
}

.feedback__error {
  display: block;
  position: fixed;
  top: 30%;
  left: 43%;
  text-align: center;
  background: #fff;
  padding: 30px 60px;
  border: 1px solid #ccc;
  z-index: 10;
}



label.error {
  display: block;
  color: #b73636;
  font-size: 15px;
  position: absolute;
  top: 100%;
  z-index: 999;
  width: 100%;
}
.js-error-container {
  position: relative;
}
.js-required {
  bottom: -20px;
  left: 0;
  width: 100%;
  display: block;
  position: absolute;
  color: red;
  font-size: 14px;
}