@charset "UTF-8";
*:focus {
  outline: none; }

*:invalid {
  -webkit-box-shadow: none;
          box-shadow: none; }

*, :before, :after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto; }

body {
  min-width: 320px;
  position: relative;
  line-height: 1.6;
  overflow-x: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: Inter, sans-serif;
  font-size: 20px;
  min-height: 100vh;
  color: #565B78; }

.scroll-off {
  overflow: hidden; }

/*media elements*/
img {
  display: inline-block;
  max-width: 100%; }

img,
iframe,
video {
  max-width: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

a img {
  border: none; }

/*form elements*/
input, textarea, button, select {
  font: inherit;
  color: inherit; }

input, textarea {
  outline: none; }

input {
  width: 100%;
  height: 64px;
  border: 0;
  border-bottom: 1px solid rgba(86, 91, 120, 0.3);
  letter-spacing: -0.4px;
  font-size: 16px;
  margin: 0 0 30px 0;
  -webkit-transition: all .25s ease-out;
  -o-transition: all .25s ease-out;
  transition: all .25s ease-out; }

input:focus {
  border-color: #EE3465; }

[type=search] {
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield; }
  [type=search]::-webkit-search-decoration, [type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-results-button, [type=search]::-webkit-search-results-decoration {
    display: none; }

textarea {
  resize: none;
  overflow: hidden;
  width: 100%;
  border: 0;
  font-size: 16px;
  line-height: 2.6;
  padding: 0;
  height: calc(2.6 * 3em);
  height: 144px;
  background: -o-linear-gradient(bottom, rgba(86, 91, 120, 0.3) 1px, transparent 1px) repeat 0 0/auto 2.6em;
  background: linear-gradient(to top, rgba(86, 91, 120, 0.3) 1px, transparent 1px) repeat 0 0/auto 2.6em;
  background-attachment: scroll;
  background-attachment: local;
  -webkit-transition: all .25s ease-out;
  -o-transition: all .25s ease-out;
  transition: all .25s ease-out; }

textarea:focus {
  background: -o-linear-gradient(bottom, #EE3465 1px, transparent 1px) repeat 0 0/auto 2.6em;
  background: linear-gradient(to top, #EE3465 1px, transparent 1px) repeat 0 0/auto 2.6em; }

select::-ms-expand {
  display: none; }

label {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

/*text elements*/
h1, h2, h3, h4, h5, h6 {
  margin: 0 0 0.8em;
  letter-spacing: -2px;
  color: #18214D;
  font-weight: 700; }

h1 {
  font-size: 68px;
  line-height: 1.1; }

h2 {
  font-size: 48px;
  line-height: 1.25; }

h3 {
  font-size: 40px;
  line-height: 1.1; }

h4 {
  font-size: 26px;
  letter-spacing: -0.6px;
  line-height: 31px; }

h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
  margin-bottom: 0; }

ul, ol {
  margin: 0 0 1em; }

ul {
  margin: 0;
  padding: 0;
  list-style-type: none; }

ul li {
  position: relative;
  padding-left: 20px;
  margin: 0 0 6px; }

ul li::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 2.5px solid #335DEE;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  left: 0;
  top: 10.5px;
  line-height: 1; }

p {
  letter-spacing: -0.4px; }

p:last-child {
  margin-bottom: 0; }

a {
  color: #EE3465;
  font-weight: 600;
  -webkit-transition: all .25s ease-out;
  -o-transition: all .25s ease-out;
  transition: all .25s ease-out; }

a:hover {
  color: #EE3465;
  text-decoration: none; }

/*buttons*/
button {
  cursor: pointer;
  border: 0;
  background: 0;
  padding: 0; }

.btn {
  display: inline-block;
  vertical-align: middle;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  max-width: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  text-align: center;
  line-height: 60px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 20px;
  padding: 0 23px;
  min-width: 170px; }

.btn:hover {
  text-decoration: none; }

.btn-accent {
  background-color: #EE3465;
  color: #fff; }

.btn-accent:hover {
  background-color: #dd1248;
  color: #fff; }

.btn-icon i {
  font-size: 37px;
  vertical-align: middle;
  margin-right: 10px;
  line-height: 1; }

.btn-mobile-text span {
  display: none; }

/*menu-btn*/
.menu-btn {
  width: 20px;
  height: 20px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  cursor: pointer;
  position: relative;
  z-index: 5;
  display: none;
  margin: 0 0 0 15px; }
  .menu-btn:before, .menu-btn:after {
    content: '';
    display: block;
    width: 25px;
    border-top: 2px solid #EE3465;
    border-radius: 1px;
    position: absolute;
    left: calc(50% - 12.5px);
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease; }
  .menu-btn:before {
    height: 16px;
    border-bottom: 2px solid #EE3465;
    top: 50%; }
  .menu-btn:after {
    content: '';
    top: 50%; }
  .menu-btn.active:before {
    top: calc(50% - .5px);
    height: 1px;
    border-bottom: none;
    -webkit-transform: translateY(-50%) rotate(45deg);
        -ms-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg); }
  .menu-btn.active:after {
    -webkit-transform: translateY(-50%) rotate(-45deg);
        -ms-transform: translateY(-50%) rotate(-45deg);
            transform: translateY(-50%) rotate(-45deg); }

/*tables*/
/*other elements*/
.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
  scrollbar-color: lightgray transparent;
  scrollbar-width: thin;
  padding: 0;
  font-size: 16px; }

.menu::-webkit-scrollbar {
  width: 3px;
  height: 3px; }

.menu::-webkit-scrollbar-thumb {
  background-color: #EE3465;
  border-radius: 10rem; }

.menu li {
  padding: 0;
  margin-bottom: 0; }

.menu li::before {
  display: none; }

.menu a {
  color: inherit; }

.active > a {
  color: #EE3465; }


.social-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 18px;
  margin: 0 -22.5px;
  color: #AFB6CF; }

.social-link {
  margin: 15px 22.5px; }

.social-link.icon-youtube {
  font-size: 23px; }

.social-links a {
  color: inherit; }

.social-links a:hover {
  color: #EE3465; }

.tab-content {
  display: none; }

.tabs-vertical {
  max-height: 496px;
  overflow-y: auto; }

.tabs {
  scrollbar-color: lightgray transparent;
  scrollbar-width: thin;
  padding: 0;
  font-size: 16px; }

.tabs::-webkit-scrollbar {
  width: 3px;
  height: 3px; }

.tabs::-webkit-scrollbar-thumb {
  background-color: #EE3465;
  border-radius: 10rem; }

.tabs-vertical {
  width: 160px;
  margin: 0 90px 0 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  counter-reset: tab; }

.tabs-vertical .tab::before {
  content: counters(tab, ".", decimal-leading-zero);
  counter-increment: tab;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  color: #8B95A0;
  letter-spacing: -0.6px;
  display: block; }

.tabs-vertical .tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 62px;
  padding: 6px;
  border-radius: 8px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto; }

.tabs-vertical .tab.active {
  background-color: #345DEE; }

.tabs-vertical .tab.active::before {
  font-size: 52px;
  color: #fff; }

/*frame elements*/
.container {
  max-width: 1160px;
  padding: 0 20px;
  margin: 0 auto;
  width: 100%; }

.box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -15px; }

.box-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -15px; }

.box-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 15px;
  width: calc(100%/2 - 30px); }

.box-vertical > h3 {
  margin-bottom: 80px; }

/*layout styles*/
/*header*/
@media (min-width: 991px){
  
    .header {
        padding: 20px 0;
        color: #18214D;
        box-shadow: 0 0 10px rgb(0 0 0 / 50%);
        position: fixed;
        width: 100%;
        background: white;
    }
    .main{
        margin-top:90px;
    }
}



.header-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.logo {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto; }

.logo img {
  height: 42px;
  width: auto; }

.header-logo {
  margin-right: auto;
  z-index: 5; }

.header-tools {
  margin: 0 0 0 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.header-menu {
  margin: 0 28px 0 0; }
.footer-menu li {
  margin: 0 14px; }

.lang {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  font-size: 16px;
  font-weight: 600;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.lang::after {
  content: "\e92b";
  margin-left: 8px;
  line-height: 1px;
  font-family: icomoon;
  font-size: 10px;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear; }

.lang.is-open:after {
  -webkit-transform: scale(-1);
      -ms-transform: scale(-1);
          transform: scale(-1); }

.lang-dropdown {
  position: absolute;
  background: #fff;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  padding: 15px 20px;
  min-width: 90px;
  right: 0;
  top: calc(100% + 10px);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear; }

.lang.is-open .lang-dropdown {
  opacity: 1;
  pointer-events: auto; }

.lang-dropdown li {
  padding: 0; }

.lang-dropdown li::before {
  display: none; }

.lang-dropdown li:last-child {
  margin-bottom: 0; }

.lang-variant {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

.lang-variant img {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin: 0 10px 0 0; }

/*intro-section*/
.intro-section {
  padding: 90px 0 100px;
  background-repeat: no-repeat;
  background-position: left calc(50% + 320px) bottom;
  background-size: auto;
  min-height: 800px; }

.intro-text {
  max-width: 540px;
  width: 100%; }

.intro-text-wide {
  max-width: 605px; }

.intro-text-wide p {
  max-width: 550px;
  width: 100%; }

.intro-text-btn {
  margin-top: 48px; }

.intro-social-links {
  margin-top: 65px; }

/*market-section*/
.market-section {
  padding: 100px 0 40px;
  background: url("../images/marketing-text-bg.svg") no-repeat left calc(50% - 235px) top 70px/auto; }

.market-text {
  max-width: 545px;
  width: 100%;
  margin-left: auto;
  font-size: 18px; }

.market-text h2 {
  font-size: 46px;
  line-height: 1.35; }

.market-text p {
  padding-right: 120px; }

.market-text p:last-of-type {
  margin-bottom: 0; }

/*services-section*/
.services-section {
  padding: 55px 0 85px; }

.services-section h2 {
  margin-bottom: 110px; }

.services-item-image {
  display: inline-block;
  vertical-align: middle;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto; }

.services-item-image:not(:last-child) {
  margin-right: 30px; }

.services-item-image img {
  width: 65px;
  height: 65px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center; }

.services-item-head {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.services-item a {
  color: inherit; }

.services-item a:hover {
  color: #EE3465; }

.services-item {
  width: calc(100%/3 - 30px);
  margin: 0 15px 80px;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.services-item-big {
  width: calc(100% /2 - 30px); }

.services-item-full {
  width: calc(100% - 30px);
  margin: 0 0 90px;
  min-height: 187px; }

.services-item > h4 {
  min-height: 62px; }

.services-item h4 {
  font-weight: 600; }

.services-item h4 a {
  display: block; }

.services-item p {
  line-height: 1.33; }

/*callback-section*/
.callback-section {
  padding: 160px 0 89px;
  background: url("../images/callback-main-bg.svg") no-repeat left calc(50% + 310px) bottom 0/605px auto; }

.callback {
  color: #fff;
  position: relative;
  padding: 55px 95px 55px 65px; }

.callback::before {
  content: "";
  width: 100%;
  height: calc(100% - 85px);
  border-radius: 20px;
  background-color: #345DEE;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1; }

.callback h2 {
  color: inherit;
  margin-bottom: 30px;
  max-width: 460px;
  width: 100%; }

.callback h3 {
  color: inherit;
  font-size: 36px;
  max-width: 560px;
  width: 100%;
  margin-bottom: 30px;
  letter-spacing: -2px; }

/*team-section*/
.team-section {
  padding: 0 0 50px 0; }

.team-section h2 {
  max-width: 310px;
  width: 100%;
  margin-bottom: 110px; }

/*work-section*/
.work-section {
  padding: 40px 0 165px; }

.work-section-bg {
  background: url("../images/work-section-bg.svg") no-repeat left calc(50% + 90px) bottom 0/auto; }

.steps {
  counter-reset: step; }

.step::before {
  content: counters(step, ".", decimal-leading-zero);
  counter-increment: step;
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
  color: #345DEE;
  letter-spacing: -0.6px;
  margin: 0 0 22px;
  display: block; }

.steps-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 -40px; }

.steps-row:nth-child(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse; }

.step {
  width: 220px;
  margin: 0 40px 40px;
  position: relative;
  color: #565B78; }

.step:after {
  content: '';
  display: block;
  position: absolute;
  top: 18px;
  border: 1px dashed rgba(12, 42, 146, 0.5);
  border-radius: 20px;
  pointer-events: none; }

/*для айтема в первом ряду (подразумевается, что там всегда один айтем)*/
.steps-row:first-child .step:after {
  width: calc(100% + 45px);
  height: calc(100% + 10px);
  border-radius: 0 20px 0 0;
  border-width: 1px 1px 0 0;
  left: 50px; }

/*для айтемов в четных, но не последнем ряду*/
.steps-row:nth-child(2n):not(:last-child) .step:not(:last-child):after {
  border-width: 1px 0 0 0;
  border-radius: 0;
  right: calc(100% + 30px);
  width: calc(100% - 15px); }

.steps-row:nth-child(2n):not(:last-child) .step:last-child:after {
  border-width: 1px 0 1px 1px;
  border-radius: 20px 0 0 20px;
  right: calc(100% + 30px);
  width: calc(100% - 60px);
  height: calc(100% + 41px); }

/*для айтемов в нечетных рядах, исключая первый и последний*/
.steps-row:nth-child(2n+3):not(:last-child) .step:not(:last-child):after {
  border-width: 1px 0 0 0;
  border-radius: 0;
  left: 60px;
  width: calc(100% - 15px); }

.steps-row:nth-child(2n+3):not(:last-child) .step:last-child:after {
  width: calc(100% + 45px);
  height: calc(100% + 41px);
  border-radius: 0 20px 20px 0;
  border-width: 1px 1px 1px 0;
  left: 50px; }

/*для айтема последнего нечетного ряда*/
.steps-row:last-child:nth-child(2n+1) .step:after {
  border-radius: 0;
  border-width: 1px 0 0 0;
  right: calc(100% + 30px);
  width: calc(100% + 100px); }

/*для айтема последнего четного ряда*/
.steps-row:last-child:nth-child(2n) .step:after {
  border-radius: 0;
  border-width: 1px 0 0 0;
  left: 50px;
  width: calc(100% + 100px); }

.steps-row:last-child .step {
  width: 330px;
  -webkit-transform: translateX(60px);
      -ms-transform: translateX(60px);
          transform: translateX(60px); }

/*audit-section*/
.audit-section {
  padding: 215px 0 0;
  background: url("../images/audit-main-bg.svg") no-repeat left calc(50% - 250px) bottom 0/572px auto; }

.audit-text {
  max-width: 540px;
  margin: 0 0 0 auto;
  width: 100%; }

.audit-text h2 {
  margin-bottom: 50px; }

.audit-form {
  max-width: 350px;
  width: 100%; }

.audit-form-btn {
  margin-top: 70px; }

.custom-audit-section {
  padding: 50px 0 190px; }

/*contacts-section*/
.contacts-section {
  position: relative;
  padding-bottom: 55px;
  padding-top: 120px; }

.contacts {
  background-color: #345DEE;
  border-radius: 20px;
  color: #fff;
  padding: 85px 100px 100px;
  max-width: 542px;
  width: 100%;
  margin: 0 95px 0 auto;
  position: relative;
  z-index: 2; }

.contacts h2 {
  color: inherit;
  margin-bottom: 52px; }

.contacts h4 {
  color: inherit;
  margin-bottom: 52px; }

.contacts a {
  color: inherit;
  display: block;
  font-weight: 400; }

.contacts a:hover {
  color: #EE3465; }

.contacts-item {
  letter-spacing: -0.4px;
  margin-bottom: 20px; }

.contacts-item:last-child {
  margin-bottom: 0; }

.map {
  width: 100%;
  height: 445px;
  position: absolute;
  left: 0;
  top: 195px; }

/*feedback-section*/
.feedback-section {
  padding: 100px 0;
  background: url("../images/footer-bg.svg") no-repeat center bottom/auto;
  min-height: 1020px; }

.feedback {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }

.feedback-text {
  max-width: 430px;
  margin: 0 140px 0 0;
  width: 100%; }

.feedback-text h2 {
  font-size: 68px;
  line-height: 1.1; }

.feedback-form {
  max-width: 350px;
  width: 100%;
  margin-top: 62px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto; }

.feedback-form-btn {
  margin-top: 50px; }

/*footer*/
.footer {
  background-color: #0C2A92;
  padding: 80px 0 64px;
  color: #fff;
  margin-top: auto; }

.footer-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.footer-logo {
  margin-right: auto; }

.footer-social-links {
  margin: 0 auto;
  color: #fff; }

/*modals*/
.modal {
  display: none;
  max-width: 535px;
  width: 100%;
  border-radius: 20px;
  padding: 70px 92.5px; }

.fancybox-bg {
  background-color: #091643; }

.fancybox-is-open .fancybox-bg {
  opacity: .4; }

.modal > h3 {
  font-size: 32px;
  margin-bottom: 30px;
  text-align: center; }

.modal-form-btn {
  margin-top: 50px; }

.fancybox-slide--html .fancybox-close-small {
  color: #EE3465;
  padding: 8px;
  right: 5px;
  top: 5px; }

/*slider's elements'*/
.dots-counter {
  font-size: 12px;
  font-weight: 700;
  color: #8B95A0;
  letter-spacing: -0.6px; }

.dots-counter li:not(.slick-active) {
  display: none; }

.dots-counter li::before {
  display: none; }

.dots-counter li {
  margin: 0 0 0 auto;
  padding: 0; }

.slider-nav {
  display: none;
  position: relative;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-right: 60px; }

.slider-arrow {
  position: absolute;
  width: 28px;
  height: 28px;
  line-height: 28px;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  -webkit-transition: all .25s ease-out;
  -o-transition: all .25s ease-out;
  transition: all .25s ease-out;
  background-color: #EE3465;
  font-family: icomoon;
  font-size: 6px;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%); }

.slider-arrow:hover {
  background-color: #dd1248; }

.slider-arrow-left {
  left: 0; }

.slider-arrow-left::before {
  content: "\e92d"; }

.slider-arrow-right {
  left: 36px; }

.slider-arrow-right::before {
  content: "\e92e"; }

/****INNER-PAGES****/
/*production page*/
.detail-section {
  padding: 50px 0; }

.detail-section h2 {
  max-width: 575px;
  margin-bottom: 75px;
  line-height: 1.2; }

.detail-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 30px 30px 0;
  border: 1px dashed #8695C9;
  border-radius: 20px;
  width: calc(100% /2 - 30px);
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin: 0 15px 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.detail-card-small {
  padding: 15px 40px 15px 0; }

.detail-card h4 {
  margin-bottom: 10px; }

.detail-card-body p:not(:last-child) {
  margin-bottom: 30px; }

.detail-card-image {
  width: 250px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding: 0 30px;
  text-align: center; }

.detail-card-image img {
  width: auto;
  height: auto;
  max-height: 100%; }

.detail-block {
  padding: 60px 0; }

.detail-card-small .detail-card-image {
  width: 210px; }

.detail-card-tiny {
  padding: 25px 60px 20px 0;
  font-size: 18px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }

.detail-card-tiny .detail-card-image {
  width: 210px;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center; }

/*production-section*/
.production-section {
  padding: 50px 0;
  overflow: hidden; }

.production-section h2 {
  max-width: 595px;
  margin-bottom: 110px;
  width: 100%; }

.production {
  margin-bottom: 35px; }

.production-step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 54px 0 65px;
  position: relative; }

.production-step::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  border: 1px dashed rgba(12, 42, 146, 0.5);
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-radius: 20px;
  pointer-events: none;
  width: calc(50% + 55px);
  height: 100%; }

.production-step:nth-child(odd):after {
  border-radius: 0 20px 20px 0;
  border-width: 1px 1px 1px 0;
  left: 50%; }

.production-step:nth-child(even):after {
  border-radius: 20px 0 0 20px;
  border-width: 1px 0 1px 1px;
  right: 50%; }

.production-step h3 {
  margin-bottom: 45px; }

.production-step-image {
  width: 540px;
  height: 304px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  border-radius: 10px;
  overflow: hidden;
  display: block; }

.production-step-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center; }

.production-step-text {
  padding: 0 0 0 32px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  max-width: 540px;
  width: 100%; }

.production-step:nth-child(even) .production-step-image {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-left: auto; }

.production-step:nth-child(even) .production-step-text {
  padding: 0 32px 0 0; }

.production-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.production-more h4 {
  margin: 0 55px 0 0; }

/*advantages-section*/
.advantages-section h2 {
  margin-bottom: 100px; }

.advantages-section-head {
  font-size: 26px;
  margin: 0 0 110px 0; }

.advantages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }

.advantages-tabs-content h4 {
  margin-bottom: 30px; }

.advantages-section {
  padding: 55px 0 85px; }

.custom-advantages-section {
  padding-bottom: 0; }

.advantages-tabs-content {
  max-width: 760px;
  width: 100%; }

.advantages-tabs-content p:not(:last-child) {
  margin-bottom: 30px; }

.advantages-tabs-content a {
  font-weight: 400;
  display: block;
  color: #565B78;
  text-decoration: underline; }

/*workscheme-section*/
.workscheme-section {
  padding: 90px 0 40px; }

.workscheme-section h2 {
  margin-bottom: 80px; }

.scheme > img {
  display: none; }

.scheme-note {
  display: none; }

.scheme-note-center {
  text-align: center; }

.scheme-item {
  margin: 0 20px 30px; }

.scheme-box {
  counter-reset: scheme-item; }

.scheme-item::before {
  content: counters(scheme-item, ".", decimal-leading-zero);
  counter-increment: scheme-item;
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
  color: #345DEE;
  letter-spacing: -0.6px;
  margin: 0 0 22px;
  display: block; }

/*VR page*/
.detail-item {
  width: calc(100% /2 - 30px);
  margin: 0 15px 30px;
  border: 1px dashed #8695C9;
  border-radius: 20px;
  padding: 30px 40px; }

.detail-item-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin: 0 0 35px; }

.detail-item-head h4 {
  margin: 0 15px 0 0; }

.detail-item-head img {
  height: 90px;
  width: auto;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto; }

.vr-section {
  padding: 40px 0 0; }

.vr-section h2 {
  max-width: 645px;
  width: 100%;
  margin-bottom: 110px; }

/*ppc page*/
.ppc-section {
  padding: 40px 0 0;
  background: url("../images/ppc-text-bg.svg") no-repeat left calc(50% + 350px) bottom 130px/595px auto; }

.ppc-section h2 {
  margin-bottom: 110px; }

/*certificate section*/
.certificate-section h2 {
  max-width: 480px;
  width: 100%;
  margin-bottom: 110px; }

.certificate-box {
  margin: 0 -40px;
  padding: 0 100px; }

.certificate-item {
  width: calc(100% /5 - 80px);
  margin: 0 40px 120px;
  color: #565B78;
  display: block; }

.certificate-item img {
  height: 95px;
  margin: 0 0 40px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto; }

.detail-text p {
  margin-bottom: 55px;
  max-width: 730px;
  width: 100%; }

.detail-text p:last-of-type {
  margin-bottom: 12px; }

.detail-text:not(:last-child) {
  margin-bottom: 60px; }

/*marketing section*/
.marketing-section {
  padding: 100px 0 0; }

.marketing-section h2 {
  margin-bottom: 110px; }

/*brand page*/
.intro-brand-section {
  background-size: 785px auto; }

.branding-section {
  padding: 110px 0 30px; }

.branding-section h2 {
  max-width: 430px;
  width: 100%;
  margin: 0 0 110px; }

/*crm page*/
.crm-section h2 {
  margin-bottom: 110px;
  max-width: 575px;
  width: 100%; }

.crm-section {
  padding: 110px 0 55px;
  background: url("../images/crm-text-bg.svg") no-repeat left calc(50% + 300px) bottom 120px/605px auto; }

/*sales page*/
.services-box[data-title]::before {
  content: attr(data-title);
  margin: 0 15px 74px;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: -3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: calc(100% /2 - 30px);
  color: #18214D;
  padding-right: 100px;
  line-height: 1.2; }

.services-box[data-subtitle]::before {
  display: block;
  content: attr(data-subtitle);
  margin: 0 0 80px;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: -3px;
  color: #18214D;
  line-height: 1.2;
  margin: 0 0 80px; }

.sales-section h2 {
  margin-bottom: 0; }

.sales-section {
  padding: 110px 0 85px; }

.targets-list {
  font-size: 18px;
  letter-spacing: -0.4px; }

.targets-list li {
  margin-bottom: 15px; }

.targets-section {
  padding: 15px 0 60px; }

.targets-section h3 {
  margin-bottom: 75px; }

.targets-box {
  margin: 0 -50px; }

.targets-column {
  margin: 0 50px;
  width: calc(100%/2 - 100px); }

.workscheme-section-head {
  max-width: 800px;
  width: 100%;
  margin: 0 0 60px; }

/*analytics page*/
.intro-analytics-section {
  background-position: left calc(50% + 320px) top 20px; }

.analytics-section h2 {
  max-width: 350px;
  width: 100%;
  margin-bottom: 100px; }

.analytics-section {
  padding: 100px 0 0; }

/*optimize page*/
.optimize-intro-section {
  background-position: left calc(50% + 320px) top; }

.optimize-section {
  padding: 120px 0 0;
  background: url("../images/seo-text-bg.svg") no-repeat left calc(50% + 450px) bottom 80px/570px auto; }

.optimize-section h2 {
  margin-bottom: 110px; }

/*message-section*/
.message-section {
  background: url("../images/audit-main-bg.svg") no-repeat left calc(50% - 295px) top 0/570px auto;
  padding: 30px 0 120px; }

.message-text {
  max-width: 595px;
  margin: 0 0 0 auto;
  width: 100%; }

.message-text h3 {
  font-size: 44px; }

/*seo-section*/
.seo-section {
  padding: 60px 0 0; }

.seo-section h2 {
  max-width: 530px;
  width: 100%;
  margin: 0 0 90px; }

.seo-text p:not(:last-child) {
  margin-bottom: 35px; }

/*dev page*/
.dev-section h2 {
  max-width: 550px;
  margin-bottom: 110px;
  width: 100%; }

.dev-section {
  padding: 60px 0;
  background: url("../images/dev-text-bg.svg") no-repeat left calc(50% + 300px) top 30px/760px auto; }

.dev-step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 58px 60px 58px 74px;
  position: relative;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.dev-step::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  border: 1px dashed rgba(12, 42, 146, 0.5);
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-radius: 20px;
  pointer-events: none;
  width: 50%;
  height: 100%; }

.dev-step:nth-child(even):after {
  border-radius: 0 20px 20px 0;
  border-width: 1px 1px 1px 0;
  left: 50%; }

.dev-step:nth-child(odd):after {
  border-radius: 20px 0 0 20px;
  border-width: 1px 0 1px 1px;
  right: 50%; }

.dev-step h4 {
  margin-bottom: 35px; }

.dev-step-image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin: 0 35px 0 0;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center; }

.dev-step-image img {
  max-width: 120px; }

.dev-step-text {
  max-width: 820px;
  width: 100%; }

.dev-step:nth-child(odd) .dev-step-image {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin: 0 0 0 35px; }

/*smm page*/
.smm-section {
  padding: 75px 0 0; }

.smm-section-head {
  max-width: 635px;
  margin: 0 0 60px;
  width: 100%; }

.smm-section h2 {
  margin-bottom: 60px; }

.smm-section {
  background: url("../images/smm-text-bg.svg") no-repeat left calc(50% + 350px) bottom 75px; }

.proposal-section {
  padding: 90px 0 30px;
  overflow: hidden; }

.proposal-section h2 {
  max-width: 450px;
  width: 100%;
  margin: 0 0 90px; }

.proposal-step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 80px 0 90px;
  position: relative;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.proposal-step::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  border: 1px dashed rgba(12, 42, 146, 0.5);
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-radius: 20px;
  pointer-events: none;
  width: calc(50% + 55px);
  height: 100%; }

.proposal-step:nth-child(even):after {
  border-radius: 0 20px 20px 0;
  border-width: 1px 1px 1px 0;
  left: 50%; }

.proposal-step:nth-child(odd):after {
  border-radius: 20px 0 0 20px;
  border-width: 1px 0 1px 1px;
  right: 50%; }

.proposal-step h4 {
  margin-bottom: 35px; }

.proposal-step-image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 35px 0 0;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  width: 285px;
  min-height: 208px;
  border: 1px dashed #8695C8;
  border-radius: 35px;
  padding: 0 5px; }

.proposal-step-image img {
  margin: auto; }

.proposal-step-text {
  max-width: 710px;
  width: 100%; }

.proposal-step-text h3 {
  margin-bottom: 40px;
  letter-spacing: -2px; }

.proposal-step:nth-child(odd) .proposal-step-image {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin: 0 0 0 35px; }

.system-section {
  padding: 400px 0 80px;
  background: url("../images/smm-big-text-bg.svg") no-repeat left calc(50% + 200px) top; }

.system-section h2 {
  margin: 0 0 60px; }

.system-section-head {
  max-width: 730px;
  margin: 0 0 80px;
  width: 100%; }

.system {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%; }

.system-item {
  width: 192px;
  line-height: 1.2;
  position: relative; }

.system-item p {
  letter-spacing: -0.6px; }

.system-item img {
  width: 65px;
  height: 65px;
  margin-bottom: 45px; }

.system-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 0 0 102.5px; }

.system-head .system-item:not(:last-child):before {
  content: "";
  width: 52px;
  height: 1px;
  border: 1px dashed rgba(12, 42, 146, 0.5);
  position: absolute;
  left: 50%;
  top: 32.5px; }

.system-head .system-item {
  padding-bottom: 60px; }

.system-head .system-item:last-child::before {
  content: "";
  width: 115px;
  height: calc(100% - 32.5px);
  border: 1px dashed rgba(12, 42, 146, 0.5);
  border-top-right-radius: 10px;
  border-bottom: 0;
  border-left: 0;
  position: absolute;
  left: 100px;
  top: 32.5px; }

.system-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 80px;
  position: relative; }

.system-body::before {
  content: "";
  position: absolute;
  width: calc(100% - 190px);
  height: 52px;
  border: 1px dashed rgba(12, 42, 146, 0.5);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom: 0;
  left: 30px;
  top: 0; }

.system-body .system-item::before {
  content: "";
  width: 1px;
  height: 52px;
  border-left: 1px dashed rgba(12, 42, 146, 0.5);
  top: -80px;
  left: 32.5px;
  position: absolute; }

.system-body .system-item:first-child::before,
.system-body .system-item:last-child::before {
  display: none; }

.sitemap {
  padding: 60px 0; }

@media (max-width: 1279px) {
  h1 {
    font-size: 60px; }
  h2 {
    font-size: 42px; }
  body {
    font-size: 19px; }
  input {
    height: 54px;
    margin: 0 0 25px; }
  .container {
    max-width: 960px; }
  .btn {
    font-size: 19px; }
  .intro-text {
    max-width: 440px; }
  .intro-section {
    background-size: 800px auto;
    background-position: left calc(50% + 270px) bottom;
    min-height: 1px; }
  .market-section {
    background-size: 500px auto;
    background-position: left calc(50% - 215px) top 70px;
    padding: 80px 0 40px; }
  .market-text {
    max-width: 500px; }
  .market-text h2 {
    font-size: 42px; }
  .market-text p {
    padding-right: 0; }
  .services-section {
    padding-bottom: 45px; }
  .services-section h2 {
    margin-bottom: 80px; }
  .services-item-head {
    margin-bottom: 40px; }
  .callback::before {
    left: 0; }
  .callback h3 {
    max-width: 460px;
    font-size: 34px; }
  .callback-section {
    padding: 120px 0 58px;
    background-size: 500px auto; }
  .team-section {
    padding-bottom: 0; }
  .team-section h2 {
    margin-bottom: 80px; }
  .steps-row:nth-child(2n):not(:last-child) .step:last-child::after {
    width: calc(100% - 200px); }
  .steps-row:nth-child(2n+3):not(:last-child) .step:last-child::after {
    width: calc(100% - 35px); }
  .work-section-bg {
    background-size: 800px auto;
    background-position: left calc(50% - 60px) bottom 0; }
  .work-section {
    padding-bottom: 50px; }
  .audit-text {
    max-width: 440px; }
  .message-text {
    max-width: 440px; }
  .audit-section {
    background-size: 450px auto;
    background-position: left calc(50% - 210px) bottom 0;
    padding-top: 120px; }
  .message-section {
    background-size: 450px auto;
    background-position: left calc(50% - 210px) top;
    padding: 30px 0 80px; }
  .message-text h3 {
    font-size: 40px; }
  .audit-form-btn {
    margin-top: 50px; }
  .contacts {
    margin-right: 0;
    max-width: 440px;
    padding: 50px; }
  .map {
    height: 350px; }
  .feedback-text h2 {
    font-size: 60px; }
  .feedback-section {
    background-size: 1020px auto;
    min-height: 1px;
    padding: 60px 0; }
  .feedback-text {
    margin-right: 60px; }
  .production-section h2 {
    margin-bottom: 80px; }
  .production-step-image {
    width: 440px;
    height: 275px; }
  .production-step-text {
    max-width: 440px; }
  .production-step h3 {
    margin-bottom: 30px; }
  .production-step::after {
    width: calc(50% + 30px); }
  .advantages-section h2 {
    margin-bottom: 80px; }
  .workscheme-section {
    padding: 45px 0 40px; }
  .detail-item {
    padding: 20px; }
  .detail-item-head img {
    height: 85px; }
  .ppc-section h2 {
    margin-bottom: 80px; }
  .certificate-box {
    padding: 0;
    margin: 0 -20px; }
  .certificate-item {
    margin: 0 20px 100px;
    width: calc(100%/5 - 40px); }
  .certificate-section h2 {
    margin-bottom: 80px; }
  .marketing-section h2 {
    margin-bottom: 80px; }
  .branding-section h2 {
    margin-bottom: 80px; }
  .crm-section h2 {
    margin-bottom: 80px; }
  .services-box[data-title]::before,
  .services-box[data-subtitle]::before {
    font-size: 35px; }
  .targets-box {
    margin: 0 -15px; }
  .targets-column {
    width: calc(100%/2 - 30px);
    margin: 0 15px; }
  .targets-section h3 {
    font-size: 35px; }
  .analytics-section h2 {
    margin-bottom: 80px; }
  .optimize-section h2 {
    margin-bottom: 80px; }
  .advantages-section-head {
    font-size: 22px; }
  .dev-section {
    background-size: 560px auto;
    background-position: left calc(50% + 200px) top 30px; }
  .smm-section h2 {
    margin-bottom: 80px; }
  .proposal-step::after {
    width: calc(50% + 30px); }
  .proposal-step-text h3 {
    font-size: 35px; }
  .system-item {
    width: 150px; }
  .system-body::before {
    width: calc(100% - 145px); }
  .system-head .system-item:last-child::before {
    width: 75px; }
  .system-head {
    padding: 0 0 0 81.5px; }
  .system-section {
    padding: 260px 0 80px;
    background-size: 650px auto;
    background-position: left calc(50% + 120px) top; }
  .system-head .system-item:not(:last-child)::before {
    width: 42px;
    left: calc(50% + 10px); } }

@media (max-width: 991px) {
  h1 {
    font-size: 55px;
    margin-bottom: 35px; }
  h2 {
    font-size: 38px; }
  body {
    font-size: 18px;
    padding-top: 82px; }
  input {
    height: 44px;
    margin: 0 0 20px; }
  .container {
    max-width: 720px; }
  .btn {
    font-size: 18px; }
  .intro-section {
    background-size: 500px auto;
    background-position: left calc(50% + 200px) bottom 0;
    padding: 60px 0; }
  .intro-text {
    max-width: 360px; }
  .header {
    padding: 20px 0;
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    background-color: #fff;
    z-index: 5; }
  .header-tools {
    z-index: 4;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #fff;
    padding: 120px 20px 30px;
    max-height: 100%;
    overflow: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear; }
  .header-tools.is-show {
    opacity: 1;
    pointer-events: auto; }
  .header-menu {
    display: block;
    font-size: 22px;
    text-align: center;
    margin: 0; }
  .header-menu li:not(:last-child) {
    margin: 0 0 40px; }
  .header-menu li:last-child {
    display: none; }
  .header-menu a {
    font-weight: 700;
    letter-spacing: -1px; }
  .header-btn {
    margin-top: auto; }
  .lang {
    margin-bottom: 40px; }
  .menu-btn {
    display: block; }
  .intro-text-btn {
    margin-top: 35px; }
  .intro-social-links {
    margin-top: 35px;
    display: none; }
  .market-text h2 {
    font-size: 38px; }
  .market-text {
    max-width: 450px; }
  .market-section {
    background-size: 400px auto;
    background-position: left calc(50% - 140px) top 70px; }
  .services-section {
    padding-bottom: 0; }
  .services-item {
    width: calc(100% /2 - 30px); }
  .services-section h2 {
    margin-bottom: 60px; }
  .callback h2 {
    font-size: 40px;
    max-width: 340px; }
  .callback h3 {
    max-width: 360px;
    font-size: 32px; }
  .callback {
    padding: 55px 65px; }
  .team-section h2 {
    margin-bottom: 60px; }
  .step::after {
    display: none; }
  .steps-row {
    margin: 0 -20px; }
  .step {
    width: calc(100% /2 - 40px);
    margin: 0 20px 40px;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto; }
  .steps-row:nth-child(2n) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
  .steps-row:last-child .step {
    width: calc(100% /2 - 40px);
    -webkit-transform: none;
        -ms-transform: none;
            transform: none; }
  .step br {
    display: none; }
  .work-section {
    padding-top: 20px; }
  .work-section-bg {
    background-size: 600px auto;
    background-position: left calc(50% - 40px) bottom 0; }
  .step::before {
    font-size: 30px;
    margin-bottom: 10px; }
  .scheme-item::before {
    font-size: 30px;
    margin-bottom: 10px; }
  .audit-text {
    max-width: 360px; }
  .message-text {
    max-width: 360px;
    padding: 60px 0; }
  .message-section {
    background-position: left calc(50% - 210px) top 60px; }
  .message-text h3 {
    font-size: 36px; }
  .audit-section {
    background-size: 400px auto; }
  .message-section {
    background-size: 400px auto; }
  .audit-text h2 {
    font-size: 40px; }
  .map {
    height: 300px; }
  .contacts {
    max-width: 360px;
    padding: 30px; }
  .contacts h2 {
    margin-bottom: 40px; }
  .feedback-text h2 {
    max-width: 270px;
    font-size: 55px; }
  .feedback-section {
    background-size: 900px auto;
    padding: 40px 0 60px; }
  .detail-section h2 {
    margin-bottom: 50px; }
  .detail-card {
    padding: 20px 20px 20px 0; }
  .detail-card-image {
    width: 200px;
    padding: 0 20px; }
  .production-section h2 {
    margin-bottom: 60px; }
  .production-step {
    display: block;
    padding: 30px 0; }
  .production-step::after {
    display: none; }
  .production-step:nth-child(2n) .production-step-image {
    margin: 0 0 30px 0; }
  .production-step-image {
    height: auto;
    margin: 0 0 30px; }
  .production-step-image img {
    height: auto; }
  .production-step-text {
    padding: 0;
    max-width: 100%; }
  .production-step:nth-child(2n) .production-step-text {
    padding: 0; }
  .production-step:nth-child(even)::before {
    content: "";
    width: 200vw;
    height: 100%;
    position: absolute;
    left: -50vw;
    top: 0;
    z-index: -1;
    background-color: #EBECF2; }
  .production-section h2 {
    margin-bottom: 45px; }
  .tabs-vertical {
    margin-right: 40px; }
  .advantages-section h2 {
    margin-bottom: 70px; }
  .advantages-section {
    padding: 55px 0 40px; }
  .workscheme-section h2 {
    margin-bottom: 70px; }
  .workscheme-section {
    padding-bottom: 0; }
  .detail-item {
    width: calc(100% - 30px); }
  .services-item-full {
    width: calc(100% - 30px);
    min-height: 1px; }
  .services-item-full h4 br {
    display: none;
    font-size: 24px; }
  .services-item-head {
    display: block; }
  .services-item-image {
    margin: 0 0 35px; }
  .services-item-head {
    margin: 0 0 25px; }
  .ppc-section h2 {
    margin-bottom: 70px; }
  .ppc-section {
    background-size: 400px auto;
    background-position: left calc(50% + 220px) bottom 120px; }
  .certificate-section h2 {
    margin-bottom: 70px; }
  .marketing-section h2 {
    margin-bottom: 70px; }
  .branding-section h2 {
    margin-bottom: 70px; }
  .crm-section h2 {
    margin-bottom: 70px; }
  .crm-section {
    background-size: 400px auto;
    background-position: left calc(50% + 220px) bottom 120px; }
  .sales-section {
    padding: 70px 0 75px; }
  .sales-section h2 {
    margin-bottom: 70px; }
  .services-box[data-title]::before {
    font-size: 32px;
    padding-right: 0; }
  .services-box[data-subtitle]::before {
    font-size: 32px;
    margin: 0 0 60px; }
  .targets-section h3 {
    margin-bottom: 60px; }
  .targets-section h3 {
    font-size: 32px; }
  .analytics-section h2 {
    margin-bottom: 70px; }
  .analytics-section {
    padding-top: 70px; }
  .optimize-section {
    background-size: 400px auto;
    background-position: left calc(50% + 220px) bottom 120px;
    padding: 80px 0 40px; }
  .optimize-section h2 {
    margin-bottom: 70px; }
  .advantages-section-head {
    font-size: 20px; }
  .detail-card {
    width: calc(100% - 30px); }
  .dev-section h2 {
    margin-bottom: 80px; }
  .dev-section {
    background-size: 450px auto; }
  .dev-step {
    padding: 35px; }
  .smm-section {
    background-size: 400px auto;
    background-position: left calc(50% + 220px) bottom 120px;
    padding: 80px 0 40px; }
  .smm-section h2 {
    margin-bottom: 70px; }
  .proposal-section {
    padding: 60px 0 30px; }
  .proposal-section h2 {
    margin-bottom: 80px; }
  .proposal-step-text h3 {
    font-size: 32px;
    margin-bottom: 35px; }
  .proposal-step-image {
    width: 200px;
    padding: 20px;
    min-height: 1px; }
  .proposal-step {
    padding: 60px 0; }
  .system-section {
    padding: 150px 0 80px;
    background-size: 450px auto;
    background-position: left calc(50% + 85px) top; }
  .system {
    display: block; }
  .system-head {
    display: block;
    padding: 0 0 0 48px; }
  .system-body {
    display: block; }
  .system-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 0 60px;
    width: auto; }
  .system-item br {
    display: none; }
  .system-head .system-item {
    padding: 0; }
  .system-item img {
    margin: 0 15px 0 0; }
  .system-body {
    padding: 0 0 0 48px; }
  .system-body::before {
    width: 25px;
    height: 100%;
    left: 0;
    bottom: 32.5px;
    border-radius: 0;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    border-bottom: 1px dashed rgba(12, 42, 146, 0.5);
    border-right: 0;
    top: auto; }
  .system-body .system-item::before {
    height: 1px;
    width: 25px;
    left: -48px;
    top: 32.5px;
    border-left: 0;
    border-bottom: 1px dashed rgba(12, 42, 146, 0.5); }
  .system-head .system-item:not(:last-child)::before {
    height: 27px;
    width: 1px;
    left: 32.5px;
    top: calc(100% + 15px); }
  .system-head .system-item:last-child::before {
    -webkit-transform: scale(1, -1);
        -ms-transform: scale(1, -1);
            transform: scale(1, -1);
    height: 20px;
    width: 55px;
    left: -22.5px;
    top: calc(100% + 8.5px); } }

@media (max-width: 767px) {
  body {
    font-size: 17px; }
  h1 {
    font-size: 45px;
    margin-bottom: 25px; }
  h2 {
    font-size: 36px; }
  h4 {
    font-size: 25px; }
  input {
    font-size: 12px; }
  textarea {
    font-size: 12px; }
  .container {
    max-width: 540px; }
  .btn {
    font-size: 17px; }
  .intro-section {
    background-size: 0; }
  .intro-text {
    max-width: 100%;
    padding-right: 60px; }
  .intro-text-btn {
    margin-top: 25px; }
  .market-section {
    padding: 140px 0 40px;
    background-position: left calc(50% - 50px) top 0; }
  .market-text {
    max-width: 100%;
    font-size: 17px; }
  .market-text h2 {
    font-size: 36px; }
  .services-section {
    padding-bottom: 45px; }
  .services-item {
    font-size: 17px;
    margin: 0 15px 60px; }
  .services-item > h4 {
    min-height: 1px; }
  .services-box {
    padding-right: 60px; }
  .services-item br {
    display: none; }
  .services-item {
    width: calc(100% - 30px); }
  .services-section h2 {
    margin-bottom: 35px; }
  .slider-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .callback::before {
    height: 100%; }
  .callback-section {
    padding-top: 200px;
    background: url("../images/callback-mobile-bg.svg") no-repeat left calc(50% - 40px) top 6px/248px auto;
    overflow: hidden; }
  .callback {
    text-align: center; }
  .callback h2 {
    text-align: left; }
  .callback::after {
    content: "";
    width: 95px;
    height: 70px;
    background: url("../images/callback-mobile-alt-bg.svg") no-repeat center/contain;
    position: absolute;
    left: -35.5px;
    bottom: -25.5px;
    z-index: -2; }
  .team-section {
    padding-bottom: 45px; }
  .team-section h2 {
    margin-bottom: 35px; }
  .work-section {
    padding-top: 40px; }
  .work-section-bg {
    background-size: 450px auto;
    background-position: left calc(50% - 25px) bottom 0;
    padding-bottom: 100px; }
  .audit-section {
    background-size: 0;
    padding-top: 60px; }
  .audit-text {
    margin-left: 0; }
  .map {
    position: static;
    height: 275px; }
  .contacts {
    margin: -65px 0 0 0;
    max-width: 100%; }
  .contacts-section {
    padding-top: 100px; }
  .contacts h2 {
    margin-bottom: 20px; }
  .contacts h4 {
    margin-bottom: 20px; }
  .feedback {
    display: block; }
  .feedback-section {
    background: url("../images/footer-mobile-bg.svg") no-repeat left calc(50% - 70px) bottom 0/350px auto;
    padding-bottom: 400px; }
  .feedback-text h2 {
    font-size: 45px; }
  .feedback-text {
    margin: 0	0 50px; }
  .feedback-form {
    margin-top: 0; }
  .footer-container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .footer-social-links .social-link {
    margin: 12px; }
  .footer-social-links .social-link:last-child {
    margin-right: 0; }
  .footer {
    padding: 50px 0 60px; }
  .footer-social-links {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin: 0 0 0 auto;
    width: 40%;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  .detail-card-image {
    display: none; }
  .detail-card {
    display: block;
    padding: 0;
    border: 0; }
  .detail-section {
    padding: 140px 0 40px;
    background: url("../images/marketing-text-bg.svg") no-repeat left calc(50% - 50px) top 0/400px auto; }
  .detail-section h2 {
    margin-bottom: 30px; }
  .production-step-text h3 {
    font-size: 30px;
    letter-spacing: -2px;
    margin-bottom: 20px; }
  .production-section h2 {
    margin-bottom: 40px; }
  .advantages {
    display: block; }
  .tabs-vertical {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin: 0 0 25px;
    padding-bottom: 10px; }
  .tabs-vertical .tab {
    min-width: 90px; }
  .advantages-section h2 {
    margin-bottom: 60px; }
  .workscheme-section h2 {
    margin-bottom: 60px; }
  .detail-item {
    border: 0;
    padding: 0;
    margin: 0 15px 45px; }
  .detail-item-head {
    margin-bottom: 20px; }
  .detail-item-head img {
    height: 65px; }
  .box-wrapper {
    display: block;
    margin: 0;
    width: 100%; }
  .box-vertical {
    width: calc(100% + 30px);
    margin: 0 -15px;
    display: block; }
  .box-wrapper .slider-nav {
    margin-bottom: 45px; }
  .services-item-full {
    margin: 0 15px 40px; }
  .vr-section h2 {
    margin-bottom: 60px; }
  .ppc-section h2 {
    margin-bottom: 60px; }
  .ppc-section {
    background-size: 0; }
  .certificate-item,
  .certificate-item.slick-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 20px 25px; }
  .certificate-item img {
    margin: 0 10px 0 0; }
  .certificate-box {
    margin-bottom: 30px; }
  .certificate-section h2 {
    margin-bottom: 60px; }
  .marketing-section {
    padding-top: 60px; }
  .marketing-section h2 {
    margin-bottom: 60px; }
  .branding-section {
    padding-top: 60px; }
  .branding-section h2 {
    margin-bottom: 60px; }
  .crm-section {
    background-size: 0;
    padding-top: 60px; }
  .crm-section h2 {
    margin-bottom: 60px; }
  .sales-section {
    padding: 60px 0 75px; }
  .sales-section h2 {
    margin-bottom: 60px; }
  .services-box[data-title]::before {
    font-size: 26px;
    margin-bottom: 38px;
    width: calc(100% - 30px);
    letter-spacing: -1px; }
  .services-box[data-subtitle]::before {
    margin: 0 15px 38px;
    letter-spacing: -2px; }
  .targets-list {
    font-size: 17px; }
  .targets-section h3 {
    font-size: 26px;
    letter-spacing: -1px; }
  .detail-item-custom .detail-item-head {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .detail-item-custom .detail-item-head img {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    margin: 0 0 20px; }
  .detail-item-custom .detail-item-head h4 {
    width: 100%; }
  .analytics-section h2 {
    margin-bottom: 60px; }
  .analytics-section {
    padding-top: 60px; }
  .optimize-section {
    background: url("../images/marketing-text-bg.svg") no-repeat left calc(50% - 50px) top 0/400px auto; }
  .optimize-section h2 {
    margin-bottom: 35px; }
  .detail-card-small .detail-card-image {
    display: block;
    width: auto;
    padding: 0;
    margin: 0 0 20px;
    text-align: left; }
  .detail-card-image img {
    width: auto;
    height: auto; }
  .advantages-section-head {
    font-size: 18px;
    margin: 0 0 50px; }
  .message-section {
    background-size: 0;
    padding: 40px 0; }
  .message-text {
    margin: 0;
    padding: 0; }
  .message-text h3 {
    font-size: 30px;
    letter-spacing: -1px; }
  .detail-card-tiny .detail-card-image {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 5px;
    width: auto;
    padding: 0; }
  .detail-card-tiny .detail-card-image img {
    height: 65px;
    width: 65px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center; }
  .detail-card-tiny {
    position: relative;
    padding-top: 35px;
    font-size: 17px; }
  .detail-card-tiny h4 {
    max-width: calc(100% - 70px);
    width: 100%;
    font-size: 26px; }
  .custom-detail-section {
    background-size: 0; }
  .seo-section {
    padding: 45px 0 0; }
  .seo-section h2 {
    margin-bottom: 50px; }
  .dev-step {
    display: block;
    padding: 0;
    margin: 0 0 50px; }
  .dev-step:last-child {
    margin-bottom: 0; }
  .dev-step::after {
    display: none; }
  .dev-step-image {
    margin: 0 0 20px; }
  .dev-step:nth-child(odd) .dev-step-image {
    margin: 0 0 20px 0; }
  .dev-step-text h4 {
    font-size: 26px; }
  .smm-section {
    background: url("../images/marketing-text-bg.svg") no-repeat left calc(50% - 50px) top 0/400px auto; }
  .smm-section h2 {
    margin-bottom: 35px; }
  .proposal-step-text h3 {
    font-size: 28px;
    letter-spacing: -1px;
    margin: 0 0 25px; }
  .proposal-step {
    display: block;
    padding: 25px 0; }
  .proposal-step:nth-child(even)::before {
    content: "";
    width: 200vw;
    height: 100%;
    position: absolute;
    left: -50vw;
    top: 0;
    pointer-events: none;
    background-color: #EBECF2;
    z-index: -1; }
  .proposal-step:after {
    display: none; }
  .proposal-step-image {
    display: none; }
  .proposal-section h2 {
    margin-bottom: 40px; }
  .system-section {
    padding: 150px 0 0; } }

@media (max-width: 575px) {
  h1 {
    font-size: 40px;
    letter-spacing: -2px; }
  h2 {
    font-size: 32px;
    letter-spacing: -2px; }
  h4 {
    font-size: 24px; }
  body {
    font-size: 16px;
    line-height: 1.5; }
  ul li::before {
    top: 6.5px; }
  .container {
    max-width: 100%; }
  .intro-text {
    padding-right: 0; }
  .intro-text-btn {
    margin-top: 20px; }
  .btn {
    width: 100%;
    font-size: 16px; }
  .market-section {
    background-size: 325px auto;
    background-position: left 20px top 0;
    padding: 130px 0 20px; }
  .market-text h2 {
    font-size: 32px; }
  .market-text {
    font-size: 16px; }
  .services-box {
    padding-right: 0; }
  .services-item h4 {
    letter-spacing: -1px; }
  .callback {
    padding: 30px; }
  .callback-section {
    background-position: left 70px top 7px; }
  .step {
    width: calc(100% - 40px);
    margin: 0 20px 30px; }
  .step::before {
    font-size: 22px;
    letter-spacing: -1px; }
  .scheme-item::before {
    font-size: 22px;
    letter-spacing: -1px; }
  .work-section-bg {
    background-size: 355px auto;
    background-position: left 20px bottom 0; }
  .audit-section {
    padding-top: 30px; }
  .audit-text h2 {
    margin-bottom: 30px; }
  .feedback-section {
    background-size: 300px auto;
    background-position: center bottom;
    padding-bottom: 350px; }
  .feedback-text {
    margin: 0 0 30px; }
  .footer-logo {
    width: 60%;
    margin-right: 0; }
  .footer-container {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .footer-menu {
    width: 40%;
    margin: 0 0 20px;
    display: block; }
  .footer-social-links {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .footer-social-links .social-link:first-child {
    margin-left: 0; }
  .footer {
    padding: 50px 0; }
  .slider-nav {
    margin: 0; }
  .modal {
    padding: 20px;
    border-radius: 0; }
  .modal > h3 {
    font-size: 40px;
    text-align: left;
    padding-right: 20px;
    margin-bottom: 12px; }
  .fancybox-slide--html {
    padding: 0; }
  .detail-section {
    background-size: 320px auto;
    background-position: left 20px top 0;
    padding: 120px 0 40px; }
  .custom-detail-section {
    padding: 40px 0; }
  .production-step-image {
    width: auto;
    margin-bottom: 20px; }
  .production-step-text h3 {
    font-size: 24px;
    letter-spacing: -1px;
    margin-bottom: 12px; }
  .production-more h4 {
    display: none; }
  .production-step:nth-child(2n) .production-step-image {
    margin-bottom: 20px; }
  .production-section h2 {
    margin-bottom: 35px; }
  .production-step:first-child {
    padding-top: 0; }
  .detail-card:last-child {
    margin-bottom: 0; }
  .btn-mobile-text i {
    display: none; }
  .btn-mobile-text {
    font-size: 0;
    padding: 0 5px; }
  .btn-mobile-text span {
    font-size: 16px;
    display: inline-block;
    vertical-align: middle; }
  .advantages-section h2 {
    margin-bottom: 40px; }
  .advantages-section-head {
    margin: 0 0 40px; }
  .tabs-vertical .tab::before {
    font-size: 18px; }
  .tabs-vertical .tab.active::before {
    font-size: 38px; }
  .tabs-vertical .tab {
    min-width: 70px;
    height: 50px;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
  .advantages-tabs-content h4 {
    letter-spacing: -1px;
    margin-bottom: 25px; }
  .advantages-section {
    padding: 35px 0 40px; }
  .workscheme-section h2 {
    margin-bottom: 30px; }
  .workscheme-section h2 br {
    display: none; }
  .scheme-item:last-child {
    margin-bottom: 0; }
  .detail-item:last-child {
    margin-bottom: 0; }
  .vr-section h2 {
    margin-bottom: 35px; }
  .ppc-section h2 {
    margin-bottom: 35px; }
  .ppc-section {
    padding: 40px 0; }
  .certificate-section h2 {
    margin-bottom: 35px; }
  .intro-text br {
    display: none; }
  .certificate-section {
    padding: 15px 0 65px; }
  .marketing-section {
    padding-top: 40px; }
  .detail-text p {
    margin-bottom: 35px; }
  .marketing-section h2 {
    margin-bottom: 35px; }
  .branding-section {
    padding-top: 40px; }
  .branding-section h2 {
    margin-bottom: 35px; }
  .crm-section {
    padding-top: 40px; }
  .crm-section h2 {
    margin-bottom: 35px; }
  .sales-section {
    padding: 40px 0 55px; }
  .sales-section h2 {
    margin-bottom: 30px; }
  .services-box[data-title]::before {
    font-size: 24px; }
  .targets-column {
    width: calc(100% - 30px); }
  .targets-list li {
    margin-bottom: 5px; }
  .targets-section h3 {
    margin-bottom: 30px; }
  .detail-item br {
    display: none; }
  .detail-card-image img {
    width: 75px; }
  .analytics-section h2 {
    margin-bottom: 30px; }
  .analytics-section {
    padding-top: 40px; }
  .optimize-section {
    padding: 120px 0 40px;
    background-size: 320px auto;
    background-position: left 20px top 0; }
  .smm-section {
    padding: 120px 0 40px;
    background-size: 320px auto;
    background-position: left 20px top 0; }
  .detail-block {
    padding: 20px 0; }
  .callback h3 {
    font-size: 26px;
    letter-spacing: -1px; }
  .advantages-section-head {
    font-size: 16px; }
  .message-text h3 {
    font-size: 24px; }
  .detail-card-tiny {
    font-size: 16px; }
  .custom-detail-section {
    background-size: 0; }
  .seo-section {
    padding: 35px 0 0; }
  .seo-section h2 {
    margin-bottom: 30px; }
  .dev-step-image img {
    height: 65px; }
  .dev-section h2 br {
    display: none; }
  .dev-section h2 {
    margin-bottom: 40px; }
  .dev-section {
    background-size: 0;
    padding: 40px 0 45px; }
  .scheme-note {
    text-align: left;
    margin-top: 30px; }
  .smm-section h2 {
    margin-bottom: 30px; }
  .smm-section-head {
    margin-bottom: 35px; }
  .proposal-step-text h3 {
    font-size: 24px; }
  .proposal-section h2 {
    margin-bottom: 20px; }
  .proposal-section {
    padding: 40px 0 30px; }
  .system-section {
    padding: 40px 0;
    background-size: 0; }
  .system-section h2 {
    margin: 0 0 30px; }
  .system-section-head {
    margin: 0 0 40px; }
  .system-body .system-item:last-child {
    margin-bottom: 0; } }

@media (min-width: 992px) {
  .header-btn {
    display: none; }
  .header-social-links {
    display: none; } }

@media (min-width: 768px) {
  .scheme-box {
    display: none; }
  .scheme > img {
    display: block;
    width: calc(100% + 20px);
    margin: 0 -10px; }
  .scheme-note {
    margin-top: 80px;
    padding: 0 40px;
    display: block; } }

.header-menu > li {
  margin-right: 20px;
  position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.header-menu > li:last-child {
  margin-right: 0;
}
.fa {
  font-family: "FontAwesome";
  color: inherit;
  padding-left: 10px;
}
.dropdown-menu {
    background:#F3F4F8;
  position: absolute;
      border-radius: 10px;
    padding: 10px;
  top: 100%;
  z-index: 10;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.header-menu .dropdown-menu {
  visibility: hidden;
  opacity: 0;
  box-shadow: 0 0 10px rgba(0,0,0,0.5);
}
.header-menu li:hover .dropdown-menu {
  visibility: visible;
  opacity: 1;
}

.dropdown-menu li a {
  border-bottom: 1px solid rgba(255,255,255,.3);
}
@media (max-width: 992px){
    .header-menu .dropdown-menu {

        box-shadow:none;
    }
    
}
.footer-menu li{
    margin:0 13px;
}
.header{
    z-index: 100;
}