a{
	color:#fff;
}
.row-height {
    height: 100vh;
	font-family: 'Montserrat', sans-serif;
}
.content-left {
    background-color: #100f1f;
    padding: 0;
}
.content-left-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    min-height: 100%;
    padding: 60px 60px 35px 60px;
    color: #fff;
    text-align: center;
    position: relative;
}
.content-left-wrapper figure {
    margin: 4rem 0;
}
.content-left-wrapper h2 {
    color: #fff;
    font-size: 32px;
    font-size: 2rem;
    margin: 20px 0 15px 0;
    font-weight: 600;
}
.content-left-wrapper p {
    font-size: 15px;
    font-size: 0.9375rem;
    font-weight: 500;
}
.content-left-wrapper .mobile_btn {
    display: none;
}
.content-right {
    padding: 60px;
    height: 100%;
    min-height: 100%;
    overflow-y: scroll;
    display: flex;
    justify-content: center;
    align-items: center;
}
#wizard_container {
    width: 550px;
}
.back_home {
    position: absolute;
    bottom: 25px;
    left: 0;
    width: 100%;
    opacity: 0.5;
}
#top-wizard {
    padding-bottom: 25px;
}
#location {
    font-size: 12px;
    font-size: 0.75rem;
}
#progressbar {
    border-radius: 5px;
    background-color: #f0f0f0;
    overflow: hidden;
	height: 8px;
	width: 100%;
}
#progressbar .progressbar-value {
    height: 100%;
    transition: all 0.2s ease;
	border-radius: 10px;
	background: #100f1f;
}
.wizard-step{
	width:100%;
}
h2.wizard-title {
    display: block;
    font-size: 26px;
    font-size: 1.625rem;
    margin-bottom: 5px;
    font-weight: 600;
}
.wizard-descr{
	opacity:0.7;
    font-size: 0.9rem;
	margin-bottom:1rem
}
h3.wizard-main-question {
    margin: 0 0 10px 0;
    padding: 0;
    font-weight: 500;
    font-size: 1.1875rem;
}
#bottom-wizard {
    border-top: 2px solid #ededed;
    padding-top: 20px;
    text-align: right;
    margin-top: 30px;
}
button.backward, button.forward, button.submit {
    border: none;
    color: #fff;
    text-decoration: none;
    transition: background .5s ease;
    -moz-transition: background .5s ease;
    -webkit-transition: background .5s ease;
    -o-transition: background .5s ease;
    display: inline-block;
    cursor: pointer;
    outline: none;
    text-align: center;
    background: #100f1f;
    position: relative;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 600;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    line-height: 1;
    padding: 12px 30px;
}
button.backward {
    color: #777;
    background: #e8e8e8;
}
button[disabled] {
    display: none;
}

.form-group.terms .container_check {
    margin-bottom: 3px;
}
.summary label {
    font-weight: 500;
}
small{
	font-size: 80%;
	font-weight: 400;
	color: #555;
}
.label-form{
	font-size:0.875rem;
}
/*Style checkbox*/
.container_check {
 display:block;
 position:relative;
 font-size:14px;
 font-size:0.875rem;
 padding-left:30px;
 line-height:1.3;
 margin-bottom:10px;
 cursor:pointer;
 user-select:none;
 font-weight:400
}
.container_check input {
 position:absolute;
 opacity:0;
 cursor:pointer
}
.container_check input:checked ~ .checkmark {
 background-color:#100f1f;
 border:1px solid transparent
}
.container_check .checkmark {
 position:absolute;
 top:0;
 left:0;
 height:20px;
 width:20px;
 border:1px solid #ddd;
 background-color:#fff;
 border-radius:3px;
 transition:all 0.3s ease-in-out
}
.container_check .checkmark::after {
 content:"";
 position:absolute;
 display:none;
 left:7px;
 top:3px;
 width:5px;
 height:10px;
 border:solid white;
 border-width:0 2px 2px 0;
 transform:rotate(45deg)
}
.container_check input:checked ~ .checkmark::after {
 display:block
}
/*Style Radio*/
.container_radio {
 display:block;
 position:relative;
 font-size:14px;
 font-size:0.875rem;
 padding-left:30px;
 line-height:1.3;
 margin-bottom:10px;
 cursor:pointer;
 -webkit-user-select:none;
 -moz-user-select:none;
 -ms-user-select:none;
 user-select:none
}
.container_radio input {
 position:absolute;
 opacity:0
}
.container_radio input:checked ~ .checkmark::after {
 opacity:1
}
.container_radio .checkmark {
 position:absolute;
 top:0;
 left:0;
 height:20px;
 width:20px;
 background-color:#fff;
 border:1px solid #ccc;
 border-radius:50%
}
.container_radio .checkmark::after {
 display:block;
 content:"";
 position:absolute;
 opacity:0;
 -moz-transition:all 0.3s ease-in-out;
 -o-transition:all 0.3s ease-in-out;
 -webkit-transition:all 0.3s ease-in-out;
 -ms-transition:all 0.3s ease-in-out;
 transition:all 0.3s ease-in-out;
 top:3px;
 left:3px;
 width:12px;
 height:12px;
 border-radius:50%;
 background:#100f1f;
 -moz-transition:all 0.3s ease-in-out;
 -o-transition:all 0.3s ease-in-out;
 -webkit-transition:all 0.3s ease-in-out;
 -ms-transition:all 0.3s ease-in-out;
 transition:all 0.3s ease-in-out
}
.container_radio.version_2 {
 padding:13px 15px 13px 45px;
 background-color:#fff;
 -webkit-border-radius:3px;
 -moz-border-radius:3px;
 -ms-border-radius:3px;
 border-radius:3px;
 border:1px solid #ddd;
 min-height:30px;
 font-weight:400
}
.container_radio.version_2 input:checked ~ .checkmark::before {
 opacity:1
}
.container_radio.version_2 input:checked ~ .checkmark {
 border:1px solid transparent
}
.container_radio.version_2 .checkmark {
 position:absolute;
 top:10px;
 left:10px;
 height:24px;
 width:24px;
 border:1px solid #ddd;
 border-radius:50%
}
.container_radio.version_2 .checkmark::after {
 width:22px;
 height:22px;
 top:0;
 left:0
}
.container_radio.version_2 .checkmark::before {
 display:block;
 content:"";
 position:absolute;
 opacity:0;
 -moz-transition:all 0.3s ease-in-out;
 -o-transition:all 0.3s ease-in-out;
 -webkit-transition:all 0.3s ease-in-out;
 -ms-transition:all 0.3s ease-in-out;
 transition:all 0.3s ease-in-out;
 left:9px;
 top:5px;
 width:5px;
 height:10px;
 border:solid white;
 z-index:999;
 border-width:0 2px 2px 0;
 -webkit-transform:rotate(45deg);
 -ms-transform:rotate(45deg);
 transform:rotate(45deg)
}
.container_radio.version_2.active,
.container_radio.version_2:hover,
.container_check.version_2.active,
.container_check.version_2:hover {
 border:1px solid #100f1f
}
@media (max-width: 767px) {
.content-left-wrapper .mobile_btn {
    margin: 5px 0 30px 0;
    display: inline-block;
  }
}

