body {
    -webkit-font-smoothing: antialiased;
    margin: 0;
}

p {
    padding: 0;
    margin: 0
}

@font-face {
    font-family: Roboto-Regular; /* Имя шрифта */
    src: url(../static/fonts/robotoregular.ttf); /* Путь к файлу со шрифтом */
}
@font-face {
    font-family: Roboto-Bold; /* Имя шрифта */
    src: url(../static/fonts/robotobold.ttf); /* Путь к файлу со шрифтом */
}

.main_page {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
    -webkit-flex-direction: column;
    flex-direction: column
}

.main_title {
    font-family: Roboto-Bold, sans-serif;
    font-size: 42px;
    color: #fff;
    margin-bottom: 25px
}

.main_line_box {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    margin-bottom: 25px
}

.main_line {
    width: 10%;
    height: 1px;
    border: 1px solid #d0021b
}

.main_text {
    font-family: Roboto-Regular, sans-serif;
    color: #d6d6d6;
    font-size: 20px;
    margin-bottom: 50px
}

.main_btn {
    background-color: #d0021b;
    padding: 16px 80px;
    border: 0;
    font-family: Roboto-Bold, sans-serif;
    color: #fff;
    font-size: 20px;
    -webkit-transition: .3s;
    transition: .3s
}

.main_btn:hover {
    background-color: #005ac4
}

.main_btn:disabled {
    background: grey
}

.quiz1 {
    background-position: 0;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
}

.quiz_box {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    padding: 45px 20px 0 615px;
    width: 44%;
}
@media screen and (max-width: 1024px) {
    .quiz_box {width: auto;}
}

.quiz_img {
    display: none
}

.quiz_title {
    color: #3d3d3d;
    font-family: Roboto-Bold, sans-serif;
    font-size: 30px;
    margin-bottom: 15px
}

.quiz_title_line {
    width: 65%;
    height: 0;
    border: 1px solid #4a90e2
}

.quiz_text {
    padding-top: 15px;
    color: #5c5c5c;
    font-family: Roboto-Regular, sans-serif;
    font-size: 16px;
    margin-bottom: 60px;
}

.quiz_text_bold {
    font-family: Roboto-Bold, sans-serif
}

.quiz_btn_box {
    margin-top: 30px;
    margin-bottom: 30px
}

.quiz_input_text {
    color: #3b3b3b;
    font-family: Roboto-Regular, sans-serif;
    font-size: 17px;
    text-align: left;
}

.quiz_form input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0
}
.quiz_fin {
  background-image: url(../img/quiz7.jpg);
  background-position: left;
  background-repeat: no-repeat;
  height: 100vh;
}


.checkmark {
    position: absolute;
    left: -9%;
    height: 25px;
    width: 25px;
    background-color: #eee;
    -webkit-transition: .3s;
    transition: .3s
}

.quiz_form:hover input~.checkmark {
    background-color: #ccc
}

.quiz_form input:checked~.checkmark {
    background-color: #0059f1
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none
}

.quiz_form input:checked~.checkmark:after {
    display: block
}

.quiz_form .checkmark:after {
	left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.form_fin {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    width: 100%;
}

.fin_input {
    margin-bottom: 20px;
    box-shadow: 0 2px 9px hsla(0, 0%, 78%, .5);
    background-color: #f7f7f7;
    font-size: 17px;
    border: 0;
    padding: 15px 0 15px 15px
}

.fin_input,
.form_text {
    font-family: Roboto-Regular, sans-serif
}

.form_text {
    margin-top: 20px;
    color: #909090;
    font-size: 16px
}

.quiz_form {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    position: relative;
    padding: 15px 0 15px 25px;
    margin-bottom: 20px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    box-shadow: 0 2px 9px hsla(0, 0%, 78%, .5);
    background-color: #f9f9f9;
    width: auto;
    left: 50px
}

@media screen and (max-width:1024px) {
    .quiz1 {
        background-image: none;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
        -webkit-justify-content: center;
        justify-content: center
    }
    .quiz_box {
        padding: 70px 40px 20px;
    }
    .myclass_0, .myclass_1, .myclass_2, .myclass_3, .myclass_4, .myclass_5 {
    	background-image: none !important;
    }
}

@media screen and (max-width:414px) {
    .quiz_box {
        padding: 70px 10px 20px
    }
    .quiz_form {
        left: 0;
        width: 75%
    }
    .checkmark {
        left: 0
    }
    .quiz_form {
        padding: 15px 0 15px 45px
    }
    .quiz_box {
        -webkit-align-items: center;
        align-items: center;
        text-align: center
    }
    .form_fin {
        width: 88%;
    }
}

@media screen and (max-width:375px) {
    .quiz1 {
        display: block
    }
    .quiz_box {
        padding: 40px 10px 20px
    }
    .quiz_form {
        width: 80%
    }
    .quiz_text {
        font-size: 14px
    }
}

@media screen and (max-width:320px) {
    .quiz_title {
        font-size: 25px
    }
    .quiz_text {
        font-size: 12px
    }
    .main_btn {
        padding: 16px 40px
    }
}


@media only screen and (max-width:768px) {
    .animated {
        -webkit-transition-property: none!important;
        transition-property: none!important;
        -webkit-transform: none!important;
        transform: none!important;
        -webkit-animation: none!important;
        animation: none!important
    }
}




/** ФОТО НА КВИЗ **/ 
.myclass_0 {
  background-image: url(../img/quiz1.jpg);
  background-position: left;
  background-repeat: no-repeat;
  height: 100vh;
}
.myclass_1 {
  background-image: url(../img/quiz2.jpg);
  background-position: left;
  background-repeat: no-repeat;
  height: 100vh;
}
.myclass_2 {
  background-image: url(../img/quiz3.jpg);
  background-position: left;
  background-repeat: no-repeat;
  height: 100vh;
}
.myclass_3 {
  background-image: url(../img/quiz4.jpg);
  background-position: left;
  background-repeat: no-repeat;
  height: 100vh;
}
.myclass_4 {
  background-image: url(../img/quiz5.jpg);
  background-position: left;
  background-repeat: no-repeat;
  height: 100vh;
}
.myclass_5 {
  background-image: url(../img/quiz6.jpg);
  background-position: left;
  background-repeat: no-repeat;
  height: 100vh;
}
.myclass_6 {
  background-image: url(../img/quiz7.jpg);
  background-position: left;
  background-repeat: no-repeat;
  height: 100vh;
}



.App {
    text-align: center
}

.App-logo {
    -webkit-animation: App-logo-spin 20s linear infinite;
    animation: App-logo-spin 20s linear infinite;
    height: 40vmin;
    pointer-events: none
}

.App-header {
    background-color: #282c34;
    min-height: 100vh;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    font-size: calc(10px + 2vmin);
    color: #fff
}

.App-link {
    color: #61dafb
}

@-webkit-keyframes App-logo-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes App-logo-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}


/*# sourceMappingURL=main.aa09bcfa.chunk.css.map */