<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
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,
table, caption, tbody, tfoot, thead, tr, th, td,
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; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  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; }

a {
  text-decoration: none; }

img {
  max-width: 100%; }

.clearfix::after {
  content: "";
  display: table;
  clear: both; }

@font-face {
  font-family: 'RobotoBlack';
  src: url("../fonts/Roboto-Black.woff2") format("woff2"), url("../fonts/Roboto-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal; }

@font-face {
  font-family: 'RobotoBold';
  src: url("../fonts/Roboto-Bold.woff2") format("woff2"), url("../fonts/Roboto-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'RobotoReg';
  src: url("../fonts/Roboto-Regular.woff2") format("woff2"), url("../fonts/Roboto-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'RobotoLight';
  src: url("../fonts/Roboto-Light.woff2") format("woff2"), url("../fonts/Roboto-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'RobotoMed';
  src: url("../fonts/Roboto-Medium.woff2") format("woff2"), url("../fonts/Roboto-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

html, body {
  font-size: 16px; }

.head {
  height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

.header {
  position: relative;
  background-color: #fff;
  height: 120px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }
  .header__logo {
    display: inline-block;
    width: 150px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
    .header__logo svg {
      max-width: 100%; }

.header_scroll {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  -webkit-box-shadow: 5px 0 25px 7px rgba(0, 0, 0, 0.2);
          box-shadow: 5px 0 25px 7px rgba(0, 0, 0, 0.2); }

.nav-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .nav-list__item {
    margin-right: 55px; }
    .nav-list__item:last-child {
      margin-right: 65px; }
  .nav-list__link {
    font-family: "RobotoReg", Arial, sans-serif;
    font-size: 2.1875rem;
    color: #333333;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
    .nav-list__link_blue {
      color: #3d54ff; }
    .nav-list__link:hover {
      color: #db0006; }

.hamburger {
  display: none;
  width: 40px;
  height: 36px;
  position: absolute;
  right: 10px;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
      transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer; }
  .hamburger span {
    display: block;
    position: absolute;
    height: 6px;
    width: 100%;
    background: #3d54ff;
    -webkit-border-radius: 9px;
            border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out; }

.hamburger span:nth-child(1) {
  top: 0px; }

.hamburger span:nth-child(2) {
  top: 14px; }

.hamburger span:nth-child(3) {
  top: 28px; }

.hamburger.open span:nth-child(1) {
  top: 18px;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
      transform: rotate(135deg); }

.hamburger.open span:nth-child(2) {
  opacity: 0;
  left: -60px; }

.hamburger.open span:nth-child(3) {
  top: 18px;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
      transform: rotate(-135deg); }

.head-content {
  position: relative;
  height: -webkit-calc(100vh - 120px);
  height: calc(100vh - 120px);
  background-color: #0027E6;
  overflow: hidden; }
  .head-content__bg {
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    left: 0; }
    .head-content__bg_1 {
      z-index: 1;
      background: url("../img/bg-1_1.jpg") center center no-repeat; }
    .head-content__bg_2 {
      background: url("../img/bg-1_2.jpg") center center no-repeat;
      opacity: 0;
      -webkit-animation: fade-full 3s linear infinite forwards;
              animation: fade-full 3s linear infinite forwards;
      z-index: 2; }

.head-content-text {
  position: absolute;
  top: 50%;
  left: 8.92857%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 3; }
  .head-content-text .h1 {
    -webkit-animation: slide-left 0.7s 0.7s linear forwards;
            animation: slide-left 0.7s 0.7s linear forwards;
    -webkit-transform: translateX(-15%);
        -ms-transform: translateX(-15%);
            transform: translateX(-15%);
    opacity: 0; }
  .head-content-text .subheading {
    margin: 75px 0;
    -webkit-animation: slide-left 0.7s 0.9s linear forwards;
            animation: slide-left 0.7s 0.9s linear forwards;
    -webkit-transform: translateX(-15%);
        -ms-transform: translateX(-15%);
            transform: translateX(-15%);
    opacity: 0; }
  .head-content-text .button {
    margin-bottom: 34px;
    -webkit-animation: slide-left 0.7s 1.1s linear forwards;
            animation: slide-left 0.7s 1.1s linear forwards;
    -webkit-transform: translateX(-15%);
        -ms-transform: translateX(-15%);
            transform: translateX(-15%);
    opacity: 0; }
  .head-content-text .vertical-centering {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-animation: slide-left 0.5s 1.3s linear forwards;
            animation: slide-left 0.5s 1.3s linear forwards;
    -webkit-transform: translateX(-15%);
        -ms-transform: translateX(-15%);
            transform: translateX(-15%);
    opacity: 0; }
  .head-content-text .text {
    margin-right: 18px;
    color: #fff; }

.h1 {
  font-family: "RobotoBold", Arial, sans-serif;
  font-size: 6.875rem;
  color: #fff;
  line-height: 1.2; }

.subheading {
  font-family: "RobotoLight", Arial, sans-serif;
  font-size: 2.5rem;
  color: #fff;
  line-height: 1.3; }
  .subheading .bold {
    font-family: "RobotoBold", Arial, sans-serif; }

.text {
  font-family: "RobotoReg", Arial, sans-serif;
  font-size: 1.7rem;
  line-height: 1.5; }

.button {
  display: inline-block;
  padding: 40px 47px;
  background-color: #db0006;
  font-family: "RobotoBold", Arial, sans-serif;
  font-size: 2.5rem;
  color: #fff;
  border: none;
  -webkit-border-radius: 75px;
          border-radius: 75px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }
  .button_blue {
    background-color: #3d54ff; }
  .button:hover {
    background-color: #c1295a; }

.vertical-centering {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.head-phone {
  z-index: 10;
  position: absolute;
  bottom: -120px;
  right: 5%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-transform: rotate(-45deg) scale(0.7);
      -ms-transform: rotate(-45deg) scale(0.7);
          transform: rotate(-45deg) scale(0.7); }
  .head-phone .small-phone {
    margin-right: 60px;
    opacity: 0;
    -webkit-transform: translateY(-100px);
        -ms-transform: translateY(-100px);
            transform: translateY(-100px); }
  .head-phone .big-phone {
    display: inline-block;
    position: relative; }
  .head-phone .ball {
    position: absolute;
    width: 50px;
    top: 320px;
    right: -95px;
    opacity: 0; }

.small-phone-anim-in {
  -webkit-animation: phone-slide-top 0.5s 0.1s linear forwards;
          animation: phone-slide-top 0.5s 0.1s linear forwards; }

.ball-anim-in {
  -webkit-animation: ball-resize 9s 4s infinite;
          animation: ball-resize 9s 4s infinite; }

.time {
  position: absolute;
  top: 120px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
  font-family: "RobotoLight", Arial, sans-serif;
  font-size: 5rem;
  color: #797f7f; }

.big-phone-list {
  width: 100%;
  position: absolute;
  top: 315px;
  left: 75px; }

.big-phone-list__item {
  position: relative;
  width: 575px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px 0 30px 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  margin-bottom: 35px;
  opacity: 0; }
  .big-phone-list__item:last-child {
    margin-bottom: 0; }
  .big-phone-list__item_2 {
    -webkit-transform: translateY(-220px);
        -ms-transform: translateY(-220px);
            transform: translateY(-220px); }
  .big-phone-list__item_3 {
    -webkit-transform: translateY(-440px) scale(0);
        -ms-transform: translateY(-440px) scale(0);
            transform: translateY(-440px) scale(0); }
  .big-phone-list__item .img {
    width: 135px;
    height: 135px;
    background: url(../img/sprite_1.png) no-repeat;
    background-position: 0 0;
    margin-right: 30px; }
    .big-phone-list__item .img_2 {
      background-position: 0 -226px; }
    .big-phone-list__item .img_3 {
      background-position: 0 -452px; }
  .big-phone-list__item svg {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 17px;
    height: 17px;
    fill: #bababa; }
  .big-phone-list__item .text-block {
    width: 59.13043%; }
  .big-phone-list__item .heading {
    font-family: "RobotoBold", Arial, sans-serif;
    font-size: 1.875rem;
    margin-bottom: 15px; }
  .big-phone-list__item .text {
    font-size: 1.3125rem;
    margin-bottom: 25px; }
  .big-phone-list__item .link {
    color: #7f7f7f;
    font-family: "RobotoBold", Arial, sans-serif;
    font-size: 1.125rem; }

.push-1-anim-in {
  -webkit-animation: phone-slide-bottom-1 9s 1.8s linear infinite forwards;
          animation: phone-slide-bottom-1 9s 1.8s linear infinite forwards; }

.push-2-anim-in {
  -webkit-animation: phone-slide-bottom-2 9s 1.8s linear infinite forwards;
          animation: phone-slide-bottom-2 9s 1.8s linear infinite forwards; }

.push-3-anim-in {
  -webkit-animation: phone-slide-bottom-3 9s 1.8s linear infinite forwards;
          animation: phone-slide-bottom-3 9s 1.8s linear infinite forwards; }

.section-heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 54px; }
  .section-heading .stick {
    width: 12px;
    background-color: #db0006; }
  .section-heading h2 {
    font-family: "RobotoBlack", Arial, sans-serif;
    font-size: 3rem;
    color: #333;
    text-transform: uppercase; }
  .section-heading .h2-wrap {
    overflow: hidden; }

.about {
  padding: 90px 0 100px 0; }
  .about .section-heading {
    margin-bottom: 110px; }

.about-list-wrap {
  width: 64.21429%;
  margin: 0 auto;
  height: 1075px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.about-list {
  width: 33.333%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  border: 1px solid #e9f6fe;
  border-right: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden; }
  .about-list:last-child {
    border-right: 1px solid #e9f6fe; }
  .about-list__item {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-bottom: 1px solid #e9f6fe;
    height: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-transition: all 1s;
    transition: all 1s; }
    .about-list__item:last-child {
      border-bottom: 0; }
    .about-list__item svg {
      fill: none;
      stroke: #3d54ff;
      width: 190px;
      height: 200px;
      margin-bottom: 45px;
      -webkit-transition: all 1s;
      transition: all 1s; }
    .about-list__item .text {
      text-align: center;
      -webkit-transition: all 1s;
      transition: all 1s; }
    .about-list__item:hover {
      background-color: #db0006; }
      .about-list__item:hover svg {
        stroke: #fff; }
      .about-list__item:hover .text {
        color: #fff; }
  .about-list__item_active {
    background-color: #db0006;
    height: 60%; }
    .about-list__item_active svg {
      stroke: #fff; }
    .about-list__item_active .text {
      color: #fff; }
  .about-list__item_small {
    height: 40%; }

.teaser {
  padding-top: 90px;
  background: -webkit-gradient(linear, left top, left bottom, from(#F7060C), color-stop(30%, #6590FF), color-stop(60%, #fff));
  background: linear-gradient(to bottom, #F7060C, #6590FF 30%, #fff 60%); }
  .teaser_container {
    width: 81.78571%;
    margin: 0 auto;
    height: 100%; }
  .teaser .section-heading {
    margin-bottom: 150px; }
    .teaser .section-heading .stick {
      background-color: #fff; }
    .teaser .section-heading h2 {
      color: #fff; }

.teaser-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 160px; }
  .teaser-top-text {
    position: relative;
    width: 42.79476%; }
  .teaser-top-text__text {
    font-family: "RobotoLight", Arial, sans-serif;
    font-size: 5.75rem;
    margin-top: 140px;
    margin-left: 23%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    color: #fff;
    text-transform: uppercase;
    line-height: 1.1;
    white-space: nowrap; }
    .teaser-top-text__text span {
      font-family: "RobotoBlack", Arial, sans-serif; }
  .teaser-top-text__text_big {
    position: absolute;
    top: 342px;
    right: -12%;
    color: #fff;
    background: -webkit-gradient(linear, left top, right top, from(#fff), color-stop(80%, #F5E5FF));
    background: linear-gradient(to right, #fff 0%, #F5E5FF 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: "RobotoBlack", Arial, sans-serif;
    font-size: 13.75rem; }
  .teaser-top-text__line {
    position: absolute;
    top: 416px;
    width: 112%;
    height: 5px;
    background-color: #F5E5FF;
    z-index: 2; }
  .teaser-top__image {
    width: 51.96507%; }

.teaser-bottom, .teaser-bottom_mobile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 82.14286%;
  margin: 0 auto;
  padding-bottom: 108px;
  border-bottom: 1px solid #e7eef0; }
  .teaser-bottom__left, .teaser-bottom_mobile__left {
    position: relative;
    padding-left: 17.3913%;
    margin-right: 9.34783%; }
  .teaser-bottom__right, .teaser-bottom_mobile__right {
    width: 42.17391%;
    display: none; }
    .teaser-bottom__right_active, .teaser-bottom_mobile__right_active {
      display: block; }
  .teaser-bottom__heading, .teaser-bottom_mobile__heading {
    font-family: "RobotoBold", Arial, sans-serif;
    font-size: 5.625rem;
    margin-bottom: 50px; }
  .teaser-bottom .subheading, .teaser-bottom_mobile .subheading {
    color: #000; }
  .teaser-bottom .button, .teaser-bottom_mobile .button {
    margin-top: 65px;
    padding-left: 120px;
    padding-right: 120px;
    font-family: "RobotoMed", Arial, sans-serif; }

.teaser-name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px; }
  .teaser-name svg {
    height: 48px;
    width: 38px;
    fill: none;
    stroke: #3d54ff;
    margin-right: 22px; }
  .teaser-name__name {
    font-family: "RobotoBold", Arial, sans-serif;
    font-size: 2.25rem;
    color: #3d54ff; }

.teaser-bottom_mobile {
  width: 580px;
  display: none;
  padding-bottom: 50px; }
  .teaser-bottom_mobile .teaser-name {
    margin-bottom: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .teaser-bottom_mobile .teaser-name__name {
      color: #0042ad; }
    .teaser-bottom_mobile .teaser-name svg {
      stroke: #0042ad;
      margin-right: 10px; }
  .teaser-bottom_mobile .teaser-bottom__heading {
    font-family: "RobotoBold", Arial, sans-serif;
    font-size: 2rem;
    margin-bottom: 10px; }
  .teaser-bottom_mobile .subheading {
    color: #000; }
  .teaser-bottom_mobile .button {
    margin-top: 0px;
    padding-left: 60px;
    padding-right: 60px;
    font-family: "RobotoMed", Arial, sans-serif; }
  .teaser-bottom_mobile .slick-dots {
    position: absolute;
    bottom: -40px;
    width: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .teaser-bottom_mobile .slick-dots li {
      margin: 0 7px;
      background-color: #CCCCCC;
      -webkit-border-radius: 50%;
              border-radius: 50%;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      width: 15px;
      height: 15px; }
    .teaser-bottom_mobile .slick-dots button {
      position: relative;
      background-color: #CCCCCC;
      border: none;
      -webkit-border-radius: 50%;
              border-radius: 50%;
      width: 15px;
      height: 15px;
      outline: none;
      content: " "; }
    .teaser-bottom_mobile .slick-dots .slick-active button {
      background-color: #333333; }

.teaser-bottom-slider {
  text-align: center; }

.teaser-phone_mobile {
  -webkit-border-radius: 30px;
          border-radius: 30px;
  width: 400px;
  height: 300px;
  margin: 30px auto;
  -webkit-box-shadow: 0px 5px 15px 7px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 5px 15px 7px rgba(0, 0, 0, 0.15);
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s; }
  .teaser-phone_mobile_1 {
    background: url(../img/push.jpg) no-repeat;
    background-size: cover; }
  .teaser-phone_mobile_2 {
    background: url(../img/widget.jpg) no-repeat;
    background-size: cover; }
  .teaser-phone_mobile_3 {
    background: url(../img/smartfeed.jpg) no-repeat;
    background-size: cover; }

.teaser-phone {
  position: relative;
  z-index: 2;
  margin-bottom: 40px; }
  .teaser-phone__content {
    width: 94.94949%;
    height: 900px;
    position: absolute;
    top: 120px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    background: url(../img/widget.jpg) no-repeat;
    -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s;
    background-size: cover;
    -webkit-border-radius: 40px;
            border-radius: 40px; }

.teaser-dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .teaser-dots__item {
    width: 20px;
    height: 20px;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    background-color: #CCCCCC;
    margin-right: 15px; }
    .teaser-dots__item:last-child {
      margin-right: 0; }
    .teaser-dots__item_active {
      background-color: #000; }

.teaser-prev, .teaser-next {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  cursor: pointer;
  left: 0; }
  .teaser-prev span, .teaser-next span {
    max-width: 50%;
    margin-right: 20px;
    font-family: "RobotoBold", Arial, sans-serif;
    font-size: 2.25rem;
    text-align: center; }

.teaser-prev {
  width: 480px;
  top: 350px; }
  .teaser-prev:hover .teaser-prev__icon {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1); }
  .teaser-prev__icon {
    width: 280px;
    height: 280px;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    background-color: #FFD5DA;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transition: all 0.2s;
    transition: all 0.2s; }
    .teaser-prev__icon svg {
      -webkit-transform: rotate(90deg);
          -ms-transform: rotate(90deg);
              transform: rotate(90deg);
      width: 60px;
      fill: #fff; }

.teaser-next {
  width: 440px;
  top: 650px; }
  .teaser-next:hover .teaser-next__icon {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1); }
  .teaser-next__icon {
    width: 165px;
    height: 165px;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    background-color: #C3E3FB;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transition: all 0.2s;
    transition: all 0.2s; }
    .teaser-next__icon svg {
      -webkit-transform: rotate(-90deg);
          -ms-transform: rotate(-90deg);
              transform: rotate(-90deg);
      width: 37px;
      fill: #fff; }

.preference {
  padding: 90px 0 130px 0; }
  .preference .section-heading {
    margin-bottom: 125px; }

.preference-list {
  width: 82.14286%;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.preference-list__item {
  position: relative;
  width: 24.34783%;
  height: 660px;
  padding: 70px 45px 50px 70px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  -webkit-border-radius: 20px;
          border-radius: 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }
  .preference-list__item:hover {
    background-color: #db0006; }
    .preference-list__item:hover .preference-list__icon {
      opacity: 0; }
  .preference-list__item .heading {
    font-family: "RobotoBold", Arial, sans-serif;
    font-size: 2.5rem;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 35px;
    line-height: 1.2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .preference-list__item .text {
    color: #fff;
    line-height: 1.5; }

.preference-list__icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  stroke: #3d54ff;
  fill: none;
  z-index: 2;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }
  .preference-list__icon_mobile {
    display: none;
    position: static;
    width: 50px;
    height: 50px;
    stroke: #fff;
    stroke-width: 5px;
    margin-right: 15px;
    fill: none; }

.push {
  background: url(../img/bg-2.jpg) center center no-repeat;
  background-size: cover;
  padding-top: 90px; }
  .push__heading {
    color: #fff;
    font-family: "RobotoMed", Arial, sans-serif;
    font-size: 3rem;
    margin-bottom: 100px;
    text-align: center;
    line-height: 1.3; }
  .push-content {
    max-width: 1515px;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .push .subheading {
    margin-bottom: 65px;
    color: #fff; }
  .push .text {
    color: #fff;
    font-family: "RobotoLight", Arial, sans-serif; }

.push-phone-wrap {
  position: relative; }

.push-phone {
  display: block; }

.push-ball {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 17.29323%;
  right: 18.77551%;
  -webkit-animation: push-ball-resize 1.2s linear infinite forwards;
          animation: push-ball-resize 1.2s linear infinite forwards; }

.how {
  padding: 90px 0 195px 0;
  background: url(../img/bg-3.jpg) center center no-repeat;
  background-size: cover; }
  .how .section-heading {
    margin-bottom: 125px; }

.how-list {
  width: 1515px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.how-list__item {
  width: 325px; }
  .how-list__item p {
    width: 98%;
    margin: 0 auto;
    font-family: "RobotoMed", Arial, sans-serif;
    font-size: 1.75rem;
    line-height: 1.3;
    text-align: center; }
  .how-list__item .img-wrap {
    position: relative;
    margin-bottom: 55px; }
  .how-list__item .big-ball {
    position: absolute;
    top: 35px;
    left: -45px;
    width: 90px;
    height: 90px; }
  .how-list__item .img-scroll-content {
    width: 93.84615%;
    height: 670px;
    -webkit-border-radius: 25px;
            border-radius: 25px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background: url(../img/Group-16.jpg) no-repeat;
    background-size: cover;
    -webkit-animation-delay: 2.5s;
            animation-delay: 2.5s;
    -webkit-animation-duration: 2s;
            animation-duration: 2s; }
  .how-list__item .arrow-first, .how-list__item .arrow-second {
    fill: none;
    stroke: #3d54ff;
    width: 33.23077%;
    position: absolute;
    top: 50%;
    right: -55%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }

.publishers {
  padding-top: 90px; }
  .publishers .section-heading {
    margin-bottom: 75px; }

.publishers-list {
  position: relative;
  margin: 0 auto;
  width: 2000px;
  height: 880px; }

.publishers-list__item {
  position: relative;
  height: 100%; }
  .publishers-list__item img {
    position: absolute;
    bottom: 0; }

.order {
  position: relative;
  height: 1720px;
  background: url(../img/bg-4.jpg) center center no-repeat;
  background-size: cover;
  overflow: hidden; }

.order-phone {
  z-index: 10;
  position: absolute;
  top: 300px;
  left: -5%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transform: rotate(-45deg) scale(0.8);
      -ms-transform: rotate(-45deg) scale(0.8);
          transform: rotate(-45deg) scale(0.8); }
  .order-phone .small-phone {
    opacity: 0;
    -webkit-transform: translateY(-100px);
        -ms-transform: translateY(-100px);
            transform: translateY(-100px); }
  .order-phone .big-phone {
    display: inline-block;
    position: relative;
    margin-right: 150px; }
  .order-phone .big-phone-list__item .img {
    background-image: url(../img/sprite_2.png); }
  .order-phone .ball {
    position: absolute;
    width: 50px;
    top: 320px;
    right: -95px;
    opacity: 0; }

.order-content-text {
  position: absolute;
  top: 50%;
  right: 280px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%); }
  .order-content-text .subheading {
    margin: 50px 0 70px 0; }
  .order-content-text .vertical-centering {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .order-content-text .text {
    margin-right: 18px;
    color: #fff; }

.order-form {
  position: relative;
  padding: 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  -webkit-border-radius: 75px;
          border-radius: 75px;
  background-color: #fff;
  margin-bottom: 40px; }
  .order-form .button {
    padding: 24px 44px;
    font-size: 2.5rem;
    font-family: "RobotoMed", Arial, sans-serif;
    cursor: pointer;
    z-index: 2; }

.footer {
  padding: 175px 0 180px 0; }
  .footer__container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 76.78571%;
    margin: 0 auto; }

.footer__nav-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }
  .footer__nav-list .nav-list__item {
    margin-right: 0;
    margin-bottom: 40px; }
    .footer__nav-list .nav-list__item:last-child {
      margin-bottom: 0; }
  .footer__nav-list .nav-list__link {
    font-size: 2.25rem; }

.footer__heading {
  font-family: "RobotoLight", Arial, sans-serif;
  font-size: 3rem;
  margin-bottom: 105px; }
  .footer__heading_mt {
    margin-top: 105px; }

.footer__text {
  font-family: "RobotoBold", Arial, sans-serif;
  font-size: 1.5625rem;
  line-height: 1.7; }

.social-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .social-list__item {
    margin-right: 55px; }
    .social-list__item:last-child {
      margin-right: 0; }
  .social-list svg {
    fill: #3d54ff;
    width: 37px;
    height: 37px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
    .social-list svg:hover {
      fill: #db0006; }

.united {
  padding: 160px 0 110px 0;
  background: url("../img/united-bg.jpg") center center no-repeat;
  background-size: cover;
  background-color: #FF8081; }
  .united__container {
    max-width: 560px;
    margin: 0 auto;
    text-align: center;
    overflow: hidden; }
  .united__heading {
    font-family: "RobotoMed", Arial, sans-serif;
    font-size: 64px;
    color: #fff;
    margin-bottom: 70px;
    line-height: 1.3; }
  .united__text {
    font-family: "RobotoBold", Arial, sans-serif;
    margin-bottom: 40px; }
  .united__subheading {
    margin-bottom: 70px; }
  .united__button {
    font-size: 2rem; }

.copy {
  margin-top: 175px;
  font-family: "RobotoReg", Arial, sans-serif;
  font-size: 2.25rem;
  line-height: 1.7; }

@-webkit-keyframes fade-full {
  from {
    opacity: 0; }
  50% {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes fade-full {
  from {
    opacity: 0; }
  50% {
    opacity: 1; }
  to {
    opacity: 0; } }

@-webkit-keyframes slide-left {
  from {
    opacity: 0;
    -webkit-transform: translateX(-15%);
            transform: translateX(-15%); }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

@keyframes slide-left {
  from {
    opacity: 0;
    -webkit-transform: translateX(-15%);
            transform: translateX(-15%); }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

@-webkit-keyframes ball-resize {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1; }
  10% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    opacity: 1; }
  20% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1; }
  30% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    opacity: 1; }
  40% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1; }
  50% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    opacity: 1; }
  60% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1; }
  70% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    opacity: 1; }
  75% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    opacity: 1; }
  76% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0; }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0; } }

@keyframes ball-resize {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1; }
  10% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    opacity: 1; }
  20% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1; }
  30% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    opacity: 1; }
  40% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1; }
  50% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    opacity: 1; }
  60% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1; }
  70% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    opacity: 1; }
  75% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    opacity: 1; }
  76% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0; }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0; } }

@-webkit-keyframes push-ball-resize {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  50% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes push-ball-resize {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  50% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@-webkit-keyframes phone-slide-bottom-3 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0); }
  25% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes phone-slide-bottom-3 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0); }
  25% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

@-webkit-keyframes phone-slide-bottom-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-220px) scale(0);
            transform: translateY(-220px) scale(0); }
  15% {
    opacity: 1;
    -webkit-transform: translateY(-220px) scale(1);
            transform: translateY(-220px) scale(1); }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-220px) scale(1);
            transform: translateY(-220px) scale(1); }
  25% {
    opacity: 0.7;
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1); }
  100% {
    opacity: 0.7;
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1); } }

@keyframes phone-slide-bottom-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-220px) scale(0);
            transform: translateY(-220px) scale(0); }
  15% {
    opacity: 1;
    -webkit-transform: translateY(-220px) scale(1);
            transform: translateY(-220px) scale(1); }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-220px) scale(1);
            transform: translateY(-220px) scale(1); }
  25% {
    opacity: 0.7;
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1); }
  100% {
    opacity: 0.7;
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1); } }

@-webkit-keyframes phone-slide-bottom-1 {
  0% {
    opacity: 1;
    -webkit-transform: translateY(-440px) scale(0);
            transform: translateY(-440px) scale(0); }
  5% {
    opacity: 1;
    -webkit-transform: translateY(-440px) scale(1);
            transform: translateY(-440px) scale(1); }
  10% {
    opacity: 1;
    -webkit-transform: translateY(-440px) scale(1);
            transform: translateY(-440px) scale(1); }
  15% {
    opacity: 0.7;
    -webkit-transform: translateY(-220px);
            transform: translateY(-220px); }
  20% {
    opacity: 0.7;
    -webkit-transform: translateY(-220px);
            transform: translateY(-220px); }
  25% {
    opacity: 0.4;
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  100% {
    opacity: 0.4;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@keyframes phone-slide-bottom-1 {
  0% {
    opacity: 1;
    -webkit-transform: translateY(-440px) scale(0);
            transform: translateY(-440px) scale(0); }
  5% {
    opacity: 1;
    -webkit-transform: translateY(-440px) scale(1);
            transform: translateY(-440px) scale(1); }
  10% {
    opacity: 1;
    -webkit-transform: translateY(-440px) scale(1);
            transform: translateY(-440px) scale(1); }
  15% {
    opacity: 0.7;
    -webkit-transform: translateY(-220px);
            transform: translateY(-220px); }
  20% {
    opacity: 0.7;
    -webkit-transform: translateY(-220px);
            transform: translateY(-220px); }
  25% {
    opacity: 0.4;
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  100% {
    opacity: 0.4;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@-webkit-keyframes phone-slide-top {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px); }
  70% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@keyframes phone-slide-top {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px); }
  70% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@media screen and (max-width: 1920px) {
  .header {
    height: 90px; }
    .header__logo {
      width: 100px; }
  .nav-list__item {
    margin-right: 30px; }
  .nav-list__link {
    font-size: 1.5rem; }
  .head-content {
    height: -webkit-calc(100vh - 90px);
    height: calc(100vh - 90px); }
  .head-content-text .subheading {
    margin: 50px 0; }
  .head-phone {
    bottom: -32%;
    right: -7%;
    -webkit-transform: scale(0.5) rotate(-45deg);
        -ms-transform: scale(0.5) rotate(-45deg);
            transform: scale(0.5) rotate(-45deg); }
  .h1 {
    font-size: 5rem; }
  .subheading {
    font-size: 2.2rem; }
  .button {
    font-size: 1.5rem;
    padding: 30px 37px; }
  .text {
    font-size: 1.3rem; }
  .section-heading {
    height: 40px; }
    .section-heading .stick {
      width: 8px; }
    .section-heading h2 {
      font-size: 2rem; }
  .about {
    padding-top: 80px; }
    .about .section-heading {
      margin-bottom: 80px; }
  .about-list-wrap {
    height: 700px; }
  .about-list__item svg {
    width: 100px;
    height: 100px; }
  .teaser-top-text__text {
    font-size: 3.3rem; }
    .teaser-top-text__text_big {
      top: 235px;
      right: -13%; }
  .teaser-top-text__line {
    top: 310px; }
  .teaser-top__image {
    height: 500px; }
  .teaser-phone__content {
    top: 110px;
    height: 700px; }
  .teaser-bottom__left {
    width: 390px; }
  .teaser-bottom__heading {
    font-size: 3rem;
    margin-bottom: 35px; }
  .teaser-name svg {
    width: 30px;
    height: 40px; }
  .teaser-name p {
    font-size: 1.8rem; }
  .teaser-prev {
    width: 340px;
    top: 250px; }
    .teaser-prev__icon {
      width: 190px;
      height: 190px; }
    .teaser-prev svg {
      width: 38px; }
  .teaser-next {
    width: 310px;
    top: 480px; }
    .teaser-next__icon {
      width: 120px;
      height: 120px; }
    .teaser-next svg {
      width: 27px; }
  .teaser-prev span, .teaser-next span {
    font-size: 1.6rem; }
  .preference .section-heading {
    margin-bottom: 80px; }
  .preference-list__item {
    padding: 50px 25px 30px 40px;
    height: 550px; }
    .preference-list__item .heading {
      font-size: 2rem;
      margin-bottom: 25px; }
  .preference-list__icon {
    width: 200px; }
  .push {
    padding-top: 80px; }
    .push-content {
      max-width: 60%; }
    .push__heading {
      font-size: 2rem; }
  .push-phone-wrap {
    width: 50%; }
  .how {
    padding-top: 80px; }
  .publishers {
    padding-top: 70px; }
    .publishers .section-heading {
      margin-bottom: 70px; }
  .publishers-list {
    width: 1600px;
    height: 700px; }
  .order {
    height: 100vh; }
  .order-phone {
    -webkit-transform: scale(0.5) rotate(-45deg);
        -ms-transform: scale(0.5) rotate(-45deg);
            transform: scale(0.5) rotate(-45deg);
    left: -10%;
    top: -100px; }
  .order-content-text {
    right: 7%; }
    .order-content-text .subheading {
      margin: 30px 0 50px 0; }
  .order-form {
    padding: 15px; }
  .footer {
    padding: 100px 0; }
  .footer__nav-list .nav-list__item {
    margin-bottom: 25px; }
  .footer__nav-list .nav-list__link {
    font-size: 1.8rem; }
  .footer__heading {
    font-size: 2.2rem;
    margin-bottom: 70px; }
  .footer__text {
    font-size: 1.1rem; }
  .copy {
    margin-top: 100px;
    font-size: 1.8rem; } }

@media screen and (max-width: 1700px) {
  .header {
    height: 70px; }
  .head-content {
    height: -webkit-calc(100vh - 70px);
    height: calc(100vh - 70px); }
  .head-content-text .subheading {
    margin: 45px 0; }
  .head-phone {
    bottom: -50%;
    right: -12%;
    -webkit-transform: scale(0.45) rotate(-45deg);
        -ms-transform: scale(0.45) rotate(-45deg);
            transform: scale(0.45) rotate(-45deg); }
  .h1 {
    font-size: 4rem; }
  .subheading {
    font-size: 2rem; }
  .partner {
    width: 200px; }
  .text {
    font-size: 1.2rem; }
  .section-heading {
    height: 35px; }
    .section-heading .stick {
      width: 5px; }
    .section-heading h2 {
      font-size: 1.8rem; }
  .about {
    padding-top: 50px; }
    .about .section-heading {
      margin-bottom: 50px; }
  .about-list-wrap {
    width: 60%;
    height: 550px; }
  .about-list__item svg {
    width: 80px;
    height: 80px; }
  .teaser {
    padding-top: 80px; }
    .teaser .section-heading {
      margin-bottom: 150px; }
  .teaser-top-text__text {
    margin-top: 80px; }
    .teaser-top-text__text_big {
      top: 200px; }
  .teaser-top-text__line {
    top: 275px; }
  .teaser-top__image {
    height: 450px; }
  .teaser-bottom {
    width: 95%; }
  .preference {
    padding-top: 50px; }
    .preference .section-heading {
      margin-bottom: 50px; }
  .preference-list {
    width: 95%; }
  .preference-list__item {
    padding: 50px 25px 30px 40px;
    height: 450px; }
    .preference-list__item .heading {
      font-size: 1.8rem;
      margin-bottom: 25px; }
  .preference-list__icon {
    width: 120px; }
  .push-content {
    max-width: 70%; }
  .how {
    padding-top: 50px;
    padding-bottom: 100px; }
    .how .section-heading {
      margin-bottom: 50px; }
  .how-list {
    width: 1100px; }
  .how-list__item {
    width: 220px; }
    .how-list__item p {
      font-size: 1.2rem; }
    .how-list__item .img-scroll-content {
      height: 435px; }
    .how-list__item .big-ball {
      width: 50px;
      height: 50px;
      left: -25px; }
    .how-list__item .arrow-first, .how-list__item .arrow-second {
      right: -65%; }
    .how-list__item .img-wrap {
      margin-bottom: 40px; }
  .publishers {
    padding-top: 50px; }
    .publishers .section-heading {
      margin-bottom: 50px; }
  .publishers-list {
    width: 1300px;
    height: 580px; }
  .order-phone {
    -webkit-transform: scale(0.45) rotate(-45deg);
        -ms-transform: scale(0.45) rotate(-45deg);
            transform: scale(0.45) rotate(-45deg);
    left: -12%;
    top: -200px; }
  .order-content-text {
    right: 7%; }
    .order-content-text .subheading {
      margin: 30px 0 50px 0; }
  .order-form {
    padding: 15px; }
    .order-form input {
      left: 30px; }
    .order-form .button {
      padding: 12px 20px; }
  .footer__container {
    width: 90%; }
  .footer__nav-list .nav-list__item {
    margin-bottom: 20px; }
  .footer__nav-list .nav-list__link {
    font-size: 1.5rem; }
  .footer__heading {
    font-size: 2.2rem;
    margin-bottom: 50px; }
  .copy {
    margin-top: 100px;
    font-size: 1.5rem; } }

@media screen and (max-width: 1450px) {
  .nav-list__item {
    margin-right: 30px; }
    .nav-list__item:last-child {
      margin-right: 40px; }
  .nav-list__link {
    font-size: 1.3rem; }
  .head-content-text .subheading {
    margin: 50px 0; }
  .head-phone {
    bottom: -60%;
    right: -18%;
    -webkit-transform: scale(0.37) rotate(-45deg);
        -ms-transform: scale(0.37) rotate(-45deg);
            transform: scale(0.37) rotate(-45deg); }
  .h1 {
    font-size: 3.5rem; }
  .subheading {
    font-size: 1.8rem; }
  .button {
    font-size: 1.2rem;
    padding: 25px 32px; }
  .text {
    font-size: 1.1rem; }
  .teaser {
    padding-top: 80px; }
    .teaser .section-heading {
      margin-bottom: 150px; }
  .teaser-top-text__text {
    margin-top: 50px;
    font-size: 2.6rem; }
    .teaser-top-text__text_big {
      top: 150px;
      font-size: 9rem; }
  .teaser-top-text__line {
    top: 200px; }
  .teaser-top__image {
    height: 370px; }
  .teaser-phone {
    margin-bottom: 30px; }
  .teaser-bottom__left {
    width: 300px; }
  .teaser-phone__content {
    top: 70px;
    height: 560px; }
  .teaser-bottom__heading {
    font-size: 2.8rem;
    margin-bottom: 20px; }
  .teaser-name {
    margin-bottom: 20px; }
    .teaser-name svg {
      width: 25px;
      height: 35px; }
    .teaser-name p {
      font-size: 1.5rem; }
  .teaser-prev {
    width: 280px;
    top: 230px; }
    .teaser-prev__icon {
      width: 150px;
      height: 150px; }
    .teaser-prev svg {
      width: 30px; }
  .teaser-next {
    width: 260px;
    top: 400px; }
    .teaser-next__icon {
      width: 100px;
      height: 100px; }
    .teaser-next svg {
      width: 20px; }
  .teaser-prev span, .teaser-next span {
    font-size: 1.3rem; }
  .teaser-dots__item {
    width: 15px;
    height: 15px; }
  .preference {
    padding-top: 50px;
    padding-bottom: 80px; }
    .preference .section-heading {
      margin-bottom: 50px; }
  .preference-list {
    width: 95%; }
  .preference-list__item {
    padding: 30px 15px 15px 20px;
    height: 400px; }
    .preference-list__item .heading {
      font-size: 1.5rem;
      margin-bottom: 20px; }
  .preference-list__icon {
    width: 100px; }
  .publishers-list {
    width: 950px;
    height: 420px; }
  .order-phone {
    -webkit-transform: scale(0.37) rotate(-45deg);
        -ms-transform: scale(0.37) rotate(-45deg);
            transform: scale(0.37) rotate(-45deg);
    left: -24%;
    top: -250px; }
  .order-form .button {
    font-size: 1.1rem; }
  .footer__container {
    width: 90%; }
  .footer__nav-list .nav-list__item {
    margin-bottom: 20px; }
  .footer__nav-list .nav-list__link {
    font-size: 1.5rem; }
  .footer__heading {
    font-size: 2rem;
    margin-bottom: 50px; }
  .footer__text {
    font-size: 0.9rem; }
  .social-list__item {
    margin-right: 25px; }
  .social-list svg {
    width: 27px;
    height: 27px; }
  .copy {
    line-height: 1.5;
    font-size: 1.2rem; }
  .united {
    padding: 90px 0 90px 0; }
    .united__container {
      max-width: 500px; }
    .united__heading {
      font-size: 48px;
      margin-bottom: 40px; }
    .united__text {
      margin-bottom: 40px; }
    .united__subheading {
      margin-bottom: 40px; }
    .united__button {
      font-size: 1.5rem; } }

@media screen and (max-width: 1280px) {
  .header {
    height: 60px; }
    .header__logo {
      width: 70px; }
  .nav-list__item {
    margin-right: 20px; }
  .nav-list__link {
    font-size: 1rem; }
  .head-phone {
    bottom: -55%;
    right: -35%;
    -webkit-transform: scale(0.33) rotate(-45deg);
        -ms-transform: scale(0.33) rotate(-45deg);
            transform: scale(0.33) rotate(-45deg); }
  .teaser-top__image {
    height: 300px; }
  .teaser-prev span, .teaser-next span {
    display: none; }
  .teaser-prev {
    width: 220px; }
  .teaser-next {
    width: 220px; }
  .how {
    padding-bottom: 50px; }
  .how-list {
    width: 800px; }
  .how-list__item {
    width: 220px; }
    .how-list__item p {
      font-size: 1rem; }
    .how-list__item .big-ball {
      width: 40px;
      height: 40px;
      left: -20px; }
    .how-list__item .arrow-first, .how-list__item .arrow-second {
      right: -25%;
      width: 20%; }
    .how-list__item .img-wrap {
      margin-bottom: 20px; }
  .order-phone {
    -webkit-transform: scale(0.33) rotate(-45deg);
        -ms-transform: scale(0.33) rotate(-45deg);
            transform: scale(0.33) rotate(-45deg);
    left: -32%;
    top: -250px; } }

@media screen and (max-width: 1024px) {
  .head-content-text .subheading {
    margin: 30px 0; }
  .head-content {
    height: -webkit-calc(100vh - 60px);
    height: calc(100vh - 60px); }
  .head-phone {
    -webkit-transform: scale(0.3) rotate(-45deg);
        -ms-transform: scale(0.3) rotate(-45deg);
            transform: scale(0.3) rotate(-45deg); }
  .h1 {
    font-size: 3rem; }
  .subheading {
    font-size: 1.3rem; }
  .button {
    font-size: 1.2rem; }
  .text {
    font-size: 0.9rem; }
  .about-list-wrap {
    width: 80%; }
  .teaser {
    padding-top: 50px; }
    .teaser .section-heading {
      margin-bottom: 70px; }
  .teaser-top-text__text {
    margin-top: 50px;
    font-size: 2rem; }
    .teaser-top-text__text_big {
      top: 120px;
      font-size: 9rem; }
  .teaser-top-text__line {
    top: 170px; }
  .teaser-top__image {
    height: 280px; }
  .teaser-phone {
    margin-bottom: 30px; }
  .teaser-bottom__left {
    width: 300px;
    margin-right: 5px; }
  .teaser-bottom__right {
    width: 46%; }
  .teaser-phone__content {
    top: 70px;
    height: 560px; }
  .teaser-bottom__heading {
    font-size: 2.8rem;
    margin-bottom: 20px; }
  .teaser-name {
    margin-bottom: 20px; }
    .teaser-name svg {
      width: 25px;
      height: 35px; }
    .teaser-name p {
      font-size: 1.5rem; }
  .teaser-prev {
    width: 200px;
    top: 230px; }
    .teaser-prev__icon {
      width: 150px;
      height: 150px; }
    .teaser-prev svg {
      width: 30px; }
  .teaser-next {
    width: 190px;
    top: 400px; }
    .teaser-next__icon {
      width: 100px;
      height: 100px; }
    .teaser-next svg {
      width: 20px; }
  .teaser-dots__item {
    width: 15px;
    height: 15px; }
  .preference-list__item {
    height: 370px; }
    .preference-list__item .heading {
      font-size: 1.3rem; }
  .push {
    padding-top: 50px; }
    .push-content {
      max-width: 80%; }
    .push__heading {
      font-size: 1.3rem;
      margin-bottom: 70px; }
  .push-phone-wrap {
    width: 50%; }
  .publishers {
    padding-top: 50px; }
    .publishers .section-heading {
      margin-bottom: 50px; }
  .publishers-list {
    width: 800px;
    height: 350px; }
  .order {
    height: 600px; }
  .order-phone {
    -webkit-transform: scale(0.3) rotate(-45deg);
        -ms-transform: scale(0.3) rotate(-45deg);
            transform: scale(0.3) rotate(-45deg); }
  .order-content-text {
    right: 3%; }
    .order-content-text .subheading {
      margin: 25px 0 25px 0; }
  .order-form {
    padding: 15px; }
    .order-form input {
      font-size: 1.2rem; }
    .order-form .button {
      padding: 14px 34px;
      font-size: 0.9rem; }
  .footer__container {
    width: 95%; }
  .footer__nav-list .nav-list__item {
    margin-bottom: 20px; }
  .footer__nav-list .nav-list__link {
    font-size: 1rem; }
  .footer__heading {
    font-size: 1.3rem;
    margin-bottom: 30px; }
    .footer__heading_mt {
      margin-top: 30px; }
  .footer__text {
    font-size: 0.75rem; }
  .copy {
    margin-top: 70px;
    line-height: 1.5;
    font-size: 1rem; } }

@media screen and (max-width: 1024px) and (orientation: landscape) {
  .head-phone {
    bottom: -39%; } }

@media screen and (max-width: 950px) {
  .header__logo {
    left: 45px; }
  .nav-list__item:last-child {
    margin-right: 10px; }
  .head-content-text {
    width: 100%;
    left: 0;
    text-align: center; }
    .head-content-text .vertical-centering {
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; }
  .head-phone {
    display: none; }
  .about-list-wrap {
    width: 95%; }
  .teaser {
    padding-top: 50px; }
    .teaser .section-heading {
      margin-bottom: 70px; }
  .teaser-top {
    display: none; }
  .teaser-bottom {
    display: none; }
  .teaser-bottom_mobile {
    display: block; }
  .preference-list {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
  .preference-list__item {
    height: 280px;
    width: 49%;
    margin-bottom: 15px;
    background-color: #db0006; }
    .preference-list__item:nth-child(3), .preference-list__item:nth-child(4) {
      margin-bottom: 0; }
  .preference-list__icon {
    display: none; }
    .preference-list__icon_mobile {
      display: block; }
  .push {
    padding-top: 50px; }
    .push-content {
      max-width: 80%; }
    .push__heading {
      font-size: 1.3rem;
      margin-bottom: 70px; }
  .push-phone-wrap {
    width: 50%; }
  .how-list {
    width: 768px; }
  .publishers-list {
    width: 700px;
    height: 310px; }
  .order {
    height: 500px; }
  .order-phone {
    display: none; }
  .order-content-text {
    width: 90%;
    text-align: center; }
    .order-content-text .subheading {
      margin: 25px 0 25px 0; }
    .order-content-text .vertical-centering {
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; }
  .footer {
    padding: 50px 0; }
  .footer-center {
    width: 50%; }
  .united {
    padding: 70px 0; }
    .united__container {
      max-width: 300px; }
    .united__heading {
      font-size: 36px;
      margin-bottom: 30px; }
    .united__text {
      margin-bottom: 30px; }
    .united__subheading {
      margin-bottom: 40px; }
    .united__button {
      font-size: 1.3rem; } }

@media screen and (max-width: 767px) {
  .about-list-wrap {
    width: 580px;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 600px; }
  .about-list {
    width: 100%;
    height: 33.333%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row; }
  .about-list__item {
    width: 50%;
    height: 200px; }
    .about-list__item_active {
      height: 100%; }
    .about-list__item_small {
      height: 100%; }
    .about-list__item svg {
      width: 60px;
      height: 60px;
      margin-bottom: 15px; }
  .teaser {
    padding: 30px 0; }
    .teaser .section-heading {
      margin-bottom: 70px; }
  .teaser-top {
    display: none; }
    .teaser-top-text__text {
      margin-left: 10%; }
      .teaser-top-text__text_big {
        top: 90px;
        font-size: 5rem; }
  .push {
    padding-top: 30px;
    padding-bottom: 30px; }
    .push-content {
      max-width: 100%;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .push__heading {
      margin-bottom: 50px; }
    .push .subheading {
      margin-bottom: 15px; }
  .push-phone-wrap {
    width: 50%;
    margin-bottom: 20px;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0; }
  .push-content-text {
    width: 75%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    text-align: center; }
    .push-content-text br {
      display: none; }
  .preference {
    padding: 30px 0; }
    .preference .section-heading {
      margin-bottom: 30px; }
  .preference-list__item {
    height: 325px; }
  .how-list {
    width: 95%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .how-list__item {
    width: 50%;
    margin-bottom: 40px; }
    .how-list__item:last-child {
      margin-bottom: 0; }
    .how-list__item .img-wrap {
      display: none; }
    .how-list__item p {
      font-size: 1.5rem; }
  .publishers-list {
    width: 550px;
    height: 250px; }
  .footer__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 500px; }
  .footer__heading {
    text-align: center;
    margin-bottom: 20px;
    font-size: 1.5rem; }
    .footer__heading_mt {
      margin-top: 20px; }
  .footer__nav-list {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 40px; }
    .footer__nav-list .nav-list__item {
      margin-bottom: 0; }
    .footer__nav-list .nav-list__link {
      font-size: 1.2rem; }
  .footer-center {
    width: 100%;
    margin-bottom: 40px;
    text-align: center; }
  .footer-right {
    width: 100%;
    text-align: center; }
  .social-list {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .copy {
    margin-top: 20px; } }

@media screen and (max-width: 599px) {
  .hamburger {
    display: block;
    z-index: 101; }
  .header .nav {
    border-top: 1px solid #3d54ff;
    height: 70px;
    position: absolute;
    width: 100%;
    top: 0;
    opacity: 0;
    z-index: 100;
    background-color: #fff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
    .header .nav_mobile {
      opacity: 1;
      top: 59px; }
  .header .nav-list {
    height: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
  .header .nav-list__item {
    width: 50%;
    margin-right: 0;
    text-align: center; }
    .header .nav-list__item:last-child {
      margin-right: 0; }
  .header .nav-list__link {
    font-size: 1.2rem; }
  .head-content-text {
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 95%; }
    .head-content-text .vertical-centering {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; }
  .h1 {
    font-size: 1.8rem; }
  .subheading {
    font-size: 1rem; }
  .button {
    padding: 15px 10px;
    font-size: 1rem; }
  .section-heading {
    height: 30px; }
    .section-heading h2 {
      font-size: 1.2rem; }
  .about {
    padding: 30px 0 40px 0; }
  .about-list-wrap {
    width: 95%; }
  .publishers-list {
    width: 300px; }
  .teaser .section-heading {
    margin-bottom: 30px; }
  .teaser-bottom_mobile {
    width: 95%; }
    .teaser-bottom_mobile .teaser-name__name {
      font-size: 1.3rem; }
    .teaser-bottom_mobile .teaser-name svg {
      width: 20px;
      height: 20px; }
    .teaser-bottom_mobile .teaser-bottom__heading {
      font-size: 1.2rem; }
  .teaser-phone_mobile {
    width: 250px;
    height: 200px; }
  .preference {
    padding: 0 0 40px 0; }
  .preference-list {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .preference-list__item {
      width: 85%; }
      .preference-list__item:nth-child(3) {
        margin-bottom: 15px; }
  .push-phone-wrap {
    width: 70%; }
  .push-ball {
    width: 30px;
    height: 30px; }
  .push-content-text {
    width: 95%; }
  .how {
    padding: 30px 0 40px 0; }
    .how .section-heading {
      margin-bottom: 30px; }
  .how-list__item {
    width: 75%; }
  .how-list__item p {
    font-size: 1rem; }
  .publishers {
    padding: 30px 0 0 0; }
  .order-content-text {
    width: 95%; }
  .order-content-text .vertical-centering {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .footer {
    padding: 30px 0; }
  .footer__container {
    width: 95%; }
  .footer__nav-list {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .footer__nav-list .nav-list__item {
      width: 50%;
      text-align: center;
      margin-bottom: 10px; }
      .footer__nav-list .nav-list__item:last-child {
        margin-right: 0; }
    .footer__nav-list .nav-list__link {
      font-size: 1.2rem;
      text-decoration: underline; } }

@media screen and (min-height: 279px) and (max-height: 500px) {
  .head {
    height: auto;
    margin-bottom: 30px; }
  .head-content {
    height: 400px; } }

/*ANIMATION_ON_SCROLL*/
.fade {
  opacity: 0; }

.fade-in {
  opacity: 1; }

/*////////////////////////////////////////////////*/
.slide-right {
  -webkit-transform: translateX(15%);
      -ms-transform: translateX(15%);
          transform: translateX(15%);
  opacity: 0; }

.slide-right-in {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  opacity: 1; }

/*////////////////////////////////////////////////*/
.slide-left {
  -webkit-transform: translateX(-15%);
      -ms-transform: translateX(-15%);
          transform: translateX(-15%);
  opacity: 0; }

.slide-left-in {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  opacity: 1; }

.heading-slide-left {
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
  color: #fff;
  margin-left: 0; }

.heading-slide-left-in {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
  color: #333333;
  margin-left: 15px; }

/*////////////////////////////////////////////////*/
.slide-top {
  -webkit-transform: translateY(-15%);
      -ms-transform: translateY(-15%);
          transform: translateY(-15%);
  opacity: 0; }

.slide-top-in {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1; }

/*////////////////////////////////////////////////*/
.slide-bottom {
  -webkit-transform: translateY(15%);
      -ms-transform: translateY(15%);
          transform: translateY(15%);
  opacity: 0; }

.slide-bottom-in {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1; }

/*////////////////////////////////////////////////*/
.height {
  height: 0; }

.height-in {
  opacity: 1;
  height: 100%; }

/*////////////////////////////////////////////////*/
.zoom {
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  opacity: 0; }

.zoom-in {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1); }

/*////////////////////////////////////////////////*/
.auto-scroll {
  background-position-y: top; }

.auto-scroll-in {
  -webkit-animation: auto-scroll 3s linear forwards;
          animation: auto-scroll 3s linear forwards; }

@-webkit-keyframes auto-scroll {
  from {
    background-position-y: top; }
  40% {
    background-position-y: 80%; }
  to {
    background-position-y: bottom; } }

@keyframes auto-scroll {
  from {
    background-position-y: top; }
  40% {
    background-position-y: 80%; }
  to {
    background-position-y: bottom; } }

/*////////////////////////////////////////////////*/
/*////////////////////////////////////////////////*/
/*END__ANIMATION_ON_SCROLL*/
/*TRANSITION*/
.united__heading, .united__subheading {
  -webkit-transition: all 0.8s 0.1s;
  transition: all 0.8s 0.1s; }

.united__text, .united__button {
  -webkit-transition: all 0.8s 0.1s;
  transition: all 0.8s 0.1s; }

.stick {
  -webkit-transition: all 0.5s;
  transition: all 0.5s; }

.section-heading h2 {
  -webkit-transition: all 0.7s 0.5s;
  transition: all 0.7s 0.5s; }

.about-list-wrap {
  -webkit-transition: all 1s 0.7s;
  transition: all 1s 0.7s; }

.teaser-top__image {
  -webkit-transition: all 1s 1s;
  transition: all 1s 1s; }

.teaser-top-text__line {
  -webkit-transition: all 0.7s 1.3s;
  transition: all 0.7s 1.3s; }

.teaser-top-text__text {
  -webkit-transition: all 1s 1.6s;
  transition: all 1s 1.6s; }

.teaser-top-text__text_big {
  -webkit-transition: all 0.7s 2s;
  transition: all 0.7s 2s; }

.teaser-bottom {
  -webkit-transition: all 0.7s;
  transition: all 0.7s; }

.how-list__item_1 {
  -webkit-transition: all 2s 0.5s;
  transition: all 2s 0.5s; }

.arrow-first {
  -webkit-transition: all 1.5s 0.7s;
  transition: all 1.5s 0.7s; }

.how-list__item_2 {
  -webkit-transition: all 2s 1.5s;
  transition: all 2s 1.5s; }

.arrow-second {
  -webkit-transition: all 1.5s 1.8s;
  transition: all 1.5s 1.8s; }

.how-list__item_3 {
  -webkit-transition: all 2s 2.1s;
  transition: all 2s 2.1s; }

.push__heading {
  -webkit-transition: all 0.7s;
  transition: all 0.7s; }

.push .subheading {
  -webkit-transition: all 0.8s 0.2s;
  transition: all 0.8s 0.2s; }

.push .text {
  -webkit-transition: all 0.8s 0.4s;
  transition: all 0.8s 0.4s; }

.push-phone-wrap {
  -webkit-transition: all 0.8s 0.5s;
  transition: all 0.8s 0.5s; }

.preference-list {
  -webkit-transition: all 0.7s 0.5s;
  transition: all 0.7s 0.5s; }

.publishers-list__item_center {
  -webkit-transition: all 0.7s 1s;
  transition: all 0.7s 1s; }

.publishers-list__item_edge {
  -webkit-transition: all 0.7s 1.7s;
  transition: all 0.7s 1.7s; }

.publishers-list__item_middle {
  -webkit-transition: all 0.7s 1.5s;
  transition: all 0.7s 1.5s; }

.order-content-text {
  -webkit-transition: all 1s 0.7s;
  transition: all 1s 0.7s; }

.order-form {
  -webkit-transition: all 0.7s 0.7s;
  transition: all 0.7s 0.7s; }
  .order-form input {
    -webkit-transition: all 0.7s 0.7s;
    transition: all 0.7s 0.7s; }
</pre></body></html>