@font-face {
    font-family: 'Gotham Pro';
    src: local('GothamPro'),
    url('GothamPro.woff2') format('woff2'),
    url('GothamPro.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham Pro';
    src: local('GothamPro-Bold'),
    url('GothamPro-Bold.woff2') format('woff2'),
    url('GothamPro-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'TT Norms';
    src: url('TTNorms-Bold.eot');
    src: local('TT Norms Bold'), local('TTNorms-Bold'),
    url('TTNorms-Bold.eot?#iefix') format('embedded-opentype'),
    url('TTNorms-Bold.woff2') format('woff2'),
    url('TTNorms-Bold.woff') format('woff'),
    url('TTNorms-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'TT Norms';
    src: url('TTNorms-Medium.eot');
    src: local('TT Norms Medium'), local('TTNorms-Medium'),
    url('TTNorms-Medium.eot?#iefix') format('embedded-opentype'),
    url('TTNorms-Medium.woff2') format('woff2'),
    url('TTNorms-Medium.woff') format('woff'),
    url('TTNorms-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'TT Norms';
    src: url('TTNorms-Regular.eot');
    src: local('TT Norms Regular'), local('TTNorms-Regular'),
    url('TTNorms-Regular.eot?#iefix') format('embedded-opentype'),
    url('TTNorms-Regular.woff2') format('woff2'),
    url('TTNorms-Regular.woff') format('woff'),
    url('TTNorms-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}



/* Reset
----------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption, article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

table, caption, tbody, tfoot, thead, tr, th, td {font-size: 100%; font: inherit;}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, video {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

* {margin: 0; padding: 0; max-height: 9001em; box-sizing: border-box;}

img {border: none; max-width: 100%; vertical-align: top;}

html {-webkit-text-size-adjust: none;
    -ms-text-size-adjust: none;
}

html, body { height: 100%;}

a[href^="tel"] {
    color: inherit;
    text-decoration: none;
}

h1 {}

p { padding: 0 0 10px;}

a {color: #000;
    transition: all 0.3s ease;
}

a:hover { text-decoration: none;}

.over { width: 100%; overflow: hidden; margin: 0 auto; height: 100%; position: absolute; top: 0;left: 0; }

.f-clear {clear: both;width: 100%; height: 260px;}


input::-webkit-input-placeholder {
    opacity: 1 !important;
    color: inherit;
}

input:-moz-placeholder { /* Firefox 18- */
    opacity: 1 !important; color: inherit;
}

input::-moz-placeholder { /* Firefox 19+ */
    opacity: 1 !important; color: inherit;
}

input:-ms-input-placeholder {
    opacity: 1 !important; color: inherit;
}

textarea::-webkit-input-placeholder {
    opacity: 1 !important;color: inherit;
}

textarea:-moz-placeholder { /* Firefox 18- */
    opacity: 1 !important; color: inherit;
}

textarea::-moz-placeholder { /* Firefox 19+ */
    opacity: 1 !important; color: inherit;
}

textarea:-ms-input-placeholder {
    opacity: 1 !important; color: inherit;
}

.clearfix {
    *zoom: 1; }

.clearfix:before {
    content: " ";
    display: table; }

.clearfix:after {
    content: " ";
    display: table;
    clear: both; }

input[type='submit']::-moz-focus-inner, button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

input, textarea, button {font-family: 'TT Norms';}


strong, b { font-weight: bold;}

i, em {font-style: italic;}

table p {padding: 0 !important;}

html {font-size: .234vw}

body {font-family: 'TT Norms'; background: #fff; color: #292536; line-height: 1.3; font-size: 20px;}

.fw400 {font-weight: 400;}

.all { margin: 0 auto;}

.qz-btn { display: inline-flex; vertical-align: top; justify-content: center; align-items: center; padding: 14px 25px;color: #fff; border: 1px solid #C5A576; background: #C5A576; border-radius: 8px; text-align: center; text-decoration: none; cursor: pointer; font-size: 20px;}
.qz-btn:hover {background: #b7986c; border-color: #b7986c;}

.qz-main {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #3E647E;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    overflow: auto;
}
.qz-main.hidden {display: none !important}
.qz-main-bg {position: absolute;top: 0;left: 50%; bottom: 0;width: 50%; overflow: hidden; text-align: right;}

.qz-main-bg img {max-width: 400%; height: 100%; }

.qz-main__left {
    padding: 56px;
    width: 100%;
    max-width: 750px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-right: auto;
    text-align: left;
    flex: 1 1 auto;
}

.qz-main__left-center {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.qz-main__content {
    min-height: 100%;
    padding: 24px;
    width: 100%;
    max-width: 940px;
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.qz-main-logo { max-width: 476px}

.qz-h1 { font-size: 56px; padding-bottom: 32px; font-weight: 500; line-height: 1.1;}

.qz-h2 {font-size: 20px; padding-bottom: 32px;}

.qz-main__bottom { margin: auto auto 0 0; width: 100%; max-width: 1400px;padding: 56px;}

.qz-main__bottom-contact {display: flex; align-items: center}
.qz-main__bottom-contact .phone {font-size: 36px; font-weight: 500; color: #fff; text-decoration: none; }

.qz-main__bottom-contact span {color: rgba(255, 255, 255, .5); display: inline-block; vertical-align: top; margin-left: 24px;}
.qz-main__bottom-contact .text { max-width: 187px; line-height: 1.1}

.qz-main__bottom-wrapper { max-width: 940px; width: 100%;}

.qz-main-akcia-list { display: flex; font-size: 24px; margin: 0 -16px; padding-bottom: 23px;}

.qz-akcia-item {width: 33.33%;padding: 0 16px 23px;}

.qz-main-bottom__b-etc { text-align: center}

.qz-main__b-etc {}

.qz-mobile-bg {display: none;}

.qz-quiz { color: #000; position: fixed; top: calc(100% + 100px); left: 0; width: 100%; height: 100%; background: #fff; background-size: 315px auto; transition: all 0.8s ease; display: flex; overflow: auto;}

.qz-quiz.show {top: 0;}

.qz-quiz__wrapper { display: flex; width: 100%; }

.qz-quiz__wrapper.finish { background: #fff; overflow: auto;}

.qz-quiz__left { width: 608px; position: relative; display: flex}

.qz-quiz__left__content {padding: 48px; position: relative; width: 100%;}

.qz-progress { display: flex; position: relative; width: 100%; z-index: 1;}

.qz-progress__item { height: 10px; padding: 0 8px; position: relative;}

.qz-progress__item:after {background: rgba(255, 255, 255, .4); border-radius: 2px; position: absolute;top: 0; left: 8px; right: 8px; height: 100%; content: ""; transition: all 0.5s ease;}

.qz-progress__item.active:after {background: rgba(255, 255, 255, 1)}

.qz-quiz__main-header {display: flex; align-items: center;}

.qz-progress__circle-wrapper { margin-left: auto; position: relative;}

.qz-progress__circle-text { display: flex; align-items: center; justify-content: center; position: absolute;top: 0;left: 0;width: 100%; height: 100%;}

.qz-progress__circle__container {
    width: 96px;
    height: 96px;
    background: transparent;
    border-radius: 50%;

    transform: rotate(-90deg);
    display: block;
}

.qz-progress__circle {
    fill: transparent;
    stroke: rgba(216, 216, 216, .2);
    stroke-width: 2;
    stroke-dasharray: 101 101;
}

.qz-progress__circle-progress {
    fill: transparent;
    stroke: #C5A576;
    stroke-width: 2;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.qz-step-bg {position: absolute; top: 0;left: 0; width: 100%; height: 100%; background: url(../images/quiz-bg.svg) 0 0 no-repeat; background-size: cover}

.qz-step-bg__item {position: absolute; top: 0;left: 0; width: 100%; height: 100%; background-position: 100% 0; background-size: cover; background-repeat: no-repeat; opacity: 0; transition: all 0.8s ease;}

.qz-step-bg__item.active { opacity: 1;}

/*
.qz-step-bg__item.bg-1 {background-image: url(../images/quiz/bg-step-1.png);}

.qz-step-bg__item.bg-2 {background-image: url(../images/quiz/bg-step-2.png);}

.qz-step-bg__item.bg-3 {background-image: url(../images/quiz/bg-step-3.png);}

.qz-step-bg__item.bg-4 {background-image: url(../images/quiz/bg-step-4.png);}

.qz-step-bg__item.bg-finish {background-image: url(../images/quiz-bg.svg);}
 */

.finish .qz-step-bg__item.bg-finish {opacity: 1;}


.form__label {border: 2px solid rgba(0,0,0, .1);border-radius: 30px;padding: 9px 16px;display: flex;cursor: pointer;align-items: center;}

.form__label:hover {box-shadow: 0 3px 8px rgba(84, 119, 255, 0.12);border-color: #C5A576}

.form__label.active {box-shadow: 0 3px 8px rgba(84, 119, 255, 0.12);border-color: #C5A576}

.rooms_single {display: flex; flex-wrap: wrap}
.rooms_single .form__wrapper {width: 50%; margin-bottom: 24px; padding-left: 12px; padding-right: 12px;}
.rooms_single .form__label {flex-wrap: wrap}
.rooms_single .form__label .img {display: block; padding: 10px; text-align: center; width: 100%;}

.form__checker {min-width: 20px; max-width: 20px;height: 20px;border: 2px solid #C5A576;margin-right: 12px;border-radius: 2px}

.form__checkerRadio {min-width: 20px; max-width: 20px;height: 20px;border: 2px solid #C5A576;border-radius: 50%;margin-right: 12px;box-sizing: border-box}

input:checked + .form__mediaContainer .form__mediaChecker {background: url("/images/quiz/icon-check.svg") no-repeat 50% 50%}


input:checked ~ .form__checker {border: 2px solid #C5A576;background: #C5A576 url("/images/quiz/icon-check.svg") 50% 50% no-repeat}

input:checked ~ .form__checkerRadio {border: 6px solid #C5A576}

.qz-form {width: 100%; max-width: 680px; margin: 0 auto; display: flex; align-items: center; flex: 1 1 auto;}

.qz-form-wrapper {width: 100%;}

.qz-form-title {font-size: 56px;padding-bottom: 32px; line-height: 1.1; font-weight: 400;}

.qz-form .form__wrapper {margin-bottom: 16px;}
.qz-main__body {
    position: relative;
    width: 100%;
    flex: 1 1 auto;
}
.qz-quiz__main {display: flex; flex: 1 1 auto;padding: 32px; overflow: auto; flex-direction: column}

.button_def {background: #C5A576; border: 1px solid #C5A576; cursor: pointer; color: #fff; padding: 18px 32px; font-weight: 700; font-size: 16px; border-radius: 10px;}

.button_def:hover { opacity: .7}

.button_def.disabled, .button_def:disabled {opacity: .4;}

.button__type_2 {background: none; color: #C5A576;}

.content__buttonBox {display: flex; justify-content: space-between; padding-top: 24px;}

.qz-question-wrapper {position: absolute;top: calc(50% - 100px); left: 0; display: flex; justify-content: center; width: 100%; padding: 20px; color: #fff;}

.qz-question { max-width: 464px; width: 100%;}

.qz-step-counter {font-size: 24px;font-weight: 400;padding-bottom: 8px;}

.qz-quiz__addr {position: relative;margin-left: 20px;padding: 17px 60px; display: none}

.qz-quiz__addr:after {transform: skew(-22deg); content: ""; width: 100%; height: 100%; position: absolute;top: 0;left: 0; border: 2px solid #37676D}

.qz-quiz__addr .ico { position: absolute; top: calc(50% - 20px); left: -15px; z-index: 1;}

.qz-quiz__addr .ico svg {fill: #fff; width: 35px; height: 42px;}

.qz-finish-result { display: flex; flex-wrap: wrap; flex: 1 1 auto; margin: 0 -10px; max-width: 960px;}

.qz-finish__item { position: relative; width: 100%;}

.qz-finish__item-wrapper { flex: 1 1 auto; display: flex; padding: 0 10px 20px;}

.qz-finish__item-wrapper.col-1 {flex: 0 0 100%;}

.qz-finish__item-wrapper.col-2 {flex: 0 0 50%;}

.qz-finish__item-wrapper.col-3 {flex: 0 0 33.333%;}

.qz-finish__item-wrapper.col-4 {flex: 0 0 25%;}

.qz-finish__item--square-bg:before {
    content: "";
    padding-top: 100%;
    display: block;
}

.qz-finish__item .img { background-position: 50% 0; background-size: cover; background-repeat: no-repeat;}

.qz-finish__item--square-bg .img { position: absolute;top: 0;left: 0;width: 100%; height: 100%;}

.qz-finish__item--square-img {}

.qz-finish__item--square-img .img {}

.qz-finish__item--square-img .img:before {
    content: "";
    padding-top: 100%;
    display: block;
}

.qz-finish__item .bottom-item { position: absolute;bottom: 40px; left: 20px; right: 20px; color: #fff;}

.qz-finish__item .bottom-item .title {font-size: 28px; font-weight: 700; padding-bottom: 10px;}

.qz-finish__item .bottom-item .addr { position: relative;padding-left: 20px;}

.qz-finish__item .bottom-item .addr-circ {width: 10px; height: 10px; border-radius: 50%; position: absolute;top: 3px;left: 0;}

.qz-finish__item--square-img .img {margin-bottom: 16px;}

.qz-finish__item--square-img .bottom-item { position: relative;bottom: 0;left: 0;right: 0; color: #000;}

.qz-finish__item--square-img .bottom-item .title {font-size: 20px;}

.qz-finish__item--square-img .bottom-item .addr {font-size: 16px;}

.qz-finish__item--square-img2 .img {margin-bottom: 16px;}

.col-2 .qz-finish__item--square-img2 .img:before {
    content: "";
    padding-top: calc(50% - 10px);
    display: block;
}

.qz-finish__item--square-img2 .bottom-item { position: relative;bottom: 0;left: 0;right: 0; color: #000;}

.qz-finish__item--square-img2 .bottom-item .title {font-size: 20px;padding-right: 30px;}

.qz-finish__item--square-img2 .bottom-item .addr {font-size: 16px;}

.qz-finish__b-title {width: 100%; padding: 42px 50px; border-radius: 20px; font-weight: 700; color: #fff; display: flex; align-items: center;
    background: #7461a8;
    background: linear-gradient(to right, #7461a8 0%, #b14c79 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7461a8', endColorstr='#b14c79', GradientType=1);}

.qz-finish__b-title .num {font-size: 80px; padding-right: 20px;}

.qz-finish__b-title .text {font-size: 32px;}

.btn-prev .label-text {}

.btn-prev .label-icon, .btn-next .label-icon { display: none}

.btn-next .label-icon svg {transform: rotate(180deg)}

.btn-prev .label-icon svg, .btn-next .label-icon svg { fill: #fff; width: 8px; height: 12px;}

.btn-prev .label-icon svg {fill: #C5A576}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    outline: 0;
    overflow-x: hidden;
    overflow-y: auto;
}

.modal.in { display: block; padding-right: 17px;}

.modal__container { position: fixed;top: 0;left: 0;width: 100%; height: 100%; background: rgba(0, 0, 0, 0.39); backdrop-filter: blur(7px);}

.modal-dialog {
    min-height: calc(100% - 3.5rem);
    max-width: 836px;
    margin: 1.75rem auto;
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
}

.modal-dialog:before {
    height: calc(100vh - 3.5rem);
    height: min-content;
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    color: #2B2D36;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    outline: 0;
    padding: 32px;
    border-radius: 0;
}

.modal__title {
    font-size: 32px;
    font-weight: 400;
    padding-bottom: 24px;
}

.modal__form-container {
    padding-bottom: 24px;
}

.modal__form-wrapper { margin-bottom: 8px;}

.modal__form {
    border: 1px solid #E6E6E6;
    border-radius: 4px;
    padding: 11px 16px;
    color: #2B2D36;
    width: 100%;
    font-size: 18px;
}

.modal__form::placeholder {color: rgba(43, 45, 54, 0.5);}

.modal__form-error {margin-bottom: 8px; font-size: 12px; color: #b91515}


.timer-search {background: #9c9c9c url("/images/quiz/bg-form-finish.png") 50% 50% no-repeat; opacity: 0; z-index: -1; background-size: cover; position: fixed; top: 0;left: 0;width: 100%; height: 100%; display: flex; align-items: center; justify-content: center;}

.finish .timer-search { opacity: 1; z-index: 1;}

.finish .qz-quiz__main-header { display: none;}

.modal-open .finish .timer-search { opacity: 0; z-index: 0;}

.timer-search-text {border: 2px solid #C5A576; width: 250px; height: 250px; display: flex; align-items: center; justify-content: center; padding: 10px;color: #fff; font-size: 23px; text-align: center; border-radius: 50%; }

.qz-result-flats__header {font-size: 24px; padding-bottom: 45px; font-weight: 700;}

.qz-result-flats {
    display: flex;
    max-width: 900px;
    flex-direction: column;
    flex: 1 1 auto;
    overflow: hidden;
    margin-top: 50px;
    color: #2B2D36;
}

.qz-result-flats__list { display: flex; flex-wrap: wrap; margin: 0 -20px; overflow: auto;}

.qz-result-flats__item { width: 50%;padding: 0 20px 50px; text-decoration: none;}

.qz-result-flats__item-wrapper { text-decoration: none;}

.qz-result-flats__item .img { overflow: hidden; border: 1px solid rgba(0, 0, 0, 0.2); display: block; position: relative; max-height: 270px; margin-bottom: 15px;}

.qz-result-flats__item .img:after { content: ""; padding-top: 100%; width: 100%; display: flex; align-items: center; justify-content: center;}

.qz-result-flats__item .img-wrapper { position: absolute;top: 0;left: 0; width: 100%; height: 100%; display: flex; align-items: center; justify-content: center;}

.qz-result-flats__item .img img {max-width: 100%; max-height: 100%; object-fit: contain;}

.qz-result-flats__item .title {font-size: 24px; font-weight: 700; display: block;}

.show-result .finish .timer-search { opacity: 0; z-index: -1;}

.show-result {}

.price-ranges { display: flex; width: 100%; flex-wrap: wrap; justify-content: space-between}

.price-ranges .b-help-item {}

.price-range { display: flex; align-items: center; }

.price-range .input__input {background: none; color: #fff; font-size: 22px; width: 170px; padding: 5px; border: none; border-bottom: 2px solid #C5A576;}

.price-slider-range {padding: 15px 0; width: 100%;}

.price-slider-range .vue-slider-process {background: #C5A576 !important;}

.price-slider-range .vue-slider-dot .vue-slider-dot-handle {background: none;}

.qz-finish-page {position: fixed; top: 0;left: 0; width: 100%; height: 100%; overflow: auto; background: url("/images/bg-final.svg") 50% 50% no-repeat; background-size: cover;}

.qz-finish-page-content {width: 100%; max-width: 836px; margin: 110px auto 40px; color: #fff;}
.qz-finish-page-content .title {font-size: 48px; font-weight: 500; padding-bottom: 45px; line-height: 1.2;}
.qz-finish-page-content .subtitle {font-size: 24px; font-weight: 400; padding-bottom: 24px;}
.qz-finish-page-content .list-advant { display: flex; flex-wrap: wrap; margin: 0;  padding: 0; list-style: none; width: 50%; color: #fff;}

.qz-finish-page-content .list-advant-row {display: flex; margin: 0 -20px 48px; flex-wrap: wrap}
.qz-finish-page-content .list-advant li {font-size: 24px; font-weight: 400; width: 100%; position: relative; margin-bottom: 8px; padding-left: 40px; padding-right: 20px;}
.qz-finish-page-content .list-advant li:after {content: ""; position: absolute; top: 12px; left: 20px; display: block; background: #fff; border-radius: 50%; width: 9px; height: 9px;}
.qz-finish-page-content .b-form-finish {width: 100%; background: #fff; padding: 48px;}
.qz-finish-page-content .b-form-finish .modal__form-header {font-size: 28px; font-weight: 500; margin-bottom: 24px; color: #2B2D36;}
.qz-finish-page-content .b-form-finish .modal__form {border: 1px solid #E6E6E6; border-radius: 4px;}
.qz-finish-page-content .button_def {font-size: 20px; padding: 9px 24px;}

.alert-danger {
    color: #c51d1d;
    font-family: Arial;
}

@media (max-width: 2000px) {
    .qz-h1 {font-size: 56px;}
}

@media (max-width: 1700px) {
    .qz-h1 {font-size: 48px;}
    .qz-main-bg {left: 880px; width: auto; right: 0; overflow: hidden;}
}

@media (max-width: 1280px) {
    .qz-h1 {font-size: 36px;}

    .qz-h2 {font-size: 28px;}

    .qz-main__bottom {padding: 60px 34px;}

    .qz-quiz__left {width: 450px;}

    .qz-form-title {font-size: 36px;}

    .qz-step-counter {font-size: 21px;}

    .qz-quiz__left__content {padding: 32px;}

    .qz-main-bg img {max-width: 600%}
}

@media (max-width: 1024px) {

    .qz-quiz__left {width: 330px; min-width: 330px; max-width: 330px;}

    .qz-step-counter {font-size: 18px;}

    .qz-form-title {font-size: 24px;}

    .qz-quiz__left__content {padding: 24px;}

}


@media (max-width: 1010px) {
    .qz-quiz__left {width: 280px; min-width: 280px; max-width: 280px;}

    .qz-main__content {margin: 0 auto;}
    .qz-main__left {width: 100%; margin: 0 auto; position: relative; z-index: 1;}

    .qz-akcia-item {width: 50%; position: relative; z-index: 1;}

    .qz-main-bg {width: 70%; left: 30%; display: none}

    .qz-main-bg img { opacity: .5;}

    .qz-quiz__addr {padding: 10px 30px;}

    .qz-quiz__main {padding: 24px;}

    .qz-result-flats__header {font-size: 21px;}

    .qz-result-flats__item .title {font-size: 21px;}

    .qz-mobile-bg {display: block; text-align: center; margin-bottom: 32px;}
    .qz-main-logo {margin: 0 auto 30px;}
    .qz-h1 {text-align: center}
    .qz-h2 {text-align: center}
    .qz-main__b-etc {text-align: center}
}

@media (max-width: 767px) {
    html, body {height: -webkit-fill-available; min-height: calc(100vh - 30px)}

    .qz-main-akcia-list {flex-wrap: wrap}

    .qz-akcia-item {width: 100%; text-align: center}

    .qz-btn {padding: 18px 20px;}

    .qz-quiz__wrapper {
        flex-wrap: wrap;
        justify-content: center;
        padding: 20px;
    }

    .qz-quiz__left {width: 100%; max-width: 360px; max-height: 330px; border-radius: 20px; display: none}

    .qz-quiz__left:before {
        content: "";
        padding-top: calc(100% - 88px);
        display: block;
    }

    .qz-step-bg { overflow: hidden; border-radius: 20px}

    .qz-question-wrapper {padding: 16px;}

    .qz-quiz__left__content {padding: 16px; position: absolute;top: 0; left: 0;}

    .qz-progress__item {height: 8px;}

    .qz-quiz__main {padding: 32px 0;}

    .qz-main-bottom__b-etc .button_def {font-size: 20px;}

    .button_def {padding: 10px 18px; font-size: 18px;}

    .qz-btn {font-size: 20px;}

    .modal__title {font-size: 28px;}

    .modal.in {padding-right: 0;}
    .rooms_single .form__wrapper {width: 100%}
    .qz-quiz__main-header {margin-bottom: 40px;}
}

@media (max-width: 600px) {
    body {font-size: 16px;}

    .qz-main-logo {width: 200px;}

    .qz-main__left { text-align: center; justify-content: center; align-items: center}

    .button_def {padding: 10px 16px; font-size: 16px;}

    .btn-prev .label-icon, .btn-next .label-icon { display: block}

    .btn-prev .label-text, .btn-next .label-text { display: none}

    .qz-quiz__main {padding: 24px 0;}

    .qz-h1 {font-size: 32px;}

    .qz-h2 {font-size: 20px;}

    .modal__title {font-size: 21px;}

    .qz-akcia-item {text-align: center;}

    .qz-akcia-item br {display: none;}

    .qz-main__bottom-contact { display: flex; justify-content: space-between}

    .qz-main-akcia-list {font-size: 21px;}

    .qz-quiz__addr {padding: 15px 30px;}

    .qz-progress__circle__container {width: 60px;height: 60px;}

    .qz-mobile-bg { display: block;margin-bottom: 16px;padding-top: 0;}


    .qz-main-bg img {display: none;}

    .qz-main__bottom-contact {display: block}
    .qz-main__bottom-contact .text {margin-left: 0;margin-top: 10px; font-size: 16px; max-width: 100%}
    .qz-main__bottom {padding: 40px 0 20px}
    .qz-main__left {padding: 0 0 32px}
    .qz-finish-page-content {padding: 20px; margin: 0;}
    .qz-finish-page-content .title {font-size: 32px;}
    .qz-finish-page-content .list-advant {width: 100%}
    .qz-finish-page-content .b-form-finish .modal__form-header {font-size: 24px;}
}

@media (max-width: 550px) {
    body {font-size: 15px;}

    .qz-h1 {font-size: 22px;}

    .qz-h2 {font-size: 16px;}

    .modal__title {font-size: 18px;}
    .qz-main__bottom {padding-top: 0;}
    .qz-akcia-item {font-size: 16px;}

    .qz-main__bottom-contact .phone {font-size: 16px;}
    .qz-quiz__addr { padding: 0 0 0 15px;}

    .qz-quiz__addr:after { display: none}

    .qz-quiz__addr .ico svg {width: 23px;}

    .qz-result-flats__item {width: 100%;}

    .qz-btn {font-size: 14px; padding: 12px 16px;}

    .qz-main-akcia-list {font-size: 16px;}
    .qz-finish-page-content {padding-bottom: 0;}
    .qz-finish-page-content .b-form-finish {padding: 24px; margin: 0 -20px; width: auto; min-width: 100%;}
}
