@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;
}


/* 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: 'Gotham Pro';}



strong, b { font-weight:bold;}
i, em {font-style:italic;}
table p {padding:0 !important;}
html {font-size: .234vw}
body {font-family: 'Gotham Pro'; 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: 26px 72px;color: #fff; border: 1px solid #DB389A; background: #DB389A; border-radius: 40px; text-align: center; text-decoration: none; cursor: pointer; font-size: 20px;}

.qz-main {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/bg.png) 50% 50% no-repeat;
    background-size: cover;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: auto;
}
.show-quiz .qz-main { opacity: 0; z-index: -1;}
.qz-main__content {
    padding: 24px;
    width: 100%;
    max-width: 940px;
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

}
.qz-h1 { text-align: center; font-size: 90px; letter-spacing: -0.03em; padding-bottom: 24px; font-weight: 700; line-height: 1.1;}
.qz-h2 {font-size: 32px; padding-bottom: 24px; letter-spacing: -0.02em; text-align: center}

.qz-main__bottom { margin: auto 0 0; width: 100%; max-width: 1400px; border-radius: 64px 64px 0 0; background: url(../images/image-main.png) 50% 0 no-repeat; background-size: cover; padding: 120px 34px 80px;}
.qz-main__bottom-wrapper { max-width: 940px; margin: 0 auto; width: 100%;}
.qz-main-akcia-list{ display: flex; 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-quiz { position: absolute; top: calc(100% + 100px); left: 0; width: 100%; height: 100%; background: #F5F5F5; transition: all 0.8s ease; display: flex}
.qz-quiz.show {top: 0;}

.qz-quiz__wrapper { display: flex; width: 100%; background: #fff;}
.qz-quiz__left { width: 720px; 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-step-bg {position: absolute; top: 0;left: 0; width: 100%; height: 100%;}
.qz-step-bg__item {position: absolute; top: 0;left: 0; width: 100%; height: 100%; background-position: 0 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/step-bg-1.png);}
.qz-step-bg__item.bg-2 {background-image: url(../images/quiz/step-bg-3.png);}
.qz-step-bg__item.bg-3 {background-image: url(../images/quiz/step-bg-4.png);}
.qz-step-bg__item.bg-4 {background-image: url(../images/quiz/step-bg-6.png);}
.qz-step-bg__item.bg-5 {background-image: url(../images/quiz/step-bg-1.png);}
.qz-step-bg__item.bg-6 {background-image: url(../images/quiz/step-bg-1.png);}


.form__label {border: 1px solid #EEEEFF;border-radius: 10px;padding: 13px 16px;display: flex;cursor: pointer;align-items: center; background: #EEEEFF;}

.form__label:hover {box-shadow: 0 3px 8px rgba(84, 119, 255, 0.12);border: 1px solid #DB389A}

.form__label.active {box-shadow: 0 3px 8px rgba(84, 119, 255, 0.12);border: 1px solid #DB389A}

.form__checker {width: 20px;height: 20px;border: 1px solid #DB389A;margin-right: 12px;border-radius: 2px}

.form__checkerRadio {min-width: 20px;min-height: 20px; max-width: 20px; max-height: 20px;border: 1px solid #DB389A;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: 1px solid #DB389A;background: #DB389A url("/images/quiz/icon-check.svg") 50% 50% no-repeat}

input:checked ~ .form__checkerRadio {border: 6px solid #DB389A}

.qz-form {width: 100%; max-width: 680px; display: flex; align-items: center}
.qz-form-wrapper {width: 100%;}
.qz-form-title {font-size: 48px;padding-bottom: 32px; font-weight: 700;}
.qz-form .form__wrapper {margin-bottom: 16px;}
.qz-quiz__main {display: flex; flex: 1 1 auto;padding: 32px; justify-content: center; overflow: auto;}

.button_def {background: #DB389A; border:1px solid #DB389A; cursor: pointer; color: #fff; padding: 18px 32px; font-weight: 700; font-size: 16px; border-radius: 40px;}
.button_def:hover { opacity: .7}
.button_def.disabled, .button_def:disabled {opacity: .4;}
.button__type_2 {background: none; color: #DB389A;}
.button--icon {display: flex; align-items: center}
.button--icon {padding: 8px 16px;}
.button--icon svg {width: 32px;height: 32px;}
.button--icon .icon {display: block; margin-right: 12px;}
.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-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: #DB389A}

.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(3px);}
.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;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    outline: 0;
    padding: 32px;
    border-radius: 20px;
}
.modal-content .b-btns { text-align: center; display: flex; align-items: center; justify-content: center}
.modal-content .b-btns .button_def {margin: 5px;}
.modal__title {
    font-size: 32px;
    font-weight: 700;
    padding-bottom: 24px;
}
.modal__title .modal-thanks {font-size: 21px; font-weight: 400; text-align: center;}
.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}

.bg-kvartir {background: #fff url("/images/quiz/bg-form-kvart.png") 50% 50% no-repeat; filter: blur(5px); opacity: 0; z-index: -1; background-size: auto 100%; position: fixed; top: 0;left: 0;width: 100%; height: 100%}
.finish .bg-kvartir { opacity: 1; z-index: 0;}



.form__mediaLayout {border: 1px solid #0D5FFD;position: absolute;display: none;-webkit-box-sizing: border-box;box-sizing: border-box;border-radius: 8px}

.form__mediaText {padding: 16px 24px;display: block;border: 1px solid rgba(13, 95, 253,  .2);border-radius: 0 0 8px 8px;font-size: 20px;line-height: 28px}

@media (max-width: 768px) {
    .form__mediaText {padding: 8px 16px;font-size: 16px;line-height: 24px}
}

.form__mediaChecker {width: 20px;height: 20px;position: absolute;bottom: 8px;left: 8px;border: 1px solid #fff;z-index: 4;border-radius: 2px}

.form__mediaContainer {display: block}

.form__mediaWrapper {width: 255px;margin-right: 24px;cursor: pointer}

.form__mediaWrapper:last-child {margin-right: 0}

@media (max-width: 768px) {
    .form__mediaWrapper:last-child {margin-bottom: 0}
}

@media (max-width: 768px) {
    .form__mediaWrapper {margin-right: 16px;margin-bottom: 16px;max-width: calc(50% - 16px)}
}

.form__mediaImage {width: 255px;height: 160px;-o-object-fit: cover;object-fit: cover;display: block;border-radius: 8px 8px 0 0}

@media (max-width: 768px) {
    .form__mediaImage {height: auto;width: 100%}
}

.form__mediaImageBox {display: block; position: relative}

.form__mediaImageLayout {top: 0;left: 0;background: -webkit-gradient(linear, left top, left bottom, color-stop(71.61%, rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.57)));background: linear-gradient(180deg, rgba(0, 0, 0, 0.0001) 71.61%, rgba(0, 0, 0, 0.57) 100%)}

.form__mediaBox {display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap}

@media (max-width: 480px) {
    .form__label .text_smd {font-size: 16px;line-height: 24px}

}

input:checked + .form__mediaContainer .form__mediaChecker {background-image: url("/images/quiz/icon-check.svg");background-repeat: no-repeat;background-position: center}

input:checked + .form__mediaContainer .form__mediaLayout {display: block}


@media (max-width: 2000px) {
    .qz-h1 {font-size: 76px;}
}
@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;}
}
@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: 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}
    .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;}
}
@media (max-width: 600px) {
    body {font-size: 16px;}
    .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-quiz__left { max-height: 200px}
    .qz-form-title {padding-bottom: 0;}
    .qz-question-wrapper {padding-top: 45px;}
    .content__buttonBox {padding-top: 15px;}
}
@media (max-width: 360px) {
    .form__label { padding: 10px 14px;}
    .qz-form-title { line-height: 1.1}
}

