.html {
    width: 100%;
    min-height: 100%;
    margin: 0;
    padding: 0;
}

.test__logo{
    float: left; 
	width: 300px; 
	margin-top: 20px; 
	font-family: 'Ubuntu', sans-serif; 
	text-align: right; 
	margin-right: 59px;
    
}
.top-phone{
	float: right; 
	width: 300px; 
	margin-top: 20px; 
	font-family: 'Ubuntu', sans-serif; 
	text-align: right; 
	margin-right: 59px;
}
.top-phone .tphn{
	font-size: 20px; 
	color: #ffffff;
}
.top-phone .tphn strong{
	color: #ffffff; 
	font-weight: normal;
}
.top-phone .citys{
	font-size: 18px; 
	color: #ffffff;
}

@font-face {
    font-family: 'ProximaNova';
    src: url('../fonts/ProximaNovaT-Thin.eot');
    src: url('../fonts/ProximaNovaT-Thin.woff') format('woff'),
    url('../fonts/ProximaNovaT-Thin.ttf') format('truetype'),
    url('../fonts/ProximaNovaT-Thin.svg#ProximaNovaT-Thin') format('svg'),
    url('../fonts/ProximaNovaT-Thin.eot?#iefix') format('embedded-opentype');
    font-weight: 100;
    font-style: normal;
}
@font-face {
    font-family: 'ProximaNova';
    src: url('../fonts/ProximaNova-Light.eot');
    src: url('../fonts/ProximaNova-Light.woff') format('woff'),
    url('../fonts/ProximaNova-Light.ttf') format('truetype'),
    url('../fonts/ProximaNova-Light.svg#ProximaNovaT-Thin') format('svg'),
    url('../fonts/ProximaNova-Light.eot?#iefix') format('embedded-opentype');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'ProximaNova';
    src: url('../fonts/ProximaNova-Regular.eot');
    src: url('../fonts/ProximaNova-Regular.woff') format('woff'),
    url('../fonts/ProximaNova-Regular.ttf') format('truetype'),
    url('../fonts/ProximaNova-Regular.svg#ProximaNova-Regular') format('svg'),
    url('../fonts/ProximaNova-Regular.eot?#iefix') format('embedded-opentype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'ProximaNova';
    src: url('../fonts/ProximaNova-Bold.eot');
    src: url('../fonts/ProximaNova-Bold.woff') format('woff'),
    url('../fonts/ProximaNova-Bold.ttf') format('truetype'),
    url('../fonts/ProximaNova-Bold.svg#ProximaNova-Bold') format('svg'),
    url('../fonts/ProximaNova-Bold.eot?#iefix') format('embedded-opentype');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'ProximaNova';
    src: url('../fonts/ProximaNova-Black.eot');
    src: url('../fonts/ProximaNova-Black.woff') format('woff'),
    url('../fonts/ProximaNova-Black.ttf') format('truetype'),
    url('../fonts/ProximaNova-Black.svg#ProximaNova-Black') format('svg'),
    url('../fonts/ProximaNova-Black.eot?#iefix') format('embedded-opentype');
    font-weight: 900;
    font-style: normal;
}
body {
    font-family: 'ProximaNova', Arial sans-serif;
    width: 100%;
    min-height: 100%;
    margin: 0;
    padding: 0;
    background: url(../img/bg.jpg) no-repeat;
    background-size: cover;
    padding-bottom: 76px;
}
.last-screen {
    background: url(../img/bg-2.jpg) no-repeat;
}
.container {
    width: 800px;
    height: 100%;
}
.main-container {
    display: none;
}
.full-container {

    position: relative;
    width: 100%;
    height: 100%;
}
.main-container.active {
    display: block;
}
.main-title {
    text-align: center;
    color: #fff;
    font-size: 36px;
    font-weight: 100;
    line-height: 1.2;
    padding-top: 304px;
}
.main-title span {
    font-weight: 700;
}
.button {
    cursor: pointer;
    font-size: 18px;
    display: block;
    margin: 80px auto 0;
    font-weight: 700;
    color: #fff;
    text-align: center;
    width: 249px;
    height: 49px;
    background-color: #18d1bc;
    padding-top: 10px;
    border: 2px solid transparent;
}
.buttom:active,
.button:focus {
    outline: none;
}
.button:hover {
    background: transparent;
    transition: 0.4s;
    color: #18d1bc;
    border: 2px solid #18d1bc;
}
.test-container {
    display: none;
}
.error {
  font-size: 0;
}
.inp.error {
    border-bottom: 2px solid red;
}
.test-container.active {
    display: block;
}
.test-title {
    text-align: center;
    font-size: 36px;
    color: #fff;
    padding-top: 261px;
    font-weight: 100;
    margin-bottom: 26px;
}
.answer,
.multi {
    width: 320px;
    height: 58px;
    background-color: rgba(255,255,255,0.1);
    display: block;
    margin: auto;
    font-size: 18px;
    text-align: center;
    padding-top: 15px;
    color: #fff;
    font-weight: 100;
    margin-bottom: 16px;
    transition: 0.3s;
    cursor: pointer;
}
.answer:hover,
.multi:hover {
    background-color: rgba(255,255,255,0.5);
    transition: 0.3s;
}
.answer.choose,
.multi.choose {
    background-color: rgba(255,255,255,0.5);
    transition: 0.3s;
}
.test-btn {
    border: none;
    box-shadow: none;
    padding-top: 0;
    transition: 0.3s;
}
.test-btn:focus,
.test-btn:active,
.answer-btn:focus,
.answer-btn:active,
.result-btn:focus,
.result-btn:active {
    outline: none;
}
.test-btn[disabled] {
    opacity: 0.5;
    transition: 0.3s;
}
.test-body {
    display: none;
}
.test-body.active {
    display: block;
}
.steps-body {
    display: none;
}
.steps-body.active {
    display: block;
}
.question-num {
    text-align: center;
    font-size: 16px;
    color: #18d1bc;
    font-weight: 100;
    padding-top: 175px;
}
.question-title {
    font-weight: 100;
    color: #fff;
    text-align: center;
    font-size: 36px;
    margin-bottom: 26px;
    line-height: 1.1;
}
.answer-btn {
    border: none;
    box-shadow: none;
    padding-top: 0;
    transition: 0.3s;
}
.answer-btn[disabled] {
    opacity: 0.5;
    transition: 0.3s;
}
.many-question {
    width: 660px;
    margin: auto;
}
.many-question::after {
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}
.many-question .answer,
.many-question .multi {
    float: left;
}
.many-question .answer:nth-child(odd),
.many-question .multi:nth-child(odd){
    margin-right: 16px;
}
.result-btn {
    padding-top: 0;
    border: none;
    box-shadow: none;
    transition: 0.3s;
}
.result-btn[disabled] {
    opacity: 0.5;
    transition: 0.3s;
}
.result-container {
    width: 936px;
    display: none;
    padding-left: 180px;
}
.result-container.active {
    display: block;
}
.result-title {
    font-size: 36px;
    color: #000;
    margin-bottom: 25px;
    font-weight: 700;
}
.result-text {
    font-size: 17px;
    color: #000;
    font-weight: 100;
    margin-right: -115px;
    display: none;
}
.result-text.active {
    display: block;
}
.result-form {
    position: relative;
    margin-top: 100px;
    width: 845px;
}
.figure-left {
    width: 73px;
    height: 75px;
    border-left: solid 2px rgba(19,19,19, 0.3);
    border-top: solid 2px rgba(19,19,19, 0.3);
    position: absolute;
    top: 10px;
    left: 0;
    pointer-events: none;
}
.figure-right {
    width: 73px;
    height: 75px;
    border-right: solid 2px rgba(19,19,19, 0.3);
    border-top: solid 2px rgba(19,19,19, 0.3);
    position: absolute;
    top: 10px;
    right: 0;
    pointer-events: none;
}
.form-title {
    text-align: center;
    text-transform: uppercase;
    font-weight: 400;
    color: #000;
    font-size: 18px;
    line-height: 1.1;
    margin-top: -10px;
}
.form-title span {
    color: #18d1bc;
}
.placeholder {
    position: absolute;
    font-size: 16px;
    left: 0;
    top: 0;
    transition: 0.4s;
    pointer-events: none;
    color: rgba(0,0,0,0.8)
}
.inp:active,
.inp:focus {
    outline: none;
}
.placeholder.active {
    transform: scale(0.8) translate(-10px, -40px);
    transition: 0.4s;
    color: rgba(0,0,0,1);
}
.inp {
    border: none;
    border-bottom: 2px solid #18d1bc;
    box-shadow: none;
    background: transparent;
    font-size: 16px;
    padding-bottom: 10px;
    width: 253px;
    color: #000;
}
.feed-form,
.feed-form-2 {
    width: 845px;
    margin: 78px auto 0;
}
.feed-form .form-group,
.feed-form-2 .form-group{
    position: relative;
    display: inline-block;
    margin-right: 39px;
    width: 253px;
}
.feed-form .form-group:nth-last-child(3),
.feed-form-2 .form-group:nth-last-child(3) {
    margin-right: 0;
}
.final-btn {
    width: 249px;
    height: 49px;
    background-color: #18d1bc;
    color: #fff;
    font-weight: 700;
    display: block;
    margin: 64px auto 0;
    border: none;
    box-shadow: none;
    padding-top: 0;
}
.final-btn:active,
.final-btn:focus {
    outline: none;
}
.ans-inp {
    display: none;
}
.check {
    color: #000;
    font-weight: 300;
    font-size: 14px;
    padding-left: 63px;
    line-height: 1.2;
    margin-top: 35px;
    right: 0;
    position: absolute;
    bottom: 5px;
}
.check input {
    display: none;
}
.check a {
    color: #000;
    text-decoration: underline;
    font-weight: 300;
}
.checkbox {
    position: absolute;
    width: 100%;
    height: 100%;
    margin: 0;
    top: 0;
    left: 0;
}
.checkbox.active::after {
    width: 12px;
    height: 12px;
    background-color: #18d1bc;
    border-radius: 100px;
    position: absolute;
    top: 1px;
    left: 31px;
    content: "";
    display: block;
}
.checkbox::before {
    width: 18px;
    height: 18px;
    border: solid 1px #18d1bc;
    border-radius: 100px;
    content: "";
    position: absolute;
    top: -2px;
    left: 28px;
    display: block;
}
.feed-form h3 ,
.feed-form-2 h3 {
    color: #fff;
    text-align: center;
    font-weight: 700;
}
.last-text {
    color: #000;
    font-size: 16px;
    font-weight: 700;
    padding-top: 132px;
}
@media (max-width: 1440px) {
    .last-screen {
        background-size: 35% 100%;
    }
    .last-text {
        padding-top: 50px;
    }
    .figure-left,
    .figure-right {
        height: 75px;
    }
    .result-form {
        margin-top: 90px;
        margin-bottom: 0;
    }
    .question-num {
        padding-top: 161px;
    }
    .result-container {
        padding-left: 300px;
    }
}
@media (max-width: 1366px) {
    .main-title {
        padding-top: 240px;
    }
    .test-title {
        padding-top: 180px;
    }
    .question-num {
        padding-top: 28px;
    }
    .feed-form, .feed-form-2 {
        width: 825px;
    }
    .result-form {
        width: 825px;
    }
    .inp {
        width: 243px;
    }
    .feed-form .form-group, .feed-form-2 .form-group {
        widtH: 235px;
    }
    .check {
        right: 15px;
    }
}
@media (max-width:768px) {
    .last-screen {
        background: url('../img/bg-2mob.jpg') no-repeat;
        padding-bottom: 0;
        background-size: 100%;
    }
    .last-text {
        color: #fff;
        padding-top: 35px;
    }
    .container {
        width: 100%;
        padding: 0;
        max-width: 320px;
    }
    .full-container {
        min-height: 100%;
    }
    .main-title {
        padding-top: 180px;
        font-size: 25px;
    }
    .main-title br {
        display: none;
    }
    .main-btn {
        margin-top: 35px;
    }
    .test-title {
        padding-top: 136px;
        font-size: 25px;
    }
    .question-num {
        padding-top: 38px;
    }
    .question-title {
        font-size: 23px;
        padding: 0 5px;
    }
    .answer,
    .multi {
        margin-bottom: 10px;
    }
    .many-question .answer,
    .many-question .multi {
        width: 155px;
        font-size: 16px;
        line-height: 1;
        padding-top: 20px;
    }
    .many-question .answer:nth-child(odd),
    .many-question .multi:nth-child(odd) {
        margin-right: 10px;
    }
    .many-question .answer:nth-last-child(2),
    .many-question .multi:nth-last-child(2) {
        padding-top: 12px;
    }
    .many-question {
        width: 100%;
        max-width: 320px;
    }
    .answer-btn {
        margin-top: 35px;
    }
    .result-title {
        font-size: 16px;
        padding-top: 70px;
        padding-left: 5px;
        padding-right: 5px;
    }
    .result-text {
        font-size: 15px;
        padding: 0 5px;
        margin-right: 0;
    }
    .figure-left,
    .figure-right {
        display: none;
    }
    .form-title {
        font-size: 16px;
        padding: 0 33px;
    }
    .result-form {
        margin-top: 63px;
        width: 100%;
    }
    .feed-form,
    .feed-form-2 {
        margin-top: 51px;
        width: 253px;
    }
    .feed-form .form-group,
    .feed-form-2 .form-group {
        margin-bottom: 40px;
    }
    .final-btn {
        margin-top: 25px;
    }
    .check {
        text-align: left;
        padding-left: 41px;
        margin-top: 20px;
        margin-bottom: 40px;
        position: relative;
    }
    .checkbox::before {
        left: 0;
    }
    .checkbox.active::after {
        left: 3px;
    }
    .button {
        margin-bottom:40px;
    }
}