@font-face {
  font-family: 'Story';
  src: url('../fonts/Story-BoldItalic.woff2') format('woff2'), url('../fonts/Story-BoldItalic.woff') format('woff');
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: 'Story';
  src: url('../fonts/Story.woff2') format('woff2'), url('../fonts/Story.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Story';
  src: url('../fonts/Story-Italic.woff2') format('woff2'), url('../fonts/Story-Italic.woff') format('woff');
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'Story';
  src: url('../fonts/Story-Bold.woff2') format('woff2'), url('../fonts/Story-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
}
*,
*:before,
*:after {
  box-sizing: border-box;
}
body {
  font-family: "Rotonda C";
}
a {
  text-decoration: none;
  transition: 0.2s ease-in-out;
  border: 0;
  cursor: pointer;
}
a:hover {
  text-decoration: underline;
}
img {
  max-width: 100%;
}
p:last-child {
  margin-bottom: 0;
}
li:last-child {
  margin-bottom: 0;
}
html.with-featherlight {
  overflow: visible;
}
.hidden {
  display: none;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
/* common */
.wrapper {
  max-width: 1236px;
  padding-right: 33px;
  padding-left: 33px;
  margin: 0 auto;
}
.btn {
  padding: 18px 32px;
  padding-left: 80px;
  border-radius: 3px;
  background-color: #f13044;
  font-family: "PF Highway Sans Pro";
  cursor: pointer;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.btn-text {
  transition: all 0.3s ease-in-out;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  color: #ffffff;
  margin-top: 4px;
}
span.btn-arrow {
  width: 24px;
  height: 15px;
  position: absolute;
  left: 32px;
  top: 50%;
  margin-top: -6px;
  background-image: url(../img/arrow.svg);
}
.btn-arrow-svg {
  fill: #fff;
}
.btn:hover .btn-text {
  opacity: 0;
}
.btn:hover {
  text-decoration: none;
}
.btn:active {
  background-color: #dc3445;
}
.section {
  padding-top: 120px;
}
.section-title {
  color: #1b1b1b;
  font-family: "Rotonda C";
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 16px;
}
.section-subtitle {
  color: #353535;
  font-family: "PF Highway Sans Pro";
  font-size: 24px;
  font-weight: 400;
  text-align: center;
}
section.devider {
  padding: 300px 0;
}
input {
  width: 270px;
  height: 56px;
  border-radius: 3px;
  border: 1px solid #f1f1f1;
  background-color: #ffffff;
  color: #858585;
  font-family: "PF Highway Sans Pro";
  font-size: 16px;
  font-weight: 400;
  padding-left: 24px;
}
input:focus {
  border: 1px solid #f1f1f1;
  background-color: #fff7de;
  color: #1b1b1b;
}
.center {
  text-align: center;
}
/* .header */
.header {
  background-color: #000;
  padding: 25px 0;
  position: relative;
  z-index: 1;
  border-bottom: 1px solid #292929;
}
.header-logo {
  width: 50px;
  height: 52px;
}
.header-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-menu {
  margin-left: 60px;
}
.header-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-menu li {
  margin-right: 60px;
}
.header-menu li:last-child {
  margin-right: 0;
}
.header-menu a {
  color: #858585;
  font-family: "PF Highway Sans Pro";
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.6px;
}
.header-menu a:hover {
  color: #fff;
  text-decoration: none;
}
.header-phone {
  margin-left: auto;
}
.header-phone a {
  width: 204px;
  height: 54px;
  border-radius: 100px;
  border: 2px solid #f13044;
  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-decoration: none;
  color: #ffffff;
  font-family: "PF Highway Sans Pro";
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.69px;
  line-height: 54px;
}
.header-phone a:hover {
  background-color: #f13044;
}
.header-phone a:active {
  background-color: #dc3445;
}
/* .welcome */
.welcome {
  background-color: #000;
  position: relative;
  overflow: hidden;
  height: 600px;
}
.welcome-inner {
  position: relative;
  padding-top: 100px;
}
.welcome-title {
  color: #ffffff;
  font-family: "Rotonda C";
  font-size: 40px;
  font-weight: 700;
  line-height: 60px;
  margin-bottom: 20px;
}
.welcome-subtitle {
  color: #f4f4f4;
  font-family: "PF Highway Sans Pro";
  font-size: 20px;
  font-weight: 400;
}
.welcome-form {
  width: 460px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 40px;
}
.welcome-title,
.welcome-subtitle,
.welcome-form {
  position: relative;
  z-index: 11;
}
.welcome-video {
  position: absolute;
  top: 0;
  right: 0;
  /*display: none;*/
}
.welcome-video:hover .play-pause-btn{
  opacity: 1;
}
#welcome-video {
  z-index: 1;
  position: relative;
}
.play-pause-btn {
  background-image: url(../img/play-button.svg);
  width: 120px;
  height: 120px;
  position: absolute;
  top: 280px;
  right: 240px;
  z-index: 3;
  opacity: 0;
  transition: .2s ease-in-out;
}
.active .play-pause-btn{
  background-image: url(../img/pause-button.svg);
}
.welcome-video-sprite {
  background-image: url(../img/sprite-m.jpg);
  position: absolute;
  top: 0px;
  right: 0px;
  width: 600px;
  height: 600px;
  z-index: 2;
  background-repeat: repeat-x;
  background-position: 0 0;
}
.welcome-video.pressed #welcome-video {
  z-index: 2;
}
.welcome-video.pressed .welcome-video-sprite {
  z-index: 1;
}
.welcome-img {
  background-image: url(../img/welcome-img.png);
  width: 742px;
  height: 497px;
  position: absolute;
  top: 0;
  right: -135px;
}
.playlink{
  color: #858585;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  align-items: center;
  margin-top: 164px;
  position: relative;
  padding-right: 30px;
  height: 24px;
  display: inline-block;
}
.playlink-icon{
  width: 24px;
  height: 24px;
  margin-left: 8px;
  transition: 0.2s ease-in-out;
  position: absolute;
  top: -5px;
  right: 0;
}
.playlink:hover,
.playlink.hover{
  text-decoration: none;
  color: #ffffff;
}
#playlink-icon-play,
#playlink-icon-pause{
  position: absolute;
  top: 0;
  left: 0;
}
#playlink-icon-play{
  opacity: 1;
  z-index: 1;
}
#playlink-icon-pause{
  opacity: 0;
  z-index: -1;
}
.playlink.active #playlink-icon-pause{
  opacity: 1;
  z-index: 1;
}
.playlink.active #playlink-icon-play{
  opacity: 0;
  z-index: -1;
}
.playlink-icon-pause,
.playlink-icon-play{
  transition: 0.2s ease-in-out;
}
.playlink:hover .playlink-icon-pause,
.playlink.hover .playlink-icon-pause,
.playlink:hover .playlink-icon-play,
.playlink.hover .playlink-icon-play{
  fill: white;
}
/* .how */
.how{
  display: none;
}
.how-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.how-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: 55px;
  padding-bottom: 44px;
  position: relative;
}
.how-items-left {
  padding-right: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 300px;
  opacity: .6;
}
.how-items-sprite {
  opacity: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
}
.how-items-left-sprite {
  width: 64px;
  height: 70px;
  background-image: url(../img/face-1.png);
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 35px;
}
.how-items-title {
  color: #1b1b1b;
  font-family: "Rotonda C";
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
  opacity: 0;
}
.how-items-left .how-items-list li {
  text-align: right;
}
.how-items-list li {
  color: #353535;
  font-family: "PF Highway Sans Pro";
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 13px;
  opacity: 0;
}
.how-items-right {
  padding-left: 60px;
  width: 300px;
}
.how-items-right-sprite {
  width: 64px;
  height: 70px;
  background-image: url(../img/face-2.png);
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 35px;
}
.how-items-devider {
  height: calc(100% - 25px);
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.how-items-devider-dot {
  width: 8px;
  height: 8px;
  border: 2px solid #e4e8ee;
  border-radius: 50%;
}
.how-items-devider-line {
  width: 2px;
  height: 0;
  background-color: #e4e8ee;
  margin-left: 3px;
}
/* .portfolio */
.portfolio-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 57px;
}
.portfolio-item {
  width: 368px;
  margin-bottom: 40px;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.04);
  border-radius: 3px;
  border: 1px solid #e4e8ee;
  background-color: #ffffff;
}
.portfolio-item:hover {
  box-shadow: none;
}
.portfolio-item-img {
  background-repeat: no-repeat;
  background-position: 0 0;
  height: 276px;
}
.portfolio-item-body {
  padding: 20px;
}
.portfolio-item-title {
  color: #1b1b1b;
  font-family: "Rotonda C";
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 8px;
}
.portfolio-item-desc {
  color: #353535;
  font-family: "PF Highway Sans Pro";
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 16px;
}
.portfolio-item-info {
  color: #858585;
  font-family: "PF Highway Sans Pro";
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 16px;
}
.portfolio-item-link {
  color: #1b1b1b;
  font-family: "PF Highway Sans Pro";
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  position: relative;
}
.portfolio-item-link:after {
  content: "";
  background-image: url(../img/link-icon.svg);
  width: 14px;
  height: 14px;
  position: absolute;
  right: -22px;
  top: 0;
  transition: 0.2s ease-in-out;
}
.portfolio-item-line {
  margin-bottom: 18px;
  width: 40px;
  height: 2px;
  background-color: #e4e8ee;
}
.portfolio-item:hover .portfolio-item-link {
  color: #f13044;
  text-decoration: none;
}
.portfolio-item:hover .portfolio-item-link:after {
  background-image: url(../img/link-icon-active.svg);
}
.portfolio-item-origitea .portfolio-item-img {
  background-image: url(../img/screen-origitea.jpg);
}
.portfolio-item-atol .portfolio-item-img {
  background-image: url(../img/screen-atol.jpg);
}
.portfolio-item-purmo .portfolio-item-img {
  background-image: url(../img/screen-purmo.jpg);
}
.portfolio-item-flamefit .portfolio-item-img {
  background-image: url(../img/screen-flamefit.jpg);
}
.portfolio-item-macaronday .portfolio-item-img {
  background-image: url(../img/screen-macaronday.jpg);
}
.portfolio-item-vityazfight .portfolio-item-img {
  background-image: url(../img/screen-vityazfight.jpg);
}
.portfolio-more-btn {
  color: #c9cfd9;
  font-family: "PF Highway Sans Pro";
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  height: 54px;
  border-radius: 3px;
  border: 2px solid #e4e8ee;
  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;
  margin-top: 14px;
}
.portfolio-more-btn:hover {
  text-decoration: none;
  color: #1b1b1b;
}
/* .develop */
.develop-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.develop-blocks {
  margin-top: 56px;
}
.develop-block-heading {
  width: 370px;
  height: 56px;
  border-radius: 25px;
  border: 2px solid #e4e8ee;
  background-color: #ffffff;
  color: #1b1b1b;
  font-family: "PF Highway Sans Pro";
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  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;
  margin: 0 auto;
}
.develop-block-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 40px 0 60px;
  position: relative;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.develop-block-line {
  width: 2px;
  height: 0;
  background-color: #e4e8ee;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.develop-block-title {
  color: #1b1b1b;
  font-family: "Rotonda C";
  font-size: 20px;
  font-weight: 700;
  margin-top: 40px;
  opacity: 0;
}
.develop-block-list {
  margin-top: 24px;
}
.develop-block-list li {
  color: #353535;
  font-family: "PF Highway Sans Pro";
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 12px;
  opacity: 0;
}
.develop-block-left,
.develop-block-right {
  width: 325px;
}
.develop-block-left {
  padding-right: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  opacity: .6;
}
.develop-block-left .develop-block-title,
.develop-block-left li {
  text-align: right;
}
.develop-block-right {
  padding-left: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.develop-block-sprite {
  width: 96px;
  height: 68px;
  background-position: 0px 0px;
  background-size: cover;
  opacity: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
}
.develop .btn {
  margin: 0 auto;
}
.develop-analytics .develop-block-left .develop-block-sprite {
  background-image: url(../img/analytics-icon-1.png);
}
.develop-analytics .develop-block-right .develop-block-sprite {
  background-image: url(../img/analytics-icon-2.png);
}
.develop-design .develop-block-left .develop-block-sprite {
  background-image: url(../img/design-icon-1.png);
}
.develop-design .develop-block-right .develop-block-sprite {
  background-image: url(../img/design-icon-2.png);
}
.develop-start .develop-block-left .develop-block-sprite {
  background-image: url(../img/start-icon-1.png);
}
.develop-start .develop-block-right .develop-block-sprite {
  background-image: url(../img/start-icon-2.png);
}
/* .cost */
.cost {
  padding-bottom: 120px;
}
.cost-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 57px;
}
.cost-item {
  width: 368px;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.04);
  border-radius: 3px;
  border: 1px solid #e4e8ee;
  background-color: #ffffff;
  margin-right: 18px;
}
.cost-item:hover{
  text-decoration: none;
}
.cost-item:last-of-type {
  margin-right: 0;
}
.cost-item-img {
  height: 111px;
  border-radius: 2px 2px 0 0;
  background-color: #f5f8fa;
  padding: 22px;
}
.cost-item-sprite {
  width: 96px;
  height: 68px;
  background-position: 0px 0px;
  background-size: cover;
}
.cost-item:nth-of-type(1) .cost-item-sprite {
  background-image: url(../img/brief-icon.png);
  margin-left: -19px;
}
.cost-item:nth-of-type(2) .cost-item-sprite {
  background-image: url(../img/folder-icon.png);
  margin-left: -11px;
}
.cost-item:nth-of-type(3) .cost-item-sprite {
  background-image: url(../img/case-icon.png);
  margin-left: -11px;
}
.cost-item-text {
  padding: 20px;
  padding-top: 16px;
}
.cost-item-title {
  color: #1b1b1b;
  font-family: "Rotonda C";
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}
.cost-item-line {
  width: 40px;
  height: 2px;
  background-color: #e4e8ee;
  margin-top: 18px;
}
.cost-item-more-btn {
  color: #1b1b1b;
  font-family: "PF Highway Sans Pro";
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  margin-top: 16px;
  display: block;
}
.cost-item:hover {
  box-shadow: none;
}
.cost-item:hover .cost-item-more-btn {
  color: #f13044;
}
.cost-item-more-btn:hover {
  text-decoration: none;
}
.cost-item-list{
  margin-top: 16px;
  padding-left: 23px;
  list-style-type: disc;
}
.cost-item-list li{
  color: #353535;
  font-family: "PF Highway Sans Pro";
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 16px;
}
/* .test */
.test {
  background-color: #f5f8fa;
  padding-top: 64px;
  padding-bottom: 48px;
}
.test-block {
  margin-top: 56px;
  position: relative;
}
.test-path-items {
  padding: 0 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.test-path-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.test-path-item-val {
  width: 32px;
  height: 32px;
  border: 2px solid #e4e8ee;
  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;
  color: #d3d8df;
  font-family: "PF Highway Sans Pro";
  font-size: 16px;
  font-weight: 500;
  border-radius: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  background-color: #f5f8fa;
  z-index: 1;
}
.test-path-item:last-child {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}
.test-path-item:last-child .test-path-item-gray-line {
  display: none;
}
.test-path-item.active .test-path-item-val {
  border-color: #f13044;
  color: #f13044;
}
.test-path-item.past .test-path-item-val {
  background-color: #f13044;
  border-color: #f13044;
  color: #fff;
}
.test-path-item-gray-line {
  height: 2px;
  background-color: #e4e8ee;
  width: 100%;
  position: absolute;
  top: 15px;
  left: 0;
}
.test-path-item-red-line {
  height: 2px;
  background-color: #f13044;
  width: 0%;
  position: absolute;
  top: 15px;
  left: 0;
}
.test-questions-wrapper {
  position: relative;
  height: 368px;
  margin-top: 40px;
}
.test-questions {
  opacity: 0;
  text-align: center;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 0;
  transition: 0.2s ease-in-out;
}
.test-questions.active {
  opacity: 1;
  z-index: 1;
}
.test-question-title {
  color: #1b1b1b;
  font-family: "PF Highway Sans Pro";
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 24px;
}
.test-items {
  width: 370px;
  margin: 0 auto;
  min-height: 280px;
}
.test-items li {
  text-align: left;
  height: 56px;
  color: #1b1b1b;
  font-family: "PF Highway Sans Pro";
  font-size: 16px;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 24px;
  cursor: pointer;
  transition: .2s linear;
}
.test-items li:hover {
  background-color: #eaeff2;
  font-weight: 500;
}
.test-items li:hover:before {
  background-color: #f13044;
}
.test-items li:before {
  content: "";
  width: 12px;
  height: 12px;
  background-color: #eaeff2;
  margin-right: 24px;
  border-radius: 50%;
  transition: .2s linear;
}
.test-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 270px;
  min-height: 280px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  margin-top: 24px;
}
.test-form input {
  margin-bottom: 16px;
}
/* .reviews */
.reviews {
  padding-bottom: 125px;
}
.video-reviews-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 57px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.video-reviews-item {
  width: 370px;
  margin-bottom: 40px;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.04);
  border-radius: 3px;
  border: 1px solid #e4e8ee;
  background-color: #ffffff;
  cursor: pointer;
}
.video-reviews-item-img {
  height: 208px;
  background-size: cover;
  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;
}
.video-reviews-item-callbackhunter .video-reviews-item-img {
  background-image: url(../img/video-reviews-item-img1.jpg);
}
.video-reviews-item-young .video-reviews-item-img {
  background-image: url(../img/video-reviews-item-img2.jpg);
}
.video-reviews-item-origitea .video-reviews-item-img {
  background-image: url(../img/video-reviews-item-img3.jpg);
}
.video-reviews-item-420 .video-reviews-item-img {
  background-image: url(../img/video-reviews-item-img4.jpg);
}
.video-reviews-item-envybox .video-reviews-item-img {
  background-image: url(../img/video-reviews-item-img5.jpg);
}
.video-reviews-item-cerebro .video-reviews-item-img {
  background-image: url(../img/video-reviews-item-img6.jpg);
}
.video-reviews-item-desc {
  padding: 20px;
}
.video-reviews-item-title {
  color: #1b1b1b;
  font-family: "Rotonda C";
  font-size: 20px;
  font-weight: 700;
}
.video-reviews-item-subtitle {
  color: #353535;
  font-family: "PF Highway Sans Pro";
  font-size: 16px;
  font-weight: 400;
  margin-top: 8px;
}
.video-reviews-item-line {
  width: 40px;
  height: 2px;
  background-color: #e4e8ee;
  margin-top: 16px;
}
.video-reviews-item-more {
  color: #1b1b1b;
  font-family: "PF Highway Sans Pro";
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  margin-top: 18px;
  display: block;
  pointer-events: none;
}
.video-reviews-item:hover .video-reviews-item-more {
  color: #f13044;
  text-decoration: none;
}
.video-reviews-item-play-btn {
  width: 96px;
  height: 96px;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.04);
  border: 1px solid #e4e8ee;
  background-color: #ffffff;
  border-radius: 50%;
  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;
  opacity: 0;
  pointer-events: none;
}
.video-reviews-item-play-btn:after {
  content: "";
  background-image: url(../img/play-icon.svg);
  width: 19px;
  height: 22px;
  margin-left: 3px;
}
.video-reviews-item:hover {
  box-shadow: none;
}
.video-reviews-item:hover .video-reviews-item-play-btn {
  opacity: 1;
}
.text-reviews {
  margin-top: 15px;
}
.text-reviews-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.text-reviews-item {
  position: relative;
}
.text-reviews-item-img {
  width: 170px;
  height: 240px;
  display: block;
  border: 1px solid #e4e8ee;
  background-color: #ffffff;
}
.text-reviews-item-logo {
  width: 122px;
  height: 56px;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.04);
  border-radius: 3px;
  border: 1px solid #e4e8ee;
  background-color: #ffffff;
  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;
  margin: 0 auto;
  margin-top: -25px;
  position: relative;
}
.text-reviews-item-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(27, 27, 27, 0.02);
}
.text-reviews-item:hover .text-reviews-item-logo {
  box-shadow: none;
}
.text-reviews-item:hover .text-reviews-item-overlay {
  background-color: transparent;
}
/* .consultation */
.consultation {
  background-color: #000;
  padding-top: 48px;
  padding-bottom: 90px;
  height: 600px;
}
.consultation-inner {
  position: relative;
}
.consultation-inner,
.consultation .welcome-title,
.consultation .list,
.consultation-btn{
  position: relative;
  z-index: 111;
}
.consultation-video {
  position: absolute;
  top: -48px;
  right: 0;
}
.consultation .list {
  margin-bottom: 40px;
  max-width: 600px;
}
.list li {
  color: #f4f4f4;
  font-family: "PF Highway Sans Pro";
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 4px;
  position: relative;
  padding-left: 35px;
}
.list li:before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: white;
  position: absolute;
  top: 13px;
  left: 14px;
}
.consultation-img {
  background-image: url(../img/consultation-img.png);
  width: 370px;
  height: 560px;
  position: absolute;
  bottom: -90px;
  right: 100px;
  display: none;
}
.consultation-img-caption {
  width: 170px;
  height: 56px;
  border-radius: 3px;
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  bottom: 90px;
  left: 68px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.consultation-img-caption p:nth-of-type(1) {
  color: #ffffff;
  font-family: "Rotonda C";
  font-size: 18px;
  font-weight: 700;
}
.consultation-img-caption p:nth-of-type(2) {
  color: #ffffff;
  font-family: "PF Highway Sans Pro";
  font-size: 16px;
  font-weight: 400;
}
.consultation .welcome-title {
  max-width: 670px;
}
.consultation-video-sprite {
  background-image: url(../img/sprite-d.jpg);
  position: absolute;
  top: 0px;
  right: 0px;
  width: 650px;
  height: 600px;
  z-index: 2;
  background-repeat: repeat-x;
  background-position: 0 0;
}
.consultation-video.pressed #consultation-video {
  z-index: 2;
}
.consultation-video.pressed .consultation-video-sprite {
  z-index: 1;
}
.consultation-video:hover .play-pause-btn{
  opacity: 1;
}
#consultation-video {
  z-index: 1;
  position: relative;
}
.play-pause-btn {
  background-image: url(../img/play-button.svg);
  width: 120px;
  height: 120px;
  position: absolute;
  top: 280px;
  right: 240px;
  z-index: 3;
  opacity: 0;
  transition: .2s ease-in-out;
}
.active .play-pause-btn{
  background-image: url(../img/pause-button.svg);
}
.consultation .playlink{
  position: absolute;
  bottom: -110px;
  left: 0;
  margin: 0;
}
   
/* staff */
.staff-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 56px;
}
.staff-img {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}
.staff-item {
  width: 270px;
  height: 270px;
  margin-bottom: 40px;
  display: block;
}
.staff-item-wide {
  width: 570px;
}
/* .other */
.other {
  padding-top: 80px;
}
.other-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 57px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.other-item {
  width: 370px;
  margin-bottom: 40px;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.04);
  border-radius: 3px;
  border: 1px solid #e4e8ee;
  background-color: #ffffff;
  padding: 24px;
}
.other-item:hover{
  text-decoration: none;
}
.other-item-title {
  color: #1b1b1b;
  font-family: "Rotonda C";
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
}
.other-item-subtitle {
  color: #353535;
  font-family: "PF Highway Sans Pro";
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  margin-top: 8px;
}
.other-item-line {
  width: 40px;
  height: 2px;
  background-color: #e4e8ee;
  margin-top: 16px;
}
.other-item-more {
  color: #1b1b1b;
  font-family: "PF Highway Sans Pro";
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  margin-top: 18px;
  display: block;
}
.other-item:hover .other-item-more {
  color: #f13044;
  text-decoration: none;
}
.other-item:hover {
  box-shadow: none;
}
.other .btn {
  margin: 0 auto;
  margin-top: 16px;
}
/* .footer */
.footer {
  background-color: #000000;
  margin-top: 120px;
  position: relative;
}
.footer-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 21px 0;
  position: relative;
  z-index: 1;
  background-color: #000;
}
.footer-policy a {
  color: #ffffff;
  font-family: "PF Highway Sans Pro";
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-transform: uppercase;
  letter-spacing: 0.6px;
}
.footer-rights {
  color: #858585;
  font-family: "PF Highway Sans Pro";
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}
.footer-phone a {
  color: #ffffff;
  font-family: "Rotonda C";
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  text-align: right;
}
.footer-email {
  text-align: right;
}
.footer-email a {
  color: #858585;
  font-family: "PF Highway Sans Pro";
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}
.footer-center {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 0;
}
.footer-center a {
  width: 48px;
  height: 56px;
  border-radius: 5px 5px 0 0;
  margin-right: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer-center a:last-of-type {
  margin-right: 0;
}
.footer-vk {
  background-color: #4a76a8;
}
.footer-vk i {
  background-image: url(../img/vkontakte.svg);
  width: 34px;
  height: 20px;
  margin-top: 14px;
}
.footer-fb {
  background-color: #4267b2;
}
.footer-fb i {
  background-image: url(../img/facebook.svg);
  width: 13px;
  height: 26px;
  margin-top: 11px;
}
.footer-yo {
  background-color: #ff0100;
}
.footer-yo i {
  background-image: url(../img/youtube.png);
  width: 18px;
  height: 22px;
  margin-right: -4px;
  margin-top: 13px;
}
.footer-center a:hover {
  margin-top: -8px;
}
/* popups */
.popup {
  display: none;
}
.popup .section-subtitle {
  margin-bottom: 16px;
}
.popup-custom-close {
  color: #c9cfd9;
  font-family: "PF Highway Sans Pro";
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  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;
  margin: 0 auto;
  width: 100%;
  margin-left: 16px;
  height: 56px;
  border-radius: 3px;
  border: 2px solid #e4e8ee;
}
.thank-you-popup .popup-custom-close,
.detail-popup .popup-custom-close {
  width: 167px;
  margin: 0 auto;
  margin-top: 16px;
}
.popup-custom-close:hover {
  color: #000;
  text-decoration: none;
}
.fancybox-slide > div {
  padding: 60px 24px 115px;
  width: 770px;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.04);
  border-radius: 3px;
  background-color: #ffffff;
}
.fancybox-close-small {
  display: none;
}
.popup-form {
  max-width: 370px;
  margin: 0 auto;
  margin-top: 56px;
}
.popup-form input {
  width: 100%;
  margin-bottom: 16px;
  border-color: #cacaca;
}
.popup-form-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.popup-form-buttons .btn{
  min-width: 186px;
}
.detail-popup p {
  margin-bottom: 16px;
  font-size: 16px;
  font-family: "PF Highway Sans Pro";
}
/* responsive */
.owl-dots {
  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;
  width: 96px;
  margin: 0 auto;
  margin-top: 32px;
  -webkit-transform: translateX(-5px);
          transform: translateX(-5px);
}
.owl-dot {
  width: 100%;
  height: 8px;
  border-radius: 4px;
  background-color: #bac4d1;
  z-index: 0;
  margin-left: -5px;
}
.owl-dot.active {
  z-index: 1;
  background-color: #02295d;
}

.detail-popup .popup-form .popup-custom-close{
  margin-top: 0;
  margin-right: 0;
}
.detail-popup .popup-form{
  margin-top: 30px;
}
.popup-form-title{
  color: #1b1b1b;
  font-family: "Rotonda C";
  font-size: 26px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 0;
  margin-top: 30px;
}
.thank-you-popup-social{
  top: auto;
  bottom: -10px;
}
.thank-you-popup .popup-custom-close{
  margin-top: 30px;
}
.fancybox-slide > div{
  overflow: hidden;
}
.form-address{
  position: absolute;
  opacity: 0;
  left: -999px;
}
.fancybox-slide > div{
  height: auto;
}
#policy-popup{
  height: auto;
}
#policy-popup p{
  margin-bottom: 16px;
}
#policy-popup .popup-custom-close{
  width: 167px;
  margin: 0 auto;
  margin-top: 30px;
}
.detail-popup-desc{
  max-width: 600px;
  margin: 0 auto;
}