a {
  color: red;
}
.start-block {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  transition: display 3s ease 3s;
  z-index: 1000;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.start-block--disabled {
  pointer-events: none;
}
.start-block__consulting,
.start-block__adviser {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  overflow: hidden;
  cursor: pointer;
  transition: width 1s ease 0s, opacity 1s ease 0.5s;
  opacity: 1;
}
.start-block__consulting:hover,
.start-block__adviser:hover {
  width: 150%;
}
.start-block__consulting--selected,
.start-block__adviser--selected {
  width: 100%;
  opacity: 0;
}
.start-block__consulting--unselected,
.start-block__adviser--unselected {
  width: 0;
  opacity: 0;
  pointer-events: none;
}
.start-block__adviser {
  background: url("/img/paper-orange.jpg");
  background-size: cover;
}
.start-block__consulting {
  background: url("/img/paper-green.jpg");
  background-position: right top;
  background-size: cover;
}
.start-block__title {
  font-size: 30px;
  white-space: nowrap;
  color: #171717;
  font-family: 'PT Sans', sans-serif;
  text-transform: uppercase;
}
@media screen and (max-width: 850px) {
  .start-block__consulting:hover,
  .start-block__adviser:hover {
    width: 100%;
  }
}
@media screen and (max-width: 750px) {
  .start-block {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .start-block__consulting,
  .start-block__adviser {
    width: 100%;
    height: 50%;
  }
}
@media screen and (max-width: 400px) {
  .start-block__title {
    font-size: 22px;
  }
}
@media screen and (max-width: 290px) {
  .start-block__title {
    font-size: 18px;
  }
}
.adviser-block {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: center;
  background: url("/img/paper-orange.jpg");
  background-size: cover;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.adviser-block__text-input {
  font-size: 16;
  width: 340px;
  background-color: #f8f8f8;
  margin-top: 20px;
  padding: 18px 26px;
  border: 1px solid #787878;
  border-radius: 5px;
  box-sizing: border-box;
}
.adviser-block__text-input:focus {
  border: 1px solid #686868;
  background-color: #fff;
}
.adviser-block__submit-button {
  display: block;
  width: 340px;
  height: 60px;
  background-color: #fac88f;
  border-radius: 5px;
  border: 1px dashed black;
  margin: 0 auto;
  margin-top: 43px;
  cursor: pointer;
  line-height: 60px;
  font-size: 18px;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.24);
  position: relative;
  bottom: 0;
  transition-property: bottom, box-shadow;
  transition: 0.2s;
}
.adviser-block__submit-button:hover {
  bottom: 2px;
  box-shadow: 0 7px 24px rgba(0, 0, 0, 0.24);
}
@media screen and (max-width: 550px) {
  .adviser-block__submit-button {
    width: calc(100% - 15px);
  }
  .adviser-block__text-input {
    width: calc(100% - 15px);
  }
}
.check-iq {
  margin: 45px 0 45px;
}
.check-iq__title-wrapper {
  width: 255px;
  margin: 0 auto;
  position: relative;
}
.check-iq__info {
  position: absolute;
  right: -30px;
  background: url(/img/icon/info.png);
  top: -10px;
  width: 20px;
  height: 20px;
  background-size: contain;
  opacity: 0.5;
  transition: opacity 0.1s ease-out;
}
.check-iq__info:hover {
  opacity: 1;
}
.check-iq__info:hover:after {
  content: "Оцените IQ людей, которым понравится этот фильм. Средним IQ считается 100.";
  position: absolute;
  left: 0;
  top: 150%;
  padding: 18px 20px 20px;
  box-sizing: border-box;
  border: 1px dashed #333;
  width: 200px;
  z-index: 1;
  background: rgba(255, 255, 255, 0.4);
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 1.6;
}
.check-iq__title {
  font-size: 30px;
  text-transform: uppercase;
  color: #171717;
  width: auto;
}
.check-iq__bar-wrapper {
  margin: 51px auto 46px;
  width: 340px;
}
.check-iq__bar {
  width: 320px;
  margin: 0 auto;
  border-bottom: 2px solid white;
  position: relative;
  top: 12px;
  z-index: 1;
}
.check-iq__circle {
  left: 143px;
  width: 20px;
  height: 20px;
  border: 2px solid white;
  border-radius: 50%;
  z-index: 20;
  cursor: pointer;
}
.check-iq__counter-container {
  width: 150px;
  height: 59px;
  margin: 0 auto;
  margin-top: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.33);
}
.check-iq__counter {
  color: #fff;
  font-size: 30px;
  line-height: 58px;
}
.check-iq__submit-button {
  display: block;
  width: 340px;
  height: 60px;
  background-color: #77B288;
  border-radius: 5px;
  margin: 0 auto;
  cursor: pointer;
  line-height: 60px;
  font-size: 18px;
}
.adviser-block .check-iq__circle {
  background-color: #5ec319;
}
.consulting-block .check-iq__circle {
  background-color: #f99e37;
}
.consulting-block .check-iq__submit-button {
  display: block;
  width: 340px;
  height: 60px;
  background-color: #a5c291;
  border-radius: 5px;
  border: 1px dashed black;
  margin: 0 auto;
  margin-top: 43px;
  cursor: pointer;
  line-height: 60px;
  font-size: 18px;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.24);
  position: relative;
  bottom: 0;
  transition-property: bottom, box-shadow;
  transition: 0.2s;
}
.consulting-block .check-iq__submit-button:hover {
  bottom: 2px;
  box-shadow: 0 7px 24px rgba(0, 0, 0, 0.24);
}
@media screen and (max-width: 775px) {
  .check-iq__info {
    position: fixed;
    right: 10px;
    top: 10px;
    width: 30px;
    height: 30px;
  }
  .check-iq__info:after {
    content: "Оцените IQ людей, которым понравится этот фильм. Средним IQ считается 100.";
    width: 100%;
    position: fixed;
    top: -1px;
    left: 0;
    padding: 18px 20px 20px;
    box-sizing: border-box;
    border: 1px dashed #333;
    z-index: 1;
    background: rgba(255, 255, 255, 0.4);
    font-family: Arial, sans-serif;
    font-size: 14px;
    line-height: 1.6;
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%);
    transition: -webkit-transform 0.1s ease-out;
    transition: transform 0.1s ease-out;
    transition: transform 0.1s ease-out, -webkit-transform 0.1s ease-out;
  }
  .check-iq__info:hover {
    background: none;
  }
  .check-iq__info:hover:after {
    width: 100%;
    position: fixed;
    top: -1px;
    left: 0;
    border-left: none;
    border-right: none;
    opacity: 1;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    background: rgba(255, 189, 113, 0.9);
  }
  .adviser-block .check-iq__info:after {
    background: rgba(255, 189, 113, 0.9);
  }
  .adviser-block .check-iq__info:after:hover:after {
    background: rgba(255, 189, 113, 0.9);
  }
  .consulting-block .check-iq__info:after {
    background: rgba(154, 211, 115, 0.9);
  }
  .consulting-block .check-iq__info:after:hover:after {
    background: rgba(154, 211, 115, 0.9);
  }
}
@media screen and (max-width: 550px) {
  .check-iq {
    width: 100%;
  }
  .check-iq__title-wrapper {
    max-width: calc(100% - 15px);
  }
  .check-iq__bar-wrapper {
    width: 99%;
  }
  .check-iq__bar {
    width: calc(100% - 15px);
  }
  .check-iq__submit-button {
    width: calc(100% - 15px);
  }
  .consulting-block .check-iq__submit-button {
    width: calc(100% - 15px);
  }
}
@media screen and (max-width: 300px) {
  .check-iq__info {
    position: fixed;
    right: 10px;
    top: 10px;
  }
}
.preloader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: black;
  z-index: 2000;
  transition: 1s all;
  visibility: visible;
}
.preloader__loader {
  position: absolute;
  width: 75px;
  height: 75px;
  border: 10px solid white;
  border-radius: 50%;
  border-top-color: blue;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-animation: 2s spin infinite linear;
          animation: 2s spin infinite linear;
}
.preloader__done {
  opacity: 0;
  visibility: hidden;
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes spin {
  from {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
  }
}
.advice-form {
  width: 500px;
  margin: 0 auto;
  margin-top: 50px;
}
.advice-form__text-input {
  width: 100%;
}
.advice-form__submit-button {
  display: block;
  margin: 0 auto;
  margin-top: 20px;
  width: 200px;
  height: 40px;
  line-height: 40px;
  background-color: #77B288;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
}
@media screen and (max-width: 550px) {
  .advice-form {
    width: 100%;
  }
  .advice-form__text-input {
    width: calc(100% - 15px);
  }
  .advice-form__submit-button {
    width: calc(100% - 15px);
  }
}
.consulting-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  background: url("/img/paper-green.jpg");
  background-position: right top;
  background-size: cover;
  min-height: 100vh;
}
.consulting-block__advice {
  font-size: 36px;
  color: #171717;
  font-family: 'PT Sans', sans-serif;
  letter-spacing: 0.8px;
}
.consulting-block__advice-comment {
  font-size: 16px;
  text-align: center;
  margin: -30px 0 30px;
}
.consulting-block__advice-links {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 65px;
  color: #000;
  text-decoration: underline;
  cursor: pointer;
}
.consulting-block__advice-links:hover {
  color: #222222;
}
@media screen and (max-width: 550px) {
  .consulting-block__advice-block {
    width: 100%;
  }
  .consulting-block__advice {
    font-size: 32px;
  }
  .consulting-block__advice-links {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 25px;
    line-height: 40px;
  }
  .consulting-block__advice-links div {
    margin: 0 15px 0 15px;
  }
}
.thanks {
  width: 351px;
}
.thanks__gif {
  width: 126px;
  height: 98px;
  background: url(/img/Jake-dance.gif);
  background-size: contain;
  background-repeat: no-repeat;
  margin: -80px auto 40px;
}
.thanks__title {
  width: 100%;
  font-size: 36px;
  white-space: nowrap;
  color: #171717;
  font-family: 'PT Sans', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.8px;
}
.thanks__link-wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 72px;
  color: #000;
  text-decoration: underline;
  cursor: pointer;
}
.thanks__link-wrapper:hover {
  color: #222222;
}
@media screen and (max-width: 400px) {
  .thanks__title {
    font-size: 32px;
  }
  .thanks__link-wrapper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 25px;
    line-height: 40px;
  }
  .thanks__link-wrapper div {
    margin: 0 15px 0 15px;
  }
}
.no-result__title {
  width: 100%;
  font-size: 36px;
  white-space: nowrap;
  color: #171717;
  font-family: 'PT Sans', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.8px;
}
.no-result__links {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 65px;
  color: #000;
  text-decoration: underline;
  cursor: pointer;
}
.no-result__links:hover {
  color: #222222;
}
@media screen and (max-width: 550px) {
  .no-result__title {
    font-size: 28px;
  }
}
@media screen and (max-width: 400px) {
  .no-result__title {
    font-size: 22px;
  }
}
@media screen and (max-width: 300px) {
  .no-result__title {
    font-size: 18px;
  }
  .no-result__links {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 25px;
    line-height: 40px;
  }
  .no-result__links div {
    margin: 0 15px 0 15px;
  }
}
body {
  font-family: 'PT Sans', sans-serif;
  margin: 0;
}
.disabled-block {
  display: none;
  pointer-events: none;
}
