/* @extend display-flex; */
display-flex, .form-flex, .form-date-group, .steps ul, .title, .title .step-number, .actions ul li a, .form-radio-flex, .form-find {
  display: flex;
  display: -webkit-flex; }

/* @extend list-type-ulli; */
list-type-ulli, .steps ul, .actions ul {
  list-style-type: none;
  margin: 0;
  padding: 0; }

/* roboto-slab-300 - latin */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/roboto-slab/roboto-slab-v7-latin-300.eot");
  /* IE9 Compat Modes */
  src: local("Roboto Slab Light"), local("RobotoSlab-Light"), url("../fonts/roboto-slab/roboto-slab-v7-latin-300.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-slab/roboto-slab-v7-latin-300.woff2") format("woff2"), url("../fonts/roboto-slab/roboto-slab-v7-latin-300.woff") format("woff"), url("../fonts/roboto-slab/roboto-slab-v7-latin-300.ttf") format("truetype"), url("../fonts/roboto-slab/roboto-slab-v7-latin-300.svg#RobotoSlab") format("svg");
  /* Legacy iOS */ }
/* roboto-slab-regular - latin */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/roboto-slab/roboto-slab-v7-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local("Roboto Slab Regular"), local("RobotoSlab-Regular"), url("../fonts/roboto-slab/roboto-slab-v7-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-slab/roboto-slab-v7-latin-regular.woff2") format("woff2"), url("../fonts/roboto-slab/roboto-slab-v7-latin-regular.woff") format("woff"), url("../fonts/roboto-slab/roboto-slab-v7-latin-regular.ttf") format("truetype"), url("../fonts/roboto-slab/roboto-slab-v7-latin-regular.svg#RobotoSlab") format("svg");
  /* Legacy iOS */ }
/* roboto-slab-700 - latin */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/roboto-slab/roboto-slab-v7-latin-700.eot");
  /* IE9 Compat Modes */
  src: local("Roboto Slab Bold"), local("RobotoSlab-Bold"), url("../fonts/roboto-slab/roboto-slab-v7-latin-700.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-slab/roboto-slab-v7-latin-700.woff2") format("woff2"), url("../fonts/roboto-slab/roboto-slab-v7-latin-700.woff") format("woff"), url("../fonts/roboto-slab/roboto-slab-v7-latin-700.ttf") format("truetype"), url("../fonts/roboto-slab/roboto-slab-v7-latin-700.svg#RobotoSlab") format("svg");
  /* Legacy iOS */ }
a:focus,
a:active {
  text-decoration: none;
  outline: none;
  transition: all 300ms ease 0s;
  -moz-transition: all 300ms ease 0s;
  -webkit-transition: all 300ms ease 0s;
  -o-transition: all 300ms ease 0s;
  -ms-transition: all 300ms ease 0s; }

input,
select,
textarea {
  outline: none;
  appearance: unset !important;
  -moz-appearance: unset !important;
  -webkit-appearance: unset !important;
  -o-appearance: unset !important;
  -ms-appearance: unset !important; }

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  appearance: none !important;
  -moz-appearance: none !important;
  -webkit-appearance: none !important;
  -o-appearance: none !important;
  -ms-appearance: none !important;
  margin: 0; }

input:focus,
select:focus,
textarea:focus {
  outline: none;
  box-shadow: none !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -o-box-shadow: none !important;
  -ms-box-shadow: none !important; }

input[type=checkbox] {
  appearance: auto !important;
  -moz-appearance: checkbox !important;
  -webkit-appearance: checkbox !important;
  -o-appearance: checkbox !important;
  -ms-appearance: checkbox !important; }

input[type=radio] {
  appearance: auto !important;
  -moz-appearance: radio !important;
  -webkit-appearance: radio !important;
  -o-appearance: radio !important;
  -ms-appearance: radio !important; }

.clear {
  clear: both; }

h2 {
  font-size: 30px;
  margin: 0; }

body {
  font-size: 15px;
  line-height: 1.6;
  color: #222;
  font-weight: 400;
  font-family: 'Inter', sans-serif;
  margin: 0px;
  background: #fff;
  position: relative;
  padding: 0px;
}

.main {
  padding: 30px 0;
  position: relative;
  z-index: 99; }

.container {
  margin: 0 auto;
  background: #fff;
  border: 1px solid #d4d4d4;
  border-bottom: none;
  padding: 0;
}

fieldset {
  padding: 0px;
  margin: 0px;
  border: none;
  padding-left: 45px;
  padding-right: 55px;
  padding-top: 25px;
  padding-bottom: 30px; }

p.desc {
  margin: 5px 0 40px;
  color: #555; }

.form-label {
  display: block;
  width: 100%;
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: 500;
}

.text-input {
  font-size: 14px;
  color: #999;
  display: flex;
  margin: 5px 0 20px;
}


.text-input em {
  color: #222;
  margin-left: 5px;
  font-weight: bold; }

input {
  width: 100%;
  display: block;
  border: 1px solid #d4d4d4;
  border-radius:1px;
  height: 47px;
  box-sizing: border-box;
  padding: 0 15px;
  color: #222;
  font-weight: 500;
  font-size: 16px;
  font-family: 'Inter', sans, sans-serif;
}

/* no need to use fixed width */
/*
#steps-uid-0-p-0 .form-row, #steps-uid-0-p-0 .form-group, #steps-uid-0-p-0 .form-date {
  width: 680px; }
  */

.form-flex {
  margin: 0 -10px; }
.form-flex .form-group {
  width: 50%;
  padding: 0 10px; }

.form-group,
.form-date {
  position: relative; }


.form-2 {
  display: inline-flex;
  width: auto;
  margin-right: 28px;
  margin-bottom: 15px;
  flex-wrap: wrap;
  flex-direction: column;
}

.xsmall {

  width: 60px;
}


.form-date-group {
  border: 1px solid transparent;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px; }

.form-date-group select {
  border: 1px solid #ebebeb;
  width: 100%;
  box-sizing: border-box;
  appearance: none !important;
  -moz-appearance: none !important;
  -webkit-appearance: none !important;
  -o-appearance: none !important;
  -ms-appearance: none !important;
  position: relative;
  background: 0 0;
  z-index: 10;
  cursor: pointer;
  padding: 0 20px;
  height: 50px;
  font-size: 14px;
  font-family: 'Roboto Slab';
  color: #999;
  box-sizing: border-box;
  background-color: #fff;
  color: #222;
  font-weight: bold; }

.form-date-item {
  position: relative;
  overflow: hidden;
  width: 100px;
  margin-right: 10px; }

.vertical {
  display: block;
  width: 100%;
  overflow: hidden; }
/*
.vertical .steps {
float: left;
width: 280px; }
*/

.vertical .content,
.vertical .actions {
  float: none;
  width: 100%; }

.content {
  height: auto; }

.steps ul {
  flex-direction: column;
  -moz-flex-direction: column;
  -webkit-flex-direction: column;
  -o-flex-direction: column;
  -ms-flex-direction: column;
  position: relative;
  padding-left: 40px;
  padding-top: 35px; }
.steps ul li {
  padding-bottom: 14px;
  position: relative;
  z-index: 99; }
.steps ul li a {
  text-decoration: none;
  color: #222; }
.steps ul:after {
  position: absolute;
  content: '';
  width: 2px;
  height: 180px;
  background: #ebebeb;
  left: 64px;
  top: 50%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  z-index: 9; }

.title {
  align-items: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  -o-align-items: center;
  -ms-align-items: center; }

.title .step-number {
  width: 40px;
  height: 40px;
  align-items: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  -o-align-items: center;
  -ms-align-items: center;
  justify-content: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  -o-justify-content: center;
  -ms-justify-content: center;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  background: #ebebeb;
  color: #999;
  margin-right: 15px;
  margin-left: 5px!important;
  border: 5px solid #fff;
  font-weight: bold; }
.title .step-text {
  font-weight: bold;
  color: #999; }

.current .title .step-number {
  background: #0074c1;
  color: #fff;
}
.current .title .step-text {
  color: #0074c1;
}

.content h3 {
  display: none; }

.content, .actions {
  background: #f8f8f8; }

.actions {
  padding: 40px 0 40px 0;
}
.actions ul {
  padding-left: 45px;
  padding-right: 55px; }
.actions ul .disabled {
  display: none; }
.actions ul li {
  float: right; }
.actions ul li:first-child {
  float: left; }
.actions ul li:first-child a {
  border: 1px solid #d4d4d4;
  background: #e8e8e8;
  color: #999; }
.actions ul li a {
  width: 140px;
  height: 44px;
  color: #fff;
  background: #0074c1;
  align-items: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  -o-align-items: center;
  -ms-align-items: center;
  justify-content: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  -o-justify-content: center;
  -ms-justify-content: center;
  text-decoration: none; }

.form-radio-flex {
  flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  margin: 0 -15px; }

.form-radio-flex .form-radio-item {
  padding: 0 18px 0 0;
  margin-bottom: 20px;
}

.form-radio-flex input {
  width: 0;
  height: 0;
  position: absolute;
  left: -9999px; }

.form-radio-flex input + label {
  margin: 0px;
  width: 223px;
  height: 133px;
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  background-color: transparent;
  border: 1px solid #d4d4d4;
  border-radius: 1px;
  padding-top:10px!important;
  padding-bottom:10px!important;
  text-align: center;
  text-transform: none;
  transition: border-color .15s ease-out,  color .25s ease-out,  background-color .15s ease-out, box-shadow .15s ease-out; }

.form-radio-flex input + label img {
  width: 100%;
  height: 100%; }
.form-radio-flex input:checked + label {
  border: 1px solid #0074c1;
  z-index: 1;
  background-color: #0074c1 !important;
  color: #fff; }
.form-radio-flex input:focus + label {
  outline: none; }
.form-radio-flex input:hover {
  border: 1px solid #4966b1; }

label.error {
  display: block;
  position: absolute;
  top: 0px;
  right: 0;
}

input.error {
  border: 1px solid red;
}

.form-radio-flex .none>input:checked + label {
  border: 1px solid #ccc;
  background-color: #ccc!important;
  color:#999 !important;

}


.form-radio-flex .a>input:checked + label {
  border: 1px solid #247d46;
  background-color: #247d46!important;

}

.form-radio-flex .b>input:checked + label {
  border: 1px solid #247d46;
  background-color: #247d46!important;

}

.form-radio-flex .c>input:checked + label {
  border: 1px solid #87b840;
  background-color: #87b840!important;
}

.form-radio-flex .d>input:checked + label {
  border: 1px solid #d7df21;
  background-color: #d7df21!important;
}

.form-radio-flex .e>input:checked + label {
  border: 1px solid #ffcb08;
  background-color: #ffcb08!important;
}

.form-radio-flex .f>input:checked + label {
  border: 1px solid #f7941e;
  background-color: #f7941e!important;
}

.form-radio-flex .g>input:checked + label {
  border: 1px solid #ef4023;
  background-color: #ef4023!important;
}

#find_bank {
  padding: 0 55px;
  width: 680px;
  margin-right: 20px; }
#find_bank::-webkit-input-placeholder {
  font-weight: 400; }
#find_bank::-moz-placeholder {
  font-weight: 400; }
#find_bank:-ms-input-placeholder {
  font-weight: 400; }
#find_bank:-moz-placeholder {
  font-weight: 400; }

.submit {
  width: 150px;
  background: #666;
  color: #fff;
  font-weight: 400;
  cursor: pointer; }
.submit:hover {
  background-color: #4d4d4d; }

.form-find {
  position: relative;
  padding-bottom: 70px;
  border-bottom: 1px solid #ebebeb; }

.form-icon {
  position: absolute;
  top: 12px;
  left: 20px;
  font-size: 18px;
  color: #999; }

.choose-bank-desc {
  color: #666;
  margin: 0px;
  padding-top: 30px;
  padding-bottom: 35px; }

#slider-margin {
  height: 9px;
  border: none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  background: #e8e8e8;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -o-border-radius: 0px;
  -ms-border-radius: 0px;
  position: relative;
  margin-top: 110px; }
#slider-margin .noUi-marker-horizontal.noUi-marker-large, #slider-margin .noUi-marker-horizontal.noUi-marker {
  height: 0px; }
#slider-margin .noUi-connect {
  background: #4966b1; }
#slider-margin .noUi-connects {
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -o-border-radius: 0px;
  -ms-border-radius: 0px; }
#slider-margin .noUi-handle {
  width: 15px;
  height: 30px;
  top: -12px;
  background: #e8e8e8;
  outline: none;
  border: none;
  right: -15px;
  border: 1px solid #4966b1;
  border-radius: 0px; }
#slider-margin .noUi-handle:after, #slider-margin .noUi-handle:before {
  width: 0px; }
#slider-margin .noUi-handle .noUi-tooltip {
  bottom: 33px;
  border: none;
  background: transparent;
  font-size: 16px;
  color: #4966b1;
  padding: 0px; }
#slider-margin .noUi-pips {
  width: 96%; }
#slider-margin .noUi-pips .noUi-value {
  top: -50px;
  font-size: 16px;
  color: #666; }
#slider-margin .noUi-pips .noUi-value:before {
  content: '$'; }
#slider-margin .noUi-pips .noUi-value-horizontal {
  transform: none;
  -moz-transform: none;
  -webkit-transform: none;
  -o-transform: none;
  -ms-transform: none; }

.your-money {
  font-size: 16px;
  color: #222;
  margin: 0px;
  padding-top: 62px; }
.your-money .money {
  font-size: 28px;
  font-weight: bold; }


.custombox input[type="checkbox"],
.custombox .checked
{
  display: none;
}

.custombox input[type="checkbox"]:checked ~ label .checked
{
  display: inline-block;
}

.custombox input[type="checkbox"]:checked ~ label .unchecked
{
  display: none;
}

.form-radio-flex .custombox input:checked + label {
  border: none;
  z-index: 1;
  background-color: transparent!important;
  color: #0074c1;
}

.form-radio-flex .custombox input + label {
  border: none;
  background-color: transparent!important;

}


.customradio input[type="radio"],
.customradio .checked
{
  display: none;
}

.customradio input[type="radio"]:checked ~ label .checked
{
  display: inline-block;
}

.customradio input[type="radio"]:checked ~ label .unchecked
{
  display: none;
}

.form-radio-flex .customradio input:checked + label {
  border: none;
  z-index: 1;
  background-color: transparent!important;
  color: #0074c1;
}

.form-radio-flex .customradio input + label {
  border: none;
  background-color: white!important;
}

div.form-radio-item.agency {

  width:100%;
  margin-bottom:10px;
  max-width:450px;
}

div.form-radio-item.agency label {

  text-align:left!important;
}

div.form-radio-item.agency label div {

  float:right;
}


div.form-radio-item.agency span {
  font-weight: 300!important;
  font-size: 12px;
}

label {
  cursor: pointer;
}

.button a {
  padding: 14px;
  padding-left: 26px;
  padding-right: 26px;
  color: #fff;
  background: #0074c1;
  align-items: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  -o-align-items: center;
  -ms-align-items: center;
  justify-content: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  -o-justify-content: center;
  -ms-justify-content: center;
  text-decoration: none;
  margin-top:20px;
}

.button {
  width: fit-content;
  margin-top: 50px;
  float: right;
}

.highlight{
  font-size: 14px;
  color: #ffffff;
  background-color: #0074c1;
  width: auto;
  padding: 4px 4px 6px;
  border-radius: 7px;
  margin: auto;
  text-align: center;
  letter-spacing: 0.01em;
  margin-bottom: 30px;
}

.pricedenice{
  display: flex;
  flex-direction: row;
  flex-wrap:wrap;
  justify-content: space-between;
  border-top: 1px solid #f0f0f0;
  padding: 10px 0;

}

.pricetext{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 12px;
  margin: 5px 0px 15px;

}

.pricedenice>div{

  font-size:18px;
  font-weight:900;
}

.pricedenice>div:nth-child(1), .pricedenice>div:nth-child(3){

  padding-top:12px;
}

.pricedenice>div:nth-child(2){

  font-size:30px;
  color:#0074c1;
}

.exbottom{
  margin-bottom:20px
}

.exmargin_right{
  margin-right:30px
}



@media screen and (max-width: 1180px) {
  .container {
    width: calc(100% - 40px);
    max-width: 100%; }

  .vertical .steps, .vertical .content, .vertical .actions {
    float: none;

    border-bottom: 1px solid #ddd;
    width: 100%; }


  .content fieldset{
    padding-top: 30px;
  }


  #find_bank {
    width: 100%; }

  .form-radio-flex input + label {
    width: 190px;
    height: 120px; }



}


.actions ul li a
{
  margin-top:20px;
  margin-bottom:20px;
}


@media screen and (max-width: 992px) {
  .content {
    height: auto; }

  .exbottom {
    display: block !important;
  }

  .exmargin_right {
    width: 100% !important;
  }

  div.form-radio-item.agency {
    max-width: unset;
  }

  .form-radio-flex input + label {
    width: 100px;
    height: 65px; }

  .rowheader{
    text-align:center!important;
    margin-top:20px!important;
  }

  .rowheader img{
    width:200px!important;
  }

  .rowheader h1{
    display:block!important;
    text-align:center!important;
    font-size:23px!important;
    margin-top: 10px !important;
  }

  .main {
    padding: 20px 0;
  }

}


@media screen and (max-width: 768px) {


  #steps-uid-0-p-0 .form-row, #steps-uid-0-p-0 .form-group, #steps-uid-0-p-0 .form-date {
    width: 100%; }

  .form-flex {
    flex-direction: column;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    -o-flex-direction: column;
    -ms-flex-direction: column;
    margin: 0px; }

  .form-flex .form-group {
    padding: 0px; }

  .form-2 {
    display: inline-block;
    margin-right: 10px;
  }

  fieldset, .actions ul {
    padding-left: 30px;
    padding-right: 30px; }

  #slider-margin .noUi-pips {
    width: 94%;
  }

  .form-radio-item.energysquare.none, .form-radio-item.perfsquare.none {
    flex-basis: 100%;
  }

}

.form-radio-flex {
  margin: 0; }

@media screen and (max-width: 480px) {

  body {
    line-height: 1.4;
  }

  .form-radio-flex .form-radio-item {
    margin-bottom: 15px;
  }

  .form-label {
    margin-top: 15px;
  }

  .actions ul li:first-child {
    float: none !important;
  }

  .actions ul li:first-child a {
    margin-bottom: 50px;
  }

  .form-date-group, .form-find {
    flex-direction: column;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    -o-flex-direction: column;
    -ms-flex-direction: column; }

  .content {
    height: auto; }

  #find_bank {
    margin-bottom: 20px; }

  .actions ul li a {
    width: 100%;
  }

  .form-radio-flex .form-radio-item {
    width: 100%;
  }


  .form-radio-flex .form-radio-item {
    padding: 0 5px; }

  .form-radio-flex input + label {
    width: 90px;
    height: 61px; }

  .actions { padding-bottom: 80px;}


  h2 {
    font-size: 22px;
    margin: 0;
  }

  .actions {
    padding-bottom: 60px;
  }

  .actions ul li {
    float: none;
  }

}

/*# sourceMappingURL=style.css.map */


@media screen and (max-width: 1180px) {

  body {
    line-height: 1.4;
  }

  .form-radio-flex .form-radio-item {
    margin-bottom: 15px;
  }

  .form-label {
    margin-top: 15px;
  }



  .steps {
    display: none !important;
    visibility:hidden !important;
  }


}

@media screen and (max-width: 500px)
{

  body {
    line-height: 1.4;
  }

  .form-radio-flex .form-radio-item {
    margin-bottom: 15px;
  }

  .form-label {
    margin-top: 15px;
    text-transform: uppercase;
    margin-bottom: 15px;
  }

}

@media screen and (max-width: 500px)
{

  body {
    line-height: 1.4;
  }

  .form-radio-flex .form-radio-item {
    margin-bottom: 15px;
  }

  .form-label {
    margin-top: 15px;
  }

  fieldset, .actions ul {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 20px;
  }
}


@media screen and (max-width: 500px)
{

  body {
    line-height: 1.4;
  }

  .form-radio-flex .form-radio-item {
    margin-bottom: 15px;
  }

  .form-label {
    margin-top: 15px;
  }

  .pricedenice {
    display: block;
  }


}




@media screen and (max-width: 560px)
{

}

@media screen and (max-width: 500px)
{

  body {
    line-height: 1.4;
  }

  .form-radio-flex .form-radio-item {
    margin-bottom: 15px;
  }

  .form-label {
    margin-top: 15px;
  }

  .form-2 {
    width: 100%;
  }

  .form-group, .form-date {
    margin-bottom: 5px;
    position: relative;
  }


}


input[type=text]{
  font-size: 16px!important;
  line-height: 1.6!important;
  color: #222;font-weight: 500!important;
  font-family: Inter, sans-serif;!important
}

.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
  font-family: Inter, sans-serif;
  font-size: 1em;
}

h2 {
  font-size: 17px;
  margin: 0;
  text-transform: uppercase;
  color: #0074c1;
}

header .head-icon-bar .icon-item span {
  margin: 0 0 0 5px;

}


/* added by Alex at 13/10/2019 */
/* please avoid using float, it's almost deprecated and painfull.. use flexbox */

.wizard {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 50px;
}

.steps, .content {
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  flex: 1;
}

.steps {
  background: #f9f9f9;
  border-right: 1px solid #d4d4d4;
  border-bottom: 1px solid #ddd;
}

.content {
  flex: 3;
  border-bottom: 1px solid #ddd;
}

.fieldset-content .form-group span[id^=err] {
  margin-bottom: 10px;
  display: block;
  color: red !important;
}



.form-radio-flex .customradio input + label, .form-radio-flex.garages-section .custombox input + label {
  border: 1px solid #555;
  background: white !important;
  padding: 0 10px;
  border-radius: 1px;

  border: 1px solid #d4d4d4;
}

.form-radio-flex .customradio input:checked + label, .form-radio-flex.garages-section .custombox input:checked + label {
  z-index: 1;
  color: #fff;
  border: 1px solid #0074c1;
  background: #0074c1 !important;
  padding: 0 10px;
  border-radius: 1px;
  margin-bottom: 20px;
}

.pac-container {
  font-family: 'Inter', sans, sans-serif !important;
}

.pac-item {
  font-size: 13px !important;
}

.fal.fa-arrow-left {
  margin-right: 6px;
  margin-top: 4px;
}

#estimation-price {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 20px 15px 10px;
}
#center-content {
  flex:1 1 auto;
}
#left-content,
#right-content {
  text-align: center;
  margin: 0 auto;
  flex: 0 0 auto;
  width: 100px;
}

.title-price {
  font-weight: 500;
  font-size: 22px;
  white-space: nowrap;
}

.title-under {
  font-size: 12px;
  text-align: center;
}

.price-average {
  margin: 30px auto 0;
  text-align: center;
  font-size: 35px !important;
  color: #0074c1;
  font-weight: 500;
}

header {
  position: static !important;
}


@media screen and (max-width: 450px) {

  .icon-bar-estimation #header_publier {
    display: none !important;
  }

  .form-radio-flex .form-radio-item {
    padding: 0 2px;
  }

  .dropdownmenu
  {
    top: 50px !important;
  }

}

@media screen and (max-width: 310px) {
  .logo img {
    width: 160px !important;
  }

}

div.energysquare:last-child {
  padding-right: 0 !important;
}


.vertical .content, .vertical .actions {
  float: none;
  width: 100%;
  border-bottom: 1px solid #d4d4d4;
  padding: 10px 15px;
}

.dropdown a {
  text-decoration: none;
  color: #000000;
  text-decoration:none;

}

.dropdown a:hover {
  color: #222222;
  text-decoration:none;
}

/* Dropdown */

.dropdown {
  display: inline-block;
  position: relative;
  margin-top:8px;
}

.dd-button {
  color:white;
  display: inline-block;
  border: 1px solid #0074c1;

  padding: 10px 30px 10px 20px;
  background-color: #0074c1;
  cursor: pointer;
  white-space: nowrap;
}

.dd-button:after {
  content: '';
  color:white;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid white;
}

.dd-button:hover {

  border-radius:4px;
}


.dd-input {
  display: none;
}

.dd-menu {
  position: absolute;
  top: 100%;
  padding: 0;
  z-index:1000;
  margin: 2px 0 0 0;
  box-shadow: 0 0 6px 0 rgba(0,0,0,0.1);
  background-color: #ffffff;
  list-style-type: none;
}

.dd-input + .dd-menu {
  display: none;
}

.dd-input:checked + .dd-menu {
  display: block;
}

.dd-menu li {
  padding: 10px 20px;
  cursor: pointer;
  white-space: nowrap;
}

.dd-menu li:hover {
  background-color: #f6f6f6;
}

.dd-menu li a {
  display: block;
  margin: -10px -20px;
  padding: 10px 20px;
}

.dd-menu li.divider{
  padding: 0;
  border-bottom: 1px solid #cccccc;
}

.dropdownmenu
{
  display:none;
  position:absolute;
  top:50px;
  left:200px;
  z-index:2001;
}

select.minimal {
  background-image:
          linear-gradient(45deg, transparent 50%, gray 50%),
          linear-gradient(135deg, gray 50%, transparent 50%),
          linear-gradient(to right, #ccc, #ccc)!important;;
  background-position:
          calc(100% - 20px) calc(1em + 2px),
          calc(100% - 15px) calc(1em + 2px),
          calc(100% - 2.5em) 0.5em!important;;
  background-size:
          5px 5px,
          5px 5px,
          1px 1.5em!important;
  background-repeat: no-repeat!important;
}

select.minimal:focus {
  background-image:
          linear-gradient(45deg, green 50%, transparent 50%),
          linear-gradient(135deg, transparent 50%, green 50%),
          linear-gradient(to right, #ccc, #ccc)!important;
  background-position:
          calc(100% - 15px) 1em,
          calc(100% - 20px) 1em,
          calc(100% - 2.5em) 0.5em!important;
  background-size:
          5px 5px,
          5px 5px,
          1px 1.5em!important;
  background-repeat: no-repeat!important;
  border-color: silver!important;
  outline: 0;
}

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}

select {
  /* styling */
  background-color: white !important;
  display: inline-block !important;
  font: inherit !important;
  line-height: 1.5em !important;
  padding: 0.5em 3.5em 0.5em 1em;

  /* reset */

  margin: 0!important;
  -webkit-box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  box-sizing: border-box !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;

}


header .container .icon-bar-estimation {
  padding: 0 5px;
}

