html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[hidden], template {
  display: none;
}

@font-face {
  font-family: "Source Sans Pro";
  src: local("Source Sans Pro Black"), local("SourceSansPro-Black"), url("../fonts/SourceSansPro-Black.woff2") format("woff2"), url("../fonts/SourceSansPro-Black.woff") format("woff"), url("../fonts/SourceSansPro-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Source Sans Pro";
  src: local("Source Sans Pro Regular"), local("SourceSansPro-Regular"), url("../fonts/SourceSansPro-Regular.woff2") format("woff2"), url("../fonts/SourceSansPro-Regular.woff") format("woff"), url("../fonts/SourceSansPro-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Source Sans Pro";
  src: local("Source Sans Pro SemiBold"), local("SourceSansPro-SemiBold"), url("../fonts/SourceSansPro-SemiBold.woff2") format("woff2"), url("../fonts/SourceSansPro-SemiBold.woff") format("woff"), url("../fonts/SourceSansPro-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Source Sans Pro";
  src: local("Source Sans Pro Light"), local("SourceSansPro-Light"), url("../fonts/SourceSansPro-Light.woff2") format("woff2"), url("../fonts/SourceSansPro-Light.woff") format("woff"), url("../fonts/SourceSansPro-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Source Sans Pro";
  src: local("Source Sans Pro Bold"), local("SourceSansPro-Bold"), url("../fonts/SourceSansPro-Bold.woff2") format("woff2"), url("../fonts/SourceSansPro-Bold.woff") format("woff"), url("../fonts/SourceSansPro-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
* {
  margin: 0;
  padding: 0;
  outline: none;
  box-sizing: border-box;
}

img {
  border: 0;
}

html {
  font-size: 1px;
  height: 100%;
}

body {
  height: 100%;
  min-height: 100%;
  position: relative;
  background: #fff;
  font: 14rem/1.5 "Source Sans Pro", Helvetica, Arial, sans-serif;
  color: #000;
}

.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
}
@media screen and (min-width: 450px) {
  .container {
    padding: 0 30px;
  }
}
@media screen and (min-width: 650px) {
  .container {
    padding: 0 40px;
  }
}

ul {
  list-style: none;
}

a {
  padding: 0;
  margin: 0;
  text-decoration: none;
  display: inline-block;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  cursor: pointer;
}
a:focus, a:hover, a:active {
  outline: none;
}

header {
  height: 105px;
}

.logo {
  position: absolute;
  left: 40px;
  top: 38px;
  width: 143px;
  height: 32px;
}

header p {
  line-height: 1.2;
  color: #71767D;
  position: absolute;
  top: 39px;
  left: 215px;
}

.main-screen {
  min-height: 680px;
  overflow: hidden;
  width: 100%;
  position: relative;
  z-index: 2;
}

.main-img {
  position: absolute;
  right: -100px;
  top: 0;
}

.button-1 {
  display: inline-block;
  background: #1EBADB;
  border-radius: 4px;
  width: 290px;
  height: 56px;
  line-height: 56px;
  color: #fff;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  text-align: center;
  font-weight: 600;
  font-size: 20rem;
  border: 0;
}

.button-1:hover {
  opacity: 0.8;
}

h1 {
  color: #1F3C68;
  font-size: 48rem;
  line-height: 1.3;
  padding: 50px 0 35px 0;
  margin: 0;
  max-width: 500px;
}

.header-txt {
  margin-bottom: 45px;
  display: flex;
  max-width: 500px;
}

.header-txt p {
  margin-right: 50px;
  font-size: 18px;
}

.mobile {
  display: none;
}

.bottom-box-wrap {
  padding-top: 70px;
  padding-bottom: 50px;
}

.bottom-box {
  max-width: 550px;
}

.bottom-box h2,
.check-flats h2 {
  color: #354255;
  font-size: 32rem;
  line-height: 1.4;
  margin-bottom: 30px;
}

.bottom-box p,
.check-flats p {
  color: #2F353F;
  line-height: 1.5;
  font-size: 24rem;
  margin-bottom: 30px;
}

.check-flats p {
  margin-bottom: 45px;
}

.bottom-box .button-1 {
  width: 260px;
  margin-bottom: 45px;
}

.bottom-box-img {
  position: absolute;
  right: 10px;
  top: 0;
}

.cop,
.quiz-footer {
  color: #A5A5A5;
  font-size: 16rem;
}

.cop a,
.quiz-footer a {
  color: #A5A5A5;
  text-decoration: none;
}

.cop a:hover,
.quiz-footer a:hover {
  text-decoration: underline;
}

.check-flats-wrap {
  position: relative;
}

.check-flats-wrap .container {
  text-align: right;
  padding-bottom: 100px;
  z-index: 2;
}

.check-flats {
  max-width: 520px;
  display: inline-block;
  text-align: left;
}

.check-flats-img {
  position: absolute;
  left: 10px;
  bottom: 0;
}

.check-flats-wrap:after {
  background: url("images/rec.png") no-repeat center bottom;
  height: 790px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 36px;
  z-index: 1;
  content: "";
  display: block;
}

.check-flats-total div {
  float: left;
  padding-right: 50px;
  color: #918C85;
  font-size: 18rem;
}

.check-flats-total div strong {
  display: block;
  font-weight: 300;
  font-size: 36rem;
}

.quiz-wrap {
  min-height: 100vh;
  background: #E5E5E5;
}

.quiz-header {
  height: 130px;
  text-align: center;
  padding-top: 38px;
  font-size: 0;
}

.quiz-header * {
  display: inline-block;
  vertical-align: top;
  font-size: 0;
}

.logo2 {
  width: 143px;
  height: 32px;
}

.quiz-header p {
  line-height: 1.2;
  color: #71767D;
  font-size: 14rem;
  text-align: left;
  padding: 0 0 0 60px;
}

.main-quiz-box-wrap {
  margin: 0 10px;
}

.main-quiz-box {
  max-width: 800px;
  background: #fff;
  margin: 0 auto;
  padding: 50px;
}

.quiz-footer {
  padding: 50px 0;
  text-align: center;
}

.step-header {
  text-align: center;
  color: #71767D;
  font-size: 16rem;
  margin-bottom: 10px;
}

.main-quiz-top h3 {
  text-align: center;
  color: #1F3C68;
  line-height: 1.3;
  font-size: 36rem;
  margin-bottom: 30px;
}

.main-quiz-bottom {
  display: flex;
}

.main-quiz-bottom img {
  margin-right: 10px;
}

.quiz-checkboxes-list {
  max-width: 280px;
  width: 100%;
  margin: 0 auto;
}

.quiz-checkboxes-list li {
  margin-bottom: 8px;
  overflow: hidden;
  text-align: center;
  border-radius: 4px;
}

.quiz-checkboxes-list li label {
  border: 1px solid #D0D0D0;
  border-radius: 4px;
  line-height: 24px;
  padding: 13px 5px;
  font-size: 18px;
  display: block;
  background: #fff;
  cursor: pointer;
}

.quiz-checkboxes-list li input {
  visibility: hidden;
  position: absolute;
  left: -50px;
  top: -50px;
}

.quiz-checkboxes-list li:hover {
  box-shadow: 0px 2px 2px 2px rgba(0, 0, 0, 0.05);
}

input[type=radio]:checked + label {
  background: #1EBADB;
  border-color: #1EBADB;
  color: #fff;
}

.quiz-loading {
  text-align: center;
  margin-bottom: 100px;
}

.quiz-loading img {
  animation: 2s linear 0s normal none infinite running rot;
}

/*Clear & Animation*/
.clear,
.header-txt:after,
.check-flats-total:after {
  clear: both;
  line-height: 0px;
  height: 0px;
  overflow: hidden;
  font-size: 0px;
  content: "";
  display: block;
}

a,
button,
.quiz-checkboxes-list li label,
.quiz-checkboxes-list li {
  transition: all 0.15s ease-in-out;
}

@keyframes rot {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes rot {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*Responsive*/
@media (max-width: 1210px) {
  .main-img img {
    width: 600px;
    height: auto;
  }
  .bottom-box {
    max-width: 450px;
  }
  .bottom-box-img {
    width: 450px;
  }
  .bottom-box-img img {
    max-width: 100%;
    height: auto;
    width: auto;
  }
  .check-flats {
    max-width: 410px;
  }
  .check-flats-img img {
    max-width: 100%;
    width: auto;
    height: auto;
    width: 500px;
  }
}
@media (max-width: 999px) {
  .desktop {
    display: none;
  }
  .mobile {
    display: block;
  }
  .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  h1 {
    max-width: 700px;
  }
  header .container {
    flex-direction: row;
  }
  .check-flats-wrap .container {
    padding-bottom: 0;
  }
  .main-screen {
    text-align: center;
    padding-bottom: 90px;
    min-height: 0px;
  }
  .check-flats-wrap {
    padding-top: 90px;
  }
  .bottom-box-wrap {
    padding-bottom: 50px;
    padding-bottom: 20px;
  }
  .main-img {
    position: static;
    text-align: center;
    padding-top: 20px;
    max-width: 400px;
    margin: 0 auto;
  }
  .main-img img {
    width: auto;
    max-width: 100%;
    height: auto;
  }
  header {
    text-align: center;
    padding: 30px 0 0 0;
    font-size: 0;
  }
  .logo,
  header p {
    position: static;
    display: inline-block;
    font-size: 14rem;
    vertical-align: top;
  }
  header p {
    text-align: left;
    padding: 0 0 0 20px;
  }
  .header-txt {
    margin-bottom: 45px;
    flex-direction: column;
    max-width: 700px;
  }
  .header-txt p {
    margin-right: 0;
    font-size: 24px;
  }
  .bottom-box {
    max-width: 100%;
    text-align: center;
    padding-bottom: 30px;
  }
  .cop {
    text-align: center;
  }
  .bottom-box-img {
    width: 100%;
    position: static;
    text-align: center;
    padding-bottom: 40px;
  }
  .check-flats-wrap {
    background: #F8F5F1;
  }
  .check-flats-wrap:after {
    display: none;
  }
  .check-flats-img {
    position: static;
    margin: 0 auto;
    width: auto;
    max-width: 500px;
  }
  .check-flats {
    max-width: 100%;
    padding-bottom: 40px;
    text-align: center;
  }
  .check-flats-total {
    font-size: 0;
    text-align: center;
  }
  .check-flats-total div {
    display: inline-block;
    text-align: center;
    padding: 0;
    width: 50%;
  }
  .check-flats-img img {
    margin-bottom: -35px;
  }
}
@media (max-width: 767px) {
  .logo {
    width: 98px;
    height: 22px;
  }
  header p {
    font-size: 12px;
  }
  header {
    padding-top: 20px;
    height: 90px;
  }
  h1 {
    font-size: 27rem;
    padding: 20px 0;
  }
  .header-txt {
    margin-bottom: 30px;
  }
  .header-txt p {
    font-size: 20px;
  }
  .main-img {
    padding-top: 0;
    max-width: 280px;
  }
  .bottom-box h2,
  .check-flats h2,
  .quiz-result-wrap h2 {
    font-size: 24rem;
  }
  .bottom-box p,
  .check-flats p {
    font-size: 16rem;
  }
  .check-flats-img {
    width: 300px;
  }
  .check-flats-img img {
    margin-bottom: -23px;
  }
  .main-screen {
    position: relative;
  }
  .main-screen .button-1.start-step {
    position: absolute;
    left: 50%;
    bottom: 50px;
    margin-left: -145px;
  }
  .quiz-header,
  .quiz-footer {
    display: none;
  }
  .main-quiz-box-wrap {
    padding: 0;
    margin: 0;
  }
  .main-quiz-box {
    height: 100vh;
    padding: 25px 50px 0 50px;
  }
  .quiz-container {
    height: 100% !important;
    min-height: 100% !important;
  }
  .main-quiz-box-in {
    min-height: 100%;
    display: flex;
    flex-direction: column;
  }
  .main-quiz-top {
    flex: 1;
  }
  .main-quiz-top h3 {
    font-size: 24rem;
  }
  .main-quiz-bottom {
    padding-bottom: 25px;
  }
  .quiz-result-wrap h2 {
    text-align: center;
  }
  .quiz-result-wrap {
    padding: 20px 0 0 0;
  }
}
@media (max-width: 374px) {
  h1 {
    font-size: 22rem;
    padding: 15px 0;
  }
  .main-img {
    max-width: 260px;
  }
  .header-txt p {
    font-size: 16px;
  }
  .check-flats {
    padding-bottom: 20px;
  }
  .main-quiz-box {
    min-height: 100vh;
    padding: 25px 25px 0 25px;
  }
}
@media (max-width: 359px) {
  .check-flats-total div {
    width: 100%;
    margin-bottom: 20px;
  }
}
.contacts {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  background: #fff;
  border-radius: 5px;
}
.contacts img {
  width: 70%;
  max-width: 300px;
  margin-bottom: 30px;
  max-height: 191px;
}
.contacts .count {
  font-weight: 700;
  text-align: center;
  font-size: 22px;
  line-height: 1.3;
  margin-bottom: 10px;
}
.contacts .form_header {
  font-size: 18px;
  text-align: center;
  margin-bottom: 10px;
  max-width: 350px;
}
.contacts .input_block {
  margin-top: 20px;
  width: 100%;
  max-width: 350px;
}
.contacts .input_block p {
  font-size: 16px;
  text-align: left;
  margin-bottom: 10px;
}
.contacts .input_block input {
  font-size: 16px;
  padding: 10px 15px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  transition: 0.3s;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  width: 100%;
}
.contacts .close_popup {
  background: #1EBADB;
  border-radius: 5px;
  font-weight: 700;
  text-align: center;
  color: #fff;
  font-size: 18px;
  line-height: 1.4;
  padding: 15px 30px;
  margin-top: 30px;
  width: 100%;
  max-width: 350px;
  border: none;
  cursor: pointer;
}
@media screen and (min-width: 600px) {
  .contacts .close_popup {
    font-size: 20px;
    padding: 20px 40px;
  }
}
.contacts .policy {
  text-align: center;
  font-size: 13px;
  color: rgba(0, 0, 0, 0.6);
  max-width: 350px;
  margin-top: 10px;
}
.contacts .policy a {
  color: inherit;
  text-decoration: underline;
}

.opened-popup {
  overflow: hidden;
  font-size: 16rem;
  line-height: 1.4;
  font-weight: 400;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  min-height: 100vh;
  padding: 0;
}
@media screen and (min-width: 850px) {
  .opened-popup {
    font-size: 18rem;
    line-height: 1.4;
  }
}

.opened-popup #results {
  transition: 0.3s;
  filter: blur(10px);
}

.opened-popup #contacts {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex !important;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.8);
}

.opened-popup .contacts {
  opacity: 1;
}

#results_box {
  font-size: 16rem;
  line-height: 1.4;
  font-weight: 400;
  background-color: #fff;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  min-height: 100vh;
  padding: 0;
}
@media screen and (min-width: 850px) {
  #results_box {
    font-size: 18rem;
    line-height: 1.4;
  }
}
#results_box img {
  max-width: 100%;
}
#results_box h1, #results_box h2, #results_box h3, #results_box p {
  padding: 0;
  margin: 0;
  color: #1E2C3A;
}
#results_box p {
  max-width: 500px;
  text-align: left;
}
#results_box a {
  padding: 0;
  margin: 0;
  color: #1E2C3A;
  text-decoration: none;
  display: inline-block;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  cursor: pointer;
}
#results_box a:focus, #results_box a:hover, #results_box a:active {
  outline: none;
}
#results_box span {
  padding: inherit;
  margin: inherit;
  color: inherit;
  letter-spacing: inherit;
}
#results_box section,
#results_box footer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 40px 0;
}
@media screen and (min-width: 700px) {
  #results_box section,
  #results_box footer {
    padding: 70px 0;
  }
}
@media screen and (min-width: 900px) {
  #results_box section,
  #results_box footer {
    padding: 90px 0;
  }
}
#results_box .container {
  width: 100%;
  max-width: 1400px;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 450px) {
  #results_box .container {
    padding: 0 30px;
  }
}
@media screen and (min-width: 650px) {
  #results_box .container {
    padding: 0 40px;
  }
}
#results_box .nowrap {
  white-space: pre;
}
#results_box .header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 1em 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
#results_box .header p {
  opacity: 0.7;
  font-size: 0.9em;
}
#results_box h1 {
  width: 100%;
  padding: 1.2em 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  line-height: 1.3;
  font-size: 1.7em;
  max-width: none;
}
@media screen and (min-width: 800px) {
  #results_box h1 {
    font-size: 2.2em;
  }
}
#results_box .grid {
  margin-top: 2em;
  display: grid;
  grid-gap: 1em;
}
@media screen and (min-width: 800px) {
  #results_box .grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 1200px) {
  #results_box .grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
#results_box #contacts {
  transition: 0.3s;
  position: fixed;
  display: none;
}
#results_box .contacts {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 20px;
  width: 100%;
  border-radius: 5px;
}
#results_box .contacts img {
  width: 70%;
  max-width: 300px;
  margin-bottom: 30px;
  max-height: 191px;
}
#results_box .contacts .count {
  font-weight: 700;
  text-align: center;
  font-size: 1.5em;
  line-height: 1.3;
  margin-bottom: 10px;
}
#results_box .contacts .form_header {
  text-align: center;
  margin-bottom: 10px;
  max-width: 350px;
  opacity: 0.85;
}
#results_box .contacts .policy {
  text-align: center;
  font-size: 13px;
  color: rgba(0, 0, 0, 0.6);
  max-width: 350px;
  margin-top: 10px;
}
#results_box .contacts .policy a {
  color: inherit;
  text-decoration: underline;
}
#results_box .contacts .close_popup {
  background: #1EBADB;
  border-radius: 5px;
  font-weight: 700;
  text-align: center;
  color: #fff;
  font-size: 18px;
  line-height: 1.4;
  padding: 15px 30px;
  margin-top: 30px;
  width: 100%;
  border: none;
  cursor: pointer;
}
@media screen and (min-width: 600px) {
  #results_box .contacts .close_popup {
    font-size: 20px;
    padding: 20px 40px;
  }
}
#results_box .contacts .input_block {
  margin-top: 20px;
  width: 100%;
}
#results_box .contacts .input_block p {
  font-size: 1em;
  text-align: left;
  margin-bottom: 10px;
}
#results_box .contacts .input_block input {
  padding: 10px 15px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.9);
  border-radius: 3px;
  transition: 0.3s;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  width: 100%;
}
@media screen and (min-width: 450px) {
  #results_box .contacts {
    padding: 40px;
    width: 80vw;
    max-width: 450px;
  }
}
#results_box #result {
  display: flex;
  align-items: center;
  justify-content: center;
}

/*# sourceMappingURL=styles.css.map */
