:root {
  --main-dark-blue: #0046a0;
  --main-light-blue: #c2f2fe;
  --main-dark-gray: #5a5a5a;
}
.color_blue_quiz {
    color: rgb(42, 170, 246);
}
.top_quiz_block h1 {
    color: #fff;
    text-align: center;
}
.top_quiz_block h2 {
    color: var(--main-dark-blue);
    text-align: center;
    font-size: 2.5rem;
}
.top_quiz_block img {
    border-radius: 20px;
}

.modal-header p {
     font-size: 23px;
     margin-bottom: 0;
     margin-top: 10px;
     line-height: 30px;
}
.top_quiz_block_buttons {
    margin-top: 50px;
}
.top_quiz_block_buttons .row {
    margin-bottom: 20px;
}
.btn_modal_quiz_1, .btn_modal_quiz_2, .btn_modal_quiz_3 {
    font-size: 17px;
    border-radius: 25px;
    padding: 10px 20px;
    width: 100%;
    transition: 0.3s;
}
.btn_modal_quiz_1 {
    background-color: rgb(19, 245, 50);
    color: #000;
    border: 2px solid rgb(19, 161, 245);
}
.btn_modal_quiz_1:hover {
    background-color: rgb(10, 228, 39);
    border-color: rgb(8, 130, 203);
    color: rgb(0, 0, 0) !important;
}
.btn_modal_quiz_2 {
    background-color: rgb(19, 161, 245);
    color: #fff;
    border: 2px solid rgb(19, 161, 245);
}
.btn_modal_quiz_2:hover {
    background-color: #fff;
    border-color: rgb(8, 130, 203);
    color: rgb(0, 0, 0) !important;
}
.btn_modal_quiz_3 {
    background: none;
    color: rgb(19, 161, 245);
    border: 2px solid rgb(19, 161, 245);
}
.btn_modal_quiz_3:hover {
    background-color: rgb(19, 161, 245);
    border-color: rgb(19, 161, 245);
    color: rgb(0, 0, 0) !important;
}

.top_quiz_block_buttons_txt {
    background: url('../images/design/blue_template/arrow_quiz.svg');
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 48px 30px;
    min-height: 50px;
    padding-left: 65px;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.2;
    color: #48799e;
}
.vendor_home_block_img_quiz.vendor_home_block_img {
    max-height: 70px;
    filter: grayscale(0%);
}
.section_quiz {
    padding-top: 90px;
    position: relative;
}
.bg_w_quiz {
    background: #fff;
}
.section_quiz .container h3 {
    text-align: center;
    font-size: 48px;
    font-weight: 400;
    line-height: 1.2;
}
.why_quiz_item {
    display: flex;
    align-items: center;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
    padding: 20px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 20px;
}
.why_quiz_item img {
    width: 50px;
}
.why_quiz_item_txt {
    padding-left: 20px;
}
.why_quiz_item_txt h4 {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 10px;
    color: #000;
}
.why_quiz_item_txt p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    margin-bottom: 0;
}
.question { 
    display: none; 
    margin-bottom: 20px;
}
.active {
    display: block;
}
#formContainer {
    display: none;
}
.bg_gray {
    background-color: rgba(29, 32, 35, 0.86);
    padding-top: 90px;
    padding-bottom: 90px;
}
.section_for_quiz {
    background: url("../images/design/blue_template/bg_quiz.jpg");
    background-size: cover;
    background-position: center center;
}
.section_for_quiz .question p {
    font-size: 46px;
    font-weight: 400;
    line-height: 1.2;
    color: #fff;
}
.section_for_quiz .question label {
    color: #fff;
    margin-bottom: 10px;
}
.section_for_quiz .question label input {
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
}
.container_quiz {
    max-width: 815px;
    margin: 0 auto;
}
input[type="radio"] {
    accent-color: #2aaaf6;
    width: 25px;
    height: 25px;
}
.next {
    margin-top: 20px;
}
.formContainerQuiz h2 {
    font-size: 46px;
    font-weight: 400;
    line-height: 1.2;
    color: #fff;
}
.formContainerQuiz .form-input-vertical label {
    margin-bottom: 9px;
    color: #fff;
}
.formContainerQuiz .form-row .form-input-vertical {
    margin-bottom: 20px;
    
}
.sklad_quiz .swiper-container {
    margin-top: 60px;
}
.sklad_quiz .swiper-container .swiper-wrapper .swiper-slide {
    height: 370px;
    overflow: hidden;
}
.bg_g_quiz {
    background-color: rgb(245, 245, 245);
}
.f_contact_quiz_item {
    margin-bottom: 20px;
}
.f_contact_quiz_item_title span, .f_contact_quiz_item_title a {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
    opacity: 0.75;
    text-transform: uppercase;
    color: #333;
}
.f_contact_quiz_item_txt span, .f_contact_quiz_item_txt a {
    font-size: 24px;
    font-weight: 400;
    line-height: 1.4;
    color: #333;
}
.quiz_form {
    background: #fff;
    padding: 30px;
    border-radius: 15px;
}