@font-face {
  font-family: 'Muller';
  src: url("../fonts/MullerLight.eot");
  src: url("../fonts/MullerLight.eot?#iefix") format("embedded-opentype"), url("../fonts/MullerLight.woff") format("woff"), url("../fonts/MullerLight.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Muller';
  src: url("../fonts/MullerRegular.eot");
  src: url("../fonts/MullerRegular.eot?#iefix") format("embedded-opentype"), url("../fonts/MullerRegular.woff") format("woff"), url("../fonts/MullerRegular.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Muller';
  src: url("../fonts/MullerMedium.eot");
  src: url("../fonts/MullerMedium.eot?#iefix") format("embedded-opentype"), url("../fonts/MullerMedium.woff") format("woff"), url("../fonts/MullerMedium.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Muller';
  src: url("../fonts/MullerBold.eot");
  src: url("../fonts/MullerBold.eot?#iefix") format("embedded-opentype"), url("../fonts/MullerBold.woff") format("woff"), url("../fonts/MullerBold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Muller';
  src: url("../fonts/MullerExtraBold.eot");
  src: url("../fonts/MullerExtraBold.eot?#iefix") format("embedded-opentype"), url("../fonts/MullerExtraBold.woff") format("woff"), url("../fonts/MullerExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Muller';
  src: url("../fonts/MullerBlack.eot");
  src: url("../fonts/MullerBlack.eot?#iefix") format("embedded-opentype"), url("../fonts/MullerBlack.woff") format("woff"), url("../fonts/MullerBlack.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap; }

* {
  outline: none !important; }

.mobi-visible {
  display: none !important; }

body {
  font-family: 'Muller';
  font-style: normal;
  background: #fff;
  overflow-x: hidden !important; }

.full-flex {
  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; }

input::-webkit-input-placeholder {
  color: #fff; }

input::-webkit-input-placeholder {
  color: #fff; }

input:-ms-input-placeholder {
  color: #fff; }

input::-ms-input-placeholder {
  color: #fff; }

input::placeholder {
  color: #fff; }

.color {
  color: #f98619 !important; }

.custom-list {
  list-style: none;
  padding-left: 0; }

.section-title {
  font-weight: 800;
  font-size: 40px;
  line-height: 57px;
  color: #000000;
  margin-bottom: 20px; }

.btn-moore:hover {
  text-decoration: none;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFC000), color-stop(75%, #FD8900), to(#FE9900)) !important;
  background: -webkit-linear-gradient(top, #FFC000 0%, #FD8900 75%, #FE9900 100%) !important;
  background: -o-linear-gradient(top, #FFC000 0%, #FD8900 75%, #FE9900 100%) !important;
  background: linear-gradient(180deg, #FFC000 0%, #FD8900 75%, #FE9900 100%) !important;
  color: #fff !important; }

.dialog-title {
  background: #f5f5f5;
  -webkit-border-radius: 36px;
          border-radius: 36px;
  padding: 18px 20px 14px;
  display: inline-block;
  font-size: 18px;
  line-height: normal;
  font-weight: bold;
  color: #F7931E;
  margin-bottom: 25px;
  position: relative;
  text-transform: uppercase; }
  .dialog-title:after {
    content: url(../img/right.png);
    position: absolute;
    top: -23px;
    right: 51px; }
  .dialog-title.left:after {
    content: url(../img/gray-left.png);
    left: 38px; }
  .dialog-title.transparent {
    background: rgba(241, 241, 241, 0.1);
    padding: 18px 26px 14px;
    margin-bottom: 27px; }
    .dialog-title.transparent:after {
      content: url(../img/vector2.png);
      left: -50px; }

input::-webkit-input-placeholder {
  color: #fff; }

input::-moz-placeholder {
  color: #fff; }

input:-moz-placeholder {
  color: #fff; }

input:-ms-input-placeholder {
  color: #fff; }

main {
  background: url("../img/main-bg.jpg") no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
  position: relative;
  overflow: hidden; }
  main .main-logo {
    width: 200px; }
  main .orange {
    background: -webkit-gradient(linear, left top, left bottom, from(#FF8078), to(#FF9A23));
    background: -webkit-linear-gradient(top, #FF8078 0%, #FF9A23 100%);
    background: -o-linear-gradient(top, #FF8078 0%, #FF9A23 100%);
    background: linear-gradient(180deg, #FF8078 0%, #FF9A23 100%);
    -webkit-box-shadow: 0px 23px 67px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 23px 67px rgba(0, 0, 0, 0.1);
    width: 1000px;
    height: 800px;
    -webkit-transform: rotate(-46.35deg);
        -ms-transform: rotate(-46.35deg);
            transform: rotate(-46.35deg);
    position: absolute;
    top: -410px;
    right: -250px;
    -webkit-border-top-left-radius: 330px;
            border-top-left-radius: 330px;
    -webkit-border-bottom-left-radius: 370px;
            border-bottom-left-radius: 370px;
    z-index: 1; }
  main .astro {
    position: absolute;
    max-width: 610px;
    z-index: 2;
    right: 343px;
    top: 130px;
    -webkit-animation: shadow 15s infinite ease-in-out;
            animation: shadow 15s infinite ease-in-out;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s; }

@-webkit-keyframes shadow {
  from {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px); }
  25% {
    -webkit-transform: translate(10px, 30px);
            transform: translate(10px, 30px); }
  50% {
    -webkit-transform: translate(20px, 20px);
            transform: translate(20px, 20px); }
  75% {
    -webkit-transform: translate(10px, 20px);
            transform: translate(10px, 20px); }
  to {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px); } }

@keyframes shadow {
  from {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px); }
  25% {
    -webkit-transform: translate(10px, 30px);
            transform: translate(10px, 30px); }
  50% {
    -webkit-transform: translate(20px, 20px);
            transform: translate(20px, 20px); }
  75% {
    -webkit-transform: translate(10px, 20px);
            transform: translate(10px, 20px); }
  to {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px); } }
  main header {
    z-index: 10; }
    main header .top_header-row {
      padding: 40px 0;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      z-index: 10; }
    main header .top_adres {
      font-size: 20px;
      line-height: 20px;
      color: #FFFFFF;
      font-weight: 700;
      text-align: right;
      margin: 0; }
      main header .top_adres span {
        font-weight: 400; }
    main header .top_button {
      background: #333333;
      -webkit-box-shadow: 0px 5px 22px rgba(0, 0, 0, 0.3);
              box-shadow: 0px 5px 22px rgba(0, 0, 0, 0.3);
      -webkit-border-radius: 38px;
              border-radius: 38px;
      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;
      height: 46px;
      width: 248px;
      padding: 0 15px 0 10px;
      z-index: 10;
      position: relative; }
      main header .top_button span {
        font-size: 20px;
        line-height: 20px;
        text-align: center;
        color: #FFFFFF; }
      main header .top_button .circle-phone {
        width: 30px;
        height: 30px;
        background: #F7931E;
        -webkit-box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.38);
                box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.38);
        -webkit-border-radius: 50%;
                border-radius: 50%; }
      main header .top_button:hover {
        text-decoration: none; }
        main header .top_button:hover span {
          color: #F7931E; }
    main header .top_social {
      z-index: 1;
      cursor: pointer;
      display: inline-block;
      position: relative; }
      main header .top_social-box {
        z-index: 100;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
            -ms-flex-pack: end;
                justify-content: flex-end; }
      main header .top_social span {
        display: inline-block;
        width: 32px;
        height: 5px;
        background: #FFFFFF;
        -webkit-border-radius: 10px;
                border-radius: 10px;
        position: relative; }
        main header .top_social span:after, main header .top_social span:before {
          content: '';
          width: 100%;
          height: 5px;
          background: #fff;
          top: 10px;
          position: absolute;
          -webkit-border-radius: 10px;
                  border-radius: 10px;
          -webkit-transition: .3s;
          -o-transition: .3s;
          transition: .3s;
          right: 0; }
        main header .top_social span:before {
          top: -10px; }
      main header .top_social span:after {
        width: 70%; }
      main header .top_social .top_social-menu {
        -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
                transform: translateY(0); }
      main header .top_social-menu {
        -webkit-transition: .5s;
        -o-transition: .5s;
        transition: .5s;
        -webkit-transform: translateY(-1000px);
            -ms-transform: translateY(-1000px);
                transform: translateY(-1000px);
        position: absolute;
        top: 71px;
        right: 0;
        z-index: 100; }
        main header .top_social-menu li {
          margin-bottom: 15px; }
          main header .top_social-menu li a:hover svg path {
            fill: #3e2f96; }
  main .main-content .count {
    font-weight: 500;
    font-size: 26px;
    line-height: 142.3%;
    color: #C4C4C4;
    margin-bottom: 6px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  main .main-content h1 {
    font-weight: 800;
    font-size: 49px;
    line-height: 49px;
    color: #fff;
    letter-spacing: -0.3px;
    margin-bottom: 30px; }
    main .main-content h1 span {
      font-weight: 900; }
  main .main-content .main_subtitle {
    font-weight: 500;
    font-size: 28px;
    line-height: 43px;
    color: #FFFFFF;
    letter-spacing: -0.4px;
    margin-bottom: 46px; }
    main .main-content .main_subtitle span {
      position: relative;
      display: -webkit-inline-box;
      display: -webkit-inline-flex;
      display: -ms-inline-flexbox;
      display: inline-flex;
      padding: 0 16px; }
      main .main-content .main_subtitle span:before {
        content: '';
        position: absolute;
        border: 1px solid #fff;
        width: 90%;
        top: 45%;
        left: 9px; }
  main .main-content .main_btn {
    background: -webkit-gradient(linear, left top, left bottom, from(#FFC000), color-stop(75%, #FD8900), to(#FE9900));
    background: -webkit-linear-gradient(top, #FFC000 0%, #FD8900 75%, #FE9900 100%);
    background: -o-linear-gradient(top, #FFC000 0%, #FD8900 75%, #FE9900 100%);
    background: linear-gradient(180deg, #FFC000 0%, #FD8900 75%, #FE9900 100%);
    -webkit-box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 40px;
            border-radius: 40px;
    font-weight: 800;
    font-size: 22px;
    line-height: 142.3%;
    color: #FFFFFF;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 12px 30px 8px; }
    main .main-content .main_btn:hover {
      text-decoration: none;
      background: -webkit-gradient(linear, left top, left bottom, color-stop(100%, #FFC000), color-stop(75%, #FD8900), color-stop(0%, #FE9900));
      background: -webkit-linear-gradient(top, #FFC000 100%, #FD8900 75%, #FE9900 0%);
      background: -o-linear-gradient(top, #FFC000 100%, #FD8900 75%, #FE9900 0%);
      background: linear-gradient(180deg, #FFC000 100%, #FD8900 75%, #FE9900 0%); }
  main .main-content .mobile-astro {
    display: none;
    max-width: 215px;
    margin: 15px auto; }
  main .main-content .flying-item {
    opacity: 0.64;
    -webkit-filter: blur(2px);
            filter: blur(2px);
    color: #fff;
    font-size: 22px;
    text-transform: uppercase;
    position: absolute; }
    main .main-content .flying-item.first {
      bottom: -5px;
      font-size: 15px;
      right: 165px;
      -webkit-filter: blur(1px);
              filter: blur(1px); }
    main .main-content .flying-item.second {
      right: -42px;
      bottom: -87px;
      font-size: 44px;
      font-weight: 700; }
    main .main-content .flying-item.last {
      right: 40px;
      bottom: -134px;
      font-size: 23px;
      -webkit-filter: blur(1.5px);
              filter: blur(1.5px); }

.what-we-do {
  margin-bottom: 142px; }
  .what-we-do .section-title {
    margin-bottom: 31px; }
  .what-we-do-item {
    -webkit-background-size: cover !important;
            background-size: cover !important;
    -webkit-border-radius: 10px;
            border-radius: 10px;
    padding: 98px 20px 78px;
    text-align: center; }
    .what-we-do-item a {
      font-weight: 800;
      font-size: 18px;
      line-height: 142.3%;
      color: #F7931E;
      background: #fff;
      display: inline-block;
      padding: 12px 30px 8px;
      -webkit-border-radius: 20px;
              border-radius: 20px;
      position: absolute;
      bottom: -20px;
      left: 50%;
      margin-left: -88px;
      -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
              box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); }
    .what-we-do-item h3 {
      font-weight: 800;
      font-size: 23px;
      line-height: 142.3%;
      text-transform: uppercase;
      margin-bottom: 4px; }
    .what-we-do-item p {
      font-size: 18px;
      font-weight: 600; }
  .what-we-do .col-md-4:nth-child(2) .what-we-do-item {
    background: url("../img/sun1.png") no-repeat; }
  .what-we-do .col-md-4:nth-child(3) .what-we-do-item {
    background: url("../img/moon1.png") no-repeat;
    color: #fff; }
  .what-we-do .col-md-4:nth-child(4) .what-we-do-item {
    background: url("../img/stars1.png") no-repeat;
    color: #fff; }

.why-we-need {
  margin-bottom: 89px; }
  .why-we-need .section-title {
    margin-bottom: 4px; }
  .why-we-need .circle {
    background: #fff;
    border: 20px solid #E0E0E0;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    width: 187px;
    height: 187px;
    margin: 0 auto -95px auto;
    position: relative;
    z-index: 2; }
    .why-we-need .circle .number {
      font-weight: 800;
      font-size: 57px;
      line-height: 142.3%;
      color: #898989;
      width: 94px;
      height: 94px;
      background: #E0E0E0;
      -webkit-border-radius: 50%;
              border-radius: 50%;
      position: relative; }
      .why-we-need .circle .number span {
        position: relative;
        top: 5px; }
      .why-we-need .circle .number:after, .why-we-need .circle .number:before {
        content: ''; }
      .why-we-need .circle .number:after {
        border-left: 1px solid rgba(0, 0, 0, 0.1);
        height: 190px;
        left: 50%;
        top: -46px;
        position: absolute; }
      .why-we-need .circle .number:before {
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        width: 250px;
        left: -82%;
        position: absolute;
        top: 50%;
        margin-top: -1.1px; }
  .why-we-need .col-md-6.col-lg-3:nth-child(2) {
    -webkit-animation: shadow1 15s infinite ease-in-out;
            animation: shadow1 15s infinite ease-in-out; }
  .why-we-need .col-md-6.col-lg-3:nth-child(3) {
    -webkit-animation: shadow2 15s infinite ease-in-out;
            animation: shadow2 15s infinite ease-in-out; }
  .why-we-need .col-md-6.col-lg-3:nth-child(4) {
    -webkit-animation: shadow3 15s infinite ease-in-out;
            animation: shadow3 15s infinite ease-in-out; }
  .why-we-need .col-md-6.col-lg-3:nth-child(5) {
    -webkit-animation: shadow4 15s infinite ease-in-out;
            animation: shadow4 15s infinite ease-in-out; }

@-webkit-keyframes shadow1 {
  from {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px); }
  50% {
    -webkit-transform: translate(0px, -20px);
            transform: translate(0px, -20px); }
  to {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px); } }

@keyframes shadow1 {
  from {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px); }
  50% {
    -webkit-transform: translate(0px, -20px);
            transform: translate(0px, -20px); }
  to {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px); } }

@-webkit-keyframes shadow2 {
  from {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px); }
  50% {
    -webkit-transform: translate(0px, 20px);
            transform: translate(0px, 20px); }
  to {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px); } }

@keyframes shadow2 {
  from {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px); }
  50% {
    -webkit-transform: translate(0px, 20px);
            transform: translate(0px, 20px); }
  to {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px); } }

@-webkit-keyframes shadow3 {
  from {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px); }
  50% {
    -webkit-transform: translate(0px, 30px);
            transform: translate(0px, 30px); }
  to {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px); } }

@keyframes shadow3 {
  from {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px); }
  50% {
    -webkit-transform: translate(0px, 30px);
            transform: translate(0px, 30px); }
  to {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px); } }

@-webkit-keyframes shadow4 {
  from {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px); }
  50% {
    -webkit-transform: translate(0px, -30px);
            transform: translate(0px, -30px); }
  to {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px); } }

@keyframes shadow4 {
  from {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px); }
  50% {
    -webkit-transform: translate(0px, -30px);
            transform: translate(0px, -30px); }
  to {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px); } }
  .why-we-need-item {
    background: #E0E0E0;
    border: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-shadow: 0px 19px 22px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 19px 22px rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 10px;
            border-radius: 10px;
    z-index: 1;
    font-weight: 600;
    font-size: 20px;
    color: #000000;
    text-align: center;
    padding: 50px 26px 30px; }
    .why-we-need-item p {
      position: relative;
      z-index: 3; }

.how-it-help {
  background: url("../img/clouds1.png") no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
  padding-bottom: 85px; }
  .how-it-help .dialog-title {
    margin-bottom: 23px; }
    .how-it-help .dialog-title:after {
      content: url("../img/gray-left.png");
      left: 38px; }
    .how-it-help .dialog-title.second {
      margin: 107px 0 24px 0; }
      .how-it-help .dialog-title.second:after {
        left: -142px; }
  .how-it-help .section-title {
    margin-bottom: 31px; }
    .how-it-help .section-title.second {
      margin-bottom: 32px; }
  .how-it-help ul {
    list-style: none;
    padding-left: 0; }
    .how-it-help ul li {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      font-size: 20px;
      font-weight: 500;
      margin-bottom: 37px;
      line-height: 142.3%;
      max-width: 490px;
      color: #000002; }
      .how-it-help ul li:before {
        content: '';
        background: -webkit-gradient(linear, left top, left bottom, from(#FFC000), color-stop(75%, #FD8900), to(#FE9900));
        background: -webkit-linear-gradient(top, #FFC000 0%, #FD8900 75%, #FE9900 100%);
        background: -o-linear-gradient(top, #FFC000 0%, #FD8900 75%, #FE9900 100%);
        background: linear-gradient(180deg, #FFC000 0%, #FD8900 75%, #FE9900 100%);
        min-width: 19px;
        height: 19px;
        -webkit-border-radius: 50%;
                border-radius: 50%;
        position: relative;
        display: inline-block;
        margin-right: 21px;
        top: 5px; }
  .how-it-help-img {
    position: absolute;
    left: -64px;
    top: 31px; }
  .how-it-help .logo-item {
    height: 156px;
    background-repeat: no-repeat !important;
    -webkit-background-size: contain !important;
            background-size: contain !important;
    background-position: center !important;
    -webkit-border-radius: 6px;
            border-radius: 6px;
    margin-bottom: 29px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s; }
    .how-it-help .logo-item:hover {
      -webkit-transform: translateY(-10px);
          -ms-transform: translateY(-10px);
              transform: translateY(-10px); }

.question {
  background: url("../img/question-bg.jpg") no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
  -webkit-background-size: 100% 2358px;
          background-size: 100% 2358px;
  padding: 81px;
  position: relative; }
  .question .section-title {
    color: #fff;
    margin-bottom: 24px; }
    .question .section-title.second {
      line-height: 110%;
      margin-bottom: 53px; }
    .question .section-title.three {
      color: #000;
      margin-bottom: 37px; }
  .question .dialog-title.second {
    margin-bottom: 28px; }
  .question .dialog-title.three {
    margin-bottom: 28px; }
    .question .dialog-title.three:after {
      left: -35px; }
  .question .circle {
    background: #fff;
    border: 20px solid #E0E0E0;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    width: 130px;
    height: 130px;
    margin: 0 auto -65px auto;
    position: relative;
    z-index: 2; }
    .question .circle .number {
      font-weight: 800;
      font-size: 57px;
      line-height: 142.3%;
      color: #898989;
      width: 64px;
      height: 64px;
      background: #E0E0E0;
      -webkit-border-radius: 50%;
              border-radius: 50%;
      position: relative; }
      .question .circle .number span {
        position: relative;
        top: 5px; }
      .question .circle .number:after, .question .circle .number:before {
        content: ''; }
      .question .circle .number:after {
        border-left: 1px solid rgba(0, 0, 0, 0.1);
        height: 130px;
        left: 50%;
        top: -35px;
        position: absolute; }
      .question .circle .number:before {
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        width: 130px;
        left: -33px;
        position: absolute;
        top: 50%;
        margin-top: -1.1px; }
  .question .row.start-items {
    margin-bottom: 110px; }
  .question .start-item {
    background: #FFFFFF;
    -webkit-border-radius: 10px;
            border-radius: 10px;
    padding: 64px 24px 46px;
    max-height: 310px; }
    .question .start-item p {
      font-size: 20px;
      line-height: 110%;
      color: #000000;
      margin-bottom: 0; }

@-webkit-keyframes shadow10 {
  from {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px); }
  25% {
    -webkit-transform: translate(-30px, -20px);
            transform: translate(-30px, -20px); }
  50% {
    -webkit-transform: translate(10px, 20px);
            transform: translate(10px, 20px); }
  75% {
    -webkit-transform: translate(30px, -20px);
            transform: translate(30px, -20px); }
  to {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px); } }

@keyframes shadow10 {
  from {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px); }
  25% {
    -webkit-transform: translate(-30px, -20px);
            transform: translate(-30px, -20px); }
  50% {
    -webkit-transform: translate(10px, 20px);
            transform: translate(10px, 20px); }
  75% {
    -webkit-transform: translate(30px, -20px);
            transform: translate(30px, -20px); }
  to {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px); } }
  .question .brif {
    background: -webkit-gradient(linear, left top, left bottom, from(#FF8078), to(#FF9A23));
    background: -webkit-linear-gradient(top, #FF8078 0%, #FF9A23 100%);
    background: -o-linear-gradient(top, #FF8078 0%, #FF9A23 100%);
    background: linear-gradient(180deg, #FF8078 0%, #FF9A23 100%);
    -webkit-border-radius: 15px;
            border-radius: 15px;
    padding: 33px 10px;
    color: #fff;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-animation: shadow10 15s infinite ease-in-out;
            animation: shadow10 15s infinite ease-in-out; }
    .question .brif:hover {
      text-decoration: none;
      background: -webkit-gradient(linear, left top, left bottom, from(#FF9A23), to(#FF8078));
      background: -webkit-linear-gradient(top, #FF9A23 0%, #FF8078 100%);
      background: -o-linear-gradient(top, #FF9A23 0%, #FF8078 100%);
      background: linear-gradient(180deg, #FF9A23 0%, #FF8078 100%); }
    .question .brif p {
      font-weight: 800;
      font-size: 22px;
      line-height: 110%;
      text-transform: uppercase; }
    .question .brif span {
      font-weight: 500;
      font-size: 20px;
      line-height: 110%; }
  .question .hand {
    position: absolute;
    left: 0;
    top: 544px; }
  .question .brif-info {
    font-size: 20px;
    line-height: 122%;
    color: #FFFFFF;
    padding: 14px 5px;
    text-align: left; }
  .question .row.brif-row {
    margin-bottom: 130px; }
  .question .price-info {
    font-size: 20px;
    line-height: 142.3%;
    color: #333333;
    font-weight: 500; }
  .question .prices-row.row {
    margin-top: 44px;
    margin-bottom: 227px; }
  .question .prices-row .price-item {
    -webkit-border-radius: 10px;
            border-radius: 10px;
    text-align: center;
    padding: 33px 5px 36px;
    min-height: 361px;
    position: relative;
    -webkit-box-shadow: 1px 1px 19px 1px #ccc;
            box-shadow: 1px 1px 19px 1px #ccc;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s; }
    .question .prices-row .price-item h3 {
      font-weight: bold;
      font-size: 20px;
      line-height: 142.3%;
      margin-bottom: 5px; }
    .question .prices-row .price-item .tarif-name {
      font-style: italic;
      font-weight: 500;
      font-size: 20px;
      line-height: 142.3%;
      display: block;
      margin-bottom: 29px; }
    .question .prices-row .price-item-price {
      display: inline-block;
      font-weight: 800;
      font-size: 35px;
      line-height: 142.3%;
      color: #000000;
      margin-bottom: 29px; }
    .question .prices-row .price-item a {
      background: #FFFFFF;
      -webkit-border-radius: 40px;
              border-radius: 40px;
      position: absolute;
      bottom: 0;
      text-transform: uppercase;
      background: #fff;
      font-weight: 800;
      font-size: 18px;
      line-height: 142.3%;
      color: #F7931E;
      padding: 12px 29px 8px;
      bottom: -23px;
      left: 50%;
      margin-left: -72px;
      -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
              box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); }
    .question .prices-row .price-item ul {
      font-weight: 500;
      font-size: 16px;
      line-height: 142.3%;
      padding-left: 25px; }
      .question .prices-row .price-item ul li {
        text-align: left;
        font-weight: 600;
        margin-bottom: 12px; }
    .question .prices-row .price-item:hover {
      -webkit-transform: translateY(-10px);
          -ms-transform: translateY(-10px);
              transform: translateY(-10px); }
  .question .prices-row .col-lg-3:nth-child(1) .price-item {
    background: -webkit-gradient(linear, left top, left bottom, from(#FF8078), to(#FF9A23));
    background: -webkit-linear-gradient(top, #FF8078 0%, #FF9A23 100%);
    background: -o-linear-gradient(top, #FF8078 0%, #FF9A23 100%);
    background: linear-gradient(180deg, #FF8078 0%, #FF9A23 100%); }
  .question .prices-row .col-lg-3:nth-child(2) .price-item {
    background: -webkit-gradient(linear, left top, left bottom, from(#1F1F1F), to(#5A5757));
    background: -webkit-linear-gradient(top, #1F1F1F 0%, #5A5757 100%);
    background: -o-linear-gradient(top, #1F1F1F 0%, #5A5757 100%);
    background: linear-gradient(180deg, #1F1F1F 0%, #5A5757 100%);
    color: #fff; }
    .question .prices-row .col-lg-3:nth-child(2) .price-item-price {
      color: #fff; }
  .question .prices-row .col-lg-3:nth-child(3) .price-item {
    background: #ECECEC; }
  .question .prices-row .col-lg-3:nth-child(4) .price-item {
    background: -webkit-gradient(linear, left top, left bottom, from(#0C003D), to(#8067CB));
    background: -webkit-linear-gradient(top, #0C003D 0%, #8067CB 100%);
    background: -o-linear-gradient(top, #0C003D 0%, #8067CB 100%);
    background: linear-gradient(180deg, #0C003D 0%, #8067CB 100%);
    color: #fff; }
    .question .prices-row .col-lg-3:nth-child(4) .price-item-price {
      color: #fff; }
  .question .accordion-section {
    line-height: 110%; }
    .question .accordion-section .section-title {
      line-height: 110%;
      color: #000;
      margin-bottom: 35px; }
    .question .accordion-section .dialog-title {
      margin-bottom: 32px; }
  .question .accordion {
    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; }
    .question .accordion-item {
      margin-bottom: -18px; }
      .question .accordion-item a {
        font-weight: 600;
        font-size: 20px;
        line-height: 142.3%;
        color: #000000;
        cursor: pointer;
        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;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center; }
        .question .accordion-item a:hover {
          text-decoration: none; }
        .question .accordion-item a:after {
          content: '-';
          display: inline-block;
          position: relative;
          font-size: 45px;
          line-height: 142.3%;
          color: #F7931E;
          top: 5px; }
        .question .accordion-item a.collapsed:after {
          content: '+'; }
      .question .accordion-item div {
        padding: 15px 0 25px; }

.printing {
  padding-top: 57px;
  background: url("../img/printing-bg.jpg") no-repeat;
  -webkit-background-size: cover;
          background-size: cover; }
  .printing .dialog-title {
    margin-bottom: 18px; }
    .printing .dialog-title::after {
      left: 91px; }
  .printing .section-title {
    margin-bottom: 24px; }
  .printing-info {
    font-weight: 600;
    font-size: 20px;
    line-height: 142.3%;
    margin-bottom: 25px; }
  .printing ul {
    list-style: none;
    padding-left: 0; }
    .printing ul li {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      font-size: 20px;
      font-weight: 500;
      margin-bottom: 25px;
      line-height: 142.3%;
      max-width: 490px;
      color: #000002; }
      .printing ul li:before {
        content: '';
        background: -webkit-gradient(linear, left top, left bottom, from(#FFC000), color-stop(75%, #FD8900), to(#FE9900));
        background: -webkit-linear-gradient(top, #FFC000 0%, #FD8900 75%, #FE9900 100%);
        background: -o-linear-gradient(top, #FFC000 0%, #FD8900 75%, #FE9900 100%);
        background: linear-gradient(180deg, #FFC000 0%, #FD8900 75%, #FE9900 100%);
        min-width: 19px;
        height: 19px;
        -webkit-border-radius: 50%;
                border-radius: 50%;
        position: relative;
        display: inline-block;
        margin-right: 21px;
        top: 5px; }
  .printing .hand {
    position: absolute;
    top: -185px;
    left: 90px; }
  .printing-about.row {
    margin-bottom: 179px; }
  .printing-prices .dialog-title {
    margin-bottom: 13px; }
    .printing-prices .dialog-title:after {
      left: -38px; }
  .printing-prices .section-title {
    margin-bottom: 49px; }
  .printing-prices-text {
    text-align: left;
    font-size: 18px;
    line-height: 142.3%;
    font-weight: 500;
    letter-spacing: -0.1px; }
  .printing-productions {
    position: relative;
    z-index: 10;
    margin: 56px 0 188px; }
    .printing-productions .owl-nav {
      position: absolute;
      width: 100%;
      top: 50%;
      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;
      margin-top: -20px;
      z-index: 0;
      height: 0; }
      .printing-productions .owl-nav button {
        width: 40px;
        height: 40px;
        -webkit-border-radius: 50% !important;
                border-radius: 50% !important;
        background: #FFFFFF !important;
        border: 1px solid #F4F4F4;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        -webkit-box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.15);
                box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.15);
        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;
        z-index: 1; }
    .printing-productions .owl-nav [class*=owl-]:hover {
      background: #fff !important;
      opacity: .4; }
    .printing-productions-item {
      background: #F7F7F7;
      -webkit-border-radius: 10px;
              border-radius: 10px;
      padding: 38px 10px 26px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      z-index: 100;
      position: relative; }
      .printing-productions-item .svg-box {
        width: 100%;
        height: 105px;
        margin-top: -15px;
        margin-bottom: 15px; }
      .printing-productions-item svg path {
        fill: #000; }
      .printing-productions-item h3 {
        font-weight: bold;
        font-size: 18px;
        line-height: 142.3%;
        margin-bottom: 12px; }
      .printing-productions-item span {
        font-weight: bold;
        font-size: 18px;
        line-height: 142.3%;
        color: #F7931E; }
      .printing-productions-item:hover {
        background: -webkit-gradient(linear, left top, left bottom, from(#FF8078), to(#FF9A23));
        background: -webkit-linear-gradient(top, #FF8078 0%, #FF9A23 100%);
        background: -o-linear-gradient(top, #FF8078 0%, #FF9A23 100%);
        background: linear-gradient(180deg, #FF8078 0%, #FF9A23 100%);
        -webkit-box-shadow: 0px 0px 32px rgba(255, 199, 0, 0.75);
                box-shadow: 0px 0px 32px rgba(255, 199, 0, 0.75);
        -webkit-border-radius: 10px;
                border-radius: 10px; }
        .printing-productions-item:hover h3 {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          color: #FFFFFF; }
        .printing-productions-item:hover svg path {
          fill: #fff; }
        .printing-productions-item:hover span {
          color: rgba(0, 0, 0, 0.5); }
  .printing-portfolio .dialog-title {
    margin-bottom: 24px; }
  .printing-portfolio .section-title {
    color: #fff;
    margin-bottom: 79px; }
  .printing-portfolio-item {
    -webkit-border-radius: 6px;
            border-radius: 6px;
    background-repeat: no-repeat !important;
    -webkit-background-size: cover !important;
            background-size: cover !important;
    height: 215px;
    margin-bottom: 30px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s; }
    .printing-portfolio-item a {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      height: 100%; }
    .printing-portfolio-item:hover {
      -webkit-transform: translateY(-10px);
          -ms-transform: translateY(-10px);
              transform: translateY(-10px); }

.digital {
  background: url("../img/digital-bg.jpg") no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
  padding: 385px 0 0; }
  .digital .dialog-title {
    margin-bottom: 18px; }
  .digital-info {
    font-weight: 500;
    font-size: 20px;
    line-height: 142.3%; }
  .digital ul {
    list-style: none;
    padding-left: 0;
    padding: 77px 0 0 5px; }
    .digital ul li {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      font-size: 20px;
      font-weight: 500;
      margin-bottom: 15px;
      line-height: 142.3%;
      color: #000002; }
      .digital ul li:before {
        content: '';
        background: -webkit-gradient(linear, left top, left bottom, from(#FFC000), color-stop(75%, #FD8900), to(#FE9900));
        background: -webkit-linear-gradient(top, #FFC000 0%, #FD8900 75%, #FE9900 100%);
        background: -o-linear-gradient(top, #FFC000 0%, #FD8900 75%, #FE9900 100%);
        background: linear-gradient(180deg, #FFC000 0%, #FD8900 75%, #FE9900 100%);
        min-width: 19px;
        height: 19px;
        -webkit-border-radius: 50%;
                border-radius: 50%;
        position: relative;
        display: inline-block;
        margin-right: 21px;
        top: 5px; }
  .digital .insta-photo {
    position: relative;
    left: -147px;
    -webkit-animation: an1 20s infinite;
            animation: an1 20s infinite; }

@-webkit-keyframes an1 {
  from {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px); }
  25% {
    -webkit-transform: translate(0px, 20px);
            transform: translate(0px, 20px); }
  50% {
    -webkit-transform: translate(0px, 30px);
            transform: translate(0px, 30px); }
  75% {
    -webkit-transform: translate(0px, 20px);
            transform: translate(0px, 20px); }
  to {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px); } }

@keyframes an1 {
  from {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px); }
  25% {
    -webkit-transform: translate(0px, 20px);
            transform: translate(0px, 20px); }
  50% {
    -webkit-transform: translate(0px, 30px);
            transform: translate(0px, 30px); }
  75% {
    -webkit-transform: translate(0px, 20px);
            transform: translate(0px, 20px); }
  to {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px); } }
  .digital-zakaz {
    z-index: 1; }
    .digital-zakaz-item {
      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;
      cursor: pointer;
      margin-bottom: 20px;
      padding: 10px;
      z-index: 100; }
      .digital-zakaz-item .name {
        font-weight: 400;
        font-size: 22px;
        line-height: 110%;
        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;
        color: #000000;
        background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#F3F3F3));
        background: -webkit-linear-gradient(top, #FFFFFF 0%, #F3F3F3 100%);
        background: -o-linear-gradient(top, #FFFFFF 0%, #F3F3F3 100%);
        background: linear-gradient(180deg, #FFFFFF 0%, #F3F3F3 100%);
        -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
                box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
        -webkit-border-radius: 5px;
                border-radius: 5px;
        padding: 10px 15px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        position: relative;
        z-index: 1;
        min-width: 386px; }
      .digital-zakaz-item .hidden-title {
        font-weight: bold;
        font-size: 20px;
        line-height: 110%;
        color: #FFFFFF;
        text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.16);
        margin: 0 10px 0 15px;
        visibility: hidden; }
      .digital-zakaz-item:hover .name {
        font-weight: 800; }
      .digital-zakaz-item:hover .hidden-title {
        visibility: visible; }
    .digital-zakaz:hover {
      text-decoration: none; }
    .digital-zakaz-box {
      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-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; }
    .digital-zakaz.first {
      margin-left: -140px;
      margin-top: 27px; }
      .digital-zakaz.first div {
        position: relative; }
      .digital-zakaz.first:hover .digital-zakaz-item:hover {
        background: url("../img/bg-line1.png") no-repeat; }
    .digital-zakaz.second {
      margin-right: -175px;
      padding-left: 11px; }
      .digital-zakaz.second .digital-zakaz-item {
        padding-right: 20px; }
        .digital-zakaz.second .digital-zakaz-item .name {
          min-width: 415px; }
      .digital-zakaz.second:hover .digital-zakaz-item:hover {
        background: url("../img/bg-line2.png") no-repeat; }
  .digital .nout-photo {
    position: relative;
    left: -54px;
    top: -13px;
    z-index: 0;
    -webkit-animation: an2 20s infinite;
            animation: an2 20s infinite; }

@-webkit-keyframes an2 {
  from {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px); }
  25% {
    -webkit-transform: translate(0px, -20px);
            transform: translate(0px, -20px); }
  50% {
    -webkit-transform: translate(0px, -30px);
            transform: translate(0px, -30px); }
  75% {
    -webkit-transform: translate(0px, -20px);
            transform: translate(0px, -20px); }
  to {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px); } }

@keyframes an2 {
  from {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px); }
  25% {
    -webkit-transform: translate(0px, -20px);
            transform: translate(0px, -20px); }
  50% {
    -webkit-transform: translate(0px, -30px);
            transform: translate(0px, -30px); }
  75% {
    -webkit-transform: translate(0px, -20px);
            transform: translate(0px, -20px); }
  to {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px); } }
  .digital .digital-zakaz-row.first {
    margin-bottom: -66px; }
  .digital .digital-zakaz-row.second {
    margin-bottom: 45px; }
  .digital-include .dialog-title {
    margin-bottom: 38px; }
  .digital-include .section-title {
    line-height: 110%;
    margin-bottom: 56px; }
  .digital-include-item {
    -webkit-background-size: cover !important;
            background-size: cover !important;
    background-repeat: no-repeat !important;
    text-align: center;
    padding: 37px 10px 55px;
    max-height: 191px;
    -webkit-border-radius: 12px;
            border-radius: 12px; }
    .digital-include-item-info {
      font-size: 25px;
      line-height: 110%;
      color: #000000;
      font-weight: 500; }
    .digital-include-item h3 {
      font-weight: 800;
      font-size: 22px;
      line-height: 110%;
      color: #FFFFFF;
      margin-bottom: 26px; }
    .digital-include-item span {
      font-weight: 500;
      font-size: 18px;
      line-height: 110%;
      color: #FFFFFF; }
    .digital-include-item a {
      background: #FFFFFF;
      -webkit-border-radius: 40px;
              border-radius: 40px;
      position: absolute;
      bottom: 0;
      text-transform: uppercase;
      background: #fff;
      font-weight: 800;
      font-size: 18px;
      line-height: 142.3%;
      color: #F7931E;
      padding: 12px 29px 8px;
      bottom: -23px;
      left: 50%;
      margin-left: -88px;
      -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
              box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); }
    .digital-include-item.first {
      padding: 0;
      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: 100%; }
  .digital-include .col-md-4:nth-child(3) .digital-include-item {
    background: url("../img/google-bg.png"); }
  .digital-include .col-md-4:nth-child(4) .digital-include-item {
    background: url("../img/insta-bg.png"); }

.bottom {
  background: url("../img/botton-bg.jpg") no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
  margin-top: 133px;
  padding-top: 89px;
  position: relative; }
  .bottom .section-title {
    color: #fff;
    line-height: 110%;
    margin-bottom: 28px; }
  .bottom .hand {
    position: absolute;
    right: 0;
    top: -35px;
    z-index: 1; }
  .bottom .moon {
    position: absolute;
    right: 0;
    top: 55px; }
  .bottom .percent {
    position: absolute;
    left: 67px;
    top: 183px; }
  .bottom .dialog-title {
    margin-bottom: 24px; }
    .bottom .dialog-title::after {
      right: auto;
      left: 90px; }
  .bottom-info {
    font-size: 20px;
    line-height: 142.3%;
    color: #FFFFFF; }
  .bottom .service-price {
    background: -webkit-gradient(linear, left top, left bottom, from(#FF8078), to(#FF9A23));
    background: -webkit-linear-gradient(top, #FF8078 0%, #FF9A23 100%);
    background: -o-linear-gradient(top, #FF8078 0%, #FF9A23 100%);
    background: linear-gradient(180deg, #FF8078 0%, #FF9A23 100%);
    -webkit-box-shadow: 0px 0px 40px rgba(255, 199, 0, 0.5);
            box-shadow: 0px 0px 40px rgba(255, 199, 0, 0.5);
    -webkit-border-radius: 10px;
            border-radius: 10px;
    padding: 30px 10px 27px;
    text-align: center;
    margin-top: 24px;
    -webkit-animation: pulse1 3s infinite;
            animation: pulse1 3s infinite; }
    .bottom .service-price h3 {
      font-weight: bold;
      font-size: 25px;
      line-height: 110%;
      color: #FFFFFF;
      margin-bottom: 23px; }
    .bottom .service-price .price {
      font-weight: 800;
      font-size: 50px;
      line-height: 110%;
      text-align: center;
      text-transform: capitalize;
      color: #FFFFFF;
      text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
      display: inline-block;
      margin-bottom: 14px; }
    .bottom .service-price p span {
      display: block;
      font-weight: 500;
      font-size: 25px;
      line-height: 110%;
      color: #FFFFFF;
      margin-bottom: 3px; }
    .bottom .service-price .bottom-info {
      font-style: italic;
      font-weight: 500;
      font-size: 18px;
      line-height: 110%;
      text-align: center;
      color: #FFFFFF; }

@-webkit-keyframes pulse1 {
  from {
    -webkit-box-shadow: 0px 1px 1px #FF9A23;
            box-shadow: 0px 1px 1px #FF9A23; }
  50% {
    -webkit-box-shadow: 0px 1px 20px 4px #FF9A23;
            box-shadow: 0px 1px 20px 4px #FF9A23; }
  to {
    -webkit-box-shadow: 0px 1px 1px #FF9A23;
            box-shadow: 0px 1px 1px #FF9A23; } }

@keyframes pulse1 {
  from {
    -webkit-box-shadow: 0px 1px 1px #FF9A23;
            box-shadow: 0px 1px 1px #FF9A23; }
  50% {
    -webkit-box-shadow: 0px 1px 20px 4px #FF9A23;
            box-shadow: 0px 1px 20px 4px #FF9A23; }
  to {
    -webkit-box-shadow: 0px 1px 1px #FF9A23;
            box-shadow: 0px 1px 1px #FF9A23; } }
  .bottom-service-info.row {
    margin-bottom: 167px; }
  .bottom-why.row {
    margin-bottom: 68px; }
  .bottom-why .dialog-title {
    margin-bottom: 34px; }
    .bottom-why .dialog-title:after {
      left: 60px;
      right: auto; }
  .bottom-why .section-title {
    margin-bottom: 44px; }
  .bottom-why-item {
    background: rgba(255, 255, 255, 0.1);
    -webkit-border-radius: 10px;
            border-radius: 10px;
    border: 1px solid #fff;
    color: #fff;
    padding: 19px 19px 6px;
    min-height: 209px;
    margin-bottom: 74px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s; }
    .bottom-why-item:hover {
      -webkit-transform: translateY(-10px);
          -ms-transform: translateY(-10px);
              transform: translateY(-10px); }
    .bottom-why-item:before {
      content: '';
      top: -12px;
      width: 24.17px;
      height: 24.17px;
      -webkit-border-radius: 50%;
              border-radius: 50%;
      background: -webkit-gradient(linear, left top, left bottom, color-stop(-26.76%, #FFFFFF), color-stop(134.25%, #8061FF));
      background: -webkit-linear-gradient(top, #FFFFFF -26.76%, #8061FF 134.25%);
      background: -o-linear-gradient(top, #FFFFFF -26.76%, #8061FF 134.25%);
      background: linear-gradient(180deg, #FFFFFF -26.76%, #8061FF 134.25%);
      -webkit-box-shadow: 0px 0px 32px #9875FF;
              box-shadow: 0px 0px 32px #9875FF;
      left: 50%;
      margin-left: -12px;
      position: absolute; }
    .bottom-why-item h3 {
      font-weight: 800;
      font-size: 18px;
      line-height: 142.3%;
      text-transform: uppercase;
      margin-bottom: 16px; }
    .bottom-why-item p {
      font-weight: 500;
      font-size: 18px;
      line-height: 142.3%; }
  .bottom-form {
    position: relative; }
    .bottom-form.row {
      margin-bottom: 180px; }
    .bottom-form .dialog-title {
      margin-bottom: 38px; }
    .bottom-form .section-title {
      margin-bottom: 46px; }
    .bottom-form .astonaut {
      position: absolute;
      left: 0;
      bottom: -110%; }
    .bottom-form-inner input {
      background: rgba(255, 255, 255, 0.1);
      border: 1px solid rgba(255, 255, 255, 0.5);
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      -webkit-border-radius: 10px;
              border-radius: 10px;
      height: 46px; }
    .bottom-form-inner button {
      background: #FFFFFF;
      -webkit-border-radius: 40px;
              border-radius: 40px;
      -webkit-border-radius: 30px;
              border-radius: 30px;
      font-weight: 800;
      font-size: 18px;
      line-height: 142.3%;
      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: 12px 17px 8px;
      color: #F7931E; }
    .bottom-form-inner .form-row {
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
    .bottom-form-inner .btn-primary {
      border: none; }
  .bottom footer {
    padding-bottom: 45px; }
    .bottom footer .footer-top {
      padding-bottom: 10px; }
      .bottom footer .footer-top .footer-top-link {
        font-weight: 800;
        font-size: 17px;
        line-height: 142.3%;
        text-transform: uppercase;
        color: #FFFFFF;
        display: inline-block;
        margin-bottom: 16px; }
        .bottom footer .footer-top .footer-top-link img {
          margin-right: 14px; }
      .bottom footer .footer-top p {
        font-size: 17px;
        line-height: 142.3%;
        text-transform: uppercase;
        color: #FFFFFF;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; }
        .bottom footer .footer-top p a {
          color: #F7931E;
          text-transform: none;
          border-bottom: 1px solid #F7931E; }
          .bottom footer .footer-top p a:hover {
            text-decoration: none;
            border: none; }
        .bottom footer .footer-top p img {
          -webkit-align-self: flex-start;
              -ms-flex-item-align: start;
                  align-self: flex-start;
          margin-right: 14px;
          position: relative;
          top: 3px; }
    .bottom footer .hr hr {
      border-bottom: 1px solid rgba(255, 255, 255, 0.2);
      margin: 10px 0 16px; }
    .bottom footer .footer-bottom a,
    .bottom footer .footer-bottom p,
    .bottom footer .footer-bottom span {
      color: #fff; }
    .bottom footer .footer-bottom .main-links {
      margin-bottom: 25px; }
      .bottom footer .footer-bottom .main-links a {
        display: inline-block;
        font-weight: bold;
        font-size: 17px;
        line-height: 142.3%;
        text-transform: uppercase; }
      .bottom footer .footer-bottom .main-links li {
        margin-bottom: 5px; }
    .bottom footer .footer-bottom .footer-social {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      margin-bottom: 30px; }
      .bottom footer .footer-bottom .footer-social a {
        background: #F7931E;
        width: 35px;
        height: 35px;
        -webkit-border-radius: 50%;
                border-radius: 50%;
        margin-right: 29px; }
        .bottom footer .footer-bottom .footer-social a:hover {
          -webkit-box-shadow: 1px 1px 8px 2px #F7931E;
                  box-shadow: 1px 1px 8px 2px #F7931E;
          text-decoration: none; }
    .bottom footer .footer-bottom p {
      margin-bottom: 5px;
      font-size: 17px;
      line-height: 142.3%; }
    .bottom footer .footer-bottom span {
      font-size: 17px;
      line-height: 142.3%;
      text-transform: uppercase;
      margin-bottom: 6px;
      display: inline-block; }
    .bottom footer .footer-bottom .footer-services-links.without-heading {
      padding-top: 30px; }
    .bottom footer .footer-bottom .footer-services-links a {
      font-size: 17px;
      line-height: 142.3%; }
    .bottom footer .footer-bottom .footer-services-links li {
      margin-bottom: 2px; }
      .bottom footer .footer-bottom .footer-services-links li:nth-child(3n) {
        margin-bottom: 27px; }

.modal .close {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1; }

#recall .close span {
  color: #fff; }

#recall .modal-header {
  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;
  border: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  #recall .modal-header .modal-title {
    font-size: 26px; }

#recall .modal-content {
  background: url("../img/botton-bg.jpg") no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
  color: #fff; }
  #recall .modal-content button {
    margin: 0 auto; }

#preloader {
  position: fixed;
  background: -webkit-linear-gradient(45deg, #100542, #222161);
  background: -o-linear-gradient(45deg, #100542, #222161);
  background: linear-gradient(45deg, #100542, #222161);
  -webkit-background-size: cover;
          background-size: cover;
  width: 100%;
  height: 100%;
  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;
  z-index: 1000; }

.preloader__inner {
  width: 400px; }

.preloader__logo {
  position: relative;
  max-width: 100%; }

.preloader__moon {
  position: absolute;
  top: 0;
  left: 0;
  width: 66px;
  -webkit-animation: rotating 1s linear infinite;
  animation: rotating 1s linear infinite; }

.preloader__nav {
  max-width: none;
  height: 10px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  background-color: rgba(239, 239, 239, 0.6);
  position: relative;
  margin-top: 20px; }

.preloader__progress {
  position: absolute;
  left: 0;
  top: 0;
  height: 10px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  background-image: -webkit-gradient(linear, left top, right top, from(#f8a52e), to(#f98619));
  background-image: -webkit-linear-gradient(left, #f8a52e 0%, #f98619 100%);
  background-image: -o-linear-gradient(left, #f8a52e 0%, #f98619 100%);
  background-image: linear-gradient(90deg, #f8a52e 0%, #f98619 100%); }

.preloader__progress span {
  display: inline-block;
  position: absolute;
  left: 100%;
  top: 100%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  line-height: 24px;
  color: #f98619; }

@-webkit-keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.mobile-colapse-btn {
  display: none;
  background: #FFFFFF;
  -webkit-border-radius: 40px;
          border-radius: 40px;
  -webkit-border-radius: 30px;
          border-radius: 30px;
  font-weight: 800;
  font-size: 18px;
  line-height: 142.3%;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px 17px 8px;
  color: #F7931E;
  margin: 0 auto 25px;
  -webkit-box-shadow: 1px 1px 20px 3px #ccc;
          box-shadow: 1px 1px 20px 3px #ccc; }
  .mobile-colapse-btn:hover {
    background: #F7931E;
    color: #fff;
    text-decoration: none; }

.top-menu, .top-menu2 {
  background: #fff;
  padding: 0;
  height: 0;
  overflow: hidden;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
  text-align: center; }

.top-menu.active, .top-menu2.active {
  height: 100px;
  text-align: center;
  padding: 0px 0;
  position: relative; }

.top-menu2.active {
  padding: 20px 0;
  z-index: 100;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70px; }

.top-menu a, .top-menu2 a {
  color: #000;
  font-size: 14px;
  margin-bottom: 5px; }

main.non-page {
  height: 100vh !important;
  padding: 0 !important;
  margin-bottom: -140px; }
  main.non-page a {
    color: #fff; }

.header-fixed {
  background: #100542;
  display: none;
  z-index: 100; }
  .header-fixed.active {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%; }
  .header-fixed .top_button-col {
    padding: 0;
    margin: 0; }
    .header-fixed .top_button-col .top_button {
      width: 100%; }
      .header-fixed .top_button-col .top_button span {
        font-size: 14px; }
  .header-fixed .top_social-box {
    margin: 0; }
  .header-fixed .top_header-row {
    padding: 15px 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }

.to_top {
  background: #fff;
  -webkit-box-shadow: 1px 1px 20px #ccc;
          box-shadow: 1px 1px 20px #ccc;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  position: fixed;
  bottom: 20px;
  right: 20px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  width: 40px;
  height: 40px;
  cursor: pointer;
  z-index: 100; }
  .to_top img {
    -webkit-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
            transform: rotate(270deg); }
  .to_top:hover {
    opacity: .7; }

@media (min-width: 992px) {
  .why-we-need .col-lg-3:nth-child(3) {
    margin-top: 109px; }
  .why-we-need .col-lg-3:nth-child(4) {
    margin-top: 52px; }
  .question .start-item {
    max-height: 308px; }
  .accordion {
    padding-left: 5px; } }

@media (min-width: 1200px) {
  header .top_adres-col,
  header .top_button-col {
    padding-right: 18px; }
    header .top_adres-col .top_button,
    header .top_button-col .top_button {
      float: right; }
  main {
    padding-bottom: 630px; }
    main .main-content {
      padding: 122px 5px; }
  .what-we-do {
    margin-top: -410px; }
  .row {
    margin: 0 -25px; }
    .row .row {
      margin: 0 -15px; }
  .main-content .row {
    margin: 0 -15px; } }

@media (min-width: 1200px) and (max-width: 1600px) {
  main .astro {
    max-width: 390px;
    right: 130px; }
  main .orange {
    right: -650px; }
  .question .hand {
    top: 854px;
    max-width: 160px; }
  .bottom .percent {
    top: 383px; }
  .bottom .hand {
    top: 135px;
    max-width: 200px; } }

@media (min-width: 992px) and (max-width: 1200px) {
  main .main-content {
    padding: 55px 5px 85px;
    margin-bottom: 40px; }
  main h1,
  main .main_subtitle {
    text-shadow: 1px 1px 1px #000; }
  main .astro {
    max-width: 300px;
    right: 130px; }
  main .orange {
    right: -650px; }
  .how-it-help-img,
  .printing .hand,
  .digital .insta-photo,
  .digital .nout-photo {
    max-width: 100%;
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto; }
  .printing .hand {
    top: -110px; }
  .printing-about.row {
    margin-bottom: 35px; }
  .question .prices-row.row {
    margin-bottom: 105px; }
  .what-we-do-item {
    min-height: 341px; }
  .why-we-need .circle .number:before {
    width: 187px;
    left: -46px; }
  .question .hand {
    top: 1064px;
    width: 140px; }
  .question .start-item {
    max-height: 100%; }
  .question .brif-info {
    text-shadow: 1px 1px 1px #000; }
  .digital {
    padding: 145px 0 0; }
  .bottom .hand {
    top: 85px;
    max-width: 240px; }
  .bottom .percent {
    top: 445px; }
  .bottom footer .footer-top .footer-top-link {
    font-size: 15px; } }

@media (max-width: 992px) {
  main .main-content {
    padding: 55px 5px 85px;
    margin-bottom: 40px; }
    main .main-content .flying-item {
      display: none; }
    main .main-content .main_subtitle {
      font-size: 26px; }
      main .main-content .main_subtitle br {
        display: none; }
  main h1,
  main .main_subtitle {
    text-shadow: 1px 1px 1px #000; }
  main .astro {
    max-width: 300px;
    right: 70px; }
  main .orange {
    right: -800px; }
  main .main-logo {
    max-width: 100%; }
  main header .top_adres {
    text-align: left;
    z-index: 100; }
  main .top_button {
    position: relative;
    left: -80px; }
  .how-it-help-img,
  .printing .hand,
  .digital .insta-photo,
  .digital .nout-photo {
    max-width: 100%;
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto; }
  .why-we-need-item {
    margin-bottom: 25px; }
  .what-we-do-item {
    min-height: 395px; }
  .section-title {
    font-size: 36px; }
    .section-title br {
      display: none; }
  .question .hand,
  .printing .hand,
  .bottom .hand,
  .bottom .percent,
  .bottom-form .astonaut {
    display: none !important; }
  .question .start-item,
  .bottom-why.row {
    margin-bottom: 25px; }
  .question .prices-row .price-item {
    margin-bottom: 55px; }
  .question .prices-row.row,
  .printing-about.row {
    margin-bottom: 55px; }
  .digital {
    padding-top: 95px; }
    .digital-zakaz div {
      font-size: 18px; }
  .digital .digital-zakaz-row.first {
    margin-bottom: 20px; }
  .digital-include-item {
    min-height: 191px; }
  .digital-include-item-info {
    font-size: 18px; }
  .digital-include-item h3 {
    font-size: 20px; }
  .digital-include-item span {
    font-size: 16px; }
  .footer-top .col-md-6.col-lg-3 {
    margin-bottom: 25px; }
  .question .section-title.second,
  .question .brif-info {
    text-shadow: 1px 1px 1px #000; }
  .top-menu2.active {
    padding: 20px 0;
    z-index: 100;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100px; }
  main.non-page {
    margin-bottom: 0; } }

@media (max-width: 767px) {
  main {
    background: url("../img/bg-mobile.jpg") no-repeat center bottom;
    -webkit-background-size: cover;
            background-size: cover; }
    main .orange,
    main .astro {
      display: none !important; }
    main .main-content {
      padding: 0;
      text-align: center; }
      main .main-content h1 {
        font-size: 26px;
        margin-bottom: 10px;
        max-width: 200px;
        margin: 0 auto;
        line-height: 30px; }
      main .main-content .main_subtitle {
        font-size: 12px;
        line-height: 30px;
        max-width: 230px;
        margin: 0 auto; }
      main .main-content .mobile-astro {
        display: inline-block; }
      main .main-content .count {
        display: none; }
      main .main-content .main_btn {
        font-size: 14px; }
    main header .top_adres {
      font-size: 16px; }
    main header .top_social-box {
      margin-top: 0; }
    main header .top-mobile-item {
      width: 25px;
      height: 25px;
      background: #F7931E;
      -webkit-box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.15);
              box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.15);
      -webkit-border-radius: 50%;
              border-radius: 50%;
      position: relative; }
      main header .top-mobile-item svg path {
        fill: #141414; }
      main header .top-mobile-item .dropdown-item {
        display: none;
        position: absolute;
        background: #FFFFFF;
        -webkit-box-shadow: 0px 16px 20px rgba(0, 0, 0, 0.2);
                box-shadow: 0px 16px 20px rgba(0, 0, 0, 0.2);
        -webkit-border-radius: 16px;
                border-radius: 16px;
        padding: 5px 10px;
        -webkit-border-radius: 20px;
                border-radius: 20px;
        font-size: 16px;
        line-height: 16px;
        text-align: center;
        color: #000002;
        width: auto;
        top: 40px;
        left: -68px; }
        main header .top-mobile-item .dropdown-item a {
          font-size: 16px;
          line-height: 16px;
          text-align: center;
          color: #000002; }
        main header .top-mobile-item .dropdown-item:before {
          content: url(../img/mobile-arrow.png);
          -o-object-fit: cover;
             object-fit: cover;
          width: 20px;
          left: 68px;
          top: -12px;
          position: absolute; }
      main header .top-mobile-item:hover svg path {
        fill: #fff; }
      main header .top-mobile-item:hover .dropdown-item {
        display: block; }
      main header .top-mobile-item-location .dropdown-item {
        left: -138px;
        width: 200px;
        text-align: left; }
        main header .top-mobile-item-location .dropdown-item:before {
          content: url(../img/mobile-arrow.png);
          right: 40px;
          left: auto; }
    main .top_button {
      left: auto; }
    main .top_button-col,
    main .top_social-box {
      margin-top: 25px; }
  .what-we-do,
  .why-we-need,
  .question .row.brif-row,
  .bottom-service-info.row {
    margin-bottom: 55px; }
  .printing {
    background: linear-gradient(180deg, #FFFFFF 17.69%, #3F3099 35.67%);
  }
  .how-it-help-img-box,
  .printing-productions,
  .bottom-form.row,
  .question .row.start-items {
    margin-bottom: 45px; }
  .how-it-help ul li span br {
    display: none; }
  .section-title {
    font-size: 28px;
    line-height: normal;
    margin-bottom: 15px !important; }
  .dialog-title {
    margin: 15px 0 !important;
    font-size: 16px;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%; }
  .question {
    background: linear-gradient(180.19deg, #49377D 0.17%, #0C003D 30%, #FFFFFF 60%);
    padding: 55px 0 0px;
    -webkit-background-size: cover;
            background-size: cover; }
    .question .start-item {
      max-height: 100%; }
    .question .section-title.three {
      color: #fff; }
    .question .price-info {
      color: #fff; }
    .question .accordion-item {
      margin-bottom: 15px; }
      .question .accordion-item a {
        line-height: normal;
        font-size: 18px; }
        .question .accordion-item a:after {
          margin-left: 10px;
          position: relative;
          top: 1px; }
        .question .accordion-item a div {
          padding-top: 0; }
  .digital {
    background: linear-gradient(180deg, #3F3099 0%, #3A2577 8%, #FFFFFF 40%);
    padding-top: 25px; }
    .digital .section-title.first {
      color: #fff; }
    .digital .section-title.second {
      color: #000; }
    .digital-info {
      color: #fff; }
    .digital-zakaz {
      left: auto;
      right: auto;
      top: auto;
      bottom: auto;
      max-width: 100%;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      margin: 25px 0 !important; }
      .digital-zakaz div {
        font-size: 16px; }
      .digital-zakaz span {
        display: inline-block;
        margin: 0 0 10px 10px !important; }
      .digital-zakaz:before {
        display: none !important; }
    .digital-include-item {
      margin-bottom: 55px;
      min-height: auto; }
      .digital-include-item a {
        bottom: 34px; }
  .what-we-do-item {
    min-height: auto;
    padding: 35px 15px;
    margin-bottom: 35px; }
    .what-we-do-item a {
      bottom: 13px; }
  .bottom {
    background: linear-gradient(180deg, #3F3099 0%, #0E0529 100%);
    margin-top: 25px; }
    .bottom .moon {
      display: none; }
    .bottom-why-item {
      margin-bottom: 35px; }
  .footer-copyright {
    margin-bottom: 25px; }
  .bottom footer .footer-bottom .footer-services-links.without-heading {
    padding-top: 0; }
  .mobi-visible {
    display: inline-block !important; }
  .mobi-hidden {
    display: none !important; }
  .how-it-help {
    background: #FFF;
    padding-bottom: 25px; }
  .digital ul {
    padding-top: 25px; }
  .digital .digital-zakaz {
    margin-bottom: 0 !important;
    width: 100%; }
    .digital .digital-zakaz.second {
      margin-top: -20px !important;
      padding: 0; }
    .digital .digital-zakaz .digital-zakaz-item {
      padding: 0 !important;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
      .digital .digital-zakaz .digital-zakaz-item .name {
        max-width: 100% !important;
        margin: 0 !important;
        min-width: 100% !important;
        font-size: 16px; }
      .digital .digital-zakaz .digital-zakaz-item .hidden-title {
        display: none !important; }
  .mobile-colapse-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; } }

@media (max-width: 575px) {
  main header .top-mobile-items {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -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;
  }
}
@media (max-width: 560px) {
  .preloader__inner {
    width: 260px; }
  .preloader__moon {
    width: 43px; }
  section {
    overflow: hidden !important; }
  .printing-productions-item {
    height: 256px;
  }
}

.company{
	font-size:10px !important;
}