.align-center{
    text-align: center;
}
.border-red{
    border: 1px solid red !important;
}
.quiz {
    max-width: 500px;
    margin: 20px auto 50px;
    font-size: 16px;
}
.quiz__quastion{
    background: rgba(0,0,0,0.2);
    color: black;
    text-align: center;
    padding: 10px;
    min-height: 76px;
}

.quiz__answer {
    float: left;
    margin: 10px 0 30px;
    width: 33%;
    text-align: center;
    cursor: pointer;
    color: black;
    text-decoration: underline;
}

.quiz__back{
    cursor: pointer;
    padding: 5px 20px;
    width: max-content;
    width: -moz-max-content;
    border-radius: 50px;
    color: #696969;
    background-color: #e7e7e0;
    border-color: #696969;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.quiz__back:hover
, .quiz__back:focus {
    outline: 0;
    color: #e7e7e0;
    background: #696969;
    border-color: #e7e7e0;
}

.quiz-btn{
    border-radius: 10px;
    padding: 5px 15px;
    border-radius: 50px;
    color: #696969;
    background-color: #e7e7e0;
    border: none;
}

.quiz-btn:hover
, .quiz-btn:focus {
    outline: 0;
    color: #e7e7e0;
    background: #696969;
    border-color: #e7e7e0;
}

.flash-message {
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    background-color: #cccccc8c;
    text-align: center;
}

.flash-message__box {
    position: absolute;
    top: calc(45% - 25px);
    font-size: 20px;
    left: calc(50% - 257px);
    width: 500px;
    max-width: 100%;
}

.flash-message__text {
    background-color: #fdfdfd;
    padding: 15px;
    border-radius: 5px;
    color: black;
    max-width: 84%;
}

.quiz-request {
    max-width: 600px;
    margin: 0 auto;
}

.quiz-request__text{
    color: #ffffffc2;
    font-size: 15px;
}

.appointment{
    max-width: 500px;
    margin: 0 auto 30px;
}

.appointment__text {
    padding-left: 20px;
}

.appointment .quiz__back{
    float: right;
    margin-top: 10px;
}

input[type="submit"].appointment__submit {
    width: 100%;
    height: 70px;
    font-size: 30px;
    font-weight: bold;
    box-shadow: 0 0 9px 2px black !important;
}

.doctor-line{
    margin-bottom: 10px;
}
.doctor-line__name{
    font-size: 20px;
}
.doctor-line img {
    float: left;
    margin-right: 10px;
}


.appointment__link {
    font-size: 16px;
    text-decoration: underline;
}

input[type="checkbox"].appointment__weekday {
    background: #d8d5d5;
}

.appointment__time {
    padding-left: 10px;
    margin-left: 5px;
    margin-top: 5px;
    border: 1px solid;
}

.appointment__weekday-label{
    width: 110px;
    margin-left: 20px;
    margin-right: 5px;
    cursor: pointer;
}

.maxbutton-choose-doctor {
    margin-left: 20px;
}

/*Конференция*/
.page-id-16187 .wpcf7-form{
    max-width: 500px;
    margin: 0 auto;
    color: #2a2a2a;
}

.page-id-16187 .wpcf7-form label,
.page-id-16187 .wpcf7-form .wpcf7-list-item{
    display: block;
}

.page-id-16187 .wpcf7-form .doc-ter
,.page-id-16187 .wpcf7-form .doc-surgeon
,.page-id-16187 .wpcf7-form .doc-psychiatrist
,.page-id-16187 .wpcf7-form .doc-psychologist
,.page-id-16187 .wpcf7-form .speaker
{
    display: none;
}

.page-id-16187 .wpcf7-form .checkbox-540 .wpcf7-checkbox {
    border-bottom: unset;
}

.page-id-16187 .wpcf7-form .text-265 .wpcf7-text {
    border-top: unset;
    margin-top: -20px;
}

.page-id-16187 .wpcf7-form .text-265:before {
    content: " ";
    width: 93%;
    border-bottom: 1px solid #e4e6e6;
    margin-top: -8px;
    display: block;
    position: relative;
    top: 6px;
    left: 15px;
}

.page-id-16187 .noo-text-block strong {
    font-size: 1.3em;
}

.quizChioceSpecByTag{
    display: flex;
    flex-direction: column;
    margin: 0 auto 40px;
    max-width: 400px;
}

.chioce-by-tag__submit{
    margin: 10px 0;
}

.chioce-by-tag{
    max-width: 400px
}

.quizChioceSpecByTag .quiz-label{
    font-weight: 400;
}

.howToKnow{
    margin-bottom: 40px;
}

.howToKnow_label{
    cursor: pointer;
}

.howToKnow input[type="radio"]{
    z-index: -1;
}

.page-template-meru-quiz .appointment #age{
    display: none;
}

.appointment__text-label {
    font-weight: 400;
}

.appointment__price{
    width: 70px;
}

.social-network {
    margin-left: 25px;
}

#specialAnswer {
    margin-top: 10px;
}

.quiz-chioce-spec .ui-datepicker .ui-datepicker-header {
    background: #cccccc;
}

.ui-datepicker-title select{
    color: #000000;
}

.quiz-chioce-spec .ui-icon.ui-icon-circle-triangle-w{
    color: #cccccc;
}

@media screen and (max-width: 460px) {

    .flash-message__box {
        top: calc(35% - 25px);
        left: calc(50% - 157px);
    }
}
