
.bonitet-input {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.bonitet-input--border-top {
    border-top: 1px solid rgba(151,151,151,0.5);
    max-width: 260px;
}

.bonitet-input__label {
    width: 100px;
}

.bonitet-input__input {
    margin-right: 15px;
    width: 80px;
    text-align: right;
}

.bonitet-input__input[disabled] {
    border-color: transparent;
    background: transparent;
    font-weight: bold;
}



.insurance-box {
    background: white;
    text-align: center;
    box-shadow: 0 1px 4px 0 rgba(0,0,0,0.28);
    padding: 20px 20px 0 20px;
    margin: 0 20px 40px 0;
}

.insurance-box p {
    max-width: none;
}

.insurance-box__select {
    background: #ee2e24;
    display: block;
    margin: 20px -20px 0;
    padding: 15px;
    color: white;
    font-family: "futura-pt-condensed", sans-serif;
    font-size: 24px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.7px;
}

.insurance-box__select input {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    border: 0;
}

.insurance-box__label {
    position: relative;
    padding-left: 35px;
}

.insurance-box__label::before {
    content: "";
    width: 22px;
    height: 22px;
    position: absolute;
    left: 0;
    top: 5px;
    background: white;
}

.insurance-box__label::after {
    content: "";
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjJweCIgaGVpZ2h0PSIzMHB4IiB2aWV3Qm94PSI5MjAgMjE3MiAyMiAzMCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPiAgICA8ZGVmcz48L2RlZnM+ICAgIDxwb2x5bGluZSBpZD0iUGF0aC0yIiBzdHJva2U9IiMwMDAwMDAiIHN0cm9rZS13aWR0aD0iNCIgZmlsbD0ibm9uZSIgcG9pbnRzPSI5MjIgMjE4Ny44MzMyIDkzMC43NTM2ODUgMjE5OCA5MzkuNzI0NDg1IDIxNzQiPjwvcG9seWxpbmU+PC9zdmc+) no-repeat center center;
    background-size: 100% auto;
    width: 20px;
    height: 30px;
    position: absolute;
    left: 2px;
    top: -5px;
    transform: scale(0.2);
    opacity: 0;
    transition: transform .2s cubic-bezier(0.305, 0.130, 0.020, 1.950), opacity .1s linear ;
} 

.insurance-box__select input:checked + .insurance-box__label::after {
    content: "";
    width: 20px;
    height: 30px;
    position: absolute;
    left: 2px;
    top: -5px;
    transform: scale(1);
    opacity: 1;    
} 

.insurance-box__select input:disabled + .insurance-box__label::after {
    content: "";
    width: 22px;
    height: 22px;
    position: absolute;
    left: 0;
    top: 5px;
    background: #ccc;
    opacity: 1;
    transform: scale(1);   
} 

.insurance-box__price {
    font-family: "futura-pt-condensed", sans-serif;
    font-size: 28px;
    font-weight: 700;
    color: #ee2e24;
    letter-spacing: 1px;
    margin-bottom: 24px;
}

.insurance-box__subtitle {
    color: #ee2e24;
    margin: -10px 0 20px;
    font-weight: 500;
}



/* Faux checkbox */

.checkbox__wrap {
    margin-bottom: 30px;
}

.checkbox__input {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  border: 0;
}
.checkbox__input:checked + .checkbox__label::after {
    content: "";
    width: 20px;
    height: 30px;
    position: absolute;
    left: 2px;
    top: -12px;
    transform: scale(1);
    opacity: 1;  
}
.checkbox__input:focus + .checkbox__label::before {
  border-color: #979797;;
}
.checkbox__label {
  display: inline-block;
  margin-bottom: 0;
  padding-left: 32px;
  position: relative;
}
.checkbox__label::before {
    content: "";
    width: 22px;
    height: 22px;
    position: absolute;
    left: 0;
    top: -2px;
    border: 1px solid #979797;
}
.checkbox__label::after {
    content: "";
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjJweCIgaGVpZ2h0PSIzMHB4IiB2aWV3Qm94PSI5MjAgMjE3MiAyMiAzMCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPiAgICA8ZGVmcz48L2RlZnM+ICAgIDxwb2x5bGluZSBpZD0iUGF0aC0yIiBzdHJva2U9IiMwMDAwMDAiIHN0cm9rZS13aWR0aD0iNCIgZmlsbD0ibm9uZSIgcG9pbnRzPSI5MjIgMjE4Ny44MzMyIDkzMC43NTM2ODUgMjE5OCA5MzkuNzI0NDg1IDIxNzQiPjwvcG9seWxpbmU+PC9zdmc+) no-repeat center center;
    background-size: 100% auto;
    width: 20px;
    height: 30px;
    position: absolute;
    left: 2px;
    top: -12px;
    transform: scale(0.2);
    opacity: 0;
    transition: transform .2s cubic-bezier(0.305, 0.130, 0.020, 1.950), opacity .1s linear ;
}



/* Faux radio buttons */
.radio-wrap {
  margin-bottom: 30px;
  margin-right: 30px;
}

.radio__input {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  border: 0;
}
.radio__input:checked + .radio__label::after {
  transform: scale(1);
}
.radio__input:focus + .radio__label::before {
  border-color: #979797;;
}
.radio__label {
  display: inline-block;
  margin-bottom: 0;
  padding-left: 32px;
  position: relative;
}
.radio__label::before {
  background: white;
  content: "";
  border: 2px solid #979797;
  border-radius: 50%;
  width: 26px;
  height: 26px;
  display: block;
  position: absolute;
  left: 0px;
  top: -4px;
}
.radio__label::after {
  content: "";
  width: 12px;
  height: 12px;
  display: block;
  border-radius: 50%;
  background: #ee2e24;
  position: absolute;
  left: 7px;
  top: 3px;
  transition: all 0.05s ease-in-out;
  transform: scale(0);
}







.total-price {
    max-width: 400px;
}

.total-price__item {
    display: flex;
    margin-bottom: 8px;
    font-size: 20px;
}

.total-price__title {
    flex: 1 1 auto;
    padding-right: 20px;
}

.total-price__price {
    flex: 0 0 auto;
    text-align: right;
    color: #ee2e24;
}

.total-price__sum {
    font-family: "futura-pt-condensed", sans-serif;
    font-size: 36px;
    color: #ee2e24;
    font-weight: bold;
    border-top: 1px solid #979797;
    padding-top: 16px;
    margin-top: 20px;
}




.center {
    text-align: center;
}

.separator-small {
    margin: 20px 0;
}

.border-top-bottom {
    padding: 30px 0;
    border-top: 1px solid #979797;
    border-bottom: 1px solid #979797;
}

.label {
    font-weight: bold;
    margin-bottom: 12px;
    text-transform: uppercase;
}

.label-wrap {
    display: block;
    margin-bottom: 40px;
}

.input-medium {
    width: 100%;
    max-width: 300px;
}

.input-small {
    width: 100%;
    max-width: 70px;
}

.place-lookup {
    margin-left: 20px;
}

.divider {
    display: block;
    border-top: 1px solid #979797;
    margin-top: 15px;
    padding-top: 15px;
}

.btn--wide {
    padding-left: 60px;
    padding-right: 60px;
}


/* Awesomplete - Autosuggestions */

.awesomplete-wrap {
    position: relative;
    max-width: 300px;
}

.awesomplete-toggle {
    margin: 0;
    border: none;
    background: transparent;
    color: black;
    box-shadow: none;
    position: absolute;
    right: 1px;
    top: 1px;
    bottom: 1px;
    padding: 10px;
    z-index: 1;
}

.awesomplete-toggle:hover,
.awesomplete-toggle:focus {
    background: #ee2e24;
    color: white;
    outline: none;
}

.awesomplete [hidden] {
    display: none;
}

.awesomplete .visually-hidden {
    position: absolute;
    clip: rect(0, 0, 0, 0);
}

.awesomplete {
    display: inline-block;
    position: relative;
    width: 100%;
}

.awesomplete > input {
    display: block;
}

.awesomplete > ul {
    position: absolute;
    left: 0;
    z-index: 1;
    min-width: 100%;
    box-sizing: border-box;
    list-style: none;
    padding: 0;
    margin: 0;
    margin-top: -1px;
    background: #fff;
}

.awesomplete > ul:empty {
    display: none;
}

.awesomplete > ul {
    border: 1px solid rgba(1,0,0,0.57);
    max-height: 300px;
    overflow-y: auto;
    color: #000;
    font-size: 20px;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
	box-shadow: .05em .2em .6em rgba(0,0,0,.2);
}

@supports (transform: scale(0)) {
	.awesomplete > ul {
		transition: .3s cubic-bezier(.4,.2,.5,1.4);
		transform-origin: 1.43em -.43em;
	}
	
	.awesomplete > ul[hidden],
	.awesomplete > ul:empty {
		opacity: 0;
		transform: scale(0);
		display: block;
		transition-timing-function: ease;
	}
}

	/* Pointer */
	.awesomplete > ul:before {
		content: "";
		position: absolute;
		top: -.43em;
		left: 1em;
		width: 0; height: 0;
		padding: .4em;
		background: white;
		border: inherit;
		border-right: 0;
		border-bottom: 0;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	.awesomplete > ul > li {
		position: relative;
		cursor: pointer;
        padding: 4px 10px;
        border-bottom: 1px solid #ddd;
	}
	
	.awesomplete > ul > li:hover {
		background: #eee;
		color: #ee2e24;
	}

    .awesomplete > ul > li:last-of-type {
        border-bottom: none;
    }
	
	.awesomplete > ul > li[aria-selected="true"] {
		background: #eee;
		color: #ee2e24;
	}
	
		.awesomplete mark {
			background: none;
            color: inherit;
		}
	