.qwo__tool {
    max-width: 900px;
    position: relative;
    margin: 0 auto;
    padding-top: 20px;
    height: inherit;
    width: 100%;
    margin-bottom: 40px;
	margin-top: 40px;
    padding: 10px; 
	border: 1px solid #000;
}

.qwo__title {
    font-weight: 300;
    font-size: 40px;
    margin: 0 0 25px;
    padding: 0 25px;
    color: #000;
    font-family: "Antic Didone";
    line-height: 1.2;
    text-align: center;
}

.qwo__button a {
    background-color: #000!important;
    width: 100%;
    border-radius: 5px;
    font-weight: 400;
    text-transform: uppercase;
    padding: 15px 15px;
    text-decoration: none;
    margin-top: 15px;
    display: inline-block;
    vertical-align: middle;
    color: rgb(255, 255, 255);
    font-size: 24px;
    font-family: inherit;
    cursor: pointer;
    text-align: center;
    opacity: 1!important;
    font-family: sans-serif;
}

.qwo__questions {
    font-weight: 300;
    font-size: 36px;
    padding: 0;
    margin: 0 0 25px;
    color: #000;
    font-family: "Antic Didone";
    line-height: 1.2;
    text-align: center;
}

.qwo__section.qwo__active {
    display: block;
    -webkit-animation: flip-in-ver-left 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: flip-in-ver-left 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

.qwo__section {
    display: none;
}

.qwo__box {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}

.qwo__select {
    border-radius: 5px;
    overflow: hidden;
    padding: 0 10px;
    position: relative;
    color: inherit;
    -webkit-tap-highlight-color: transparent;
    width: 100%;
    margin: 10px 0;
    cursor: pointer;
    min-height: 80px;
    background: #000;
    border-radius: 5px;
    flex: 1;
    margin: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

.qwo__question {
    flex: 1;
}

span.qwo__question {
    font-weight: 300;
    font-size: 20px;
    padding: 0px;
    font-family: "Antic Didone";
    text-align: center;
    position: relative;
    width: 100%;
    display: block;
    vertical-align: middle;
    line-height: normal;
    margin: 0;
    font-family: "Oswald";
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.qwo__select:hover,
.qwo__select:focus,
.qwo__select:active {
    box-shadow: 0px 8px 13px 1px rgb(0 0 0 / 49%);
    opacity: 0.6;
}

.qwo__button {
    text-align: center;
    padding-bottom: 20px;
}

.qwo__section {
    transition: all 1s ease;
}

.qwo__back_row {
    text-align: center;
    margin-top: 20px;
}

.qwo__back_btn {
    color: rgb(0 0 0 / 47%);
    text-transform: uppercase;
    font-size: 14px;
    font-family: "Oswald";
    cursor: pointer;
}

.qwo__back_btn:before {
    content: '<';
    position: absolute;
    margin-left: -10px;
    margin-top: -5px;
    font-size: 19px;
}

.qwo__form {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    margin-top: 20px;
}

.qwo__form .ff-el-group {
    max-width: 100%;
    width: 100%;
}

.qwo__form .qwo__fields {
    margin: 10px 0;
}

.qwo__form .wpcf7-form-control-wrap {
   float: none;
}

.qwo__form input[type=submit] {
    text-transform: capitalize;
    font-family: Oswald;
    text-decoration: none;
    color: #fff;
    background: #000;
    padding: 15px 21px;
    font-weight: 400;
    font-size: 18px;
    border-radius: 30px;
    width: 100%;
    margin-top: 20px;
    outline: none;
    border: 0;
}

.qwo__form .wpcf7 form .wpcf7-response-output {
   /* display: none!important;*/
}

.qwo__questions.qwo__score {
    font-weight: bold;
    text-transform: capitalize;
    background: #000;
    color: #fff;
    padding: 20px 5px;
    font-size: 48px;
}

.qwo__ae {
    margin-bottom: 25px;
}

.qwo__answers {
    font-size: 23px;
    line-height: 25px;
    color: #000;
    font-weight: bold;
}

.qwo__questions.qwo__score span {
    font-family: Oswald;
}

.qwo__answers span {
    text-transform: uppercase;
    font-family: Oswald;
}

.qwo__explanations {
    margin-top: 10px;
    font-style: italic;
    font-size: 18px;
    line-height: 21px;
    color: #000;
}

@media all and (max-width:800px) {
    .qwo__box {
        display: block;
    }
    .qwo__select {
        margin: 10px 0;
    }
}

@media all and (max-width:600px) {
    .qwo__title {
        font-size: 25px;
    }
 
    .qwo__button a {
        font-size: 15px;
    }
    .qwo__select {
        margin: 10px 0;
        min-height: 40px;
    }
      .qwo__box {
        display: flex;
        margin-top: 0px;
    }
     .qwo__select {
        margin: 10px 10px;
    }
    span.qwo__question {
        font-size: 16px;
    }
    .qwo__box {
        margin-top: 15px;
    }
    .qwo__questions {
        font-size: 22px;
        margin: 0 0 15px;
    }
}

@-webkit-keyframes flip-in-ver-left {
    0% {
        -webkit-transform: rotateY(80deg);
        transform: rotateY(80deg);
        opacity: 0;
    }
    100% {
        -webkit-transform: rotateY(0);
        transform: rotateY(0);
        opacity: 1;
    }
}

@keyframes flip-in-ver-left {
    0% {
        -webkit-transform: rotateY(80deg);
        transform: rotateY(80deg);
        opacity: 0;
    }
    100% {
        -webkit-transform: rotateY(0);
        transform: rotateY(0);
        opacity: 1;
    }
}