
/* url(../images/apps/querist/); */

/* SegoeUIRegular */
@font-face {
  font-family: "SegoeUIRegular";
  src: url("../fonts/SegoeUIRegular.eot");
  src: url("../fonts/SegoeUIRegular.eot?#iefix") format("embedded-opentype"), url("../fonts/SegoeUIRegular.woff") format("woff"), url("../fonts/SegoeUIRegular.ttf") format("truetype"), url("../fonts/SegoeUIRegular.svg#SegoeUIRegular") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* HelveticaNeueCyr - Light */
@font-face {
  font-family: "HelveticaNeueCyr - Light";
  src: url("../fonts/HelveticaNeueCyr - Light.eot");
  src: url("../fonts/HelveticaNeueCyr - Light.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaNeueCyr - Light.woff") format("woff"), url("../fonts/HelveticaNeueCyr - Light.ttf") format("truetype"), url("../fonts/HelveticaNeueCyr - Light.svg#HelveticaNeueCyr - Light") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* HelveticaNeueCyr - Medium */
@font-face {
  font-family: "HelveticaNeueCyr - Medium";
  src: url("../fonts/HelveticaNeueCyr - Medium.eot");
  src: url("../fonts/HelveticaNeueCyr - Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaNeueCyr - Medium.woff") format("woff"), url("../fonts/HelveticaNeueCyr - Medium.ttf") format("truetype"), url("../fonts/HelveticaNeueCyr - Medium.svg#HelveticaNeueCyr - Medium") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* SF UI Display Regular */
@font-face {
  font-family: "SF UI Display Regular";
  src: url("../fonts/SF UI Display Regular.eot");
  src: url("../fonts/SF UI Display Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/SF UI Display Regular.woff") format("woff"), url("../fonts/SF UI Display Regular.ttf") format("truetype"), url("../fonts/SF UI Display Regular.svg#SF UI Display Regular") format("svg");
  font-weight: normal;
  font-style: normal;
}
html,
body {
  margin: 0;
  padding: 0;
  border: 0;
}
.wrap-querist {
  position: relative;
  z-index: 1;
  width: 100%;
  min-width: 1094px;
  background-color: #111111;
}
.wrap-querist p,
.wrap-querist h2,
.wrap-querist h3,
.wrap-querist h4,
.wrap-querist h5 {
  margin: 0;
  padding: 0;
  color: #515151;
}
.wrap-querist h4,
.wrap-querist h5 {
  color: #fff;
}
.wrap-querist p,
.wrap-querist h3 {
  font-family: "SegoeUIRegular";
  font-size: 16px;
  line-height: 16px;
}
.wrap-querist h3 {
  transform: rotate(-90deg);
  position: absolute;
  left: 0;
  top: 0;
}
.wrap-querist h2 {
  font-family: "HelveticaNeueCyr - Light";
  font-size: 30px;
  line-height: 30px;
  color: #fff;
  margin-bottom: 50px;
}
.wrap-querist h2:after {
  content: '';
  display: block;
  margin: 40px 0 40px;
  height: 2px;
  width: 150px;
  background-color: #fff;
}
.title-1 {
  font-family: "HelveticaNeueCyr - Medium";
  font-size: 77px;
  line-height: 77px;
}
.title-2,
.title-3 {
  font-family: "SF UI Display Regular";
}
.title-2 {
  font-size: 40px;
  line-height: 130px;
}
.title-3 {
  font-size: 18px;
  line-height: 38px;
  text-transform: uppercase;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.container-wrap-bg {
  box-sizing: border-box;
  max-width: 1920px;
  min-width: 1094px;
  margin: 0 auto;
  position: relative;
  z-index: 10;
  overflow: hidden;
}
.container-wrap {
  margin: 0 auto;
  height: 100%;
  width: 1094px;
  position: relative;
}
.pos-abs {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.float-l {
  float: left;
}
.float-r {
  float: right;
}
.clearfix:before,
.clearfix:after,
.container-wrap:before,
.container-wrap:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container-wrapr:after {
  clear: both;
}
/* apps-link */
.apps-link {
  display: block;
  width: 160px;
  height: 49px;
  position: relative;
}
.apps-link:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 160px;
  height: 49px;
  background-image: url(../images/apps/querist/appstore.png);
  background-repeat: no-repeat;
  background-position: -10px -10px;
  transition: opacity .5s ease;
  opacity: 1;
}
.apps-link:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 160px;
  height: 49px;
  background-image: url(../images/apps/querist/appstore.png);
  background-repeat: no-repeat;
  background-position: -190px -10px;
  transition: opacity .5s ease;
  opacity: 0;
}
.apps-link:hover:before {
  opacity: 0;
}
.apps-link:hover:after {
  opacity: 1;
}
/* End apps-link */
header {
  background: url(../images/apps/querist/header-bg.jpg) no-repeat center top;
}
header .content-header {
  height: 1464px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
header .content-header .mobile-app {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  padding-top: 240px;
  width: 100%;
  position: relative;
}
header .content-header .mobile-app h3 {
  left: auto;
  right: -24px;
  top: 705px;
}
header .content-header .mobile-app .content-logo img {
  margin-bottom: 300px;
}
header .idea {
  display: flex;
  flex-direction: column;
}
header .idea [class|="idea-bg"] {
  width: 420px;
  background-image: url(../images/apps/querist/idea.png);
  background-repeat: no-repeat;
}
header .idea .idea-1,
header .idea .idea-2,
header .idea .idea-3 {
  display: flex;
  flex-direction: row;
  align-items: center;
}
header .idea .idea-1 .idea-bg-1 {
  position: relative;
  height: 120px;
  background-position: center -10px;
}
header .idea .idea-1 .idea-bg-1 h3 {
  left: -29px;
  top: 18px;
}
header .idea .idea-2 {
  margin: 24px 0 14px;
}
header .idea .idea-2 .idea-bg-2 {
  height: 100px;
  background-position: 54% -150px;
}
header .idea .idea-2 .title-3 {
  line-height: 1;
}
header .idea .idea-3 {
  position: relative;
}
header .idea .idea-3 h3 {
  left: auto;
  right: 0;
  top: 40px;
}
header .idea .idea-3 .idea-bg-3 {
  height: 60px;
  background-position: 62% -270px;
}
.main {
  background: url(../images/apps/querist/emotions-bg.jpg) no-repeat 50% 714px;
}
.main .emotions {
  height: 1300px;
  background: url(../images/apps/querist/querist_gif_1_411x731.gif) no-repeat 13.5% 389px, url(../images/apps/querist/emotions-phone.png) no-repeat 5% 230px;
}
.main .emotions .emotions-container {
  position: absolute;
  right: 9%;
  top: 641px;
}
.main .emotions .emotions-container h3 {
  left: -13px;
  top: -214px;
}
.main .live-communication-phone-bg {
  height: 1850px;
  background: url(../images/apps/querist/querist_gif_2_411x731.gif) no-repeat right 13.8% top 804.5px, url(../images/apps/querist/live-communication-phone.png) no-repeat right 11% top 687px;
}
.main .live-communication-phone-bg .live-communication-phone-container {
  position: absolute;
  left: 220px;
  top: 1079px;
  text-align: right;
}
.main .live-communication-phone-bg .live-communication-phone-container h2::after {
  position: relative;
  left: 58%;
}
.main .live-communication-phone-bg .live-communication-phone-container h3 {
  left: auto;
  right: -26px;
  top: -211px;
}
.screens {
  padding-bottom: 196px;
  background: url(../images/apps/querist/screens-bg.png) no-repeat center top;
}
.screens .screen-content {
  height: 1216px;
}
.screens .screen-content h3 {
  left: -29px;
}
footer {
  background: url(../images/apps/querist/footer-bg.jpg) no-repeat center top;
}
footer .footer-wrap {
  height: 1079px;
}
footer .footer-wrap .content-footer {
  width: 509px;
  position: absolute;
  top: 500px;
  left: 0;
}
footer .footer-wrap .content-footer h3 {
  left: -29px;
  top: -322px;
}
footer .footer-wrap .content-footer p {
  color: #fff;
}
footer .footer-wrap .content-footer .apps-link {
  margin-top: 55px;
}
@media screen and (max-width: 1300px) {
  .main .emotions {
    background: url(../images/apps/querist/querist_gif_1_411x731.gif) no-repeat 8% 389px, url(../images/apps/querist/emotions-phone.png) no-repeat -3.3% 230px;
  }
  .main .live-communication-phone-bg {
    background: url(../images/apps/querist/querist_gif_2_411x731.gif) no-repeat right 7.9% top 804.5px, url(../images/apps/querist/live-communication-phone.png) no-repeat right 4% top 687px;
  }
}
@media screen and (max-width: 1093px) {
  .main .emotions {
    background: url(../images/apps/querist/querist_gif_1_411x731.gif) no-repeat -0.4% 389px, url(../images/apps/querist/emotions-phone.png) no-repeat -17.3% 230px;
  }
  .main .live-communication-phone-bg {
    background: url(../images/apps/querist/querist_gif_2_411x731.gif) no-repeat right -0.1% top 804.5px, url(../images/apps/querist/live-communication-phone.png) no-repeat right -5% top 687px;
  }
}
@media screen and (min-width: 1367px) {
  .main .emotions {
    background: url(../images/apps/querist/querist_gif_1_411x731.gif) no-repeat 18.6% 389px, url(../images/apps/querist/emotions-phone.png) no-repeat 12.2% 230px;
  }
  .main .live-communication-phone-bg {
    background: url(../images/apps/querist/querist_gif_2_411x731.gif) no-repeat right 18.8% top 804.5px, url(../images/apps/querist/live-communication-phone.png) no-repeat right 17% top 687px;
  }
}
@media screen and (min-width: 1700px) {
  .main .emotions {
    background: url(../images/apps/querist/querist_gif_1_411x731.gif) no-repeat 23.2% 389px, url(../images/apps/querist/emotions-phone.png) no-repeat 18.6% 230px;
  }
  .main .live-communication-phone-bg {
    background: url(../images/apps/querist/querist_gif_2_411x731.gif) no-repeat right 23.4% top 804.5px, url(../images/apps/querist/live-communication-phone.png) no-repeat right 21.9% top 687px;
  }
}
@media screen and (min-width: 1800px) {
  .main .emotions {
    background: url(../images/apps/querist/querist_gif_1_411x731.gif) no-repeat 25.4% 389px, url(../images/apps/querist/emotions-phone.png) no-repeat 21.5% 230px;
  }
  .main .live-communication-phone-bg {
    background: url(../images/apps/querist/querist_gif_2_411x731.gif) no-repeat right 25.4% top 804.5px, url(../images/apps/querist/live-communication-phone.png) no-repeat right 24.2% top 687px;
  }
}
@media screen and (min-width: 1850px) {
  .main .emotions {
    background: url(../images/apps/querist/querist_gif_1_411x731.gif) no-repeat 27.29% 389px, url(../images/apps/querist/emotions-phone.png) no-repeat 24% 230px;
  }
  .main .live-communication-phone-bg {
    background: url(../images/apps/querist/querist_gif_2_411x731.gif) no-repeat right 27.4% top 804.5px, url(../images/apps/querist/live-communication-phone.png) no-repeat right 26.4% top 687px;
  }
}
