.quiz-section * {
    font-family: "Montserrat";
}

body {
    margin: 0;
    padding: 0;
    background: #044c94;
    font-family: "Montserrat";
}

.header {
 background: #fff;
 padding: 15px 0 10px 0;
 color: #133981;
 font-size: 16px;
 font-weight: bold;
}

.header a {
 text-decoration: none;
 font-weight: normal;
 color: #133981;
}

.header span {
 line-height: 20px;
}

.header .text-right a {
 font-size: 32px;
 color: #133981;
 font-weight: bold;
 padding: 20px 0 0 0;
}

.header a:hover {
 text-decoration: underline;
}

.header .text-right a:hover {
 text-decoration: none;
}


.header img {
 max-width: 100%;
}

.col-md-4 {
 flex: 0 0 auto;
 width: 33.33333333%;
}

.text-right {
 text-align: right;
}

.quiz-section .quiz-image {
    width: calc(50% - 15px);
    padding-right: 15px;
}

.quiz-section .container {
    overflow: hidden;
    padding: 0;
}

.quiz-section .quiz-image img {
    max-width: 100%;
    width: 100%;
    object-fit: cover;
}

.quiz-section {
    background-color: transparent;
    padding: 75px 10px 75px 0;
    overflow: hidden;
}

.quiz-section .quiz-form {
    width: calc(50% - 15px);
    margin-left: auto;
    padding-left: 15px;
}

.container {
   max-width: 1220px;
/*    width: 100%; */
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    flex-wrap: wrap;
}

        small {
         color: #dedede;
        }
        small a {
         color: #fff;
        }

label {
 font-size: 30px;
 vertical-align: top;
 color: #fff;
}
        
.quiz-section input,
.quiz-section select {
    background-color: #ffffff;
    color: #000;
    height: 39px;
    padding: 0 13px;
    font-size: 12px;
    line-height: 12px;
    width: 100%;
    border: none;
    outline: none;
    box-shadow: none;
}

.quiz-section input[type="radio"] {
    width: 12% !important;
}

.quiz-section input + .quiz-step-title {
    margin-top: 20px;
}

.quiz-section input::placeholder {
    font-size: 12px;
    line-height: 12px;
    color: #000;
}

.quiz-section .quiz-step:not(:last-of-type) {
    margin-bottom: 12px;
}

.quiz-section .quiz-step .quiz-step-title {
    font-weight: 700;
    font-size: 16px;
/*    line-height: 18px; */
    line-height: 25px;
    color: #ffffff;
    margin-bottom: 10px;
}
.quiz-section .quiz-step {
    display: none;
}

.quiz-section .error-text {
    color: #e90f0f;
    margin-top: 5px;
    font-size: 14px;
}

.quiz-section .quiz-title {
    font-size: 38px;
    line-height: 38px;
    margin-bottom: 50px;
    color: #fff;
    max-width: 70%;
    font-weight: 700;
}

.quiz-section .input-error {
    border: 1px solid #e90f0f;
}

.quiz-section .quiz-step.active {
    display: block;
}

.quiz-section .quiz-navigation {
    display: flex;
    align-items: center;
    margin-top: 30px;
}

.quiz-section .quiz-navigation .quiz-btn {
    color: #ffffff;
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
    background: rgba(255, 182, 78, 1);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 60px;
    height: 59px;
    padding: 0 40px;
    cursor: pointer;
    max-width: 200px;
    width: 100%;
}

.quiz-section .quiz-navigation .quiz-btn:hover {
    background-color: rgba(242,159,59,1);
}

.quiz-section .quiz-navigation .quiz-btn-prev {
    margin-right: auto;
}

.footer {
 position: absolute;
 bottom: 0;
 left: 0;
 right: 0;
 min-height: 100px;
 color: #fff;
 line-height: 22px;
}

.footer a {
 color: #fff;
}

.footer .btelephone {
 color: #fff;
 text-decoration: none;
 font-size: 22px;
 font-weight: bold;
}

.footer .col-md-4 {
 padding: 15px 0 15px 0;
}

.over {
 padding-bottom: 20px;
 display: inline-block;
 width: 100%;
}

.over input[name="first_name"] {
 float: left;
 width: 44%;
}

.over input[name="last_name"] {
 float: right;
 width: 44%;
}

.thx {
 font-size: 50px;
 margin-bottom: 50px;
 color: #fff;
 max-width: 70%;
 font-weight: 700;
 line-height: 1.3;
}

.thx a {
 color: #fff;
 text-decoration: none;
 font-size: 22px;
}

.thx a:hover {
 text-decoration: underline;
}        
        
.quiz-btn-prev {
 width: 1% !important;
 background: none !important;
 text-decoration: underline !important;
 font-weight: normal !important;
}

.quiz-btn-next {
 max-width: 300px !important;
}

.logo_text {
 font-size: 36px;
 font-weight: bold;
 padding-top: 8px;
 display: inline-block;;
}

@media (max-width: 940px) {
 .over input[name="first_name"] {
  float: none;
  width: 100%;
  margin-bottom: 10px;
 }
 .over input[name="last_name"] {
  float: none;
  width: 100%;
 }

}

@media (max-width: 600px) {
 .quiz-section .quiz-image {
    display: none;
 }
 .quiz-section .quiz-form {
    width: calc(100% - 15px);
 }
 .quiz-section input,
 .quiz-section select {
/*    width: 88% !important; */
 }
 .footer {
  position: relative;
 }
 
 .d-none, .telephone {
  display: none;
 }
 .tel-mob {
  display: inline-block !important;
  padding: 0px !important;
 } 
 .col-md-4 {
  flex: 0 0 auto;
  width: 69.999999999%;
 }

 .col-md-4.text-right {
  flex: 0 0 auto;
  width: 29.999999999%;
 }
 .header {
  padding: 12px 0 5px 0;
 }
 
 
 
}

@media (max-height: 1000px) {
 .footer {
  position: relative;
 }

}

@media (max-width: 920px) {
 .header .d-none {
  font-size: 12px;
 }

}




