/** SFUIText Light */

@font-face {
  font-family: "Open Sans Regular";
  src: url("...");
  font-display: swap;
}

@font-face {
  font-family: 'SFUIText';
  src: url('/assets/fonts/SFUIText-Light.eot?#iefix') format('embedded-opentype'),
       url('/assets/fonts/SFUIText-Light.otf')  format('opentype'),
	     url('/assets/fonts/SFUIText-Light.woff') format('woff'),
       url('/assets/fonts/SFUIText-Light.ttf')  format('truetype'),
       url('/assets/fonts/SFUIText-Light.svg#SFUIText-Light') format('svg');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

/** SFUIText Regular */
@font-face {
  font-family: 'SFUIText-Regular';
  src: url('/assets/fonts/SFUIText-Regular.eot?#iefix') format('embedded-opentype'),
       url('/assets/fonts/SFUIText-Regular.woff') format('woff'),
       url('/assets/fonts/SFUIText-Regular.ttf') format('truetype'),
       url('/assets/fonts/SFUIText-Regular.svg#SFUIText-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/** SFUIText Semibold */
@font-face {
  font-family: 'SFUIText';
  src: url('/assets/fonts/SFUIText-Semibold.eot?#iefix') format('embedded-opentype'),
       url('/assets/fonts/SFUIText-Semibold.otf')  format('opentype'),
       url('/assets/fonts/SFUIText-Semibold.woff') format('woff'),
       url('/assets/fonts/SFUIText-Semibold.ttf')  format('truetype'),
       url('/assets/fonts/SFUIText-Semibold.svg#SFUIText-Semibold') format('svg');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

/** Lato Regular */
@font-face {
		font-family: "Lato";
    src: url("/assets/fonts/LatoRegular.eot");
    src: url("/assets/fonts/LatoRegular.eot?#iefix")format("embedded-opentype"),
         url("/assets/fonts/LatoRegular.woff") format("woff"),
         url("/assets/fonts/LatoRegular.ttf") format("truetype");
		font-style: normal;
		font-weight: normal;
    font-display: swap;
}

/** Lato Bold */
@font-face {
		font-family: "Lato";
		src: url("/assets/fonts/LatoBold.eot");
		src: url("/assets/fonts/LatoBold.eot?#iefix")format("embedded-opentype"),
         url("/assets/fonts/LatoBold.woff") format("woff"),
         url("/assets/fonts/LatoBold.ttf") format("truetype");
		font-style: normal;
		font-weight: bold;
    font-display: swap;
}

/** Lato Italic */
@font-face {
		font-family: "Lato";
		src: url("/assets/fonts/LatoItalic.eot");
		src: url("/assets/fonts/LatoItalic.eot?#iefix")format("embedded-opentype"),
         url("/assets/fonts/LatoItalic.woff") format("woff"),
         url("/assets/fonts/LatoItalic.ttf") format("truetype");
		font-style: italic;
		font-weight: normal;
    font-display: swap;
}

/** Lato Bold Italic */
@font-face {
		font-family: "Lato";
		src: url("/assets/fonts/LatoBoldItalic.eot");
		src: url("/assets/fonts/LatoBoldItalic.eot?#iefix")format("embedded-opentype"),
         url("/assets/fonts/LatoBoldItalic.woff") format("woff"),
         url("/assets/fonts/LatoBoldItalic.ttf") format("truetype");
		font-style: italic;
		font-weight: bold;
    font-display: swap;
}

.roistat-lh-popup-wrapper { padding:10px !important;}

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  margin: .67em 0;
  font-size: 2em;
}
mark {
  color: #000;
  background: #ff0;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -.5em;
}
sub {
  bottom: -.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  height: 0;
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
}
pre {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  padding: .35em .625em .75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0;
}
legend {
  padding: 0;
  border: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }
  
  a,
  a:visited {
    text-decoration: underline;
  }
  
  a[href]:after {
    content: " (" attr(href) ")";
  }
  
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  
  pre,
  blockquote {
    border: 1px solid #999;

    page-break-inside: avoid;
  }
  
  thead {
    display: table-header-group;
  }
  
  tr,
  img {
    page-break-inside: avoid;
  }
  
  img {
    max-width: 100% !important;
  }
  
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  
  h2,
  h3 {
    page-break-after: avoid;
  }
  
  .navbar {
    display: none;
  }
  
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  
  .label {
    border: 1px solid #000;
  }
  
  .table {
    border-collapse: collapse !important;
  }
  
  .table td,
  .table th {
    background-color: #fff !important;
  }
  
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}

* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
  letter-spacing: .29px;
  
  -webkit-font-smoothing: subpixel-antialiased ! important;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility:    hidden;
  -ms-backface-visibility:     hidden;
  
  text-rendering:  optimizeLegibility;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: inherit;
  text-decoration: none;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "SFUIText", sans-serif;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}

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

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  display: table;
  content: " ";
}

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}

:focus {
  outline: none;
}

body {
  /* min-width: 1000px; */
}

main.main-index {
  background-image: url(/assets/img/index-block-bg.webp);
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  overflow: hidden;
  /* height: 100vh; */
}

.block {
  padding: 100px;
}

.main {
  position: relative;
}

.pagination-scrolls {
  position: fixed;
  display: block;
  list-style: none;
  padding: 0;
  margin: 0;
  right: 45px;
  top: 50%;
  margin-top: -14px;
  width: 10px;
  height: 27px;
  z-index: 20;
}

.pagination-scrolls li {
  height: 14.5px;
  position: relative;
}

.pagination-scrolls li > a {
  display: block;
  width: 10px;
  height: 10px;
  background: #fff;
  border-radius: 50%;
  text-indent: -9999px;
  position: absolute;
  left: 0;
  top: 0;
}

.pagination-scrolls li:last-child > a {
  top: auto;
  bottom: 0;
}

.pagination-scrolls li > a > span {
  text-indent: -9999px;
}

.pagination-scrolls li > a.active {
  background-color: #008aff;
}

.scroll-block {
  height: 100vh;
  min-height: 950px;
}

.header, .footer, .left-side, .right-side {
  display: block;
  position: fixed;
  z-index: 9;
  /* background: rgba(255, 255, 255, .1); */
  
}

.header {
  width: 100%;
  left: 0;
  top: 0;
  height: 100px;
  z-index: 10;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.footer {
  width: 100%;
  left: 0;
  bottom: 0;
  min-height: 100px;
  z-index: 8;
}

.left-side {
  width: 100px;
  padding-top: 100px;
  height: 100vh;
  left: 0;
  top: 0;
  z-index: 9;
}
  
.right-side {
  width: 100px;
  height: 100vh;
  right: 0;
  top: 0;
  z-index: 11;
}

.index-block-top {
  
}

.index-block-info {
  position: relative;
}

/* .index-block-info:after {
  content: ' ';
  display: block;
  position: absolute;
  width: 893px;
  height: 420px;
  background: url(/assets/img/index-parthners.png) no-repeat center center;
  bottom: 100px;
  left: 50%;
  margin-left: -370px;
  z-index: 1;
} */

.image-parthners {
  position: relative;
  display: block;
  position: absolute;
  width: 893px;
  height: 420px;
  background: url(/assets/img/index-parthners.png) no-repeat center center;
  bottom: 100px;
  left: 50%;
  margin-left: -370px;
  z-index: 200; /*****/
}

.index-block-top__left, .index-block-top__right {
  float: left;
  width: 50%;
  position: relative;
  height: 100%;
}

.index-block-top__left {
  padding: 45px 0px 0 50px;
}

h1 {
  color: #fff;
  font-size: 60px;
  line-height: 70px;
  width: 550px;
  margin: 0 0 49px;
}

h1 a {
  color: #ffe293;
  background-image: url(/assets/img/line-wive.png);
  background-repeat: repeat-x;
  background-position: 0 91%;
  border: none;
  font-weight: 500;
  /* font-weight: 300; */
}

h1 sup {
  color: #ffe293;
  top: -0.45em;
  font-size: 38px;
}

a {
  color: #5091e9;
  font-family: "SFUIText", sans-serif;
  font-size: inherit;
  line-height: inherit;
  text-decoration: none;
  border-bottom: 1px solid rgba(70, 128, 205, .5);
  font-weight: 300;
}

a:hover {
  opacity: .8;
}

a.no-bordered {
  border: none;
}

.header__logo {
  display: inline-block;
  vertical-align: middle;
  width: 100px;
  height: 100px;
  position: relative;
  border: none;
}

.header__logo > img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.left-side .hamburger {
  display: block;
  width: 40px;
  height: 20px;
  margin: 50px auto 0;
  border: none;
}

.left-side .hamburger > i {
  font-size: 40px;
  color: #fff;
  -webkit-transition-duration: 1s;
  -o-transition-duration: 1s;
  -moz-transition-duration: 1s;
  transition-duration: 1s;
}

.left-side .hamburger.iverse > i {
  color: #000;
}

.show-portfolio {
  font-size: 20px;
  z-index: 99;
  position: relative;
}

.index-block-top__left-bottom {
  position: absolute;
  width: 100%;
  left: 50px;
  bottom: 0;
}

.index-order-project {
  width: 50%;
  float: left;
  min-height: 1px;
}

.index-order-review {
  width: 50%;
  float: left;
  min-height: 1px;
  margin-bottom: 0px;
}

.index-order-review > header {
  padding-left: 71px;
  position: relative;
  margin-bottom: 57px;
  max-width: 365px;
}

.index-order-review > header > img {
  position: absolute;
  left: 0;
  top: 0;
}

.index-order-review .review-name {
  font-family: "SFUIText", sans-serif;
  font-size: 20px;
  font-weight: 300;
  color: #fff;
}

.index-order-review > p {
  margin: 0;
}

.index-oreder-review .review-link {
  
}

.index-order-project > a, a.btnbtn {
  display: inline-block;
  background: #ff2a00;
  text-align: center;
  color: #fff;
  font-family: "SFUIText", sans-serif;
  font-weight: 300;
  font-size: 20px;
  padding: 41px 70px;
  position: absolute;
  left: 0;
  bottom: 0;
}

.index-order-review > p {
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  padding-right: 90px;
}

.play-video {
  display: block;
  position: absolute;
  right: 104px;
  top: 104px;
  border: none;
  width: 70px;
  height: 70px;
  border: 2px solid #fff;
  border-radius: 50%;
}

.play-video:before {
  content: ' ';
  display: block;
  border: 2px solid #fff;
  border-radius: 50%;
  position: absolute;
  animation: photo-btn 2.4s ease-in-out 1.2s infinite;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
}

.play-video:after {
  content: ' ';
  display: block;
  width: 16px;
  height: 22px;
  background: url(/assets/img/icon__play.png) no-repeat center center;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -6px;
  margin-top: -11px;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  transition-duration: 0.2s;
  animation: photo-btn2 4s ease-in-out 1.2s infinite;
}

.play-video:hover {
  opacity: 1;
}

.play-video:hover:after {
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}

.link-cabinet {
  text-decoration: none;
  color: #fff;
  border-bottom: 0;
  display: block;
  position: relative;
  width: 100px;
  height: 100px;
  opacity: 1;
}

.link-cabinet > i {
  position: absolute;
  font-size: 20px;
  left: 50%;
  top: 50%;
  margin-left: -10px;
  margin-top: -10px;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  transition-duration: 0.2s;
  opacity: 1;
}

.link-cabinet:hover {
  opacity: 1;
}

.link-cabinet:hover > i {
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}

.header__left, .header__right {
  width: 50%;
  float: left;
  min-height: 1px;
  position: relative;
}

.header__left .brifHeader {
  display: block;
  position: absolute;
  right: 0;
  top: 20px;
  opacity: 0;
  -webkit-transition-duration: 0.1s;
  -o-transition-duration: 0.1s;
  -moz-transition-duration: 0.1s;
  transition-duration: 0.1s;
}

.header__left .brifHeader.active {
  opacity: 1;
}

.header__right {
  text-align: right;
  padding-right: 100px;
  padding-top: 27px;
}

.button {
  display: inline-block;
  padding: 9px 16px;
  border: 2px solid #fff;
  font-size: 14px;
  border-radius: 25px;
  color: #fff;
  -webkit-transition-duration: 0.1s;
  -o-transition-duration: 0.1s;
  -moz-transition-duration: 0.1s;
  transition-duration: 0.1s;
}

.button:hover {
  color: #4a86d7;
  background: #fff;
  opacity: 1;
}

.header__right-phone {
  display: inline-block;
  font-family: "SFUIText", sans-serif;
  font-weight: 300;
  font-size: 20px;
  color: #fff;
  margin: 3px 44px 0 0;
}

.header__right-selectcity {
  font-family: "Lato", sans-serif;
  border: none;
  font-size: 14px;
  color: #008aff;
  display: inline-block;
  margin-right: 32px;
  vertical-align: middle;
  width: 154px;
  text-align: left;
}

.header__right-selectcity > i {
  font-size: 14px;
  color: #008aff;
  position: relative;
  top: 3px;
}

.old-version {
  display: block;
  position: absolute;
  bottom: 100px;
  left: 0px;
  border: none;
  width: 100px;
  height: 154px;
}

.old-version-text {
  display: block;
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
  white-space: nowrap;
  position: absolute;
  left: -25px;
  bottom: 64px;
}

.old-version:after {
  content: ' ';
  display: block;
  width: 26px;
  height: 26px;
  background: url(/assets/img/icon__computer.png) no-repeat center center;
  position: absolute;
  bottom: -63px;
  right: 38px;
}

.link-bottom {
  display: block;
  width: 100px;
  height: 100px;
  position: absolute;
  bottom: 0;
  right: 0;
  border: none;
}

.link-bottom > i {
  color: #4680ce;
  font-size: 20px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -10px;
  margin-top: -10px;
}

.footer__left, .footer__right {
  min-height: 1px;
  width: 50%;
  float: left;
}

.footer__right .right {
  text-align: right;
  padding-right: 100px;
  padding-top: 41px;
}

.regulations-link {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  color: #5091e9;
  border: none;
}

.index-banner {
  display: block;
  width: 100%;
  height: calc(50% - 3px);
  background-repeat: no-repeat;
  background-position: right center;
  padding: 55px 48px;
  position: relative;
}

.index-banner > header {
  font-family: "SFUIText", sans-serif;
  font-weight: 300;
  font-size: 36px;
  color: #fff;
}

.index-banner > p {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  line-height: 26px;
  color: #fff;
  max-width: 370px;
}

.index-banner > .button {
  position: absolute;
  left: 48px;
  bottom: 46px;
}

.index-banner:first-child {
  margin-bottom: 6px;
}

.index-block-info__left, .index-block-info__right {
  width: 50%;
  float: left;
  padding-top: 121px;
  height: 100%;
  position: relative;
  z-index: 1;
}

.index-block-info__left .index-order-project a {
  left: 51px;
}

.index-block-info__left {
  padding: 45px 0px 0 50px;
}

.index-block-info__left > header {
  font-family: "SFUIText", sans-serif;
  font-weight: 500;
  color: #fff;
  font-size: 60px;
  line-height: 70px;
  width: 550px;
  margin: 0 0 17px;
}

.index-block-info__left > p.description {
  font-family: "SFUIText", sans-serif;
  font-weight: 300;
  font-size: 36px;
  line-height: 46px;
  color: #fff;
  max-width: 585px;
  margin: 0;
}

.index-block-info__right p {
  font-family: 'Lato', sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 26px;
  max-width: 800px;
  padding-left: 50px;
}

.index-block-info > .clearfix {
  height: 100%;
}

.index-block-info__left .show-portfolio {
  margin-top: 10px;
  display: inline-block;
}

.yandex, .runet, .netcat {
  display: block;
  position: absolute;
  border: none;
}

.yandex {
  font-size: 14px;
  line-height: 20px;
  color: #fffbee;
  font-style: italic;
  bottom: 227px;
  left: -87px;
  z-index: 2;
}

.runet {
  display: block;
  width: 175px;
  height: 76px;
  background: url(/assets/img/runet.png) no-repeat top left;
  left: 183px;
  bottom: 445px;
  color: #fffbee;
  font-size: 14px;
  line-height: 20px;
  padding: 9px 24px;
  font-style: italic;
  z-index: 2;
}

.netcat {
  font-size: 14px;
  line-height: 20px;
  color: #fffbee;
  right: -181px;
  bottom: 77px;
  z-index: 2;
  font-style: italic;
}

.link-bottom i:last-child {
  display: none;
}

.menud {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  background: rgba(0, 0, 0, .3);
  z-index: 999;
  min-height: 100vh;
  display: none;
}

.menud-cols__left, .menud-cols__right {
  width: 50%;
  float: left;
  min-height: 1612px;
}

.menud-cols__left {
  background: #fff;
  padding-top: 100px;
  padding-left: 108px;
}

.menud-cols__left ul {
  list-style: none;
  padding: 0;
  padding-left: 42px;
  /* padding-top: 45px; */
  margin: 0;
}

.menud-cols__left ul li {
  margin-bottom: 13px;
  /* max-width: 610px; */
}

.show-portfolio.show-contacts {
  margin-top: 10px;
  display: inline-block;
}

.menud-cols__left ul li a {
  font-family: "SFUIText", sans-serif;
  font-size: 33px;
  font-weight: 600;
  display: inline;
  border-bottom: none;
  background: linear-gradient(to left, #000, #000 100%);
  background-position: 0 92%;
  background-size: 1px 1px;
  background-repeat: repeat-x;
  color: #000;
  text-decoration: none;
  line-height: 72px;
}

.menud-cols__right {
  padding-top: 100px;
  padding-right: 100px;
  padding-left: 100px;
  background: url(/assets/img/menud-right.jpg) no-repeat center center;
  background-size: cover;
}

.menud-cols__right header {
  padding: 53px 0 0;
  font-family: "SFUIText", sans-serif;
  font-size: 60px;
  line-height: 60px;
  color: #fff;
  margin-bottom: 73px;
}

.field {
  padding-bottom: 24px;
}

.field input[type="text"], .field input[type="email"], .field input[type="tel"], .field textarea {
  width: 100%;
  height: 111px;
  padding-left: 48px;
  font-family: 'SFUIText', sans-serif;
  font-size: 20px;
  font-weight: 300;
  color: #fff;
  background: transparent;
  border: 1px solid #fff;
}

.field textarea {
  padding-top: 45px;
  height: 300px;
}

.field label {
  font-family: "SFUIText", sans-serif;
  font-size: 20px;
  font-weight: 300;
  color: #fff;
  display: block;
  cursor: pointer;
}

/* Cначала обозначаем стили для IE8 и более старых версий
т.е. здесь мы немного облагораживаем стандартный чекбокс. */
.checkbox {
  vertical-align: top;
  margin: 0 3px 0 0;
  width: 17px;
  height: 17px;
}


.checkbox + label {
  cursor: pointer;
}

.checkbox:not(checked) {
  position: absolute;
  opacity: 0;
}
.checkbox:not(checked) + label {
  position: relative;
  padding: 0 0 0 60px;
}

.checkbox:not(checked) + label:before {
  content: '\00a0\00a0\00a0\00a0\00a0\00a0\00a0нет';
  color: rgba(255, 255, 255, .4);
  font-size: 10px;
  position: absolute;
  top: -4px;
  left: 0;
  width: 70px;
  height: 30px;
  border-radius: 15px;
  background: #0a2e5e;
  padding: 3px 6px 5px 19px;
  display: inline-block;
  /* box-shadow: inset 0 2px 3px rgba(0,0,0,.2); */
}

.checkbox:not(checked) + label:after {
  content: '';
  position: absolute;
  top: -2px;
  left: 2px;
  width: 26px;
  height: 26px;
  border-radius: 13px;
  background: #fff url(/assets/img/checkbox-right.png) no-repeat center center;
  /* box-shadow: 0 2px 5px rgba(0,0,0,.3); */
  transition: all .2s;
  /* transform: rotate(-180deg); */
}

.checkbox:checked + label:before {
  content: 'да';
  background: #77d21e;
  color: rgba(255, 255, 255, .9);
}

.checkbox:checked + label:after {
  background: #fff url(/assets/img/checkbox-left.png) no-repeat center center;
  left: 41px;
}

.checkbox:focus + label:before {
  /* box-shadow: 0 0 0 3px rgba(255,255,0,.5); */
}


.radio {
  vertical-align: top;
  width: 16px;
  height: 16px;
  margin: 0 3px 0 0;
}

.radio + label {
  cursor: pointer;
  padding-left: 48px;
}

.radio:not(checked) {
  position: absolute;
  opacity: 0;
}

.radio:not(checked) + label {
  position: relative;
  margin-bottom: 12px;
}

.radio:not(checked) + label:before {
  content: '';
  position: absolute;
  top: 6px;
  left: 2px;
  width: 16px;
  height: 16px;
  border: 1px solid #fff;
  border-radius: 50%;
  background: transparent;
}

.radio:not(checked) + label:after {
  content: '';
  position: absolute;
  top: 6px;
  left: 2px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #5091e9;
  opacity: 0;
  transition: all .2s;
}

.radio:checked + label:after {
  opacity: 1;
}

.radio:focus + label:before {
  /* box-shadow: 0 0 0 3px rgba(255,255,0,.5); */
}

.field-radio {
  /* padding-left: 15px; */
}

.radio-list {
  padding: 29px 0 39px;
}

::-webkit-input-placeholder {font-family: 'SFUIText', sans-serif; font-weight: 300; font-size: 20px; color: #fff;}
::-moz-placeholder {font-family: 'SFUIText', sans-serif; font-weight: 300; font-size: 20px; color: #fff;}
:-moz-placeholder {font-family: 'SFUIText', sans-serif; font-weight: 300; font-size: 20px; color: #fff;}
:-ms-input-placeholder {font-family: 'SFUIText', sans-serif; font-weight: 300; font-size: 20px; color: #fff;}

.menud-cols__right-bottom-left button, a.button3 {
  font-family: "SFUIText", sans-serif;
  font-weight: 300;
  font-size: 20px;
  display: inline-block;
  background: #ff2a00;
  text-align: center;
  color: #fff;
  padding: 41px 43px;
  margin-top: 47px;
  border: 0;
}

.menud-cols__right-bottom-left button:hover {
  opacity: .9;
}

.menud-cols__right-bottom-left, .menud-cols__right-bottom-right {
  width: 50%;
  float: left;
}

.menud-cols__right-bottom-right {
  padding-top: 47px;
}

.policy .checkbox:not(checked) + label {
  display: block;
  padding: 52px 0 0 0;
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  font-style: italic;
}

.policy .checkbox:not(checked) + label a {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  color: #fffea8;
  border-bottom: 1px dashed #fffea8;
}

.menud-map {
  height: 800px;
  background: #000;
  position: relative;
}

.menud-map > .map {
  height: 800px;
}

.menud-map__info {
  width: 856px;
  height: 430px;
  background: #fff;
  position: absolute;
  right: 89px;
  top: 172px;
  z-index: 1;
  padding-left: 42px;
  padding-top: 56px;
}

.menud-map__info:before {
  content: ' ';
  display: block;
  width: 135px;
  height: 206px;
  background: url(/assets/img/it_point.png) no-repeat center center;
  position: absolute;
  left: -147px;
  top: 0;
}

.map__address, .map__phone, .map__coords, .map_parking {
  padding-left: 51px;
  position: relative;
}

.map_parking p {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  line-height: 26px;
  font-style: italic;
  color: #000;
  margin-bottom: 25px;
}

.map_parking p span {
  color: #ff2a00;
}

.map__address i, .map__phone i, .map__coords i {
  position: absolute;
  font-size: 20px;
  color: #aaa;
  left: 0;
  top: 0;
}

.map__address p, .map__phone p, .map__coords p {
  font-family: "SFUIText", sans-serif;
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
  margin: 0 0 30px 0;
}

.map__coords p a {
  color: #4680ce;
  border-bottom: 1px solid #4680ce;
}

.map__address {
  
}

.map__phone {
  
}

.map__coords {
  
}

.menud > div {
  -webkit-overflow-scrolling: touch;
}

.menud .header__logo {
  position: fixed;
  top: 0;
  left: 0;
}

.menud-close {
  position: fixed;
  left: 20px;
  top: 152px;
  border: none;
  color: #000;
  text-align: center;
}

.menud-close__text {
  display: block;
  transform: rotate(270deg);
  margin-top: 40px;
  font-size: 14px;
  color: #000;
}

.menud-close__icon > i {
  font-size: 40px;
}

/** portfolio **/

.main {
  
}

.main-portfolio, .main-seo {
  background-color: #000f23;
  background-image: url(/assets/img/portfolio-bg.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: auto;
  padding: 100px 100px 0 100px;
}

.main-seo {
  padding: 100px 100px 108px 100px;
}

.main-seo-1 {
  min-height: calc(100vh - 100px);
}

.main-seo-1__left, .main-seo-1__right {
  min-height: 1px;
  width: 50%;
  float: left;
  color: #fff;
}

.main-seo-1__left {
  padding: 45px 0px 0 50px;
}

.main-seo-1__left p {
  font-family: "Lato", sans-serif;
  font-size: 16px; 
  line-height: 26px;
  margin-top: 0;
  margin-bottom: 26px; 
}

.main-seo-1__left p.first {
  font-family: "SFUIText", sans-serif;
  font-weight: 300;
  font-size: 36px;
  line-height: 46px;
  color: #fff;
  margin-bottom: 0;
}

.main-seo-1__left .show-portfolio {
  display: inline-block;
  margin: 47px 0 55px;
}

.main-seo-1__left h1 {
  margin: 0 0 34px;
  margin-right: 0;
}

.portfolio-content {
  min-height: calc(100vh - 200px);
}

.seo-content {
  min-height: calc(100vh + 1000px);
}

.main-portfolio footer.footer {
  position: relative;
}

.portfolio-content__left {
  min-height: 1px;
  width: 50%;
  float: left;
  padding: 46px 42px;
  /* overflow: hidden; */
  position: relative;
}

.portfolio-content__right {
  position: relative;
  padding: 58px 0;
  font-size: 0;
  line-height: 0;
  width: 50%;
  float: left;
}

.iscase .description {
  max-width: 195px;
}

.case-bg {
  display: block;
  width: 148px;
  height: 201px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: absolute;
  right: 33px;
  bottom: 28px;
}

.case-bg:before, .case-bg:after {
  content: ' ';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

.case-bg:before {
  background-image: url(/assets/img/case_ill_1.png);
  background-repeat: no-repeat;
  background-position: top left;
  z-index: 1;
}

.case-bg:after {
  background-image: url(/assets/img/case_ill_3.png);
  background-repeat: no-repeat;
  background-position: top left;
  z-index: 3;
}

.case-bg .case-image {
  display: block;
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: top left;  
}

.case-tag {
  display: block;
  width: 39px;
  height: 20px;
  font-size: 12px;
  color: #fff;
  line-height: 12px;
  background: #0f1e21;
  position: absolute;
  right: 28px;
  bottom: 30px;
  text-align: center;
  padding-top: 4px;
  text-transform: none;
  opacity: 0;
  -webkit-transition-duration: 0.1s;
  -o-transition-duration: 0.1s;
  -moz-transition-duration: 0.1s;
  transition-duration: 0.1s;
  z-index: 4;
}

.iscase:hover .case-tag {
  opacity: 1;
}

.portfolio-buttons {
  position: absolute;
  bottom: 50px;
  left: 150px;
  z-index: 11;
}

.portfolio-buttons .button, .services__item .button.white, .main-smm__left .button.white {
  font-size: 14px;
  background: #fff;
  color: #000000;
  line-height: 14px;
  padding: 10px 16px 8px 16px;
  margin-right: 10px;
}

.portfolio-buttons .button:hover, .services__item .button.white:hover, .main-smm__left .button.white:hover {
  color: #4a86d7;
}

.portfolio-buttons .button i, .services__item .button.white i, .main-smm__left .button.white i {
  font-size: 20px;
  line-height: 20px;
  vertical-align: middle;
  position: relative;
  margin-right: 10px;
  top: -1px;
}

.main-smm__left .button.white {
  margin-bottom: 15px;
}

.portfolio__item {
  display: block;
  float: left;
  font-size: 14px;
  line-height: 20px;
  width: 50%;
  height: 397px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border: 3px solid transparent;
  position: relative;
  background-clip: content-box;
}

.portfolio__item .overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  padding: 58px 49px;
  -webkit-transition-duration: 0.1s;
  -o-transition-duration: 0.1s;
  -moz-transition-duration: 0.1s;
  transition-duration: 0.1s;
}

.portfolio__item:hover {
  opacity: 1;
}

.portfolio__item:hover .overlay {
  background: rgba(0, 15, 35, .7);
}

.seo-1__cont {
  position: relative;
}
/** 148 120 */

.top100 {
  position: absolute;
  display: block;
  border: none;
  top: 50%;
  right: 56px;
  margin-top: -64px;
  z-index: 1;
}

.top100 p {
  margin: 0;
  font-size: 12px;
  line-height: 17px;
  color: #fff;
}

.top100 p span {
  color: #ffc071;
}

.top100:before {
  content: ' ';
  display: block;
  width: 148px;
  height: 120px;
  background: url(/assets/img/seotop.png) no-repeat center center;
}

header.h2 {
  font-family: "SFUIText", sans-serif;
  font-size: 60px;
  line-height: 70px;
}

.main-seo-1__left header {
  margin-top: 72px;
}

.seo-strategy {
  width: 464px;
  margin-top: 77px;  
}

.seo-strategy__item {
  height: 191px;
  width: 50%;
  float: left;
  position: relative;
}

.seo-strategy__item:after {
  content: ' ';
  display: block;
  height: 1px;
  width: 168px;
  background: #385184;
  position: absolute;
  left: 64px;
  top: 31px;
}

.seo-strategy__item:nth-child(2):after {
  content: ' ';
  display: block;
  width: 98px;
  height: 192px;
  border: 1px solid #385184;
  border-left: 0;
  border-radius: 0 100% 100% 0 / 0 50% 50% 0;
  background: transparent;
  position: absolute;
  top: 32px;
  left: 64px;
}

.seo-strategy__item:nth-child(3):before {
  content: ' ';
  display: block;
  width: 74px;
  height: 192px;
  border: 1px solid #385184;
  border-right: 0;
  border-radius: 100% 0 0 100% / 50% 0 0 50%;
  background: transparent;
  position: absolute;
  top: 32px;
  left: -74px;
}

.seo-strategy__item:nth-child(4):after, .seo-strategy__item:nth-child(6):after {display: none;}

/* 192 64 */

.seo-strategy__item p {
  margin-top: 18px;
  margin-left: 32px;
}

.seo-strategy__item span {
  display: block;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  border: 2px solid #6f92e5;
  text-align: center;
  padding-top: 15px;
}

.seo-strategy__item span i {
  color: #fff;
  font-size: 30px;
}

.main-seo-1__right {
  padding-top: 58px;
  padding-left: 9px;
  min-height: calc(100vh - 100px);
  position: relative;
}

.main-seo-1__right > img.imgabs {
  position: absolute;
  right: 0;
  bottom: 91px;
}

/**********************************/

.seo-navigation__item {
  display: block;
  width: 100%;
  height: 300px;
  background: #1057ad;
  margin-bottom: 6px;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: auto;
  padding: 55px 48px;
  position: relative;
}

.seo-navigation__item .button {
  position: absolute;
  left: 48px;
  bottom: 59px;
  width: 121px;
  text-align: center;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  line-height: 14px;
  height: 42px;
  padding-top: 13px;
}

.seo-navigation__item:hover {
  opacity: 1;
}

.seo-navigation__item:hover .button {
  color: #4a86d7;
  background: #fff;
  opacity: 1;
}

.seo-navigation__item header {
  color: #fff;
  font-family: "SFUIText", sans-serif;
  font-weight: 300;
  font-size: 20px;
  margin-bottom: 35px;
}

.seo-navigation__item p {
  color: #fff;
  margin: 0;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  line-height: 26px;
}

.seo-navigation__top10 {
  background-image: url(/assets/img/seo_right-1.png);
}

.seo-navigation__users {
  background-image: url(/assets/img/seo_right-2.png);
}

.seo-navigation__order {
  background-image: url(/assets/img/seo_right-3.png);
}

.seo-navigation__complexmarketing {
  background-image: url(/assets/img/seo_right-4.png);
}

.seo-navigation__partnermarketing {
  background-image: url(/assets/img/seo_right-5.png);
}

.audit-im-navigation__item .button__orange{
  left: 185px;
  background: #ff2a00;
  border-color: #ff2a00;
}
.audit-im-navigation__item .button__orange,
.audit-im-navigation__item .button{
  padding-top: 12px;
}
.audit-im-navigation__item:hover .button{
  color: #fff;
  background: transparent;
}
.audit-im-navigation__item:hover .button__orange{
  background: #ff2a00;
  color: #fff;
}
.audit-im-navigation__item .button:not(.button__orange):hover{
  color: #4a86d7;
  background: #fff;
}
.audit-im-navigation__item .button__orange:hover{
  opacity: 0.8;
}

/**********************************/

.portfolio__item .overlay > header {
  color: #fff;
  font-family: "SFUIText", sans-serif;
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  font-weight: 300;
  margin-bottom: 30px;
}

.portfolio__item .overlay .description {
  font-family: "Lato", sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 24px;
}

.portfolio__item .overlay .button {
  position: absolute;
  left: 49px;
  bottom: 58px;
}

.portfolio__item .overlay .tags {
  position: absolute;
  right: 49px;
  bottom: 58px;
  width: 105px;
  text-align: left;
}

.portfolio__item .overlay .tags .tag {
  display: inline-block;
  padding: 10px 12px;
  font-size: 12px;
  line-height: 12px;
  font-family: "Lato", sans-serif;
  color: #fff;
  background: #000f23;
  text-transform: lowercase;
  vertical-align: middle;
  white-space: nowrap;
  margin-bottom: 3px;
  position: relative;
}

.portfolio__item .overlay .tags .tag:after {
  content: '';
  position: absolute;
  right: -25px;
  top: 0px;
  border: 16px solid transparent;
  border-left: 9px solid #000f23;
}

.hidden-info {
  opacity: 0;
  display: none;
  -webkit-transition-duration: 0.1s;
  -o-transition-duration: 0.1s;
  -moz-transition-duration: 0.1s;
  transition-duration: 0.1s;
}

.portfolio__item:hover .hidden-info {
  display: block;
}

.portfolio__item .hidden-info.active {
  opacity: 1;
}

.portfolio__item .overlay .tags .tag:last-child {
  margin-bottom: 0;
}

.portfolio__item .overlay .tags .tag > i {
  font-size: 20px;
  line-height: 12px;
  vertical-align: middle;
  margin-left: 2px;
}

.portfolio__item.p50 {
  width: 100%;
}

.portfolio__item.p50 .overlay > header {
  font-size: 34px;
}

.portfolio-content__left h1 {
  margin-bottom: 33px;
}

.portfolio-content__left nav {
}

.portfolio-content__left nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.portfolio-content__left nav ul li {
  margin-bottom: 30px;
}

.portfolio-content__left nav ul li a {
  display: inline;
  font-family: "SFUIText", sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
  color: #5091e9;
  border-bottom: 1px dashed #5091e9;
}

.portfolio-content__left nav ul li a.active {
  color: #fff;
  border: none;
}

.open-portfolio {
  position: fixed;
  display: block;
  width: 88px;
  height: 391px;
  left: calc(50% - 92px);
  top: 146px;
  background: rgba(87, 158, 255, .2);
  border: 0;
  opacity: 1;
  z-index: 99;
  margin: 15px -37px 0 0;
}

.opacity-portfolio {
  position: fixed;
}

.open-portfolio:hover {
  opacity: 1;
  background: rgba(87, 158, 255, .3);
}

.portfolio__item:hover .overlay > header {
  color: #fff ! important;
}

.open-portfolio-text {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  color: #5091e9;
  display: block;
  transform: rotate(270deg);
  white-space: nowrap;
  position: absolute;
  bottom: 156px;
  left: -41px;
}

.open-portfolio-icon {
  position: absolute;
  font-size: 20px;
  left: 50%;
  margin-left: -10px;
  bottom: 30px;
  color: #5091e9;
}

.open-portfolio-icon i {
  font-size: 20px;
}

.header-scroll {
  background: rgba(0, 15, 35, .7);
}

.portfolio-item_header {
  min-height: 793px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}

.portfolio-item_gallery {
  margin: 0 auto;
  font-size: 0;
}

.portfolio-item_gallery img, .portfolio-item_header img {
  max-width: 100%;
  height: auto;
  display: block;
}

.portfolio-item_header img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  margin: auto;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.portfolio-item_header {
  position: relative;
  background: rgba(0, 0, 0, .1);
}

.portfolio-item_header .caption, .portfolio-item_footer__left {
  position: relative;
  z-index: 2;
  padding: 145px 150px 145px 150px;
}

.portfolio-item__site-name {
  font-size: 36px;
  color: #579eff;
  border-bottom: 1px solid rgba(87, 158, 255, .5);
  line-height: 36px;
}

.portfolio-item_header .date {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  color: #fff;
  display: block;
  margin-top: 20px;
}

.portfolio-item_header .description {
  max-width: 560px;
  color: #fff;
}

.portfolio-item_header .description p {
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  margin-top: 15px;
  margin-bottom: 0;
}

.portfolio-item_header .computer:before {
  content: ' ';
  display: block;
  width: 1033px;
  height: 606px;
  background-image: url(/assets/img/computer.png);
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  left: -111px;
  top: -34px;
}

.portfolio-item_header .computer {
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 811px;
  height: 506px;
  position: absolute;
  right: 170px;
  bottom: 52px;
  z-index: 1;
}

.go-to-portfolio {
  position: relative;
  display: block;
  background: #fff;
  width: 88px;
  height: 200px;
  margin-left: 6px;
  margin-top: 67px;
  border: none;
}

.go-to-portfolio__icon {
  display: block;
  position: absolute;
  top: 30px;
  left: 50%;
  margin-left: -13px;
}

.go-to-portfolio__text {
  display: block;
  white-space: nowrap;
  transform: rotate(270deg);
  position: absolute;
  bottom: 68px;
  left: -4px;
  font-size: 14px;
  line-height: 14px;
}

.portfolio-item_footer {
  min-height: 940px;
  background: #000f23;
  padding-bottom: 50px;
}

.portfolio-item_footer__left, .portfolio-item_footer__right {
  width: 50%;
  min-height: 1px;
  float: left;
}

.portfolio-item_footer__left header {
  font-family: "SFUIText", sans-serif;
  font-size: 60px;
  line-height: 70px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 55px;
}

.portfolio-item__site-name {
  font-size: 36px;
  color: #579eff;
  border-bottom: 1px solid rgba(87, 158, 255, .5);
  line-height: 36px;
}

.portfolio-item_footer__left .date {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  color: #fff;
  display: block;
  margin-top: 20px;
  margin-bottom: 147px;
}

.portfolio-item_footer__right {
  padding: 145px 150px 0 0;
}

.seo-cases {
  min-height: 1000px;
  background: #fff;
  padding: 72px 148px;
}

.seo-cases__left, .seo-cases__right {
  float: left;
  min-height: 1px;
}

.seo-cases__left {
  width: 40%;
}

.seo-cases__left h2 {
  font-size: 60px;
  line-height: 70px;
}

.seo-cases__right {
  width: 60%;
  padding: 98px 15px 105px 0px;
}

.seo-cases__right ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.seo-cases__right ul li {
  margin-bottom: 20px;
}

.seo-cases ul li span {
  display: inline-block;
  width: auto;
  height: 28px;
  border-radius: 2px;
  padding: 6px 7px;
}

.seo-cases__right ul li a {
  display: inline-block;
  font-family: "SFUIText", sans-serif;
  font-weight: 300;
  font-size: 20px;
  line-height: 17px;
  text-decoration: none;
  color: #5091e9;
  border-bottom: 1px dashed #5091e9;
}

.seo-cases__right ul li.active span {
  background: #dfdfdf;  
} 

.seo-cases__right ul li.active a {
  border-bottom: none;
  color: #000;
}

.open-full {
  display: inline-block;
  border: none;
}

.seo-cases__item {
  display: none;
  min-height: 604px;
}

.seo-cases__item.active {
  display: block;
} 

.case-slider .slick-arrow, .about-slider__right-s .slick-arrow {
  display: block;
  width: 21px;
  height: 41px;
  background: transparent url(/assets/img/cases-slider-arrows.png) no-repeat top left;
  position: absolute;
  top: 29%;
  margin-top: -20px;
  border: none;
  z-index: 88;
  text-indent: -9999px;
}

.about-slider__right-s .slick-arrow {
  top: 50%;
}

.case-slider .slick-arrow.slick-prev, .about-slider__right-s .slick-arrow.slick-prev {
  left: -73px;
}
 
.case-slider .slick-arrow.slick-next, .about-slider__right-s .slick-arrow.slick-next {
  right: -73px;
  background-position: top right;
}

.about-slider__right-s .slick-arrow.slick-prev {
  left: calc(-50% - 100px);
}
 
.about-slider__right-s .slick-arrow.slick-next {
  right: 127px;
}

.case-slider .slick-dots, .about-slider__right-s .slick-dots {
  padding: 0;
  margin: 0;
  list-style: none;
  position: absolute;
  top: 400px;
  left: 68px;
}

.about-slider__right-s .slick-dots {
  top: auto;
  bottom: 163px;
  left: calc(-50% + 71px);
}

.case-slider .slick-dots li, .about-slider__right-s .slick-dots li {
  display: inline-block;
}

.case-slider .slick-dots li button, .about-slider__right-s .slick-dots li button {
  border: none;
  background: #ddd;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  text-indent: -9999px;
  margin: 0 4px;
  padding: 0;
}

.case-slider .slick-dots li.slick-active button, .case-slider .slick-dots li button:hover,
.about-slider__right-s .slick-dots li.slick-active button, .about-slider__right-s .slick-dots li button:hover {
  background: #008aff;
}

.active .case-slider {
  display: block;
}

.case-slider__left, .case-slider__right {
  float: left;
  min-height: 1px;
}

.case-slider__left {
  width: 40%;
}

.case-slider__right {
  width: 60%;
}

.open-full img {
  border: 1px solid transparent;
}

.open-full:hover img {
  border-color: #5091e9;
}

.case-slider__left header {
  
}

.case-slider__left header img {
  display: inline-block;
  max-width: 48px;
}

.case-slider__left header a {
  font-family: "SFUIText", sans-serif;
  color: #4888e4;
  border-bottom: 1px solid #4888e4;
  font-weight: 300;
  font-size: 36px;
  line-height: 32px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 23px;
}

.case-slider__left p {
  padding-left: 70px;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  line-height: 26px;
  color: #000;
  max-width: 320px;
  margin: 39px 0 10px;
}

.seo-cases__sliders {
  position: relative;
}

.seo-cases__sliders .btnbtn {
  position: absolute;
  left: 5px;
  bottom: 10px;
  padding: 41px 37px;
}

.seo-form {
  min-height: 1000px;
  background: #ff5426;
  padding: 122px 148px 100px;
}

.seo-form__left, .seo-form__right {
  min-height: 1px;
  float: left;
  width: 50%;
}

header.h1, h2.h1 {
  font-family: "SFUIText", sans-serif;
  font-weight: 700;
  font-size: 60px;
  line-height: 70px;
  color: #fff;
  margin-bottom: 36px;
}

h2.h1 {
  color: #000;
}

.seo-form__right {
  padding-left: 10px;
  padding-top: 10px;
  padding-right: 35px;
}

.seo-form .policy {
  padding-left: 51px;
  padding-top: 4px;
}

.seo-form .policy .checkbox:not(checked) + label {
  padding-top: 47px;
}

.seo-form .menud-cols__right-bottom-left button, a.button3 {
  background: #fff;
  color: #ff2a00;
}

.seo-form .radio:not(checked) + label:after {
  background: #ffde6d;
}

.pages-footer {
  /* min-height: 1000px; */
  background: #000f23;
}


.ozh-res {
  margin: 0 -25px;
}

.ozh-res__item {
  width: 25%;
  float: left;
  padding: 0 25px;
}

.ozh-res__item p > span {
  position: relative;
  display: inline;
}

.ozh-res__item p > span:before {
  content: ' ';
  position: absolute;
  height: 9px;
  left: 0;
  right: 0;
  bottom: 4px;
  background: rgba(42, 124, 195, 1);
  z-index: 1;
}

.ozh-res__item p > span > span {
  position: relative;
  z-index: 2;
}

.ozh-res__item small {
  font-size: 16px;
  font-style: normal;
  color: #fff;
}

#nc-block-fbb7d9dba155613cf8c5dfd40ea311ce .main-seo-1__right {
  min-height: auto;
}

.pages-footer__left, .pages-footer__right {
  float: left;
  min-height: 1px;
  width: 50%;
}

.pages-footer {
  padding: 135px 150px 100px;
}

.pages-footer header {
  margin-bottom: 30px;
}

.pages-footer p {
  font-family: "SFUIText", sans-serif;
  font-weight: 300;
  font-size: 36px;
  line-height: 46px;
  color: #fff;
  max-width: 565px;
}

.pages-footer header {
  margin-bottom: 56px;
}

.pages-footer__review p {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  line-height: 24px;
}

.seo-header-2 p {
  font-size: 16px; 
  line-height: 26px;
}

.seo-header-2 p.full-p {
  font-family: "SFUIText", sans-serif;
  font-weight: 300;
  /*font-size: 36px;*/
  font-size: 32px;
  line-height: 46px;
}

.what-we-are-work {
  padding: 52px 48px 23px;
  background: #fff;
  color: #000;
  background-repeat: no-repeat;
  background-position: center right;
  background-size: auto;
  margin-bottom: 89px;
}

.what-we-are-work3 {
  padding: 72px 81px 23px;
  background: #fff;
  color: #000;
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: auto;
  margin-bottom: 89px;
  padding-bottom: 60px;
}

.what-we-are-work3 header {
  font-family: "SFUIText-Regular", sans-serif;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 30px;
}

.what-we-are-work3 ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.what-we-are-work3 ul li {
  position: relative;
  padding-left: 36px;
  font-family: "SFUIText", sans-serif;
  font-weight: 300;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 28px;
}

.what-we-are-work3 ul li:before {
  content: ' ';
  width: 20px;
  height: 1px;
  background: #0c1735;
  position: absolute;
  left: 0;
  top: 12px;
}

.what-we-are-work2 {
  background-position: 92% 50%;
}

.what-we-are-work header {
  font-family: "SFUIText", sans-serif;
  font-size: 36px;
  line-height: 36px;
  font-weight: 300;
  margin-bottom: 30px;
}

.what-we-are-work ul {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-left: 5px;
}

.what-we-are-work ul li {
  position: relative;
  padding-left: 45px;
  padding-bottom: 30px;
  padding-top: 0;
  font-family: "SFUIText", sans-serif;
  font-weight: 300;
  font-size: 20px;
  line-height: 30px;
}

.what-we-are-work ul li:last-child {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  line-height: 26px;
  color: #aaa;
}

.what-we-are-work ul li:after {
  content: ' ';
  display: block;
  width: 1px;
  height: calc(100% - 15px);
  background: #579eff;
  position: absolute;
  left: 12px;
  top: 25px;
}

.what-we-are-work ul li:last-child:after {
  display: none;
}

.what-we-are-work ul li span {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 25px;
  height: 25px;
  padding-top: 5px;
  text-align: center;
  border: 1px solid #579eff;
  border-radius: 50%;
  font-size: 10px;
  color: #579eff;
  background: #fff;
  line-height: 15px;
}

.what-we-are-work ul li:last-child span {
  padding-top: 7px;
}

.what-we-are-work ul li span i {
  font-size: 10px;
}

.seo-header-2 .main-seo-1__left h1 {
  margin-bottom: 47px;
}

.seo-adv__item {
  width: 50%;
  float: left;
  height: 171px;
  position: relative;
  padding-left: 95px;
}

.seo-adv {
  margin-top: 91px;
  margin-left: 15px;
  max-width: 669px;
}

.seo-adv__item p {
  margin: 0;
  font-size: 20px;
  line-height: 30px;
  font-family: "SFUIText", sans-serif;
  color: #fff;
  font-weight: 300;
}

.seo-adv__item .img {
  position: absolute;
  top: 0;
  left: 0;
}

.main-seo.seo-header-2 {
  padding: 100px 100px 19px 100px;
}

.all-seo-subs {
  min-height: 658px;
  background-color: #000f23;
  padding: 135px 150px 100px;
}

.all-seo-subs__left, .all-seo-subs__right {
  float: left;
  width: 50%;
  min-height: 1px;
}

.all-seo-subs__left {
  
}

.all-seo-subs__right {
  
}

.all-seo-subs__right a {
  display: block;
  width: calc(50% - 3px);
  float: left;
  background: transparent;
  text-align: center;
  color: #fff;
  border: 1px solid #fff;
  position: relative;
  padding: 54px 0;
  font-family: "SFUIText", sans-serif;
  font-size: 20px;
  margin-bottom: 6px;
}

.all-seo-subs__right a:nth-child(even) {
  margin-left: 6px;
}

.all-seo-subs__right a > i {
  position: absolute;
  top: 50%;
  margin-top: -15px;
  left: 33px;
  font-size: 30px;
}

.all-seo-subs__right a:hover {
  background: #fff;
  color: #417dd2;
  opacity: 1;
}

.main-seo-1__left ul {
  
}

.main-seo-1__left ul li {
  font-family: "SFUIText", sans-serif;
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  font-weight: 300;
  margin-bottom: 23px;
}

.footer.incfooter {
  position: relative;
  background: #000f23;
}

.footer-menu {
  padding-left: 155px;
  padding-top: 68px;
}

.footer-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-menu ul li {
  float: left;
  margin-right: 44px;
}

.footer-menu ul li a {
  font-size: 14px;
  border: none;
  font-family: "Lato", sans-serif;
}

.footer-menu ul li a:hover {
  
}

.footer-parthners a {
  display: inline-block;
  margin-right: 12px;
}

.incfooter .footer-parthners, .incfooter .footer__right .right {
  float: left;
}

.footer-parthners {
  width: 68%;
  padding-bottom: 14px;
}

.incfooter .footer__right .right {
  width: 32%;
  padding-top: 68px;
}

.button-top {
  display: inline-block;
  float: left;
  text-align: center;
  color: #fff;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  line-height: 14px;
  background: #ff2a00;
  padding: 22.5px 44px;
  margin-left: 9px;
  position: relative;
  top: -7px;
}

.req-search {
  padding-left: 52px;
  height: 30px;
  margin-bottom: 30px;
  position: relative;
  padding-top: 6px;
}

.req-search:after {
  content: ' ';
  display: block;
  width: calc(100% - 52px);
  height: 1px;
  background: url(/assets/img/dotted.png) repeat-x top left;
  position: absolute;
  bottom: 6px;
  left: 52px;
}

.req-yandex {
  background: url(/assets/img/req-yandex.jpg) no-repeat top left;
}

.req-google {
  background: url(/assets/img/req-google.jpg) no-repeat top left;
}

.case-text {
  max-width: 728px;
}

.req-search .req-text {
  display: inline-block;
  float: left;
  background: #fff;
  font-family: "SFUIText", sans-serif;
  font-size: 20px;
  line-height: 20px;
  color: #000;
  font-weight: 300;
  height: 100%;
  position: relative;
  z-index: 11;
  padding-right: 4px;
}

.req-search .req-count {
  display: inline-block;
  float: right;
  background: #fff;
  font-family: "SFUIText", sans-serif;
  font-size: 20px;
  line-height: 20px;
  color: #000;
  font-weight: 300;
  height: 100%;
  padding-left: 14px;
  position: relative;
  z-index: 11;
}

.examples-req {
  padding-top: 66px;
  max-width: 728px;
}

.examples-req img {
  position: relative;
  left: -5px;
}

.examples-req__left, .examples-req__right {
  display: inline-block;
  font-size: 12px;
  color: #aaa;
}

.examples-req__left {
  float: left;
}

.examples-req__right {
  float: right;
  padding-right: 5px;
}

.right_create {
  min-height: 740px;
  background-position: center right;
  background-repeat: no-repeat;
  background-size: auto;
}

.create-list {
  padding: 100px 100px 108px 150px;
}

.create-list > header {
  font-family: "SFUIText", sans-serif;
  font-weight: 300;
  color: #000;
  font-size: 36px;
  line-height: 46px;
  margin-top: 25px;
  margin-bottom: 58px;`
}

.create-list__right, .create-list__left {
  width: 50%;
  float: left;
}

.create-list .img {
  position: relative;
  height: 560px;
}

.create-list .img > div {
  position: absolute;
}

.create-list .img > div.first {
  top: 55px;
  left: 4px;
}

.create-list .img > div.second {
  top: 201px;
  left: 294px;
}

.create-list .img > div.third {
  top: 139px;
  left: 320px;
}

.create-list .img > div.fourth {
  top: 310px;
  left: 73px;
}

.create-list .img > div.third > span {
  display: inline-block;
  font-family: "SFUIText", sans-serif;
  font-size: 20px;
  line-height: 26px;
  color: #000;
  background: #ffc600;
  padding: 8px 15px 10px;
  vertical-align: middle;
  font-weight: 300;
}

.create-list .img > div.third > span em {
  font-style: normal;
  font-size: 26px;
  line-height: 26px;
  display: inline-block;
  position: relative;
  margin-right: 6px;
  top: 3px;
}

.create-list__left > p {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 47px;
}

.create-list__left .info__price {
  display: inline-block;
  vertical-align: top;
}

.create-list__left .info__price p {
  margin: 0;
  vertical-align: top;
}

.create-list__left .info__price p:first-child {
  margin-right: 42px;
}

.create-list__left .info__price p.info__cifr {
  font-family: "SFUIText", sans-serif;
  font-size: 36px;
  line-height: 36px;
  color: #008aff;
  font-weight: 300;
}

.create-list__left .info__price p.info__cifr > span {
  font-size: 16px;
  line-height: 16px;
  display: inline-block;
  margin-right: 8px;
}

.create-list__left .info__price p.info__descr {
  font-size: 14px;
  line-height: 14px;
  color: #aaa;
  margin-top: 11px;
}

.right-create_container {
  padding-right: 0;
}

/** 205 42 */
.button-create {
  display: inline-block;
  font-size: 14px;
  color: #fff;
  text-align: center;
  border-radius: 20px;
  background: #ff2a00;
  border: 0;
  padding: 11px 19px;
  margin-top: 59px;
}
.button-create--nomargin {
	margin:0;
}
.main-seo.main-create {
  padding-right: 0;
}

.main-seo.main-create .main-seo-1__left {
  width: 43%;
}

.main-seo.main-create .main-seo-1__right {
  width: 57%;
}

.create-list__item {
  margin-bottom: 196px;
}

.main-context .main-seo-1__left h1 {
  width: auto;
}

.target-work {
  padding: 100px;
}

.target-work header {
  margin-bottom: 96px;
}

.target-work__list {
  
}

.target-work__list span {
  display: block;
  width: 232px;
  float: left;
}

.target-work__list span > em {
  display: block;
  width: 64px;
  height: 64px;
  border: 2px solid #6f92e5;
  color: #6f92e5;
  border-radius: 50%;
  text-align: center;
  padding-top: 15px;
  font-size: 30px;
  margin-right: 178px;
  position: relative;
  font-style: normal;
}

.end-to-end-target-work {
  background: #000f23 ! important;
}

.end-to-end-target-work header, .end-to-end-target-work .target-work__list span > p {
  color: #fff ! important;
}

.target-work.hyper {
  padding: 100px 150px;
}

.end-to-end-table-p {
  max-width: 1149px;
  margin: 0 auto;
  text-align: left;
  font-size: 15px;
  line-height: 26px;
  margin-bottom: 65px;
  position: relative;
}

.end-to-end-table-p .roistat {
  position: absolute;
  padding-right: 167px;
  right:0;
  top: -132px;
  text-align: right;
  font-size: 16px;
  line-height: 26px;
  max-width: 295px;
}

.end-to-end-table-p .roistat img {
  position:absolute;
  right: 0;
  top: 6px;
}

.mediaplanirovanie.hyper.end-to-end h2 {
  margin-bottom: 71px;
}

.hyper .target-work__list span > em {
  background: #6f92e5;
  color: #fff;
}

.hyper .target-work__list span > em:after {
  display: none ! important;
}

.target-work__list span > em i {
  font-size: 30px;
}

.target-work__list span > p {
  font-size: 16px;
  line-height: 26px;
  color: #000;
  margin: 19px 0 10px 32px;
}

.target-work__list span:last-child > em {
  margin-right: 0;
}

.target-work__list span:last-child > em:after {
  display: none;
}

.target-work__list span > em:after {
  content: ' ';
  display: block;
  height: 1px;
  width: 170px;
  background: #bfcef3;
  position: absolute;
  top: 50%;
  left: 61px;
}

.main-seo-1.main-context {
  min-height: auto;
  height: auto;
}

.main-context p.full-p {
  max-width: 561px;
}

.main-context p.full-p a {
  border-bottom: 1px dashed;
}

.what-we-are-work.context-work {
  height: 465px;
  position: relative;
}

.what-we-are-work.context-work header {
  font-size: 20px;
}

.what-we-are-work.context-work a.button {
  position: absolute;
  left: 49px;
  bottom: 59px;
  border-color: #4f91ec;
  color: #4f91ec;
}

.what-we-are-work.context-work a.button:hover {
  color: #fff;
  background: #4f91ec;
}

.context-content {
  
}

.context-content__left, .context-content__right {
  width: 50%;
  float: left;
  color: #fff;
  position: relative;
  margin-top: 64px;
}

.context-content__left:before, .context-content__right:before {
  content: ' ';
  display: block;
  width: 27px;
  height: 26px;
  background: url(/assets/img/flags.png) no-repeat;
  position: absolute;
  left: 0;
  top: 0;
}

.context-content__left:before {
  background-position: top left;
}

.context-content__right:before {
  background-position: top right;
  left: 8px;
}

.context-content__left h2, .context-content__right h2 {
  margin-top: 0;
  font-size: 36px;
  line-height: 30px;
  margin-bottom: 53px;
  font-weight: 300;
}

.context-content__left p, .context-content__right p {
  max-width: 575px;
  font-size: 16px;
  line-height: 26px;
}

.context-menu__item {
  display: block;
  width: calc(50% - 4px);
  height: 397px;
  background-position: center right;
  background-repeat: no-repeat;
  background-size: cover;
  float: left;
  margin-bottom: 8px;
  border: none;
  text-decoration: none;
  padding: 58px 45px;
  position: relative;
}

.context-menu__item:nth-child(1), .context-menu__item:nth-child(3) {
  margin-right: 4px;
}

.context-menu__item:nth-child(2), .context-menu__item:nth-child(4) {
  margin-left: 4px;
}

.context-menu__item:hover {
  opacity: 1;
}

.context-menu__item:hover .button {
  background: #fff;
  color: #4a86d7;
}

.context-menu__item .button {
  position: absolute;
  bottom: 56px;
  left: 48px;
}

.context-menu__item header {
  font-size: 20px;
  line-height: 20px;
  font-family: "SFUIText", sans-serif;
  font-weight: 300;
  color: #fff;
}

.context-menu__item p {
  font-family: "Lato", sans-serif;
  color: #fff;
  max-width: 360px;
  font-size: 16px;
  line-height: 26px;
  margin: 40px 0;
}

.context-menu {
  margin-top: 84px;
}

/* .context-content__right p {
  max-width: 560px;
} */

.context-content__left {
  padding: 0 0 0 50px;
}

.context-content__right {
  padding: 0 0 0 58px;
}

.services {
  
}

.services__item {
  display: block;
  position: relative;
  width: calc(50% - 3px);
  height: 397px;
  float: left;
  margin-bottom: 6px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center right;
  background-size: cover;
  border: none;
  padding: 53px 53px;
  color: #fff;
}

.services__item.black {
  color: #000;
}

.services__item.black .button {
    border-color: #4f91ec;
    color: #4f91ec;
}

.services__item.black .button:hover {
  color: #fff;
  background: #4f91ec;
}

.services__item header {
  font-family: "SFUIText", sans-serif;
  font-weight: 300;
  font-size: 36px;
  line-height: 46px;
  margin-bottom: 35px;
}

.services__item header.header-red{
  background: red;
  color: #fff;
  width: fit-content;
  padding: 5px 12px;
}

.services__item p {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  line-height: 26px;
  max-width: 390px;
}

.services__item .button {
  margin-right: 10px;
}

.services-buttons {
  position: absolute;
  bottom: 48px;
  left: 56px;
  z-index: 100;
}

.services__item:nth-child(odd) {
  margin-right: 3px;
}

.services__item:nth-child(even) {
  margin-left: 3px;
}

/* .services__item:hover {
  opacity: 1;
} */

.services__item .button:hover {
  background: #fff;
  color: #4a86d7;
}

.services__item.services__content {
  padding: 0 50px;
}

.services__item.services__content h1 {
  line-height: 45px;
  margin-bottom: 59px;
}

.services__item.services__content p {
  color: #fff;
  font-size: 16px;
  line-height: 26px;
  max-width: 560px;
}

.main-seo.services {
  padding-top: 160px;
}

.reviews__left, .reviews__right {
  width: 50%;
  float: left;
}

.reviews__left {
  padding: 47px 0 0 52px;
}

.reviews__left p {
  font-family: "SFUIText", sans-serif;
  color: #fff;
  font-size: 36px;
  line-height: 46px;
  font-weight: 300;
  margin: 52px 0 0 0;
}

.reviews__right {
  padding-top: 61px;
}

.review-random {
  height: auto;
  padding: 50px 50px 55px 67px;
  max-width: 666px;
  background-image: linear-gradient(to bottom, #246fce, #7cb7ff);
  border-radius: 47px;
  border-bottom-left-radius: 0;
  position: relative;
  margin-left: 9px;
}

.review-random p {
  margin: 0;
  color: #fff;
  font-family: "SFUIText", sans-serif;
  font-weight: 300;
  font-size: 20px;
  line-height: 30px;
}

/** 47 39 */

.review-random:before {
  content: ' ';
  display: block;
  width: 47px;
  height: 39px;
  background: url(/assets/img/review-angle.png) no-repeat center center;
  position: absolute;
  left: 0;
  bottom: -39px;
}

.review-random__logo {
  position: absolute;
  bottom: -77px;
  right: -191px;
}

.random-header {
  display: block;
  margin-bottom: 15px;
}

.random-header > img {
  margin-right: 15px;
}

.reviews-container {
  margin: 0 -10px;
  padding-top: 181px;
}

.reviews-container__col {
  width: 25%;
  float: left;
  padding: 0 10px;
}

.reviews-container__item-image, .reviews-container__item-name {
  display: inline-block;
  vertical-align: middle;
}

.reviews-container__item-image {
  margin-right: 23px;
}

.reviews-container__item-name {
  max-width: 75%;
}

.reviews-container__item-name span {
  font-family: "SFUIText", sans-serif;
  font-size: 20px;
  line-height: 25px;
  color: #fff;
  font-weight: 300;
}

.reviews-container__item-name > a {
  font-size: 16px;
  display: inline-block;
  margin-top: 15px;
  line-height: 15px;
}

.reviews-container__item > header {
  margin-bottom: 54px;
}

.reviews-container__content {
  max-width: 335px;
}

.reviews-container__content em, .reviews-container__content p {
  font-size: 14px;
  line-height: 24px;
  color: #fff;
}

.reviews-container__content em {
  display: inline-block;
  margin-bottom: 12px;
}

.reviews-container__content p {
  
}

.reviews-container__item {
  margin-bottom: 71px;
}

.vacancy__left, .vacancy__right {
  width: 50%;
  float: left;
}

.vacancy__left {
  padding: 46px 51px;
}

.vacancy__left h1 {
  margin-bottom: 45px;
}

.vacancy__left p {
  font-family: "SFUIText", sans-serif;
  font-weight: 300;
  font-size: 36px;
  line-height: 46px;
  color: #fff;
}

.vacancy__right {
  padding-top: 60px;
}

.vacancy__vk {
  margin-left: 8px;
  height: 300px;
  position: relative;
  padding: 47px 48px;
}

.vacancy__vk header {
  font-family: "SFUIText", sans-serif;
  font-weight: 300;
  font-size: 20px;
  line-height: 46px;
  color: #fff;
}

.vacancy__vk .button {
  position: absolute;
  bottom: 60px;
  left: 48px;
  padding: 9px 30px;  
}

.main-seo.vacancy {
  padding-bottom: 94px;
}

.vacancy-list__item-left, .vacancy-list__item-right {
  width: 50%;
  float: left;
  min-height: 1px;
}

.vacancy-list__item-right {
  padding: 96px 14px 0 100px;
}

.vacancy-list__item-left {
  padding: 50px 152px;
}

.vacancy-list__item-left header {
  font-family: "SFUIText", sans-serif;
  font-size: 60px;
  line-height: 70px;
  color: #000;
  font-weight: 500;
  margin-bottom: 34px;
}

.vacancy-list__item-left p {
  max-width: 525px;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 34px;
}

.vacancy-list__item-left p span {
  font-family: "SFUIText", sans-serif;
  font-weight: 300;
  font-size: 20px;
  line-height: 46px;
  display: block;
  margin-bottom: 18px;
}

.vacancy-list {
  padding-top: 74px;
  padding-bottom: 91px;
}

.vacancy-list__item {
  margin-bottom: 37px;
}

.vacancy-list__item-left.r {
  padding-left: 107px;
}

.vacancy-list__item-right.r {
  text-align: center;
}

.map2 {
  width: calc(100% - 8px);
  height: 770px;
  margin-left: 8px;
}

.contacts__left, .contacts__right {
  width: 50%;
  float: left;
  min-height: 1px;
}

.contacts__left {
  padding: 48px 50px;
}

.contacts__right {
  padding-top: 60px;
}

.map-info {
  height: 111px;
  background: #fff;
  width: calc(100% - 8px);
  margin-left: 8px;
  font-family: "SFUIText", sans-serif;
  font-size: 20px;
  font-weight: 300;
  padding: 42px 41px;
}

.map-info > i {
  font-size: 20px;
  color: #aaaaaa;
  margin-right: 20px;
  position: relative;
  top: 2px;
}

.contacts {
  padding-bottom: 17px;
}

.contacts h1 {
  margin-bottom: 68px;
}

.contacts__item {
  position: relative;
  color: #fff;
  margin-bottom: 68px;
}

.contacts__item header {
  font-family: "SFUIText", sans-serif;
  font-size: 36px;
  line-height: 36px;
  color: #fff;
  font-weight: 300;
  margin-bottom: 33px;
}

.contacts__item p {
  font-family: "SFUIText", sans-serif;
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
  margin-bottom: 30px;
}

.contacts__item p span {
  display: block;
  color: #4a678b;
  font-size: 20px;
}

.contacts__item:before {
  content: ' ';
  display: block;
  width: 28px;
  height: 32px;
  background: url(/assets/img/gerbs.png) no-repeat;
  position: absolute;
  top: 2px;
  left: -50px;
}

.contacts__item-social{
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}
.contacts__item-social a{
  display: flex;
  border: none;
  transition: 0.3s;
  width: fit-content;
}

.contacts__item.chelny:before {
  background-position: 0 0;
}

.contacts__item.kazan:before {
  background-position: 0 -32px;
}

.contacts__item.moscow:before {
  background-position: 0 -64px;
}
.contacts__item.spb:before {
    background-position: 0px -99px;
}

.about-header {
  width: 100%;
  background-color: #000f23;
  background-image: url(/assets/img/about-background.jpg);
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: auto;
}

.about-header__container {
  position: relative;
  width: 1145px;
  margin: 0 auto;
}

.about-header {
  padding: 100px 100px 80px 100px;
}

.about-header__left, .about-header__right {
  width: 50%;
  float: left;
  min-height: 1px;
  position: relative;
}


.about-header__left {
  padding: 72px 0px;
}

.about-header__right {
  padding: 269px 0 0 8px;
  color: #fff;
}

.about-header__right p {
  font-size: 16px;
  line-height: 26px;
}

.about-header__right p.full-p {
  font-family: "SFUIText", sans-serif;
  font-weight: 300;
  font-size: 36px;
  line-height: 46px;
  margin-top: 80px;
  margin-bottom: 53px;
}

.about-header__right p.full-p2 {
  font-family: "SFUIText", sans-serif;
  font-weight: 300;
  font-size: 20px;
  line-height: 30px;
  margin-top: 66px;
}

.about-header__logo {
  display: block;
  width: 473px;
  height: 574px;
  background: url(/assets/img/about-netkam.png) no-repeat center center;
  background-size: 100%;
  margin-bottom: 109px;
}

.show-presintation {
  display: inline-block;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  line-height: 14px;
  border-bottom: 1px dashed;
}

/** 522 194 */

.video-bg {
  display: block;
  width: 522px;
  height: 194px;
  position: relative;
  background: url(/assets/img/video-bg.jpg) no-repeat center center;
  border: none;
}

.video-bg .play-video {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.video-bg:hover {
  opacity: 1;
}

.video-bg:hover .play-video:after {
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}

.show-presintation {
  margin-bottom: 27px;
}

.about-header__right h1 {
  font-size: 160px;
  margin-left: -13px;
}

.clients-list {
  margin: 75px -4px 0;
}

.clients-list__item {
  width: 25%;
  float: left;
  padding: 0 4px;
  margin-bottom: 8px;
}

.clients-list__item > div {
  height: 167px;
  position: relative;
}

.clients-list__item img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-width: 100%;
}

.about-slider {
  padding: 127px 0 100px 100px;
}

.about-slider__left, .about-slider__right {
  float: left;
  min-height: 1px;  
}

.about-slider__left {
  width: 35%;
}

.about-slider__right {
  width: 65%;
  padding-top: 33px;
}

.about-slider__right-s__item {
  /* padding-right: 162px; */
  width: 600px;
}

.about-slider__right-s__item img {
  opacity: .2;
  
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  transition-duration: 0.2s;
  
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
}

.about-slider__right-s__item.slick-active img {
  opacity: 1;
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
  filter: none;
  filter: none;
}

.about-slider__right .slick-list:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  width: 287px;
  height: 100%;
  background: #fff;
  z-index: 111;
}

.about-slider__left header {
  font-family: "SFUIText", sans-serif;
  font-weight: 300;
  font-size: 36px;
  line-height: 46px;
}

.about-slider__left-s__item p {
  position: relative;
  width: 420px;
  font-size: 16px;
  line-height: 26px;
  color: #000;
  padding: 52px 72px;
}

.about-slider__left-s__item p:before {
  content: ' ';
  display: block;
  width: 100px;
  height: 78px;
  background: url(/assets/img/quote.png) no-repeat center center;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
}

.about-slider__left-s {
  margin: 126px 0;
}

.about-slider__left {
  position: relative;
  height: 742px;
  padding-left: 50px;
}

.about-slider__left .button {
  display: inline-block;
  background: #ff2a00;
  text-align: center;
  color: #fff;
  font-family: "SFUIText", sans-serif;
  font-weight: 300;
  font-size: 20px;
  position: absolute;
  left: 50px;
  bottom: 0;
  padding: 41px 68px;
  border-radius: 0;
}

.about-slider__left .button:hover {
  opacity: .8;
}


.about-slider__right .slick-prev {
  display: none ! important;
}

.team {
  font-size: 0;
  padding: 0 100px 100px 100px;
  background: #000f23;
  position: relative;
}

.team__item {
  display: block;
  float: left;
  font-size: 14px;
  border: 0;
  position: relative;
}

.team__item.team__item-50 {
  width: 50%;
}

.team__item {
  width: 25%;
}

.team__item > span {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: rgba(0, 0, 0, .3);
  opacity: 0;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  transition-duration: 0.2s;
  
  padding: 50px;
  color: #fff;
}

.team__item:hover > span {
  opacity: 1;
}

.team__item > span > header {
  font-family: "SFUIText", sans-serif;
  font-size: 26px;
  font-weight: 300;
  line-height: 26px;
  color: #fff;
}

.team__item > span > p {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  color: #fff;
  line-height: 14px;
}

.team__item:hover {
  opacity: 1;
}

.team__item img {
  max-width: 100%;
  height: auto;
}

.contextual-advertising .main-seo-1__left p {
  max-width: 562px;
}

.portfolio-content {
  background: transparent;
}

.vacancy-list {
  overflow: hidden;
}

.mediaplanirovanie {
  padding: 0 100px 0 100px;
  text-align: center;
}

.mediaplanirovanie .h1 {
  text-align: left;
  padding-top: 124px;
  margin-left: 40px;
  margin-bottom: 107px;
}

.mediaplanirovanie-table {
  width: 100%;
  table-layout: fixed;
  max-width: 1149px;
  margin: 0 auto;
}

.mediaplanirovanie-table tr {
  
}

.mediaplanirovanie-table tr th, .mediaplanirovanie-table tr td {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  line-height: 26px;
  font-weight: normal;
  text-align: left;
}

.mediaplanirovanie-table tr th {
  padding: 27px 26px;
  text-align: left;
  color: #fff;
  background: #000f23;
  position: relative;
  border: 1px solid #000f23;
  vertical-align: middle;
}

.mediaplanirovanie-table tr th.sale {
  padding: 27px 26px;
  background-color: transparent;
  background-image: url(/assets/img/sale.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-color: #ccc;
  color: #000f23;
  padding-right: 5px;
}

.mediaplanirovanie-table tr th.sale:after {
  display: none;
}

.mediaplanirovanie-table tr th:nth-child(3) {
  border-right-color: #33a368;
}

.mediaplanirovanie-table tr th:last-child {
  border-color: #33a368;
}

.mediaplanirovanie-table tr th:after {
  content: ' ';
  display: block;
  width: 1px;
  height: calc(100% - 68px);
  background: #062c5c;
  position: absolute;
  top: 34px;
  right: 0;
}

.mediaplanirovanie-table tr th:last-child:after {
  display: none;
}

.mediaplanirovanie-table tr th:last-child {
  background: #33a368;
}

.mediaplanirovanie.hyper .mediaplanirovanie-table tr th:last-child {
  background: #2a7cc3;
  border-color: #2a7cc3;
}

.mediaplanirovanie.hyper .mediaplanirovanie-table tr th:nth-child(3) {
  border-color: #2a7cc3;
}

.mediaplanirovanie-table tr td {
  padding: 26px 10px 0 27px;
  height: 212px;
  border: 1px solid #ccc;
  color: #000;
  position: relative;
  vertical-align: top;
}

.mediaplanirovanie-table tr td.sale-td {
  padding-bottom: 55px;
}

.mediaplanirovanie.hyper .mediaplanirovanie-table tr td img {
  position: relative;
  top: auto;
  bottom: auto;
  right: auto;
  left: auto;
  margin-top: 50px;
  margin-bottom: 32px;
}

.mediaplanirovanie.hyper .mediaplanirovanie-table {
  margin-bottom: 125px;
}

.hyper-how-work {
  text-align: center;
  margin-bottom: 30px;
}

.hyper-how-work a {
  display: inline-block;
  color: #0084ff;
  border-bottom: 1px dashed;
  line-height: 1em;
  font-family: "Lato", sans-serif;
}
@media (max-width: 1020px) {
  .mediaplanirovanie-tarifs .mediaplanirovanie-table {
      margin: 0;
  }
  .mediaplanirovanie-tarifs .mediaplanirovanie-table tr td {
      background-color: #fff;
  }
  .mediaplanirovanie-tarifs .h1 {
      color: #fff;
  }
}
.mediaplanirovanie {
    overflow-x: auto;
}
.mediaplanirovanie-tarifs {
    margin-bottom: 100px;
    overflow-x: auto;
}
.table-responsive .mediaplanirovanie-tarifs-table tr th {
  background-color: #000f23;
  height: 131px;
  vertical-align: top;
}
.table-responsive .mediaplanirovanie-tarifs-table tr th:nth-child(3) {
  background-color: #002960;
  border-right-color: #002960;
}
.table-responsive .mediaplanirovanie-tarifs-table tr th:nth-child(4) {
  background-color: #008aff;
  border-color: #008aff;
}
.mediaplanirovanie-tarifs .mediaplanirovanie-table tr .title__mediaplanirovanie-table {
  /*padding: 26px 27px 26px 27px;*/
  padding: 0;
  height: 61px;
  vertical-align: middle;
  text-align: center;
  font-style: italic;
  background-color: #fef8cc;
}
.mediaplanirovanie.hyper .mediaplanirovanie-table tr td:last-child {
  border-color: #ccc;
}
.mediaplanirovanie-tarifs .mediaplanirovanie-table tr td:last-child {
    border: 1px solid #ccc;
}
.mediaplanirovanie-tarifs .mediaplanirovanie-table tr .item__mediaplanirovanie-items {
    padding: 34px 10px 0 30px;
}
.mediaplanirovanie-tarifs .mediaplanirovanie-table tr td img{
  position: inherit;
  bottom: 0;
}
.mediaplanirovanie-tarifs .mediaplanirovanie-table tr td {
  padding: 94px 10px 0 30px;
}
.mediaplanirovanie-tarifs .h1 {
text-align: left;
    padding-top: 124px;
    margin-left: 40px;
    margin-bottom: 107px;
}
.title__mediaplanirovanie-main-column{
  margin-bottom: 78px;
  display: block;
}
.mediaplanirovanie-table tr td p {
  margin-top: 0;
}

.mediaplanirovanie-table tr td:nth-child(3) {
  border-right-color: #33a368;
}

.mediaplanirovanie-table tr td:last-child {
  border-color: #33a368;
}

.mediaplanirovanie-table tr td img {
  display: block;
  position: absolute;
  bottom: 25px;
}

.mediaplanirovanie-table tr:last-child td img {
  bottom: 25px;
}

.index-block-top__left .index-order-review {
  max-height: 383px;
  overflow: hidden;
  position: relative;
}

.index-block-top__left .index-order-review:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: -10px;
  right: 89px;
  height: 30px;
 /*  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1)); */
}

.mediaplanirovanie.hyper ul {
  list-style: none;
}

.mediaplanirovanie.hyper ul li {
  position: relative;
}

.mediaplanirovanie.hyper ul li:before {
  content: ' ';
  width: 11px;
  height: 2px;
  background: #333333;
  left: 0;
  position: absolute;
  left: -28px;
  top: 13px;
  opacity: .6;
}

.hyper_gif {
  position: fixed;
  height: 100vh;
  left: 0;
  right: 0;
  top: -100%;
  overflow: auto;
  z-index: -1;
  background: #000f23;
  opacity: 0;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.hyper_gif.active {
  opacity: 1;
  z-index: 9999;
  top: 0;
}

.hyper-modal-content {
  height: 700px;
  width: 800px;
  background: #fff;
  position: relative;
  margin: auto;
}

.mediaplanirovanie.hyper .mediaplanirovanie-table tr td .hyper-modal-content img {
  max-height: 620px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.hyper_gif header {
  font-family: "SFUIText", sans-serif;
  font-size: 36px;
  line-height: 46px;
  color: #ffffff;
  text-align: center;
  margin: 50px auto;
  max-width: 648px;
}

.hyper-close {
  font-size: 40px;
  line-height: 40px;
  color: #fff;
  border: none;
  position: absolute;
  top: 30px;
  right: 30px;
}

.hyper-close i {
  font-size: 40px;
  line-height: 40px;
}

/* .main-seo.main-seo-1 {
  min-height: calc(100vh - 130px);
} */

/* основная смена распределения здесь: */
/* @media (min-width: 992px) and (max-width: 1199px) { */

.header__cities {
  position: relative;
  display: inline-block;
}

.cities-list {
  display: block;
  height: 0px;
  position: absolute;
  top: 25px;
  left: 0;
  width: auto;
  padding: 0 20px;
  font-size: 16px;
  color: #fff;
  background: rgba(0, 0, 0, .8);
  text-align: left;
  white-space: nowrap;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
  overflow: hidden;
  z-index: 8888;
}

.header__cities:hover .cities-list {
  height: 280px;
  padding: 20px 20px;
}

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

.cities-list ul li {
  margin-bottom: 10px;
}

.cities-list ul li:last-child {
  margin-bottom: 0;
}

.cities-list ul li a {
  border-bottom: 1px dashed;
}

.cities-list ul li a.active {
  color: #fff;
}

.vacancy-text {
  padding: 100px 100px 30px 100px;
}

.vacancy-text p {
  color: #333;
  text-align: center;
}

/** smm **/

.main-smm {
  background-image: url(/assets/img/smm__bg.jpg);
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  color: #fff;
  padding-bottom: 34px;
}

.main-smm h1 {
  margin-bottom: 44px;
}

.main-smm h1 span {
  color: #f6ec9b;
}

.main-smm__left, .main-smm__right {
  width: 50%;
  float: left;
  min-height: 1px;
}

.main-smm__left {
  padding: 46px 51px;
}

.main-smm__right {
  padding: 58px 0 58px 10px;
  position: relative;
}

.main-smm .full-p {
  font-family: "SFUIText", sans-serif;
  font-weight: 300;
  font-size: 36px;
  line-height: 46px;
  margin-top: 0;
  margin-bottom: 53px;
}

.presentation-smm {
  width: 100%;
  min-height: 300px;
  background: #fff url(/assets/img/right-case.png) no-repeat 91% 48%;
  padding: 51px 46px;
}

.presentation-smm header {
  font-family: "SFUIText", sans-serif;
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 33px;
  color: #000;
}

.presentation-smm p {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 41px;
  color: #000;
}

.presentation-smm .button {
  width: 120px;
  text-align: center;
  color: #000;
  border-color: #000;
}

.presentation-smm .button:hover {
  color: #fff;
  background: #000;
}

.smm-list {
  background: #fff;
}

.smm-list__item > .clearfix > header, .smm-list__item > .clearfix > span {
  float: left;
  min-height: 1px;
}

.smm-list__item > .clearfix > header {
  font-family: "SFUIText", sans-serif;
  font-weight: 300;
  font-size: 36px;
  line-height: 36px;
  width: 70%;
}

.smm-list__item > .clearfix:hover, .smm-list__item.active > .clearfix {
  background: #195bd3;
  color: #fff;
}

.smm-list__item > .clearfix > header > .material-icons {
  font-size: 20px;
  line-height: 20px;
  color: #aaa;
  margin-right: 20px;
}

.smm-list__item > .clearfix:hover > header > .material-icons, .smm-list__item.active > .clearfix > header > .material-icons {
  color: #fff;
}

.smm-list__item > .clearfix > header > .my-icon-dollar {
  display: inline-block;
}

.smm-list__item > .clearfix > header > .my-icon-dollar:after {
  content: '';
  width: 18px;
  height: 18px;
  display: block;
  background: url(/assets/img/smm__dollar.png) no-repeat top center;
  margin-right: 20px;
  top: -1px;
  position: relative;
}

.smm-list__item > .clearfix:hover > header > .my-icon-dollar:after, .smm-list__item.active > .clearfix > header > .my-icon-dollar:after {
  background-position: bottom center;
}

.smm-list__item > .clearfix > span {
  width: 30%;
  text-align: right;
  display: block;
  padding-top: 9px;
}

.smm-list__item > .clearfix > span > i {
  display: inline-block;
  font-style: normal;
  font-size: 16px;
  line-height: 16px;
  color: #5091e9;
  border-bottom: 1px dashed;
}

.smm-list__item > .clearfix {
  padding: 72px 100px;
  border-bottom: 1px solid #d4d4d4;
  cursor: pointer;
}

.smm-list__spoiler {
  display: none;
  border-bottom: 1px solid #d4d4d4;
}

.smm-list__spoiler.a {
  display: block;
}

.smm-list__left, .smm-list__right {
  float: left;
  width: 50%;
  min-height: 1px;
}

.smm-list__left, .smm-cont {
  padding: 43px 0 0 151px;
}

.smm-list__left h2, .smm-cont h2 {
  font-family: "SFUIText", sans-serif;
  font-size: 60px;
  font-weight: bold;
  line-height: 70px;
  margin: 0;
}

.smm-list__left p, .smm-cont p {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  line-height: 26px;
  margin: 15px 0 26px;
}

.smm-list__left p.full-p, .smm-cont p.full-p {
  font-family: "SFUIText", sans-serif;
  font-weight: 300;
  font-size: 36px;
  line-height: 46px;
  margin: 33px 0 44px;
}

.smm-list__left header.full-p {
  font-family: "SFUIText", sans-serif;
  font-weight: 300;
  font-size: 36px;
  line-height: 46px;
  margin: 125px 0 53px;
}

.smm-smiles {
  margin-bottom: 51px;
}

.smm-rost {
  float: right;
  margin-top: 55px;
}

.smm-man {
  float: right;
  margin-top: 111px;
  margin-bottom: 106px;
}

.smm-2x {
  position: relative;
}

.smm-2x:after {
  content: ' ';
  display: block;
  position: absolute;
  width: 337px;
  height: 198px;
  background: url(/assets/img/smm__2x.png) no-repeat center center;
  right: -58px;
  bottom: -26px;
}

.smm-what h2 {
  margin-bottom: 7px;
}

.smm-what .smm-list__left p {
  margin: 15px 0 0;
}

.smm-what .smm-list__left p.full-p {
  display: inline-block;
  margin: 34px 0 28px;
}

.smm-what .smm-list__left p.full-p span {
  background: #ceff0d;
  position: relative;
}

.smm-what .smm-list__left p.full-p span:before {
  content: ' ';
  display: inline-block;
  width: 9px;
  background-size: cover;
  position: absolute;
  left: -9px;
  height: 44px;
}

.smm-what .smm-list__left p.full-p span:first-child:before {
  background: url(/assets/img/text-before-1.png) no-repeat top left ! important;
  background-size: cover ! important;
}

.smm-what .smm-list__left p.full-p span:first-child:after {
  content: ' ';
  display: inline-block;
  width: 38px;
  background: url(/assets/img/text-after-1.png) no-repeat top left ! important;
  background-size: cover;
  position: absolute;
  right: -38px;
  top: -4px;
  height: 49px;
}

.smm-what .smm-list__left p.full-p span:last-child:after {
  content: ' ';
  display: inline-block;
  position: absolute;
  right: -18px;
  height: 44px;
  width: 18px;
  background: #ceff0d;
}

.smm-what .smm-list__left p.full-p span:last-child:before {
  background: url(/assets/img/text-before-2.png) no-repeat top left;
  background-size: cover;
}

.smm-what .smm-list__left {
  padding-bottom: 121px;
}

.smm-shortlist {
  float: right;
  margin-top: 211px;
}

.smm-auditoriya h2 {
  margin-bottom: 49px;
}

.smm-auditoriya ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.smm-auditoriya ul li {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  line-height: 26px;
  color: #df1c1c;
  padding-left: 24px;
  background: url(/assets/img/smm__bullit.png) no-repeat 0px 3px;
  margin-bottom: 26px;
}

.smm__audit {
  width: auto;
  display: inline-block;
  margin-left: -49px;
  margin-top: 41px;
  margin-bottom: 41px;
  max-width: none;
  position: relative;
  z-index: 1;
}

.smm-auditoriya .smm-list__left {
  padding-bottom: 109px;
}

.smm__audit2 {
  float: right;
  margin-top: 159px;
}

.smm-cont {
  padding: 43px 151px;
}

.smm-steps-list {
  margin: 72px 0 134px;
}

.smm-steps-list__item {
  float: left;
  width: calc(33.333333% - 3.33333333333px);
  max-height: 445px;
}

.smm-steps-list__item img {
  margin: 0 auto;
}

.smm-steps-list__item:nth-child(2) {
  margin: 0 3px;
}

.smm-steps-list__item:last-child {
  margin-right: 0;
  width: 33.333333%;
}

.smm-plan-img {
  margin: 0 auto;
}

.smm-plan .smm-cont {
  padding-bottom: 20px;
}

.smm-command h2 {
  margin-bottom: 41px;
}

.smm-command .smm-list__left {
  padding-bottom: 117px;
}

.smm-command-img {
  float: right;
  margin-top: 198px;
}

.smm-price .smm-list__spoiler {
  background: #195ad2;
}

.smm-price.active > .clearfix {
  border-bottom-color: #195ad2;
}

.smm-price__left, .smm-price__right {
  width: 50%;
  float: left;
  min-height: 1px;
}

.smm-price .smm-cont {
  padding: 9px 98px;
}

.smm-price__left, .smm-price__right {
  padding: 69px 48px;
}

.smm-price__right a {
  color: #fff;
}

.smm-price .smm-cont > div:first-child {
  border: 2px solid #fff;
  margin-bottom: 52px;
}

.smm-price .smm-cont > div:last-child {
  background: #fff;
  margin-bottom: 90px;
}

.smm-price__left h2 {
  color: #fff;
  margin-bottom: 54px;
  
}

.smm-price__left p {
  color: #fff;
}

.smm-price .button-create {
  padding: 11px 25px;
  margin-top: 30px;
}

.img-price1 {
  float: right;
}

.smm-price__left.black h2, .smm-price__left.black p {
  color: #333;
}

.markp {
  margin-top: 48px;
  margin-bottom: 97px;`
}

.markp p {
  font-family: "SFUIText", sans-serif;
  font-size: 30px;
  line-height: 46px;
  font-weight: 300;
  margin-bottom: 46px;
  background: url(/assets/img/markp.jpg) repeat-y 0px 0px;
}

.markp p span {
  color: #c61919;
}

.smm-no-img1 {
  margin-top: 220px;
}

.smm-no-img2 {
  margin-top: 265px;
}

.smm-no .smm-list__left p.full-p2 {
  margin-top: 58px;
}

.smm-no .smm-list__left {
  padding-bottom: 106px;
}

.smm-geography h2 {
  margin-bottom: 55px;
}

.smm-geography p.full-p {
  margin-bottom: 22px;
}

.smm__geography-img {
  float: right;
}

.contacts__item p a {
  color: #fff;
  border-color: #fff;
}

.smm-media__categories {
  list-style: none;
  margin: 70px 0;
  padding: 0;
}

.smm-media__categories li {
  margin-bottom: 56px;
}

.smm-media__categories a {
  font-family: "SFUIText", sans-serif;
  font-weight: 300;
  font-size: 36px;
  line-height: 36px;
  color: #2d7ddc;
  border-bottom: 2px dotted #2d7ddc;
}

.smm-media__categories a.active {
  color: #333;
  border: none;
}

.smm-media-images-list > img {
  display: none;
}

.smm-media-images-list > img.active {
  display: block;
}

.smm-media-img {
  margin: 57px 0 155px;
}

.tvideo {position:relative;padding-bottom:56.25%;padding-top:25px;height:0;}
.tvideo iframe {position:absolute;top:0;left:0;width:100%;height:100%;}

.old-gallery {
  position: relative;
}

.p-img {
  position: relative;
}

.p-img img {
  margin: 0 auto;
}

/* .p-img:first-child:before {
  content: ' ';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
} */

.old-gallery .caption {
  background-color: #000f23;
  background-image: url(/assets/img/portfolio-bg.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: auto;
}

.old-gallery .description {
  max-width: 560px;
  color: #fff;
}

.old-gallery .description p {
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  margin-top: 15px;
  margin-bottom: 0;
}

.old-gallery .portfolio-item__site-name {
  margin-bottom: 10px;
  display: inline-block;
}

.context-menu__item-5 {
  background-color: #1057ad;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: auto;
}

.portfolio-graph {
  
}

.portfolio-graph.portfolio-item_header .computer {
  width: 960px;
  height: 684px;
  right: 0;
  bottom: -190px;
}

.portfolio-graph h1 {
  padding: 46px 0 0 42px;
  margin-bottom: 0;
}

.portfolio-item_header.portfolio-graph h1 {
  padding: 0;
  margin-bottom: 49px;
}

.portfolio-graph.portfolio-item_header .computer:before, .portfolio-graph.portfolio-item_header .computer:after {
  display: none;
}

.portfolio-graph .portfolio__item {
  width: 25%;
}

.portfolio-graph .portfolio__item.p50 {
  width: 50%;
}

.portfolio-graph .portfolio-content__right {
  width: auto;
  float: none;
}

.go-tograph {
  height: 240px;
}

.go-tograph .go-to-portfolio__text {
  bottom: 91px;
  left: -30px;
}

.main-pages.main-content .main-seo {
  background-image: url(/assets/img/content-bg.jpg);
}

.main-pages.main-content p.first {
  margin-bottom: 30px;
}

.main-pages.main-content .mediaplanirovanie-table tr th:last-child {
  width: 532px;
  background: #2d5b99;
}

.main-pages.main-content .mediaplanirovanie-table tr th:nth-child(3) {
  border-color: #000f23;
}

.main-pages.main-content .mediaplanirovanie-table tr td:nth-child(3),
.main-pages.main-content .mediaplanirovanie-table tr td:last-child {
  border-color: #ccc;
}

.main-pages.main-content .mediaplanirovanie-table tr th:first-child {
  width: 198px;
}

.main-pages.main-content .mediaplanirovanie-table tr td:nth-child(2),
.main-pages.main-content .mediaplanirovanie-table tr td:nth-child(3),
.main-pages.main-content .mediaplanirovanie-table tr td:nth-child(4) {
  text-align: center;
  padding: 26px 10px 0 10px
}

.main-pages.main-content .mediaplanirovanie-table tr td:nth-child(4) {
  font-weight: bold;
}

.main-pages.main-content .mediaplanirovanie-table tr td:nth-child(4) span {
  font-weight: normal;
}

.main-pages.main-content .mediaplanirovanie-table tr td:first-child a {
  display: inline-block;
  border: none;
}

.main-pages.main-content .mediaplanirovanie-table tr td:first-child a:before {
  content: ' ';
  display: block;
}

.main-pages.main-content .mediaplanirovanie-table {
  margin-bottom: 155px;
}

.main-pages.main-content .mediaplanirovanie {
  border-bottom: 1px solid #000f23;
}

.main-pages.main-content .right_create {
  min-height: auto;
}

.content-page__left, .content-page__right {
  width: 50%;
  float: left;
}

.content-page__right {
  position: relative;
  text-align: left;
  padding: 147px 51px;
}

.content-page__right:before {
  content: ' ';
  display: block;
  width: 53px;
  height: 53px;
  background: url(/assets/img/content-icon.png) no-repeat center center;
  position: absolute;
  left: -27px;
  bottom: 303px;
}

.content-page__right header {
  font-weight: 300;
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 25px;
}

.content-page__right p {
  font-size: 16px;
  line-height: 20px;
  padding-left: 28px;
  position: relative;
}

.content-page__right p:before {
  content: '\2014';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}

.create-list__left .h1 > a {
  color: #000;
  border: none;
  font-weight: 700;
}

.portfolio-create .portfolio__item.p50 {
  width: 50%;
}

.portfolio-create .portfolio__item {
  width: 25%;
}

.create-list__item.full {
  margin-bottom: 50px;
}

.portfolio-content.main-portfolio {
  background-color: #000f23;
  background-image: url(/assets/img/portfolio-bg.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: auto;
  padding-bottom: 120px;
}

.portfolio-content.main-portfolio h2 {
  font-family: "SFUIText", sans-serif;
  font-weight: 700;
  font-size: 60px;
  line-height: 70px;
  color: #fff;
  margin-bottom: 36px;
  margin-top: 0;
}

.create-list {
  background: #fff;
}

.create-list__item h2.h1.mobi {
  display: none;
}

.go-to-create {
  background: rgba(80, 145, 233, .2);
}

.go-to-create .go-to-portfolio__text {
  bottom: 77px;
  left: 18px;
}

.create-list.bl .mobi-back {
  position: relative;
  background: rgba(255, 255, 255, .2);
  left: auto;
  right: auto;
  /* top: auto; */
  bottom: auto;
  margin-bottom: 14px;
}

.linkBrif {
  display: block;
  position: absolute;
  left: -140px;
}

.linkBrif.seo.seo2 {
  top: 160px;
  margin-bottom: 6px;
}

.seo-form form {
  position: relative;
}

.seo-form .brif {
  position: absolute;
  bottom: 0;
  left: 0;
}

.seo-form .brif a {
  display: inline;
  font-size: 30px;
  color: #fff;
  line-height: 40px;
  border-color: #fff;
}

.create-list .mobi-back {
  display: none;
}

.main-seo-1__left .show-portfolio.link-brif {
  display: inline-block;
  margin: 0px 0 30px;
}

.sravnenie-end-to-end {
  background: #fff;
  min-height: 1096px;
  padding: 100px 153px;
  position: relative;
}

.sravnenie-end-to-end__right {
    display: block;
    position: absolute;
    right: 14px;
    top: -116px;
}

.sravnenie-end-to-end__right ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.sravnenie-end-to-end__right ul li {
  text-align: right;
  padding-right: 35px;
  position: relative;
}

.sravnenie-end-to-end__right ul li:after {
  content: ' ';
  position: absolute;
  display: block;
  right: 0;
  top: 1px;
  width: 16px;
  height: 16px;
  border: 1px solid #ccc;
  border-radius: 50%;
  background: #fdf1d5;
}

.sravnenie-end-to-end__right ul li:first-child:after {
  background: #fff;
}

.sravnenie-end-to-end__right ul li:last-child:after {
  background: #fddfdf;
}

.sravnenie-end-to-end header {
  font-family: "SFUIText", sans-serif;
  font-weight: 300;
  font-size: 36px;
  line-height: 46px;
  color: #000;
  margin-bottom: 50px;
}

.sravnenie-list {
  max-width: 1148px;
  margin: 0 auto;
}

.sravnenie-list .clearfix {
  margin-left: -14px;
  margin-right: -14px;
  position: relative;
}

.sravnenie-list__item {
  width:25%;
  float: left;
  padding: 14px;
}

.sravnenie-list__item > div {
  height: 661px;
  border: 1px solid #cbcbcb;
}

.sravnenie-list__top {
  position: relative;
  border-bottom: 1px solid #cbcbcb;
  height: 156px;
}

.sravnenie-list__top img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.sravnenie-list__middle {
  height: 188px;
  background: #fdf2d5;
  padding: 44px 20px 44px 32px;
  font-size: "Lato", sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 26px;
  border-bottom: 1px solid #cbcbcb;
}

.sravnenie-list__bottom {
  padding: 41px 22px 38px 32px;
  background: #fde0e0;
  height: 315px;
  font-size: "Lato", sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 26px;
}

.sravnenie-list__bottom ul, .sravnenie-list__middle ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.sravnenie-list__bottom ul li, .sravnenie-list__middle ul li {
  padding-left: 43px;
  position: relative;
  font-size: "Lato", sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 26px;
}

.sravnenie-list__bottom ul li:before, .sravnenie-list__middle ul li:before {
  content: ' ';
  position: absolute;
  height: 1px;
  width: 11px;
  background: #000;
  top: 12px;
  left: 0;
}

.end-to-end .mediaplanirovanie-table tr td {
  height: auto;
}

.mediaplanirovanie.hyper.end-to-end .mediaplanirovanie-table tr td:last-child, .mediaplanirovanie.hyper.end-to-end  .mediaplanirovanie-table tr td, .mediaplanirovanie.hyper.end-to-end .mediaplanirovanie-table tr th {
  border-color: #cbcbcb;
  background: transparent;
  text-align: center;
  color: #000;
  padding: 26px 10px 10px 27px;
}

.mediaplanirovanie.hyper.end-to-end .mediaplanirovanie-table tr td:first-child,
.mediaplanirovanie.hyper.end-to-end .mediaplanirovanie-table tr td:last-child,
.mediaplanirovanie.hyper.end-to-end .mediaplanirovanie-table tr th:first-child,
.mediaplanirovanie.hyper.end-to-end .mediaplanirovanie-table tr th:last-child {
  text-align: left;
}

.mediaplanirovanie.hyper.end-to-end .mediaplanirovanie-table tr:nth-child(odd) td {
  background: #fff;
}

.mediaplanirovanie.hyper.end-to-end .mediaplanirovanie-table tr:nth-child(even) td {
  background: #e8e8e8;
}

.mediaplanirovanie.hyper.end-to-end .mediaplanirovanie-table tr td p, .mediaplanirovanie.hyper.end-to-end .mediaplanirovanie-table tr th {
  font-size: 16px;
  line-height: 26px;
}

.mediaplanirovanie.hyper.end-to-end .mediaplanirovanie-table tr td p {
  margin-bottom: 14px;
}

.mediaplanirovanie.hyper.end-to-end .mediaplanirovanie-table tr th br {
  display: inline-block;
}

.mediaplanirovanie.hyper.end-to-end .mediaplanirovanie-table tr th:last-child {
  color: #fff;
  background: #053999;
}

.mediaplanirovanie.hyper.end-to-end .mediaplanirovanie-table tr th:after {
  display: none;
}

/* free audit */

.free-audit-header {
	background: #ffbe2e;
}

.seo-header-2.free-audit-header .main-seo-1__left h1 {
	max-width: 716px;
	color: #000;
}

.free-audit-header p {
	color: #000;
}

.free-audit-header .main-seo-1__right > img.imgabs {
    bottom: 76px;
    right: -15px;
}

.t_audit_what {
	background: #ffbe2e;
	padding: 16px 100px;
  padding-bottom: 107px;
}

.t_audit_what > div {
	border: 20px solid #fff;
	padding-bottom: 100px;
}

.t_audit_what .t_audit_item {
	max-width: 1250px;
	margin: 0 auto;
}

.t_audit_item-left, .t_audit_item-right {
	float: left;
}

.t_audit_item-left {
	width: 50%;
}

.t_audit_item-right {
	width: 50%;
}

.t_audit_item-left p, .t_audit_item-right p {
	text-align: left;
}

.t_audit_item-left img {
	margin: 90px 0 20px 187px;
}

.t_audit_item p {
	padding-left: 68px;
	position: relative;

	font-family: "SFUIText-Regular", sans-serif;
	font-size: 36px;
	line-height: 46px;
    color: #000f23;
    margin-top: 176px;
    margin-left: -41px;

}

.t_audit_item_right p {
	margin-left: -8px;
    margin-top: 180px
}

.t_audit_item_right img {
    margin: 120px 0px 10px 58px
    ;
}

.t_audit_item:last-child p {
	margin-top: 138px;
}

.t_audit_item p:before {
	content: ' ';
	width: 32px;
	height: 33px;
	background: url(/assets/img/analitica-close.png);
	position: absolute;
	top: 8px;
	left: 0;
}

.t_audit_item-right.icon-ok p::before,
.t_audit_item-left.icon-ok p::before{
  background: url(/assets/img/ok-icon.svg);
}

.audit-problems {
  padding: 112px 152px;
  min-height: 1000px;
  background: #fff url(/assets/img/audit-problem-2.png) no-repeat center bottom;
  margin-bottom: 52px;
}

.audit-problems__left, .audit-problems__right {
  float: left;
  width: 50%;
}

.audit-problems__left header {
  font-family: "SFUIText-Regular", sans-serif;
  color: #000;
  font-size: 36px;
  line-height: 46px;
}

.audit-problems__right {
  padding-left: 23px;
  padding-top: 3px;
}

.audit-problems__right header {
  font-family: "SFUIText", sans-serif;
  color: #000;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 30px;
}

.audit-problems__right ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.audit-problems__right ul li {
  padding-left: 97px;
  position: relative;
  font-family: "SFUIText-Regular", sans-serif;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 30px;
}

.audit-problems__right ul li:before {
  content: ' ';
  display: block;
  width: 70px;
  height: 16px;
  background: url(/assets/img/audit-problem.png);
  position: absolute;
  left: 0;
  top: 7px;
}

.audit-effective {
  padding: 100px 43px 100px 100px;
  background: #ffbd2d;
}

.audit-effective__left, .audit-effective__right {
  float: left;
  width: 50%;
}

.audit-effective__left {

}

.audit-effective__right {
  padding: 17px 0px 0 26px;
}

.audit-effective__left header {
  font-family: "SFUIText", sans-serif;
  font-size: 36px;
  line-height: 46px;
  color: #000f23;
}

.audit-effective__left p {
  font-family: "SFUIText-Regular", sans-serif;
  font-size: 20px;
  line-height: 30px;
}

.audit-effective__right > div {
  min-height: 395px;
  background: #000d1f url(/assets/img/audit-what-we.png) no-repeat center left;
  padding: 50px 44px;
}

.audit-effective__right header {
  font-family: "SFUIText", sans-serif;
  font-weight: 300;
  color: #fff;
  font-size: 36px;
  line-height: 46px;
}

.audit-effective__right .text {
  color: #fff;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  line-height: 26px;

  margin: 65px 0 66px;

}

.audit-free .seo-form {
  background: #090909;
}

.services__item.black .button.black-button {
  border-color: #000;
  color: #000;
}

.services__item.black .button.black-button:hover {
  background: #000;
  color: #fff;
}

/*.services__item br {
  display: none;
}*/

.mediaplanirovanie-table tr td img.rel {
	position: relative;
	top: auto;
	bottom: auto;
	left: auto;
	right: auto;
	margin-bottom: 20px;
}

.modal-art {
  background-image: url(/assets/img/home-corona.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 100%;
  max-width: 447px;
  min-height: 607px;
  text-align: center;
  padding: 15px;
  position: relative;
  padding-top: 117px;
  padding-right: 112px;
  padding-left: 112px;
}

.modal-art img {
  margin-bottom: 30px;
}

.modal-art .arcticmodal-close {
  position: absolute;
  width: 40px;
  height: 40px;
  color: #fff;
  border: none;
  right: -7px;
  top: -8px;
}

.modal-art .arcticmodal-close i {
  font-size: 40px;
  line-height: 40px;
}

.arcticmodal-container_i2 {
  padding: 48px;
}

.corona-tag {
  font-weight: bold;
  font-size: 50px;
  border: none;
  display: inline-block;
  margin-bottom: 30px;
}

.modal-art p {
  font-size: 14px;
  line-height: 24px;
  margin: 40px 0;
}

.team__item {
  width: 16.6666666666%;
  padding: 1px;
}

div > .team__item:first-child {
  width: 33.3333333333%;
}

.team__item a {
  display: block;
  width: 100%;
  height: 286px;
  border: none;
}

div > .team__item:first-child a {
  height: 574px;
}

.team__item .overlay {
  background: rgba(155, 171, 178, .5);
  display: block;
  width: 100%;
  height: 100%;
  padding: 50px;
  color: #fff;
  opacity: 0;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.team__item:hover .overlay {
  opacity: 1;
}

div > .team__item:first-child .overlay {
  padding: 50px;
}

.team__item .overlay header {
  font-size: 26px;
  line-height: 30px;
  font-family: "SFUIText", sans-serif;
}

.team__item .overlay p {
  font-size: 14px;
  line-height: 16px;
  font-family: "Lato", sans-serif;
}

.team__item .button-top {
  border: none;
  position: absolute;
  bottom: 50px;
  top: auto;
  left: 50px;
}

.graph-mini {
  padding-bottom: 100px;
}

.graph-mini p {
  font-size: 16px;
  line-height: 26px;
}

.graph-mini .smm-list__spoiler img {
  margin: 0 auto;
}

.graph-mini .smm-list__item > .clearfix:hover, .smm-list__item.active > .clearfix {
  background: transparent;
  color: #333;
}

.smm-list__item.active > .clearfix {
  border-bottom-color: transparent;
}

.graph-mini .smm-list__item > .clearfix {
    padding: 40px 100px 30px;
}

.main-pages .footer-parthners a{
  width: 90px;
}

.main-pages .footer-parthners a img{
  width: 100%;
  height: auto;
}

@media (max-width: 440px) {
  .modal-art {
    padding-left: 15px ! important;
    padding-right: 15px ! important;
  }  
}

@media(min-width: 1200px) and (max-width: 1300px){
  .footer-parthners a{
    margin-right: 6px
  }
}

@media (max-width: 1199px) {

  .corona-tag {
    font-size: 40px ! important;
  }

  .modal-art {
      background-image: url(/assets/img/home-corona.png);
      background-repeat: no-repeat;
      background-position: center center;
      width: 100%;
      max-width: 447px;
      min-height: 607px;
      text-align: center;
      padding: 15px;
      position: relative;
      padding-top: 117px;
      background-size: cover;
      padding-left: 78px;
      padding-right: 78px;
  }

  .t_audit_item-left, .t_audit_item-right {
    width: auto;
    float: none;
    margin-bottom: 15px;
  }

  .t_audit_item-left p, .t_audit_item-right p {
    margin-left: 15px ! important;
    margin-top: 0 ! important;
    margin-bottom: 15px ! important;
    padding-right: 15px;

    font-size: 14px;
    line-height: 24px;
    padding-left: 45px;
  }

  .t_audit_what > div {
    padding-bottom: 0;
  }

  .audit-problems {
    padding: 15px;
  }

  .audit-problems {
    background-image: none;
  }

  .audit-problems__right ul li {
    padding-left: 81px;
  }

  .audit-effective {
    padding: 15px;
  }

  .audit-effective__left, .audit-effective__right {
    width: auto;
    float: none;
  }

  .audit-free br {
    display: none;
  }

  .audit-problems {
    min-height: auto;
    margin-bottom: 0;
  }

  .audit-effective__right > div {
    background-image: none;
    padding: 25px;
    min-height: auto;
  }

  .audit-effective__right .text {
    margin: 25px 0;
  }

  .audit-effective__right {
    padding: 0;
  }

  .audit-problems__left, .audit-problems__right {
    width: auto;
    float: none;
  }

  .audit-problems__left, .audit-problems__right {
    padding-left: 0;
  }

  .audit-free .main-seo-1__left h1, .audit-free .main-seo-1__left .full-p {
    color: #fff ! important;
  }

  .t_audit_item-left br, .t_audit_item-right br {
    display: none;
  }

  .t_audit_item-left img, .t_audit_item-right img {
    display: none;
  }

  .end-to-end-table-p .roistat {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left:auto;
    float: right;
    margin-top: 34px;
  }

  .sravnenie-end-to-end {
    padding: 38px;
  }

  .sravnenie-list__item {
    float: none;
    width: auto;
    margin-bottom: 15px;
    height: auto;
  }

  .sravnenie-list__item > div {
    height: auto;
  }

  .t_audit_what {
    padding: 15px;
  }

  .sravnenie-end-to-end__right ul li {
    padding-right: 22px;
    margin-right: 10px;
  }

  .mediaplanirovanie.hyper.end-to-end h2 {
    margin-bottom: -10px;
  }

  .sravnenie-list__middle, .sravnenie-list__bottom {
    height: auto;
  }

  .what-we-are-work3 {
    background-image: none ! important;
  }

  .sravnenie-end-to-end__right {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .portfolio-content.bl.main-portfolio.clearfix {
    padding-left: 0;
    padding-right: 0;
  }
  
  .portfolio-content.bl.main-portfolio.clearfix h2 {
    padding: 0 15px;
  }
  
  .create-list__item.full {
    margin-bottom: 35px;
  }
  
  .create-list__item h2.h1 {
    display: none;
  }
  
  .create-list__item h2.h1.mobi, .create-list__item h2.h1.fullmobi {
    display: block;
  }
  
  .create-list__item h2.h1.fullmobi {
    margin-top: 60px;
  }
  
  .portfolio-content.main-portfolio {
    padding-top: 10px;
  }
  
  .portfolio-content.main-portfolio h2 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 300;
  }
  
  .tpl-component-t-portfolio-graph .portfolio-item_gallery-mobi img:first-child {
    min-height: 200px;
    object-fit: cover;
  }
  
  .portfolio-graph h1 {
    padding: 0;
    margin-bottom: 49px;
  }
  
  .main-smm__left, .main-smm__right {
    width: 100%;
    float: none;
    padding: 0;
  }
  
  .main-smm__right {
    width: calc(100% - 136px);
    float: right;
  }
  
  .main-smm__right .linkBrif {
    left: -140px ! important;
  }
  
  .main-seo-1__right .linkBrif.seo {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    border: none;
  }
  
  .main-seo-1__right.right-create_container .linkBrif {
    left: 0 ! important;
  }
  
  .t_socials {
    left: -62px ! important;
  }
  
  .no-view {
    display: none;
  }
  
  .pages-footer p br {
    display: none;
  }
  
  .pagination-scrolls {
    display: none;
  }
  
  .header, .footer, .left-side, .right-side {
    /* background: rgba(255, 255, 255, .2); */
  }
  
  .header, .footer {
    height: 84px;
  }
  
  .left-side, .right-side {
    width: 84px;
  }
  
  .footer {
    position: relative;
  }
  
  .header__logo {
    width: 84px;
    height: 84px;
  }
  
  .left-side .hamburger {
    margin: 14px auto 0;
  }
  
  main.main-index {
    background: none;
  }
  
  body {
    background-image: url(/assets/img/index-block-bg.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
  }
  
  .old-version {
    width: 84px;
  }
  
  .old-version-text {
    left: -33px;
  }
  
  .old-version:after {
    bottom: -73px;
    right: 30px;
  }
  
  .link-cabinet, .link-bottom {
    width: 84px;
    height: 84px;
  }
  
  .footer__right {
    padding-top: 34px;
  }
  
  .header__logo-text {
    display: none ! important;
  }
  
  .brifHeader img {
    height: 44px;
    margin-top: 1px;
  }
  
  .header__left {
    /* width: 25%; */
    width: 18%;
  }
  
  .header__right {
    /* width: 75%; */
    width: 82%;
    padding-top: 21px;
  }
  
  .link-bottom i:first-child {
    display: none;
  }
  
  .link-bottom i:last-child {
    display: inline-block;
    color: #fff;
  }
  
  .block {
    padding: 0;
  }
  
  .main {
    padding: 84px 84px 0 84px;
  }
  
  h1 {
    width: 100%;
    max-width: 725px;
    font-size: 50px;
    line-height: 60px;
    margin: 0 0 46px;
  }
  
  h1 br:last-child {
    display: none;
  }
  
  .index-block-top__left {
    width: 100%;
  }
  
  .play-video {
    right: 25px;
    top: 83px;
  }
  
  .index-block-top__left {
    padding: 27px 0 0 0;
  }
  
  .index-block-top__left-bottom {
    display: none;
  }
  
  .scroll-block {
    height: auto;
    min-height: auto;
  }
  
  .index-block-top__right {
    width: 100%;
    margin-top: 60px;
  }
  
  .index-banner {
    height: 396px;
  }
  
  .index-banner > p {
    max-width: 50%;
  }
  
  .index-banner > p > br {
    display: none;
  }
  
  .index-block-info__left > header {
    font-size: 50px;
    line-height: 60px;
    width: 100%;
  }
  
  .index-order-project {
    display: none;
  }
  
  .index-block-info__right {
    width: 100%;
    padding-top: 70px;
  }
  
  .index-block-info__left > p.description {
    font-size: 20px;
    line-height: 30px;
  }
  
  .index-block-info__left > p.description br {
    display: none;
  }
  
  .index-block-info {
    padding-bottom: 465px;
    position: static;
  }
  
  .image-parthners {
    width: 940px;
    height: 802px;
    right: 0;
    bottom: 0;
    left: auto;
    top: auto;
    background-image: url(/assets/img/parthners2.png);
    margin: 0;
  }
  
  .index-block-info {
    overflow: hidden;
  }
  
  .runet {
    right: 157px;
    bottom: 440px;
    left: auto;
    top: auto;
  }
  
  .yandex {
    bottom: 292px;
    left: 247px;
  }
  
  .netcat {
    right: auto;
    left: 25px;
    bottom: 212px;
  }
  
  .footer__right {
    padding-right: 0;
  }
  
  .menud-cols__left, .menud-cols__right {
    width: 50%;
    float: left;
    min-height: auto;
  }

  .menud-cols__left {
    background: #fff;
    padding-top: 84px;
    padding-left: 84px;
    padding-bottom: 72px;
  }

  .menud-cols__left ul {
    list-style: none;
    padding: 0;
    padding-left: 10px;
    padding-top: 10px;
    margin: 0;
  }

  .menud-cols__left ul li {
    margin-bottom: 10px;
    /* max-width: 610px; */
  }
  
 .menud-cols__left ul {
    padding: 0;
  }
  
  .menud-close {
    top: 87px;
    left: 14px;
  }
  
  .menud-cols__left ul li a {
    font-size: 40px;
    line-height: 50px;
  }
  
  .menud-cols__left ul li {
    margin-bottom: 35px;
  }
  
  .menud-cols__left, .menud-cols__right {
    min-height: auto;
  }
  
  .menud-cols__right header {
    padding: 0;
    margin-bottom: 25px;
    font-size: 40px;
    line-height: 40px;
  }
  
  .field input[type="text"], .field input[type="email"], .field input[type="tel"], .field textarea {
    height: 60px;
    padding-left: 25px;
  }
  
  .radio-list {
    padding: 0px 0 13px;
  }
  
  .radio:not(checked) + label {
    position: relative;
    margin-bottom: 6px;
  }
  
  .field textarea {
    padding-top: 20px;
    height: 150px;
  }
  
  .menud-cols__right-bottom-left button {
    margin-top: 0;
    /* padding: 10px 9px; */
    margin-bottom: 25px;
  }
  
  .menud-cols__right-bottom-right {
    padding-top: 5px;
    /* padding-left: 27px; */
  }
  
  .menud {
    position: fixed;
  }
  
  .menud-cols__right {
    padding-bottom: 47px;
  }
  
  .menud-map__info {
    width: 494px;
    height: auto;
    padding-left: 30px;
    padding-top: 30px;
    padding-right: 30px;
  }
  
  .map__address p br, .map__phone p br, .map__coords p br {
    display: none;
  }
  
  .map__address p, .map__phone p, .map__coords p {
    margin: 0 0 20px 0;
  }
  
  .map_parking p {
    margin-bottom: 20px;
  }
  
  /* .policy .checkbox:not(checked) + label br {
    display: none;
  } */
  
  .menud-cols__left, .menud-cols__right {
    padding-left: 84px;
    padding-top: 84px;
    padding-right: 84px;
  }
  
  .menud-cols__right {
    padding-bottom: 111px;
  }
  
  .menud-cols__right-bottom-left, .menud-cols__right-bottom-right {
    width: 100%;
  }
  
  .menud-cols {
    height: 1164px;
  }
  
  .menud-cols__left, .menud-cols__right {
    height: 100% ! important;
  }
  
  .footer__right .right {
    padding: 17px;
  }
  
  .button-top {
    padding: 15px 15px;
    top: 0;
  }
  
  .header__right-phone {
    position: relative;
    top: 3px;
  }
  
  .main-pages .main {
    padding: 0;
  }
  
  .link-cabinet .toblog {
    top: 110px;
    left: 26px;
  }
  
  
  .main-pages > div > div:last-child {
    padding: 84px 84px 0 84px;
  }
  
  .main-pages .about-header__container {
    width: auto;
  }
  
  .main-pages .about-header__left {
    width: 40%;
    padding: 22px 0 0;
  }
  
  .main-pages .about-header__right {
    width: 60%;
    padding: 45px 0 0;
  }
  
  .main-pages .about-header__logo {
    width: 300px;
    height: 364px;
  }
  
  .main-pages .about-header__right h1 {
    font-size: 129px;
  }
  
  .main-pages .clients-list__item > div {
    height: 115px;
  }
  
  .main-pages .header__right-selectcity {
    margin-right: 14px;
  }
  
  .main-pages .video-bg {
    width: 300px;
    height: 111.5px;
  }
  
  .play-video {
    width: 30px;
    height: 30px;
  }
  
  .play-video:after {
    background-size: cover;
    width: 10px;
    height: 13.75px;
    margin-left: -3px;
    margin-top: -6px;
  }
  
  .about-header__right p.full-p {
    margin: 50px 0 20px;
  }
  
  .about-header__right p.full-p2 {
    margin: 25px 0 0;
  }
  
  .about-slider {
    padding: 65px 100px 80px 100px;
    background: #fff;
  }
  
  



  .team__item {
    width: 25%;
  }

  div > .team__item:first-child {
    width: 25%;
  }

  .team__item a {
    height: 286px;
    background-size: cover;
    background-position: center center;
  }

  div > .team__item:first-child a {
    height: 286px;
  }

  .team__item .overlay, div > .team__item:first-child .overlay {
    padding: 20px;
  }

  .team__item:nth-child(18) {
    margin-left: 0;
  }

  .team__item:nth-child(21) {
    margin-left: 37.5%;
  }

  .team__item .button-top {
    bottom: 20px;
    left: 20px;
    font-size: 14px;
    padding: 5px;
  }





  .about-slider__left {
    padding-left: 0;
    height: auto;
  }
  
  .about-slider__left, .about-slider__right {
    width: 50%;
    height: 100%;
  }
  
  .about-slider__right .slick-list:before {
    width: 0;
  }
  
  .about-slider__right-s__item {
    width: 400px;
  }
  
  .about-slider__right-s__item img {
    width: 100%;
    height: auto;
  }
  
  .about-slider__right-s .slick-arrow.slick-next {
    right: -60px;
  }
  
  .about-slider__right-s .slick-dots {
    bottom: 80px;
    left: -100%;
  }
  
  .about-slider {
    height: 865px;
  }
  
  .about-slider__left-s {
    margin: 59px 0;
  }
  
  .about-slider__left-s__item p {
    padding: 30px 72px;
  }
  
  .about-slider__left .button {
    left: 0;
    bottom: 0;
    padding: 20px 45px;
  }
  
  .clients-list__item img {
    width: auto;
    height: auto;
  }
  
  .main-pages .pages-footer {
    padding: 65px 100px 80px 100px;
  }
  
  .pages-footer header {
    margin-bottom: 25px;
    font-size: 40px;
    line-height: 50px;
  }
  
  .pages-footer__left {
    width: 30%;
    padding-right: 30px;
  }
  
  .pages-footer__right {
    width: 70%;
  }
  
  .pages-footer p {
    font-size: 25px;
    line-height: 33px;
    margin-top: 0;
  }
  
  .pages-footer__review p {
    font-size: 14px;
    line-height: 24px;
  }
  
  .pages-footer header a {
    font-size: 14px;
    line-height: 14px;
  }
  
  .pages-footer__review header {
    line-height: 18px;
  }
  
  .footer__left {
    width: 50%;
  } 

  .main-pages .footer__right {
    width: 50%;
  }
  
  .main-pages .footer-menu {
    padding-left: 106px;
    padding-top: 11px;
  }
  
  .main-pages .footer-parthners a {
    width: 40px;
  }
  
  /*.main-pages .footer-parthners a:last-child {
    width: 80px;
  }*/
  
  .main-pages .footer-parthners .l-gallery a:last-child {
    width: 40px;
  }
  
  .main-pages .footer-parthners a img {
    width: 100%;
    height: auto;
  }
  
  .main-pages .footer-menu ul li {
    margin-right: 10px;
  }
  
  .main-pages .footer-parthners {
    width: 53%;
  }
  
  .main-pages .incfooter .footer__right .right {
    padding-top: 4px;
    padding-left: 0;
    padding-right: 85px;
    width: 47%;
  }
  
  .main-pages .footer .footer__right {
    padding-top: 0;
  }
  
  .main-pages .footer {
    min-height: auto;
    height: auto;
  }
  
  .team__item.team__item-50 {
    width: 50%;
    height: 369px;
  }
  
  .main-pages .footer-menu ul li a {
    font-size: 13px;
  }
  
  .main-pages .index-order-review > p {
    padding-right: 40px;
  }

  .mein-pages .pages-footer {
    min-height: auto;
  }

  #menud > div {
    padding: 0;
    background: #fff;
  }
  
  .portfolio-content {
    padding: 100px 100px 80px 100px;
  }
  
  .portfolio-content__left {
    padding: 0 ! important;
  }
  
  .portfolio-content__left nav ul li a {
    font-size: 18px;
  }
  
  .portfolio-content__left nav ul li {
    margin-bottom: 15px;
  }
  
  .portfolio__item {
    width: 100% ! important;
    float: none;
  }
  
  .old-version {
    display: none;
  }
  
  .go-to-portfolio {
    width: 78px;
    margin-left: 0;
  }
  
  .go-to-portfolio__text {
    left: -9px;
  }
  
  .portfolio-item_footer__left, .portfolio-item_footer__right {
    padding: 0;
  }
  
  .portfolio-item_footer {
    padding: 100px 100px 80px 100px;
  }
  
  .portfolio-item_header .caption {
    padding: 100px 100px 80px 100px;
  }
  
  .portfolio-item_header .computer {
    right: 0;
  }
  
  .portfolio-item_header {
    overflow: hidden;
    height: auto;
    min-height: auto;
    padding-bottom: 173px;
  }
  .portfolio-item_header img {
    height: 100%;
    top: auto;
    bottom: 0;
  }
  
  .portfolio-item_header .caption h1, .portfolio-item_header .caption a, .portfolio-item_header .caption .description {
    background: rgba(0, 0, 0, .5);
    padding: 15px ! important;
    border-radius: 4px;
  }
  
  .portfolio-item_header .caption h1 {
    margin: 10px 0;
  }
  
  .portfolio-item_header .caption a {
    display: inline-block;
    margin-bottom: 10px;
    width: auto;
  }
  
  .portfolio-content__right {
    padding: 100px 0;
  }
  
  .open-portfolio {
    top: 188px;
  }
  
  .portfolio-item_header .description p {
    margin-top: 0;
  }
  
  .main-pages.website-development {
    background: #fff;
  }
  
  .create-list {
    padding: 100px 100px 80px 100px;
  }
  
  .create-list > header {
    margin: 0;
  }
  
  .main-seo.main-create, .create-list {
    padding: 100px 100px 80px 100px;
  }
  
  .main-seo.main-create .main-seo-1__left, .main-seo.main-create .main-seo-1__right {
    width: 100%;
    float: none;
    padding: 0;
  }
  
  .main-seo.main-create .main-seo-1__left p br {
    display: none;
  }
  
  .right_create {
    margin-right: -100px;
  }
  
  .create-list__item {
    margin-bottom: 40px;
    min-height: 658px;
  }
  
  .create-list__item h2.h1 {
    font-size: 30px;
    line-height: 40px;
  }
  
  .create-list__left > p br {
    display: none;
  }
  
  .create-list__right.img {
    width: 65%;
  }
  
  .create-list__left.text {
    width: 35%;
  }
  
  .seo-form {
    padding: 100px 100px 80px 100px;
  }
  
  .seo-form {
    min-height: auto;
  }
  
  .main-seo {
    padding: 100px 100px 80px 100px;
    overflow: hidden;
  }
  
  .smm-list__left, .smm-cont {
    padding: 100px;
  }
  
  .img-price1, .img-price2 {
    margin-top: 100px;
  }
  
  .smm-media-img {
    margin-top: 150px;
  }
  
  .main-seo-1__left {
    padding: 0;
  }
  
  .main-seo-1__left, .main-seo-1__right {
    width: 100%;
    float: none;
    position: relative;
  }

  .audit-free .main-seo-1 {
    min-height: auto;
    height: auto;
  }
  
  .t_audit_item-left img {
    margin: 77px 30px 0;
  }

  .t_audit_item_right p {
    margin-left: 20px;
  }

  .t_audit_item_right p br, .audit-effective br {
    display: none;
  }

  .audit-effective__right > div {
    background-image: none;
  }

  .seo-promotion-of-sites .seo-1__cont {
    width: 60%;
    float: left;
  }
  
  .seo-promotion-of-sites .seo-strategy-container {
    width: 40%;
    float: left;
    position: absolute;
    right: 0;
    bottom: 0;
  }
  
  .main-seo-1__left header {
    font-size: 30px;
    line-height: 40px;
    margin-top: 10px;
  }
  
  .top100 {
    top: 83px;
    right: -65%;
  }
  
  .seo-navigation__item {
    float: left;
    width: calc(50% - 3px);
    margin-right: 6px;
    background-size: 60%;
    background-position: 100% 100%;
    padding: 30px;
  }
  
  .seo-navigation__item .button {
    left: 30px;
    bottom: 30px;
  }
  
  .seo-navigation__item:nth-child(2), .seo-navigation__item:nth-child(4) {
    margin-right: 0;
  }
  
  .seo-navigation__item:last-child {
    width: calc(75% - 3px);
    margin: 0 auto;
    float: none;
    clear: both;
  }
  
  .seo-cases__left h2 {
    margin: 0;
    font-size: 40px;
    line-height: 50px;
    margin-right: 20px;
  }
  
  .seo-cases__left h2 br {
    display: none;
  }
  
  .seo-cases__right {
    padding: 15px 0px 100px 0px;
  }
  
  .seo-cases {
    min-height: auto;
    padding: 100px 100px 0 100px;
  }
  
  .case-slider .slick-dots, .about-slider__right-s .slick-dots {
    top: 386px;
  }
  
  .seo-cases__sliders .btnbtn {
    padding: 22.5px 44px;
    font-size: 14px;
    line-height: 14px;
    left: 71px;
    bottom: 88px;
  }
  
  .case-slider .slick-arrow.slick-prev, .about-slider__right-s .slick-arrow.slick-prev {
    left: 0;
  }
  
  .case-slider .slick-arrow.slick-next, .about-slider__right-s .slick-arrow.slick-next {
    right: -50px;
  }
  
  .main-seo-1__left p br {
    display: none;
  }
  
  .main-seo-1__left p {
    padding-right: 73px;
  }
  
  .seo-strategy__item {
    width: 40%;
  }
  
  .seo-strategy__item p {
    padding-right: 0;
  }
  
  .seo-strategy {
    margin-left: 26px;
  }
  
  .seo-strategy__item:after {
    width: 122px;
  }
  
  .case-slider__left, .case-slider__right {
    width: 50%;
  }
  
  .seo-cases__left, .seo-cases__right {
    width: 50%;
  }
  
  header.h1, h2.h1 {
    font-size: 40px;
    line-height: 50px;
  }
  
  .seo-form .policy {
    padding-left: 0;
  }
  
  .target-work {
    background: #fff;
  }
  
  .target-work header {
    margin-bottom: 30px;
  }
  
  .target-work__list span {
    width: 122px;
  }
  
  .target-work__list span:last-child {
    width: 65px;
  }
  
  .target-work__list span > p {
    font-size: 13px;
    line-height: 20px;
    margin: 10px 8px 10px 0;
  }
  
  .target-work__list span > p br {
    display: none;
  }
  
  .target-work__list span > em:after {
    width: 61px;
  }
  
  .contextual-advertising .main-seo-1__left p {
    max-width: none;
    margin-bottom: 0;
  }
  
  .what-we-are-work.context-work {
    height: 250px;
    position: relative;
    padding: 30px;
    margin-bottom: 0;
    width: calc(100% - 148px);
    float: right;
  }
  
  .linkBrif {
    left: auto;
  }
  
  .what-we-are-work.context-work a.button {
    left: 30px;
    bottom: 30px;
  }
  
  .what-we-are-work.context-work header {
    margin-bottom: 0;
  }
  
  .main-seo-1__right {
    min-height: auto;
  }
  
  .context-menu__item {
    background-color: #1057ad;
    background-size: 93%;
    background-position: 100% 100%;
    padding: 30px;
  }
  
  .context-menu__item .button {
    bottom: 30px;
    left: 30px;
  }
  
  .context-menu {
    margin-top: 30px;
  }
  
  /***************************************/
  
  .portfolio-item_header .computer {
    display: none;
  }
  
  .portfolio-item_header {
    padding-bottom: 0;
  }
  
  .seo-adv {
    max-width: none;
    margin-top: 40px;
  }
  
  .seo-adv__item {
    width: 33.33333333%;
    padding-left: 75px;
    height: 140px;
  }
  
  .what-we-are-work {
    margin-bottom: 30px;
  }
  
  .examples-req img {
    width: 100%;
  }
  
  #nc-block-5c90b9b7afa850015cbd8d174186d61d .main-seo-1__right {
    height: 500px;
  }
  
  #nc-block-5c90b9b7afa850015cbd8d174186d61d .main-seo-1__right img {
    max-height: 100%;
    width: auto;

    width: auto;
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
  }
  
  .main-seo-1__right > img.imgabs {
    bottom: 0;
    right: 50%;
    margin-right: -250px;
  }
  
  .services__item.services__content {
    padding: 0;
  } 
  
  .services__item {
    padding: 30px;
    position: relative;
  }
  
  /*.services__item:before {
    content: ' ';
    display: block;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    position: absolute;
    background: rgba(0, 0, 0, .8);
    z-index: 1;
  }*/

  .services__item > p {
    padding: 10px;
    background: rgba(0, 0, 0, .5);
    border-radius: 2px;
    max-height: 111px;
    overflow: hidden;
  }

  .services__item > header {
    display: inline-block;
    padding: 10px;
    background: rgba(0, 0, 0, .5);
    border-radius: 2px;
  }

  .services__item.black > p {
    padding: 10px;
    background: rgba(255, 255, 255, .5);
    border-radius: 2px;
  }

  .services__item.black > header {
    background: rgba(255, 255, 255, .5);
    border-radius: 2px;
  }

  .services__item > p br {
    display: none;
  }

  .services-buttons {
    bottom: 17px;
    left: 31px;
  }

  .services__item header {
    margin-bottom: 16px;
  }
  
  .services__item:first-child:before {
    display: none;
  }
  
  .services__item header, .services__item p, .services__item span {
    position: relative;
    z-index: 2;
  }
  
  .services__item .button {
    left: 30px;
    bottom: 30px;
  }
  
  .reviews__left {
    padding: 0;
  }
  
  .reviews__left, .reviews__right {
    width: 100%;
    float: none;
    min-height: auto;
    height: auto;
  }
  
  .review-random {
    max-width: none;
  }
  
  .reviews__left p br {
    display: none;
  }

  .vacancy-list {
    background: #fff;
  }
  
  .vacancy__left {
    padding: 0;
  }
  
  .main-seo.vacancy {
    
  }
  
  .vacancy-list__item-left {
    padding: 50px 100px;
  }
  
  .vacancy-list__item {
    margin-bottom: 10px;
  }
  
  .vacancy-list__item-right img {
    max-width: 100%;
    height: auto;
  }
  
  .map-info {
    height: auto;
  }
  
  .contacts h1 {
    margin-left: -50px;
  }
  
  .contacts__left {
    padding: 0px 25px 0px 47px;
  }
  
  .mediaplanirovanie {
    background: #fff;
  }
  
  .mediaplanirovanie br {
    display: none;
  }
}

/* @media (min-width: 1200px) {
  .active .case-slider {
    min-height: 570px;
  }  
} */

@media (min-width: 1200px) and (max-width: 1800px) {
  
  .team__item {
    width: 20%;
  }

  div > .team__item:first-child {
    width: 40%;
  }

  .team__item a {
    height: 286px;
    background-size: cover;
    background-position: center center;
  }

  div > .team__item:first-child a {
    height: 574px;
  }

  .team__item .overlay, div > .team__item:first-child .overlay {
    padding: 20px;
  }

  .team__item:nth-child(18) {
    margin-left: 10%;
  }

  .team__item .button-top {
    bottom: 20px;
    left: 20px;
  }

  .no-view {
    display: none;
  }
  
  .pages-footer p br {
    display: none;
  }
  
  .mediaplanirovanie br {
    display: none;
  }
  
  .mediaplanirovanie .h1 {
    margin: 0 0 30px;
  }
  
  .mediaplanirovanie-table tr td img {
    bottom: 25px;
  }
  
  .examples-req img {
    width: 100%:
  }
  
  h1 {
    width: 100%;
    /* padding-right: 200px; */
    margin-bottom: 20px;
    max-width: 700px;
  }
  
  h1 br:last-child {
    display: none;
  }
  
  .scroll-block {
    min-height: auto;
    height: auto;
  }
  
  .index-block-top__left-bottom {
    display: none;
  }
  
  .index-block-top__left {
    height: auto;
  }
  
  .index-block-top__left, .index-block-top__right {
    width: 100%;
    height: auto;
    margin-top: 0;
  }
  
  .index-banner {
    width: calc(50% - 6px);
    float: left;
    padding: 25px;
    background-size: 250px auto;
    height: 280px;
  }
  
  .index-banner > .button {
    left: 25px;
    bottom: 25px;
  }
  
  .index-banner:first-child {
    margin-right: 3px;
  }
  
  .index-banner:last-child {
    margin-left: 3px;
  }
  
  .index-block-top__left {
    padding-left: 0;
  }
  
  .show-portfolio {
    display: inline-block;
    margin-bottom: 20px;
  }
  
  .index-banner > p {
    margin: 0 0 15px;
    font-size: 14px;
    line-height: 22px;
    max-width: 330px;
  }
  
  .index-banner > p > br {
    display: none;
  }
  
  .left-side .hamburger {
    margin: 40px auto 0;
  }
  
  .index-block-top__left {
    padding-top: 0px;
  }
  
  .index-block-top__right {
    margin-top: 15px;
  }
  
  .index-block-info__left, .index-block-info__right {
    padding: 0;
    width: 100%;
    height: auto;
    min-height: auto;
  }
  
  .index-block-info__right p {
    padding: 0;
    margin: 0;
    width: 100%;
  }
  
  .index-block-info__left .index-order-project a {
    left: auto;
    right: 0px;
    top: 175px;
    bottom: auto;
  }
  
  .index-block-info__left .show-portfolio {
    position: absolute;
    right: 0;
    top: 100px;
  }
  
  .index-block-info {
    position: relative;
    padding-bottom: 650px;
    height: auto;
  }
  
  .image-parthners {
    margin-left: -475px;
  }
  
  .index-block-info__left > p.description {
    max-width: 740px;
  }
  
  .index-block-info__right p {
    max-width: none;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  
  .index-block-info__right br, .index-block-info__left > p.description br {
    display: none;
  }
  
  .menud-cols__left ul {
    padding: 0;
  }
  
  .menud-close {
    top: 140px;
  }
  
  .menud-cols__left ul li a {
    font-size: 40px;
    line-height: 50px;
  }
  
  .menud-cols__left ul li {
    margin-bottom: 35px;
    padding-right: 20px;
  }
  
  .menud-cols__left, .menud-cols__right {
    min-height: auto;
  }
  
  .menud-cols__right header {
    padding: 0;
    margin-bottom: 25px;
    font-size: 40px;
    line-height: 40px;
  }
  
  .field input[type="text"], .field input[type="email"], .field input[type="tel"], .field textarea {
    height: 60px;
  }
  
  .radio-list {
    padding: 0px 0 13px;
  }
  
  .radio:not(checked) + label {
    position: relative;
    margin-bottom: 6px;
  }
  
  .field textarea {
    padding-top: 20px;
    height: 150px;
  }
  
  .menud-cols__right-bottom-left button {
    margin-top: 0;
  }
  
  .menud-cols__right-bottom-right {
    padding-top: 5px;
    padding-left: 27px;
  }

  .audit-free .main-seo-1 {
    min-height: auto;
    height: auto;
  }
  
  .t_audit_item-left img {
    margin: 77px 30px 0;
  }

  .t_audit_item_right p {
    margin-left: 20px;
  }

  .t_audit_item p br, .audit-effective br {
    display: none;
  }

  .audit-effective__right > div {
    background-image: none;
  }
  
  .menud {
    position: fixed;
  }
  
  .menud-cols__right {
    padding-bottom: 47px;
  }
  
  .policy .checkbox:not(checked) + label br {
    display: none;
  }
  
  .menud-cols {
    height: 1158px;
  }
  
  .menud-cols__left, .menud-cols__right {
    height: 100%;
  }
  
  /* 1160px */
  .about-slider__right .slick-list:before {
    width: 77px;
  }
  
  .about-header__right {
    padding: 106px 0 0 8px;
  }
  
  .about-header__logo {
    margin-bottom: 15px;
  }
  
  .about-slider__left-s {
    margin: 48px 0;
  }
  
  .main-pages .pages-footer {
    padding: 100px 100px 80px 100px;
  }
  
  .main-pages .about-slider {
    padding: 100px 0 80px 100px;
  }
  
  .main-pages .about-slider__left {
    padding-left: 0;
  }
  
  .pages-footer__left {
    width: 35%;
    padding-right: 25px;
  }
  
  .pages-footer__right {
    width: 65%;
  }
  
  .header__left {
    width: 30%;
  }
  
  .header__right {
    width: 70%;
  }
  
  .main-pages .pages-footer {
    min-height: auto;
    height: auto;
  }
  
  .main-pages .team__item.team__item-50 {
    height: 493px;
  }
  
  .main-pages .footer-menu ul li {
    margin-right: 25px;
  }
  
  .main-pages .footer-menu {
    padding-left: 106px;
  }
  
  .main-pages .incfooter .footer__right .right, .main-pages .footer-menu {
    padding-top: 0;
  }
  
  .main-pages .footer-parthners a {
    width: 50px;
  }
  
  /*.main-pages .footer-parthners a:last-child {
    width: 100px;
  }*/
  
  .main-pages .footer-parthners .l-gallery a:last-child {
    width: 50px;
  }
  
  .main-pages .footer-parthners a img {
    width: 100%;
    height: auto;
  }
  
  .main-pages .incfooter .footer__right .right {
    width: 48%;
    padding-top: 17px;
  }
  
  .main-pages .footer-parthners {
    width: 52%;
  }
  
  .main-pages .footer {
    min-height: auto;
  }
  
  .main-pages .footer-menu ul {
    padding-top: 14px;
  }
  
  .link-bottom > i {
    margin-top: -4px;
  }
  
  .main-pages .about-header__left {
    width: 40%;
  }
  
  .main-pages .about-header__right {
    width: 60%;
  }
  
  .main-pages .video-bg {
    width: 410px;
  }
  
  .main-pages .about-header__container {
    width: auto;
  }
  
  .main-pages .about-header__right p.full-p br {
    display: none;
  }
  
  .main-pages .about-header__right h1 {
    font-size: 145px;
  }
  
  .main-pages .pages-footer header {
    margin-bottom: 34px;
    font-size: 40px;
    line-height: 50px;
  }
  
  .index-order-review header a {
    font-size: 14px;
  }
  
  .main-pages .index-order-review header {
    line-height: 16px;
  }
  
  .main-pages .index-order-review > p {
    padding-right: 40px;
  }
  
  .about-header__left {
    padding: 45px 0px;
  }
  
  .portfolio__item {
    height: 305px;
  }
  
  .portfolio__item .overlay {
    padding: 15px 20px;
  }
  
  .portfolio__item .overlay .description {
    font-size: 13px;
    line-height: 21px;
  }
  
  .portfolio__item .overlay > header {
    margin-bottom: 15px;
  }
  
  .portfolio__item .overlay .button {
    left: 20px;
    bottom: 15px;
  }
  
  .portfolio__item .overlay .tags {
    right: 0;
    bottom: 15px;
  }
  
  .portfolio__item .overlay .tags .tag {
    padding: 6px 7px;
    font-size: 11px;
    line-height: 11px;
  }
  
  .portfolio__item .overlay .tags .tag:after {
    right: -23px;
    border: 11.5px solid transparent;
    border-left: 12px solid #000f23;
  }
  
  .portfolio-item_footer__left header {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 25px;
  }
  
  .portfolio-item_header {
    overflow: hidden;
  }
  
  .footer__right .right {
    text-align: right;
    padding-right: 100px;
    padding-top: 0px;
    padding-bottom: 32px;
  }
  
  .portfolio-item_header .caption {
    padding: 100px 100px 80px 135px;
  }
  
  .portfolio-item_footer {
    padding: 100px 100px 80px 100px;
  }
  
  .portfolio-item_footer__left, .portfolio-item_footer__right {
    padding: 0;
  }
  
  .portfolio-item_header .computer {
    right: 0;
  }
  
  .portfolio-item_header {
    overflow: hidden;
    height: auto;
    padding-bottom: 173px;
  }
  .portfolio-item_header img {
    height: 100%;
    top: auto;
    bottom: 0;
  }
  
  .portfolio-item_header .caption h1, .portfolio-item_header .caption a, .portfolio-item_header .caption .description {
    background: rgba(0, 0, 0, .5);
    padding: 15px ! important;
    border-radius: 4px;
  }
  
  .portfolio-item_header .caption h1 {
    margin: 10px 0;
    display: inline-block;
    width: auto;
  }
  
  .portfolio-item_header .caption a {
    display: inline-block;
    margin-bottom: 10px;
    width: auto;
  }
  
  .portfolio-item_header .description p {
    margin-top: 0;
  }
  
  .portfolio-content__left {
    padding: 0;
  }
  
  .main-seo.main-create .main-seo-1__left, .main-seo.main-create .main-seo-1__right {
    width: 100%;
    float: none;
    padding: 0;
    height: auto;
  }
  
  .main-pages.main-content .main-seo {
    background-image: url(/assets/img/portfolio-bg.jpg);
  }
  
  .content-page__right, .content-page__left {
    padding: 10px;
    float: none;
    width: auto;
  }
  
  .content-page__left {
    padding-top: 40px;
  }
  
  .content-page__right:before {
    display: none;
  }
  
  .content-page__right {
    padding-bottom: 50px;
  }
  
  .main-seo.main-create .main-seo-1__left p br {
    display: none;
  }
  
  .main-seo.main-create, .create-list, .seo-form {
    padding: 100px 100px 80px 100px;
  }
  
  .seo-form {
    min-height: auto;
  }
  
  .right_create {
    margin-right: -100px;
  }
  
  .create-list__item {
    margin-bottom: 80px;
    min-height: 658px;
  }
  
  .create-list__left > p br {
    display: none;
  }
  
  .main-seo.main-create .main-seo-1__right {
    min-height: auto;
  }
  
  .main-seo {
    padding: 100px 100px 80px 100px;
  }
  
  .main-seo-1__left {
    padding: 0;
  }
  
  .main-seo-1__left, .main-seo-1__right {
    width: 100%;
    float: none;
    position: relative;
  }
  
  .main-seo-1__left form.subscribe {
    max-width: 50%;
  }

  .seo-promotion-of-sites .seo-1__cont {
    width: 50%;
    float: left;
  }
  
  .seo-promotion-of-sites .seo-strategy-container {
    width: 40%;
    float: left;
    position: absolute;
    right: 0;
    bottom: 0;
  }
  
  .main-seo-1__left header {
    font-size: 30px;
    line-height: 40px;
    margin-top: 10px;
  }
  
  .top100 {
    top: 92px;
    right: -89%;
  }
  
  .seo-navigation__item {
    float: left;
    width: calc(50% - 3px);
    margin-right: 6px;
    background-size: 50%;
    background-position: 100% 100%;
  }
  
  .seo-navigation__item:nth-child(2), .seo-navigation__item:nth-child(4) {
    margin-right: 0;
  }
  
  .seo-navigation__item:last-child {
    width: calc(75% - 3px);
    margin: 0 auto;
    float: none;
    clear: both;
  }
  
  .seo-cases__left h2 {
    margin: 0;
    font-size: 40px;
    line-height: 50px;
    margin-right: 30px;
  }
  
  .seo-cases__left h2 br {
    display: none;
  }
  
  .seo-cases__right {
    padding: 15px 0px 100px 0px;
  }
  
  .seo-cases {
    min-height: auto;
    padding: 100px 100px 0 100px;
  }
  
  .case-slider .slick-dots, .about-slider__right-s .slick-dots {
    top: 330px;
  }
  
  .seo-cases__sliders .btnbtn {
    padding: 22.5px 44px;
    font-size: 14px;
    line-height: 14px;
    left: 71px;
    bottom: 88px;
  }
  
  .case-slider .slick-arrow.slick-prev, .about-slider__right-s .slick-arrow.slick-prev {
    left: 0;
  }
  
  .case-slider .slick-arrow.slick-next {
    right: -50px;
  }
  
  .about-slider__right-s .slick-arrow.slick-next {
    right: 140px;
  }
  
  .target-work {
    background: #fff;
  }
  
  .target-work header {
    margin-bottom: 30px;
  }
  
  .target-work__list span {
    width: 176px;
  }
  
  .target-work__list span:last-child {
    width: 65px;
  }
  
  .target-work__list span > p {
    font-size: 13px;
    line-height: 20px;
    margin: 10px 25px 10px 0px;
  }
  
  .target-work__list span > p br {
    display: none;
  }
  
  .target-work__list span > em:after {
    width: 115px;
  }
  
  .contextual-advertising .main-seo-1__left p {
    max-width: none;
    margin-bottom: 0;
  }
  
  .what-we-are-work.context-work {
    height: 250px;
    position: relative;
    padding: 30px;
    margin-bottom: 0;
    width: calc(100% - 132px);
    float: right;
  }
  
  .what-we-are-work.context-work a.button {
    left: 30px;
    bottom: 30px;
  }
  
  .linkBrif {
    left: 0;
  }
  
  .main-smm__right .linkBrif {
    left: -138px;
  }
  
  .what-we-are-work.context-work header {
    margin-bottom: 0;
  }
  
  .main-seo-1__right {
    min-height: auto;
  }
  
  .context-menu__item {
    background-color: #1057ad;
    background-size: 93%;
    background-position: 100% 100%;
    padding: 30px;
  }
  
  .context-menu__item .button {
    bottom: 30px;
    left: 30px;
  }
  
  .context-menu {
    margin-top: 30px;
  }
  
  .old-version-text {
    display: none;
  }
  
  .footer {
    min-height: auto;
  }
  
  .portfolio-item_footer__left {
    padding-left: 35px;
  }
  
  .main-seo-1__left p br, .main-seo-1__left li br {
    display: none;
  }
  
  .main-seo-1__right header.h2 br {
    display: none;
  }
  
  .what-we-are-work {
    margin: 0 0 50px;
  }
  
  .seo-adv {
    max-width: none;
    margin-top: 40px;
  }
  
  .seo-adv__item {
    width: 33.33333333%;
    padding-left: 75px;
    height: 100px;
  }
  
  .all-seo-subs {
    padding: 100px;
    min-height: auto;
  }
  
  .all-seo-subs__right a {
    padding: 35px 0;
    font-size: 14px;
  }
  
  .all-seo-subs__right a > i {
    margin-top: -12px;
    left: 22px;
    font-size: 25px;
  }
  
  .main-seo-1 {
    min-height: auto;
  }
  
  .main-seo-1__left h1, .reviews__info h1, .vacancy__left h1, .contacts h1 {
    margin: 25px 0 47px;
    margin-right: 0;
  }
  
  .contacts h1 {
    margin-left: -48px;
  }
  
  .portfolio-content__left h1 {
    margin: 25px 0 33px;
  }
  
  #nc-block-5c90b9b7afa850015cbd8d174186d61d .main-seo-1__right {
    min-height: calc(100vh + 87px);
  }
  
  .main-seo-1__right > img.imgabs {
    right: 50%;
    margin-right: -404px;
  }
  
  .contextual-advertising .main-seo-1__left p {
    margin-bottom: 15px;
  }
  
  .main-seo.services {
    padding: 134px 100px 80px 100px;
  }
  
  .services__item.services__content {
    padding: 0;
  } 
  
  .services__item {
    padding: 30px;
    position: relative;
  }
  
  .services__item > p {
    padding: 10px;
    background: rgba(0, 0, 0, .4);
    border-radius: 2px;
  }

  .services__item > header {
    display: inline-block;
    padding: 10px;
    background: rgba(0, 0, 0, .4);
    border-radius: 2px;
  }

  .services__item.black > p {
    padding: 10px;
    background: rgba(255, 255, 255, .4);
    border-radius: 2px;
  }

  .services__item.black > header {
    background: rgba(255, 255, 255, .4);
    border-radius: 2px;
  }

  .services__item > p br {
    display: none;
  }

  .services-buttons {
    bottom: 17px;
    left: 31px;
  }

  .services__item header {
    margin-bottom: 16px;
  }

  /*.services__item:before {
    content: ' ';
    display: block;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    position: absolute;
    background: rgba(0, 0, 0, .5);
    z-index: 1;
  }*/
   
  .services__item:first-child:before {
    display: none;
  }
  
  .services__item > header, .services__item > p, .services__item > span {
    position: relative;
    z-index: 2;
  }
  
  .services__item .button {
    bottom: 30px;
    left: 30px;
  }
  
  .reviews__left {
    padding: 0;
  }
  
  .reviews__left, .reviews__right {
    width: 100%;
    float: none;
    min-height: auto;
    height: auto;
  }
  
  .review-random {
    max-width: none;
  }
  
  .reviews__left p br {
    display: none;
  }
  
  .review-random__logo {
    right: 67px;
    bottom: -100px;
  }
  
  .reviews-container__col {
    padding-right: 30px;
  }
  
  .reviews-container__item-name {
    max-width: 70%;
  }
  
  .vacancy__left, .vacancy__right {
    padding: 0;
  }
  
  .vacancy-list__item-left {
    padding: 30px 100px
  }
  
  .vacancy-list__item-right {
    padding: 96px 14px 0 100px;
  }
  
  .vacancy-list__item-right img {
    max-width: 100%;
  }
  
  .vacancy__right {
    padding-top: 40px;
  }
  
  .contacts__left {
    padding-top: 0;
    padding-bottom: 0;
  }
  
  .map-info {
    height: auto;
    font-size: 16px;
    padding: 10px 10px;
    text-align: center;
  }
  
  .map-info > i {
    margin-right: 5px;
  }
  
  .main-seo.contacts {
    padding: 100px 100px 20px 100px;
  }
  
  .contextual-advertising .main-seo-1__right {
    min-height: auto;
  }
  
  .portfolio-item_footer {
    min-height: auto;
  }
  
  .play-video {
    top: 173px;
  }
  
  .main-seo-1__right .linkBrif.seo {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    border: none;
  }
  
}


@media (min-width: 1200px) and (max-width: 1400px) {
  .play-video {
    top: 175px;
  }
  
  .case-slider .slick-dots, .about-slider__right-s .slick-dots {
    display: block;
    bottom: 187px;
    top: auto;
    left: -50%;
  }
  
  .portfolio-content__left nav ul li {
    margin-bottom: 18px;
  }
  
  .menud-cols__left ul li {
    padding-right: 45px;
  }
  
  .scroll-block {
    height: auto;
    min-height: 950px;
  }
}

@media (min-width: 1200px) and (max-width: 1300px) {
  .target-work__list span {
    width: 165px;
  }
  
  .target-work__list span > em:after {
    width: 104px;
  }
  
  .services__item.services__content {
    padding-right: 20px;
  }
  
  .services__item.services__content p br {
    display: none;
  }
  
  .scroll-block {
    min-height: auto;
    height: auto;
  }
  
  .index-block-top {
    padding-bottom: 0;
  }
}

body.contacts {
  padding: 0;
}

.animated {
  -webkit-animation-duration: 1.5s;
  -moz-animation-duration: 1.5s;
  -o-animation-duration: 1.5s;
  animation-duration: 1.5s;
}

.parallax, #parallax, #video-parallax, #text-parallax {
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.header__logo-text {
  display: inline-block;
  color: #fff;
  font-family: "SFUIText", sans-serif;
  font-size: 20px;
  line-height: 20px;
  vertical-align: middle;
  border: none;
}

.lg-backdrop {
  background-color: rgba(0, 0, 0, .9);
  cursor: pointer;
}

.index-block-top__left h1 i {
  font-style: normal;
}

@media (max-width: 767px) {
  .linkBrif {
    display: none;
  }
  
  .main-smm__right {
    float: none;
    width: auto;
  }

  table.mediaplanirovanie-table-c {
	max-width: 100% ! important;
    min-width: 100%;
    display: block;
    margin: 0 auto;
  }

  table.mediaplanirovanie-table-c tr td:first-child, table.mediaplanirovanie-table-c tr th:first-child,
  table.mediaplanirovanie-table-c tr td:nth-child(3), table.mediaplanirovanie-table-c tr th:nth-child(3),
  table.mediaplanirovanie-table-c tr td:nth-child(4), table.mediaplanirovanie-table-c tr th:nth-child(4) {
  	display: none;
  }

  .mediaplanirovanie-table-c tr td img {
  	bottom: 27px;
  }

}

@media (min-width: 768px) and (max-width: 991px) {

}


.index-block-info__left > p.description-mobi, .mobi-display {
  display: none;
}

.mobi-header {
  display: none;
}

#showCategoryPortfolio {
  display: none;
}

.menud-cols__left .t_socials, .menud-cols__left .header__cities {
  display: none;
}

@media (min-width: 1020px) {
  .create-list__spoler {
    display: block ! important;
    height: auto ! important;
  }
}

@media (max-width:1370px) {
  .smm-price__right {
    position: relative;
  }

  .smm-price__right a {
    position: absolute;
    right: 15px;
    top: 84px;
  }
}

@media (max-width: 1020px) {
  
  .vacancy__vk header {
    line-height: 32px;
  }
  
  .vacancy__vk .button {
    bottom: 31px;
    left: 31px;
  }
  
  #openMenu1, .mobi-header__right a {
    color: #fff;
    border: none;
    display: block;
    padding: 17px 10px;
  }
  
  #openMenu1 i, .mobi-header__right a i {
    font-size: 30px;
    width: 30px;
    height: 30px;
  }
  
  .mobi-header__right a i {
    font-size: 22px;
    width: 20px;
    height: 20px;
  }
  
  .mobi-header__right a {
    padding: 18px 16px 14px 10px;
  }
  
  .menud-cols__left {
    display: block;
    width: 100%;
    padding: 69px 20px 170px 60px;
    height: auto ! important;
  }
  
  .menud-cols {
    height: 100%;
  }
  
  .menud-map {
    display: none;
  }
  
  .menud .header__logo {
    width: 60px;
    height: 60px;
  }
  
  .menud-close__icon > i {
    font-size: 30px;
  }
  
  .menud-close {
    top: 69px;
    left: 1px;
  }
  
  .menud-close__text {
    margin-top: 25px;
  }
  
  .menud-cols__left ul li a {
    font-size: 27px;
    line-height: 30px;
  }
  
  .menud-cols__right {
    display: none;
  }
  
  .mobi-header {
    display: block;
    height: 60px;
    background: transparent;
    position: fixed;
    z-index: 999;
    left: 0;
    right: 0;
    top: 0;
    background: #000f21 url(/assets/img/mobi-header_bg.png) no-repeat top center;
  }
  
  .mobi-header__left, .mobi-header__right {
    width: 60px;
  }
  
  .mobi-header__left, .mobi-header__center, .mobi-header__right {
    float: left;
    height: 60px;
  }
  
  .mobi-header__left {
    text-align: left;
  }
  
  .main-pages > div > div.mobi-header__right {
    padding: 0;
  }
  
  .mobi-header__right {
    text-align: right;
  }
  
  .mobi-header__center {
    width: calc(100% - 120px);
    text-align: center;
  }
  
  .mobi-logo {
    display: inline-block;
    margin-top: 10px;
    border: none;
  }
  
  .header, .footer, .left-side, .right-side {
    display: none;
  }
  
  .main, main.main-index, .about-header, .main-seo.main-create, .create-list, .main-seo, .main-seo.seo-header-2 {
    padding: 60px 38px;
    background: #000e20;
  }
  
  .main-seo-1__left p {
    padding-right: 0;
  }
  
  .about-header {
    background: transparent;
  }
  
  .main-pages .about-header__left {
    display: none;
  }
  
  .main-pages .about-header__right {
    width: 100%;
    padding-top: 28px;
  }
  
  h1 {
    font-size: 20px;
    font-weight: 300;
    line-height: 39px;
  }
  
  h1 sup {
    font-size: 18px;
  }
  /* 45px 0 0 */
  .index-block-top__left h1 i, .main-pages .about-header__right h1, .main-seo-1__left h1, .portfolio-content__left h1, .reviews__info h1, .services__content h1, .vacancy__left h1, .contacts h1, .main-smm h1 {
    font-size: 40px;
    font-size: 28px;
    font-weight: 500;
    display: inline-block;
    margin-bottom: 23px;
    margin-left: 0;
    line-height: 48px;
    line-height: 34px;
  }
  
  .smm-list__item > .clearfix, .graph-mini .smm-list__item > .clearfix {
    padding: 38px;
  }
  
  .smm-list__left, .smm-list__right, .smm-cont {
    float: none;
    width: 100%;
    padding: 38px;
  }
  
  .smm-list__left h2, .smm-cont h2 {
    font-size: 36px;
    line-height: 46px;
    font-size: 29px;
    line-height: 35px;
  }
  
  .smm-2x:after {
    display: none;
  }
  
  .smm-list__left header.full-p {
    margin: 50px auto;
  }

  .smm-list__left p.full-p, .smm-cont p.full-p {
    font-size: 30px;
    line-height: 40px;
  }
  
  .smm-shortlist {
    margin-top: 0;
  }
  
  .smm-rost {
    margin-top: 30px auto;
  }
  
  .smm-list__item > .clearfix > header {
    width: 100%;
    float: none;
    font-size: 24px;
    line-height: 36px;
  }
  
  .presentation-smm {
    background-image: none;
    height: auto;
    padding: 23px;
  }
  
  .presentation-smm p br {
    display: none;
  }
  
  .smm-what .smm-list__left, .smm-auditoriya .smm-list__left {
    padding-bottom: 30px;
  }
  
  .smm__audit {
    max-width: 100%;
    margin: 0 auto;
  }
  
  .smm__audit2 {
    margin: 0 0 30px;
  }
  
  .smm-list__item > .clearfix > header i, .smm-list__item > .clearfix > header > .my-icon-dollar {
    display: none;
  }
  
  .smm-list__item > .clearfix > span {
    display: none;
  }
  
  .smm-steps-list__item {
    width: 100% ! important;
    float: none;
    margin: 0 auto 15px ! important;
  }
  
  .smm-steps-list {
    margin-bottom: 0;
  }
  
  .smm-command-img {
    margin-top: 0;
  }
  
  .smm-command .smm-list__left {
    padding-bottom: 0;
  }
  
  .smm-price__left, .smm-price__right {
    float: none;
    width: 100%;
  }
  
  .smm-price__right {
    padding: 15px;
  }
  
  .smm-no-img1 {
    margin-top: 0;
  }
  
  .smm-no-img2 {
    margin-top: 30px;
  }
  
  .smm-no .smm-list__left {
    padding-bottom: 30px;
  }
  
  .smm-media__categories {
    margin-bottom: 0;
  }
  
  .smm-media .smm-list__left {
    padding-bottom: 0;
  }
  
  .smm-media-img {
    margin: 0;
  }
  
  /* .smm-price__right {
    display: none;
  } */
  
  .smm-price .smm-cont {
    padding: 0 10px;
  }
  
  .smm-price__left {
    padding: 15px;
  }
  
  .about-header__right p {
    display: block;
    font-size: 14px;
    line-height: 24px;
    margin-top: 0;
  }
  
  #text-parallax {
    transform: translate3d(0px, 0px, 0px) ! important;
  }
  
  .main-pages .clients-list__item > div {
    height: 76px;
  }
  
  .main-pages .clients-list__item > div img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
  }
  
  .about-header__right p.full-p {
    display: block;
    font-size: 14px;
    line-height: 24px;
    margin-top: 0;
  }
  
  .clients-list {
    margin-top: 45px;
  }
  
  .clients-list__item {
    width: 50%;
  }
  
  .show-portfolio {
    font-family: "Lato", sans-serif;
    font-size: 16px;
  }
  
  .play-video {
    right: 0px;
    top: 200px;
    width: 50px;
    height: 50px;
  }
  
  .index-banner {
    padding: 40px 30px;
    padding-bottom: 200px;
    background-size: 261px auto;
    background-position: bottom right;
    height: auto;
  }
  
  .index-block-top__left, .index-block-top__right {
    float: none;
  }
  
  .index-block-top__right {
    margin-left: -32px;
    margin-right: -32px;
    width: auto;
  }
  
  .index-banner > .button {
    display: none;
  }
  
  .index-banner > p {
    max-width: none;
    font-size: 14px;
    line-height: 24px;
  }
  
  .index-banner > header {
    font-size: 20px;
  }
  
  .image-parthners {
    position: relative;
    width: 320px;
    height: 209px;
    background-size: 100% auto;
    margin-left: -58px;
    background-position: -10px -64px;
    background-size: cover;
  }
  
  .yandex, .runet, .netcat {
    display: none;
  }
  
  .index-block-info__left, .index-block-info__right p {
    padding-left: 0;
    width: 100%;
  }
  
  .index-block-info__left > p.description, .index-block-info__left > header {
    display: none;
  }
  
  .index-block-info__left > p.description-mobi {
    display: block;
    
    font-family: "SFUIText", sans-serif;
    font-weight: 300;
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    margin: 0;
  }
  
  .index-block-info__right {
    padding-top: 5px;
  }
  
  .index-block-info__right p {
    font-size: 14px;
    line-height: 24px;
  }
  
  .index-block-info {
    padding-bottom: 0;
  }
  
  .about-slider {
    height: auto;
    padding: 38px 38px 60px;
  }
  
  .about-slider__left, .about-slider__right {
    float: none;
    margin: 0;
    width: 100%;
  }
  
  .case-slider .slick-dots, .about-slider__right-s .slick-dots {
    top: auto;
    left: 0;
    bottom: -48px;
    width: 100%;
    text-align: center;
  }
  
  .case-slider .slick-arrow.slick-next, .about-slider__right-s .slick-arrow.slick-next,
  .case-slider .slick-arrow.slick-prev, .about-slider__right-s .slick-arrow.slick-prev {
    display: none ! important;
  }
  
  .about-slider__left .button {
    left: 50%;
    margin-left: -132px;
  }
  
  .about-slider__left header {
    font-size: 20px;
    line-height: 30px;
  }
  
  .pages-footer, .team {
    display: none;
  }
  
  .team {
    display: block;
    padding: 0 16px;
    padding-top: 30px;
  }

  .team__item {
    width: 100%;
    max-width: 360px;
    margin: 0 auto ! important;
    float: none;
  }

  div > .team__item:first-child {
    width: 100%;
  }

  .team__item a {
    height: 286px;
    background-size: cover;
    background-position: center center;
  }

  div > .team__item:first-child a {
    height: 286px;
  }

  .team__item .overlay, div > .team__item:first-child .overlay {
    padding: 20px;
    opacity: 1;
  }

  .team__item:nth-child(18) {
    margin-left: 0;
  }

  .team__item:nth-child(21) {
    margin-left: 0;
  }

  .team__item .button-top {
    bottom: 20px;
    left: 20px;
    font-size: 14px;
    padding: 5px;
    display: none;
  }

  .main-pages .team > .button-top {
    margin-left: 0;
    margin-bottom: 30px;
  }

  .team__item .button-top {
    padding: 5px ! important;
  }

  .seo-1__cont p, .right_create {
    display: none;
  }
  
  .main-seo-1 {
    min-height: auto;
  }
  
  .seo-1__cont p.first {
    font-family: "Lato", sans-serif;
    display: block;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 20px;
  }
  
  .create-list {
    background: #fff;
  }
  
  .create-list__right.img, .create-list__left.text {
    width: 100%;
  }
  
  .about-header__right p br, .index-block-info__right p br {
    display: none;
  }
  
  .menud-cols__left ul {
    /* padding-bottom: 100px; */
  }
  
  .menud-cols__left .t_socials {
    display: block;
    position: relative;
    padding-bottom: 50px;
    bottom: auto;
    left: auto ! important;
    margin-left: -5px;
  }
  
  .menud-cols__left .header__cities {
    display: inline-block;
    margin-bottom: 43px;
  }
  
  .menud-cols__left .header__cities ul li {
    margin-bottom: 0;
  }
  
  .menud-cols__left .header__cities ul li a {
    font-size: 14px;
    color: #fff;
    text-decoration: none;
  }
  
  .menud-cols__left .t_socials li {
    float: left;
    margin-bottom: 0;
    padding-bottom: 0;
    margin: 0 5px;
  }
  
  .menud-cols__left .t_socials a {
    background: #0b396e;
    display: block;
  }
  
  .menud-cols__left .header__cities .cities-list{
    padding: 0 10px;
  }
  
  .menud-cols__left .header__cities:hover .cities-list  {
    height: 235px;
    padding: 10px;
  }
  
  .portfolio-content {
    padding: 105px 38px 60px 38px;
  }
  
  .main-pages .main.main-portfolio-one {
    padding: 105px 0 0 0;
  }
  
  .opacity-portfolio {
    position: relative;
  }
  
  .portfolio-content__left, .portfolio-content__right {
    width: 100%;
    float: none;
  }
  
  .open-portfolio {
    display: none;
  }
  .portfolio-item_header .caption {
    display: none;
  }
  
  
  .portfolio__item {
    height: 305px;
  }
  
  .portfolio__item .overlay {
    padding: 15px 20px;
  }
  
  .portfolio__item .overlay .description {
    font-size: 13px;
    line-height: 21px;
  }
  
  .portfolio__item .overlay > header {
    margin-bottom: 15px;
  }
  
  .portfolio__item .overlay .button {
    left: 20px;
    bottom: 15px;
  }
  
  .portfolio__item .overlay .tags {
    right: 0;
    bottom: 15px;
  }
  
  .portfolio__item .overlay .tags .tag {
    padding: 6px 7px;
    font-size: 11px;
    line-height: 11px;
  }
  
  .portfolio__item .overlay .tags .tag:after {
    right: -23px;
    border: 11.5px solid transparent;
    border-left: 12px solid #000f23;
  }
  
  .portfolio-item_footer__left header {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 25px;
  }
  
  .portfolio-item_header {
    overflow: hidden;
  }
  
  .portfolio-content__right {
    width: auto;
    margin-left: -32px;
    margin-right: -32px;
    padding-top: 20px;
  }
  
  #showCategoryPortfolio {
    display: inline-block;
    border-bottom: 1px dashed;
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 17px;
  }
  
  .portfolio-content__left nav {
    display: none;
    padding: 10px;
    border: 1px dashed rgba(255, 255, 255, .7);
  }
  
  .about-slider__left-s__item p {
    padding: 30px 43px;
    max-width: 270px;
    margin-bottom: 46px;
  }
  
  .main-seo.main-create {
    padding-bottom: 0;
  }
  
  .icon-forward, .services__item span.icon-forward {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(0, 0, 0, .3);
    text-align: center;
    color: #fff;
    padding-top: 10px;
    border: none;
    position: absolute;
    right: 15px;
    top: 31px;
    z-index: 100;
  }
  
  .icon-forward i {
    font-size: 16px;
  }
  
  .mobi-display {
    display: block;
  }
  
  .index-order-review {
    width: 100%;
    background: #fff;
    color: #333;
    padding: 40px 33px;
    margin-top: 6px;
  }
  
  .index-order-review > p {
    padding-right: 0;
    color: #333;
  }
  
  .index-order-review .review-name {
    color: #333;
  }
  
  .button-top {
    display: block;
    width: auto;
    height: 60px;
    border: none;
    margin-left: -32px;
    margin-right: -32px;
    max-width: none;
    float: none;
    padding-top: 24px;
    font-size: 20px;
  }
  
  .tcmodal-content .seo-form {
    padding: 6px;
  }
  
  .seo-form__left, .seo-form__right {
    float: none;
    width: 100%;
    padding: 0 30px;
  }
  
  .main, main.main-index, .about-header, .main-seo.main-create, .create-list {
    padding-bottom: 8px;
  }
  
  .ajax-form header.h1 {
    font-size: 20px;
    font-weight: 300;
    line-height: 20px;
    color: #fff;
    text-align: center;
    margin: 0;
    padding: 30px 0 38px 0;
  }
  
  .ajax-form header.h1 br {
    display: none;
  }
  
  .error-field {
    font-size: 10px;
    padding: 0 5px ! important;
    bottom: 12px ! important;
    white-space: nowrap;
  }
  
  .seo-form .menud-cols__right-bottom-left button, a.button3 {
    width: 100%;
    font-size: 16px;
    padding: 19px 10px;
  }
  
  .tcmodal-close {
    right: 5px;
    top: 2px;
  }
  
  .tcmodal-content {
    padding: 0 ! important;
  }
  
  .main-pages .button-top {
    margin: auto;
    margin-bottom: 1px;
    height: auto;
    line-height: 21px;
    padding-top: 17px;
    position: relative;
    top: auto;
    right: auto;
  }
  
  .mediaplanirovanie.tech-support .h1 {
        margin-bottom: 10px ! important;
        padding-bottom: 0;
  }

  .seo-1__cont h1 nobr {
    white-space: normal ! important;
  }
  
  .seo-promotion-of-sites .seo-1__cont {
    width: 100%;
    float: none;
  }
  
  .seo-promotion-of-sites .seo-strategy-container, .top100 {
    display: none;
  }
  
  .main-seo-1__left .show-portfolio {
    margin: 15px 0;
  }
  
  .main-seo-1__right {
    padding: 5px 0 0;
    width: auto;
    float: none;
    margin-left: -32px;
    margin-right: -32px;
  }
  
  .seo-navigation__item, .seo-navigation__item:last-child {
    width: 100%;
    float: none;
    background-size: auto;
    background-position: 50% 166%;
    height: 350px;
    padding: 36px 20px;
  }
  
  .seo-navigation__item .button {
    display: none;
  }
  
  .seo-form.bl {
    display: none;
  }
  
  .tcmodal .seo-form.bl {
    display: block;
  }
  
  .seo-cases {
    padding: 8px;
  }
  
  .case-slider__left, .case-slider__right {
    float: none;
    width: 100%;
  }
  
  .req-search:after {
    bottom: 6px;
  }
  
  .seo-cases__sliders .btnbtn {
    display: none;
  }
  
  .req-search .req-text {
    font-size: 16px;
  }
  
  .case-slider__left p {
    padding: 0;
    margin: 15px 0;
  }
  
  .case-slider__left header a {
    margin-left: 10px;
    font-size: 20px;
    line-height: 20px;
  }
  
  .seo-cases__left, .seo-cases__right {
    width: 100%;
    float: none;
    padding: 10px 0;
  }
  
  .seo-cases__left h2 {
    font-size: 20px;
    line-height: 24px;
    margin-right: 0;
    text-align: center;
    margin-bottom: 15px;
  }
  
  .seo-cases__right, .case-slider__left {
    padding-bottom: 30px;
  }
  
  .case-slider .slick-dots {
    bottom: 0;
  }
  
  .seo-cases__right ul li {
    margin-bottom: 9px;
  }
  
  .seo-cases__right ul li a {
    font-size: 15px;
  }
  
  .main-seo.reviews .reviews__right {
    display: none;
  }
  
  .reviews-container {
    padding: 45px 0;
    margin: 0 -38px;
  }
  
  .reviews-container__col {
    width: 100%;
    float: none;
    padding: 0;
  }
  
  .reviews-container__content {
    max-width: none;
  }
  
  .reviews-container__item {
    margin-bottom: 0;
    background: linear-gradient(to bottom, #0b2950, #000e20);
    padding: 41px 39px;
  }
  
  .totop {
    width: 100%;
    height: 72px;
    background: transparent;
    display: block;
    text-align: center;
    padding-top: 25px;
    border: none;
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
  }
  
  .link-bottom i:last-child {
    color: #4680ce;
  }
  
  .reviews-container__item-name {
    max-width: 70%;
  }
  
  .what-we-are-work {
    background-image: none ! important;
    margin-bottom: 0;
  }
  
  .main-seo.seo-header-2 {
    padding-bottom: 8px;
  }
  
  .mobi-no {
    display: none;
  }
  
  .all-seo-subs {
    min-height: auto;
    padding: 38px;
  }
  
  .all-seo-subs__left, .all-seo-subs__right {
    width: 100%;
    float: none;
  }
  
  .all-seo-subs__right a i {
    display: none;
  }
  
  .all-seo-subs__right a, .all-seo-subs__right a:nth-child(even) {
    width: 100%;
    margin: 0 0 10px;
    padding: 10px 0;
  }
  
  .all-seo-subs__left header.h1 {
    font-size: 30px;
    line-height: 35px;
    text-align: center;
  }
  
  .portfolio-item_footer {
    padding: 38px;
  }
  
  .portfolio-item_footer__left, .portfolio-item_footer__right {
    width: 100%;
    float: none;
  }
  
  .portfolio-item_footer__right {
    width: auto;
    margin-left: -32px;
    margin-right: -32px;
  }
  
  .portfolio-item_footer__left .button3 {
    margin: 20px 0;
  }
  
  .portfolio-item_footer .portfolio-item_footer__left header {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 10px;
  }
  
  .portfolio-item__site-name {
    font-size: 20px;
  }
  
  .main-seo.services {
    padding-top: 60px;
  }

  
  .services__item:before {
    background: transparent;
  }

  .services__item, .services__item:nth-child(even), .services__item:nth-child(odd) {
    float: none;
    width: auto;
    margin: 4px -32px;
    background-image: none ! important;
    background-color: #1057ad;
    height: auto;
    position: relative;
  }

  .services__item > p {
    background: transparent;
    max-height: none;
  }

  .services__item > header {
    background: transparent;
  }

  .services__item.black > p {
    background: transparent;
  }

  .services__item.black > header {
    background: transparent;
  }
  
  .services__item .button {
    display: none;
  }
  
  .services__item:first-child {
    margin: 0 0 4px 0;
    height: auto;
    padding-bottom: 30px;
    background-color: transparent;
  }
  
  .services__item p br {
    display: none;
  }
  
  .services__item.services__content h1 {
    margin-bottom: 23px;
  }
  
  .main-seo.services, .main-seo.vacancy {
    padding: 88px 38px 60px 38px;
  }
  
  .services__item header {
    color: #fff;
    font-family: "SFUIText", sans-serif;
    font-weight: 300;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 35px;
  }
  
  .services__item p {
    color: #fff;
    margin: 0;
    font-family: "Lato", sans-serif;
    font-size: 16px;
    line-height: 26px;    
  }
  
  .services__item.services__content p {
    max-width: none;
  }
  
  .vacancy__left, .vacancy__right {
    width: 100%;
    float: none;
  }
  
  .vacancy__right {
    padding-top: 0;
    width: auto;
    margin: 0 -32px;
  }
  
  .vacancy__vk {
    margin: 0;
    padding: 30px;
    height: 200px;
  }
  
  .vacancy__left p {
    margin-top: 4px;
  }
  
  .main-seo.services, .main-seo.vacancy {
    padding-bottom: 8px;
  }
  
  .vacancy-list {
    padding-top: 30px;
  }
  
  .vacancy-list__item-left, .vacancy-list__item-left.r {
    width: 100%;
    float: none;
    padding: 30px 38px 0;
  }
  
  .vacancy-list__item-right {
    display: none;
  }
  
  .vacancy-list__item-left header {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 0;
  }
  
  .vacancy-list__item-left p:last-child {
    margin-bottom: 0;
  }
  
  .vacancy-list__item-left p span {
    line-height: 30px;
    margin-bottom: 10px;
  }
  
  .what-we-are-work.context-work {
    height: auto;
  }
  
  .seo-header-2 p br {
    display: none;
  }
  
  #nc-block-fbb7d9dba155613cf8c5dfd40ea311ce h1, #nc-block-409a49862c960f45fdcad07327942bab h1 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 30px;
  }
  
  #nc-block-fbb7d9dba155613cf8c5dfd40ea311ce h1 br {
    display: none;
  }
  
  .what-we-are-work.context-work a.button {
    display: none;
  }
  
  .context-content__left, .context-content__right {
    width: 100%;
    float: none;
    padding: 0;
  }
  
  .context-content__left:before, .context-content__right:before {
    display: none;
  }
  
  .context-content__left, .context-content__right {
    margin-top: 30px;
  }
  
  .context-content__left h2, .context-content__right h2 {
    margin-bottom: 25px;
    font-size: 30px;
  }
  
  .context-content__left p br, .context-content__right p br {
    display: none;
  }
  
  .context-menu > .context-menu {
    width: auto;
    float: none;
    margin-left: -32px;
    margin-right: -32px;
  }
  
  .context-menu__item, .context-menu__item:nth-child(1), .context-menu__item:nth-child(3),
  .context-menu__item:nth-child(2), .context-menu__item:nth-child(4)  {
    margin: 0 0 8px;
    width: 100%;
    float: none;
    background-image: none ! important;
    height: auto;
  }
  
  .context-menu__item:nth-child(2) header {
    max-width: 200px;
  }
  
  .context-menu__item .button {
    display: none;
  }
  
  .context-menu__item p {
    margin-bottom: 0;
  }
  
  .context-menu__item .icon-forward {
    top: 23px;
  }
  
  .target-work, .target-work.hyper {
    padding: 38px;
  }
  
  #nc-block-fbb7d9dba155613cf8c5dfd40ea311ce .main-seo {
    padding-bottom: 0;
  }
  
  .target-work header {
    font-size: 30px;
    line-height: 40px;
    text-align: center;
  }
  
  .target-work__list span {
    width: 100%;
    text-align: center;
    max-width: 200px;
    margin: 0 auto 40px;
    display: block;
    float: none;
  }

  .hyper-how-work {
    display: none;
  }
  
  .target-work__list span:last-child {
    margin-bottom: 0;
  }
  
  .target-work__list span > em:after {
    display: none;
  }
  
  .target-work__list span > em {
    margin: 0 auto;
  }
  
  .seo-header-2 .main-seo-1__left h1 {
    margin-bottom: 23px;
  }
  
  .contextual-advertising .main-seo-1__left p {
    margin-bottom: 15px;
  }
  
  .contextual-advertising .main-seo-1__left p br {
    display: none;
  }
  
  #nc-block-5c90b9b7afa850015cbd8d174186d61d .main-seo-1__right {
    /*display: none;*/
    height: auto;
  }
  
  .mediaplanirovanie .h1 {
    margin-top: 0;
    margin: 0;
    font-size: 30px;
    line-height: 40px;
    padding: 30px 0;
    text-align: center;
  }
  
  .mediaplanirovanie {
    padding: 0 38px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  
  .mediaplanirovanie-table {
    min-width: 1024px;
    margin: 0 -38px;
  }
  
  .main-seo-1__left ol, .main-seo-1__left ul {
    padding-left: 17px;
    margin-top: 30px;
  }
  
  .main-seo-1__left ol li, .main-seo-1__left ul li {
    margin-bottom: 15px;
  }
  
  .contacts__left, .contacts__right {
    width: 100%;
    float: none;
    padding: 0;
    background: none;
  }
  
  .contacts__item:before {
    background: none;
  }
  
  .contacts__right {
    width: auto;
    margin: 0 -32px;
  }
  
  .contacts__item header {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 0;
  }
  
  .map2 {
    height: 300px;
    margin-left: 0;
    width: 100%;
  }
  
  .map-info {
    padding: 25px;
    margin-left: 0;
    width: 100%;
    font-size: 16px;
  }
  
  .map-info > i {
    display: none;
  }
  
  #nc-block-d708a6727563988edcf96886343a4f22 .main-seo {
    padding-bottom: 8px;
  }
  
  .contacts__item p {
    margin-bottom: -4px;
  }

  .contacts__item-social{
    margin-top: 30px;
  }
  
  .contacts__item {
    margin-bottom: 40px;
  }
  
  .contacts__item p br {
    display: none;
  }
  
  .contacts__item p span {
    display: block;
  }
  
  .main-seo-1__left ul li {
    font-size: 16px;
    line-height: 26px;
  }
  
  /* 105px 38px 60px 38px */
  
  .create-list__right.img {
    display: none;
  }
  
  .create-list__spoler, .create-list__left .info, .button-create {
    display: none;
  }
  
  .create-list__spoler {
    display: none;
    background: #fff;
    padding-top: 33px;
    border-top: 1px solid #ecedee;
  }
  
  .create-list__item {
    min-height: auto;
    margin-bottom: 8px;
  }
  
  .create-list__item h2.h1 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 300;
    margin: 0;
    padding: 32px 32px;
    background: #fff;
    cursor: pointer;
    position: relative;
  }
  
  .create-list__item .mobi-arrow-down {
    position: absolute;
    right: 22px;
    top: 36px;
    color: #008aff;
  }
  
  .create-list__item h2.h1 br {
    display: none;
  }
  
  .create-list {
    width: auto;
    margin: 0;
    padding: 0 6px;
    background: #000e20;
  }
  
  .create-list > header {
    color: #fff;
    font-size: 16px;
    line-height: 26px;
    font-family: "Lato", sans-serif;
    padding: 0 30px;
    margin-bottom: 35px;
  }
  
  .seo-1__cont br {
    display: none;
  }
  
  .create-list__left .dop-info {
    margin-top: 28px;
  }
  
  .create-list__left .dop-info > span {
    display: block;
    width: 50%;
    float: left;
    text-align: left;
    font-family: "Lato", sans-serif;
    font-size: 16px;
    line-height: 16px;
    white-space: nowrap;
    color: #008aff;
  }
  
  .create-list__spoler p {
    margin: 0;
    font-size: 14px;
    line-height: 24px;
    padding: 0 34px 34px;
  }
  
  .create-list__spoler p br {
    display: none;
  }
  
  .create-list__spoler.landing {
    background-color: #e4d7f2;
  }
  
  .create-list__spoler.corporate {
    background-color: #c5eed9;
  }
  
  .create-list__spoler.shop {
    background-color: #c3def3;
  }
  
  .create-list__spoler.promo {
    background-color: #f8d5de;
  }
  
  .create-list__spoler.portal {
    background-color: #f6d5bd;
  }
  
  .create-list__spoler .mobi-display > img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
  }
  
  .main-pages .main.main-portfolio-one {
    padding: 0;
  }
  
  .mobi-header.portf {
    background: rgba(0, 0, 0, .8);
  }
  
  .portfolio-item_header img {
    display: none;
  }
  
  .mobi-back {
    display: block;
    color: #5091e9;
    background: rgba(0, 0, 0, .5);
    text-align: center;
    padding: 22px 30px;
    position: absolute;
    top: 68px;
    left: 8px;
    right: 8px;
    border: none;
    font-size: 12px;
  }
  
  .mobi-back i {
    position: absolute;
    top: 50%;
    left: 30px;
    font-size: 14px;
    margin-top: -7px;
    color: #5091e9;
  }
  
  .portfolio-item_header {
    overflow: visible;
  }
  
  .mobi-caption {
    position: absolute;
    top: 137px;
    left: 8px;
    right: 8px;
    color: #fff;
    padding: 15px;
  }
  
  .mobi-caption.mobi-off {
    background: rgba(0, 0, 0, .8);
  }
  
  .mobi-back.mobi-off {
    background: rgba(0, 0, 0, .8);
  }
  
  .mobi-caption > header {
    font-size: 30px;
    font-weight: 600;
  }
  
  .tcmodal-close {
    top: 15px ! important;
    right: 15px ! important;
  }
  
  .content-page__left, .content-page__right {
    width: auto;
    float: none;
    padding: 10px;
  }
  
  .content-page__right:before {
    display: none;
  }
  
}

.portfolio-item_gallery-mobi {
  display: none;
  font-size: 0;
}

.portfolio-item_gallery-mobi img {
  display: block;
  max-width: 360px;
  width: 100%;
  margin: 0 auto;
}

@media (max-width: 400px) {
  .portfolio-item_gallery {
    display: none;
  }
  
  .portfolio-item_gallery.mobi-off {
    display: block;
  }
  
  .portfolio-item_gallery-mobi {
    display: block;
    font-size: 0;
  }
}

@media (min-width: 401px) {
  .mobi-caption {
    background: rgba(0, 0, 0, .8);
  }
}

.field {
  position: relative;
}

.error-field {
  display: inline-block;
  background: #fff;
  padding: 0 30px;
  color: #ff5426;
  font-weight: bold;
  position: absolute;
  right: 0;
  bottom: 4px;
}

.error-input > input {
  border-color: rgba(255, 255, 255, .5) ! important;
  background: rgba(255, 84, 38, .3) ! important;
}

.policy.field .error-field {
  bottom: -5px;
}

.policy.field .error-field a {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  border-bottom: 1px dashed;
  line-height: 12px;
  display: inline-block;
}

.noneoverflow {
  overflow: none ! important;
}

.tmodal_container {
  display: none;
  position: fixed;
  background: rgba(0, 0, 0, .4);
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 1999;
  cursor: pointer;
}

.tmodal_container > div {
  display: table;
  width: 400px;
  margin: 0 auto;
  height: 100%;
}

.tmodal_container > div > div {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
}

.tmodal_container > div > div > div {
  display: inline-block;
  background: #fff;
  padding: 40px;
  text-align: center;
  cursor: auto;
  position: relative;
}

.tmodal_container header {
  color: #333;
  font-size: 40px;
  line-height: 50px;
  margin: 0 0 10px;
}

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

.tclose-button, .tcmodal-close {
  color: #fff;
  border: none;
  position: absolute;
  right: -40px;
  top: -40px;
}

.tcmodal-close {
  color: #fff;
  right: 30px;
  top: 30px;
  z-index: 99;
}

.tclose-button i, .tcmodal-close i {
  font-size: 40px;
  line-height: 40px;
}

.tcmodal {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1588;
  background: #000 url(/assets/img/menud-right.jpg) no-repeat center center;
  background-size: cover;
  
  height: 100vh;
  overflow: auto;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

.tcmodal-content .seo-form {
  background: transparent;
}

.tcmodal-content .error-input > input, .menud-cols__right .error-input > input {
  border-color: #cc0000 ! important;
  background: transparent ! important;
}

@-webkit-keyframes photo-btn {
	0% {
		opacity: 1;
		-webkit-transform: scale(1);
				transform: scale(1);
	}
  
	100% {
		opacity: 0;
		-webkit-transform: scale(1.6);
				transform: scale(1.6);  
	}
}

@keyframes photo-btn {
	0% {
		opacity: 1;
		-webkit-transform: scale(1);
				transform: scale(1);
	}
  
	100% {
		opacity: 0;
		-webkit-transform: scale(1.6);
				transform: scale(1.6);  
	}
}

/* @-webkit-keyframes photo-btn2 {
	0% {
		opacity: 0.4;
		-webkit-transform: scale(1);
				transform: scale(1);
	}

  35% {
		opacity: .6;
		-webkit-transform: scale(1.1);
				transform: scale(1.1);    
  }
  
	100% {
		opacity: 0.4;
		-webkit-transform: scale(1);
				transform: scale(1);
	}
}

@keyframes photo-btn2 {
	0% {
		opacity: 0.4;
		-webkit-transform: scale(1);
				transform: scale(1);
	}

  35% {
		opacity: .6;
		-webkit-transform: scale(1.1);
				transform: scale(1.1);    
  }
  
	100% {
		opacity: 0.4;
		-webkit-transform: scale(1);
				transform: scale(1);
	}
} */

/** tcallme torder custom_name*/

.max-width {
  max-width: 670px;
}

/* .services__item:last-child {
  margin: 0 auto;
  float: none;
  cleat: both;
  clear: both;
} */

.portfolio-item_gallery-mobi {
  min-height: 100vh;
}

.seo-header-2 p {
  max-width: 600px;
}

.field-email {
  width: 0;
  height: 0;
  overflow: hidden;
  position: relative;
}

.field-email input[type="text"] {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0;
}

@media (min-width: 1600px) and (max-width: 1800px) {
  .index-block-top__right {
    margin-top: 112px;
  }
  
  .index-block-info__left .show-portfolio {
    top: 69px;
  }
  
  .index-block-info__left .index-order-project a {
    top: 143px;
  }
  
   .index-block-info__right {
     max-width: 1125px;
   }
}

.main-seo-1__right > img.imgabs {
  display: none;
}

.media-plan .main-seo-1__right > img.imgabs {
  display: block;

  /*bottom: auto;
  top: 238px;*/

}

.main-seo-1__left p.first, .seo-header-2 .main-seo-1__left h1, .seo-header-2 p {
  width: auto;
  max-width: none;
}

@media (min-width: 1800px) {
  .main-seo-1__right > img.imgabs {
    display: block;
  }

  .main-seo-1__left p.first, .seo-header-2 .main-seo-1__left h1, .seo-header-2 p {
    max-width: 690px;
  }
}

.about-slider__right-s__item a {
  display: block;
  position: relative;
  border: none;
  height: 707px;
}

.about-slider__right-s__item a img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.toblog {
  font-size: 14px;
  transform: rotate(270deg);
  position: absolute;
  display: block;
  top: 90px;
  left: 33px;
}

.t_socials {
  position: absolute;
  bottom: 20px;
  left: 24px;
}

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

.t_socials ul a {
  display: block;
  position: relative;
  width: 48px;
  height: 48px;
  border: 2px solid #fff;
  border-radius: 50%;
  margin-top: 16px;
  background: transparent;
  
  -webkit-transition-duration: 1s;
  -o-transition-duration: 1s;
  -moz-transition-duration: 1s;
  transition-duration: 1s;
  
}

.t_socials.inverse ul a {
  background-color: #08366c;
  border-color: #08366c;
}

.t_socials ul a:before {
  content: ' ';
  display: block;
  background: url(/assets/img/socials.png);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.t_socials ul a.vk:before {
  width: 24px;
  height: 14px;
  background-position: top center;
}

.t_socials ul a.inst:before {
  width: 20px;
  height: 20px;
  background-position: -2px 46px;
}

.t_socials ul a.fb:before {
  width: 12px;
  height: 24px;
  background-position: bottom center;
  
}

.main-index .footer {
  right: 0;
  left: auto;
  width: 300px;
}

.main-index .footer .footer__right {
  width: auto;
}

.mediaplanirovanie.tech-support {
  padding-bottom: 100px;
}

.mediaplanirovanie.tech-support .h1 {
  padding-top: 0;
  margin-bottom: 80px;
}

.mediaplanirovanie.tech-support .mediaplanirovanie-table tr th:first-child {
  background: #33a368;
  border-color: #33a368;
}

.mediaplanirovanie.tech-support .mediaplanirovanie-table tr th:last-child {
    color: #fff;
    background: #000f23;
    border: 1px solid #000f23;
}

.mediaplanirovanie.tech-support .mediaplanirovanie-table tr th:after {
  display: none;
}

.mediaplanirovanie.tech-support  tr td:first-child {
    border-color: #33a368;
}

.mediaplanirovanie.tech-support  tr td:last-child {
    border: 1px solid #ccc;
}

.mediaplanirovanie.tech-support p {
    font-size: 16px;
}

.new_cat {
  text-transform: uppercase;
  display: inline-block;
  background: #ffea00;
  color: #030f22;
  text-align: center;
  font-size: 10px;
  line-height: 10px;
  padding: 5px 8px 4px;
  border-radius: 2px;
  font-family: "Lato", sans-serif;
  font-weight: bold;
  position: relative;
  top: -1px;
  margin-left: 12px;
}

.mediaplanirovanie-table .nolink a, .mediaplanirovanie-table .nolink a:hover {
  border: none;
  color: #000;
  cursor: default;
  opacity: 1;
}

/**** MARKETING ****/
.mrg-main {
	padding: 160px 100px 20px 100px;
	background-color: #000f23;
	background-image: url(/assets/img/marketing-bg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: auto;
}
.mrg-main__heading { text-align:center; display:table; margin: 0 auto; }
.mrg-main__heading h1 { width: 100%; }
.mrg-main__description {
	color:#fff;
	font-size: 16px;
	text-align:center;
	width:48%;
	margin:0 auto;
}
.mrg-main__description p {
	margin-bottom:30px;
}
.mrg-main-offerlist { 
	padding:30px 0;
	display: flex;
	justify-content: center;

}
.mrg-main-offerlist__item { 
	width: 265px;
	border-radius: 15px;
	margin:0 14px;
	padding: 50px 15px 20px 15px;
	height: 370px;
	cursor:pointer;
}
.mrg-main-offerlist__ico {
	text-align:center;	
}
.mrg-main-offerlist__item h2 {
	color:#fff;
	margin-top: 30px;
}
.mrg-main-offerlist__item h2.black {
	color:#000;
}
.mrg-main-offerlist__desc {
	color:#fff;
	font-size: 16px;
	width:75%;
}
.mrg-main-offerlist__desc--black {
	color:#000;
}
/* offers */
.mrg-offers {
	background-color: #fff;
}
.mrg-offers__item { 
	position: relative;
	padding: 120px 100px 60px;
	background:#fff;
}
.mrg-offers__item--seo {
	padding-bottom: 30px;
}

.mrg-offers__item--flex {
	display: flex;
	flex-wrap: wrap;	
}

.mrg-offers__item:after {
	content: '';
	width: 100%;
	height: 1px;
	background:	#000;
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
}
.mrg-offers__item--seo:after {
	display: none;
}
.mrg-offers-part {
	width: 50%;
	position: relative;
}
.mrg-offers-part--padding {
	padding-left: 50px;
}
.mrg-offers__heading {
	font-size: 60px;
	margin-bottom: 60px;
	display: block;
	color:#000;
	width: 69%;
}
.mrg-offers__heading--width {
	width:30%;
	padding-left: 50px;
}
.mrg-offers__desc {
	font-size: 16px;
	margin-bottom: 40px;
	width:69%;
}
.mrg-offers__desc--largetext {
	font-size: 20px;
}
.mrg-offers__desc--padding {padding-left:50px;}
.mrg-offers__desc--full {
	width: 100%;
}
.mrg-offers__desc a {
	font-size: inherit;
	text-decoration: none;
	border:none;
	font-family: "Lato", sans-serif;
}
.ul--dash {
	list-style-type:'—';
	padding-left:12px;
}
.ul--dash li {
	margin-bottom:10px;
	padding-left: 5px;
}
.mrg-offers-offerlist {}
.mrg-offers-offerlist__item {
	display: flex;
	align-items:center;
	color:#008aff;
	margin-bottom:30px;
}

.mrg-offers-offerlist__item  .material-icons {
	position:absolute;
	left:0;
}
.mrg-offers-offerlist__link {
	border:none;
	font-size: 20px;
}
.mrg-offers-offerlist__link--noimage {
	color:#000;
}
.mrg-offers-offerlist__link span {
	border-bottom:1px dashed #008aff;
}

.mrg-offers-offerlist__link--noimage span {
	border-bottom:1px dashed #000;
}

.mrg-audit-offerlist {
	font-size: 20px;
}

.mrg-offers-slider {  
	width: 100%;  
	margin-top: 60px; 
	padding: 60px 0; 
	border-top:1px solid #d2d2d2; 
}
.mrg-offers-slider__item { 
	display: flex !important; 
	flex-wrap: wrap; 
}
.mrg-offers-slider__heading {
	font-size: 36px;
	font-weight: 300;
	margin-bottom: 60px;
}
.mrg-offers-slider__leftpart {
	width:69%;
}
.mrg-offers-slider__numheading {
	padding: 60px 0;
	display: flex;
	flex-wrap: wrap;
}
.mrg-offers-slider__num { 
	width: 49px;
	height:49px;
	border-radius: 50%;
	border: 3px solid #008aff;
	position: relative;
	display: flex;
	justify-content: center;	
}
.mrg-offers-slider__num:after {
	content:attr(data-num);
	font-size: 20px;
	color: #008aff;
	display: block;
	position:absolute;
	top: calc(50% - 15px);

}
.mrg-offers-slider__subheading {
	font-size: 20px;
	font-weight: 300;
	margin-left: 50px;
	width:60%;
	line-height:1.3;
}
.mrg-offers-slider__desc{
	font-size: 16px;
	margin-bottom: 40px;
}
.mrg-offers-slider__imagedesc{
	font-size: 16px;
	color:#7d7d7d;
	width: 50%;
	margin-bottom:50px;
	display: block;
}
.mrg-offers-slider__item img {width:100%;}
.mrg-offers-slider__nextslide {
	font-size: 16px;
}
.mrg-offers-slider .slick-arrow {
  display: block;
  width: 21px;
  height: 41px;
  background: transparent url(/assets/img/cases-slider-arrows.png) no-repeat top left;
  position: absolute;
  top: 29%;
  margin-top: -20px;
  border: none;
  z-index: 88;
  text-indent: -9999px;
}
.mrg-offers-slider .slick-arrow.slick-prev {
  left: -73px;
}
 
.mrg-offers-slider .slick-arrow.slick-next {
  right: -73px;
  background-position: top right;
}
.mrg-offers-slider .slick-arrow.slick-prev,
.mrg-offers-slider .slick-arrow.slick-next {
	top: 50%;
}
.mrg-offers-slider__slickdots {
	padding-left: 50px;
}
.mrg-offers-slider__slickdots .slick-dots {
	padding:0;margin:0;
}
.mrg-offers-slider__slickdots .slick-dots li {
  display: inline-block;
}

.mrg-offers-slider__slickdots .slick-dots li button{
  border: none;
  background: #ddd;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  text-indent: -9999px;
  margin: 0 4px;
  padding: 0;
}

.mrg-offers-slider__slickdots .slick-dots li.slick-active button, .mrg-offers-slider__slickdots .slick-dots li button:hover{
	background: #008aff;
}
.mrg-offers-flex {
	display: flex;
	flex-wrap: wrap;
	margin:0 -3px;
}
.mrg-offers-flex .mrg-offers-part {
	margin:0 3px;
	width:calc(50% - 6px);
}
.mrg-offers-promobanner {
	padding: 60px 0 50px 50px;
	height:400px;
	position:relative;
	display:flex;
	flex-direction:column;
	margin-bottom: 50px;
}
.mrg-offers-promobanner--seo { 
	background-color:#1057ae;
	background-image: url('/assets/img/marketing/seo-bg.png');
	background-repeat: no-repeat;
	background-position: 120% 25%;
}
.mrg-offers-promobanner--target { 
	background-color:#397fd5;
	background-image: url('/assets/img/marketing/target-bg.png');
	background-repeat: no-repeat;
	background-position: 100% 25%;
}
.mrg-offers-promobanner__heading {
	font-size:36px;
	font-weight: 300;
	color:#fff;
	width: 80%;
	display: block;
	margin-bottom:50px;
}
.mrg-offers-promobanner__desc{
	color:#fff;
	font-size: 16px;
	
	width:48%;
}
.mrg-offers-promobanner__btn {
	margin-top: auto;
	margin-bottom: 0px;
	display: table;
	width:min-content;
}

.mrg-offers-promobanner__desc {
	font-size: 16px;
	
}
.mrg-offers-partblock {
	display: flex;
	flex-wrap: wrap;
	padding: 60px 0 60px 50px;
	border-top: 1px solid #d2d2d2;	
}
.mrg-offers__desc--direct { width:100%; margin-top: 50px; }
.mrg-offers__desc--direct ul {
	font-size: 16px;
}
.mrg-offers-smalllist {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
.mrg-offers-smalllist__item {
	width: 20%;
	margin-bottom: 70px;
	display: flex;
	align-items:start;
	padding-right: 110px;
}
.mrg-offers-smalllist__item--large {
	width: 60%;
	padding-right: 155px;
	font-size: 16px;
	word-wrap: break-word;
}
.mrg-offers-smalllist__item img {
	margin-right: 25px;
	width: 69px;
	height: 69px;	
}
.mrg-offers-smalllist__item a {
	font-size: 16px;
	color:#008aff;
	border: none;
}
.mrg-offers-smalllist__item span {
	font-size: 16px;
	color:#000;
	border: none;
	font-family: "SFUIText", sans-serif;
	font-weight: 300;
}
.mrg-offers-smalllist__btn {
	margin-left:0;
}
.mrg-fastprice {
	background-color:#000f23;
	padding: 70px 0 60px;
	height:1300px;
	box-sizing: content-box;
}
.mrg-fastprice-bg {
	width:100%;
	height:1230px;
	position:absolute;
	background-size:contain !important;
	background-position:center center !important;
}
.mrg-fastprice-container { width:43%; margin:0 auto; position:relative;}
.mrg-fastprice-container--bg { height:100%; position:relative; }
.mrg-fastprice__logo { margin: 0 auto; display: table;}
.mrg-fastprice-desc	{
	text-align:center;
}
.mrg-fastprice__heading {font-size: 60px; display: block; color:#fff;}
.mrg-fastprice__subheading {font-size: 20px; display: block; color:#fff; margin-bottom: 40px;}
.mrg-fastprice__text {font-size: 16px; display: block; color:#fff; margin-bottom: 70px;}
.mrg-fastprice-bgblock {
	width:100%;
	height: 700px;
	position: relative;
}
.mrg-fastprice__secondbg {
	position:absolute;
	width:340px;
	height:542px;
	bottom:0;right:-205px;
}
.mrg-fastprice__details {
	position:absolute;
	top:1130px;
	font-size: 20px;
	color:#fff;
	width:45%;
}
.mrg-fastprice__details--mob {display: none;}
.mrg-fastprice__details a {
	display: block;
	border:none;
}

.mrg-menu {
	margin-top: 60px;
}
.mrg-menu__item {
	height:96px;
	display: block;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	margin-bottom:1px;
	cursor:pointer;
	position:relative;
	border:none;
	transition:all 0.3s ease;	
}
.mrg-menu__item.active .mrg-menu__text {
	opacity:1; width:150px;
}
.mrg-menu__item:hover {opacity:1;}
.mrg-menu__item:hover .mrg-menu__text {
	display: flex !important;
	width:150px;
	opacity:1;
	transition:all 0.3s ease;	
}

.mrg-menu__icoblock {padding: 25px;}
.mrg-menu__icoblock  img { width:100%;}
.mrg-menu__item--dev {
	background:#ff2a00;
}
.mrg-menu__item--audit {
	background:#351d6c;
}
.mrg-menu__item--promo {
	background:#013a7b;
}
.mrg-menu__item--fastprice {
	background:#999fa8;
}
.mrg-menu__text {
	opacity:0;
	position: absolute;
	width:0px;
	height: 100%;
	top: 0;
	left: 96px;
	display: flex;
	align-items: center;
	color:#fff;
	font-size: 16px;
	background:inherit;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	transition:all 0.3s ease;		
}
@media(max-width:1800px) {
	.mrg-offers-promobanner {
		height: 450px;
	}
	.mrg-offers-promobanner__heading {
		background: rgba(0, 0, 0, .4);
		padding:10px;
	}
	.mrg-offers-promobanner__desc {
		background: rgba(0, 0, 0, .4);
		padding:10px;
		width: 60%;
	}
}
@media (max-width:1500px) {
	.mrg-offers-promobanner {
		height: 500px;
	}	
	.mrg-offers-smalllist__item { width:25%; }
	.mrg-offers-smalllist__item--large { width:100%; padding:0; }
	.mrg-fastprice { height: 1135px;}
	.mrg-fastprice__details {top: 1040px;}
	.mrg-main-offerlist__desc { width:100%; }
}
@media (max-width:1300px) {
	.mrg-fastprice { height: 1135px;}
	.mrg-fastprice__details {top: 950px;}	

}
@media (max-width:1020px) {

	.mrg-main { padding: 60px 38px; }
	.mrg-main__heading { margin:0; }
	.mrg-main__heading h1 { font-size: 40px; font-weight: 500; text-align:left; margin-bottom: 23px; }
	.mrg-main-offerlist {flex-wrap: wrap; margin:0 -14px;}
	.mrg-main-offerlist__item { width:calc(50% - 28px); margin-bottom: 28px; height: auto;}
	.mrg-main__description {text-align:left; margin:0; width:100%;}
	
	.mrg-offers__item { padding: 60px 38px; }
	.mrg-offers-part { width:100%; }
	.mrg-offers__heading { width:100%; }
	.mrg-offers__desc { width: 100%; }
	.mrg-offers-part > img { width:100%; }
	.mrg-offers-part--mob { padding:0; }

	.mrg-offers-promobanner {
		height: unset;
	}
	.mrg-offers-promobanner__desc {margin-bottom:40px;}
	
	.mrg-offers-slider { padding-bottom:0; }
	.mrg-offers-slider .mrg-offers-slider__item:not(:first-child) .mrg-offers-slider__heading {display: none;}
	.mrg-offers-slider__item:not(:last-child) { border-bottom:1px solid #d2d2d2; padding-bottom:40px; }
	.mrg-offers-slider__nextslide {display: none;}
	.mrg-offers-slider__leftpart { width:100%; }
	.mrg-offers-slider__numheading { padding:30px 0; }
	.mrg-offers-slider .slick-arrow.slick-prev { left:-30px; }
	.mrg-offers-slider .slick-arrow.slick-next { right:-30px; }
	.mrg-offers-slider__imagedesc { margin-top: 40px; }
	
	.mrg-offers__heading--width { padding:0; }
	.mrg-offers__desc--padding { padding:0; }
	.mrg-offers-flex { margin:0; }
	.mrg-offers-flex .mrg-offers-part{ width:100%; }
	.mrg-offers__desc--direct { margin:0; }
	.mrg-offers-partblock { padding: 60px 0 60px 0; }
	.mrg-offers-smalllist__item { width:33.33% }
	.mrg-offers-smalllist__item--large { width:100%; padding:0;}
	
	.mrg-fastprice { height: 900px;}
	.mrg-fastprice-bg { height: 1000px;}
	.mrg-fastprice__details { width:100%; top: 840px;}
	.mrg-fastprice-container { width:100%; padding:0 38px }	
}
@media (max-width:850px) {
	.mrg-fastprice {height: auto;}
	.mrg-fastprice-bg { background: unset !important; height: auto;}
	.mrg-fastprice__details {position:unset; top:unset;}
	.mrg-offers-smalllist__item { width:50%; align-items: center; padding-right: 0; }
	.mrg-offers-smalllist__item--large { width:100%; padding:0;}
	.mrg-offers-promobanner { background-image: unset; height: auto; padding:30px 28px; }
	.mrg-offers-promobanner__heading { width:100%; background-color:unset; padding:0; }
	.mrg-offers-promobanner__desc { width:100%; background-color:unset; padding:0; margin-bottom:20px; }
	.mrg-offers-promobanner__btn { margin-top: 30px; }
}
@media (max-width:600px) {
	.mrg-main-offerlist__item { width:100%; display: flex; flex-wrap: wrap; padding:30px 28px; }
	.mrg-main-offerlist__item h2 { margin-left:20px; font-size: 30x; }
	.mrg-main-offerlist__desc { width: 100%; margin-top: 20px; }
	.mrg-offers__heading { font-size: 30px; word-wrap: break-word; }
	.mrg-offers-promobanner__heading { word-wrap: break-word; font-size:23px; }
	.mrg-offers-smalllist__item { width:100%; margin-bottom: 30px; }
}

.ng {
    position: relative;
    top: -63px;
}

.ng a {
  display: inline-block;
  position: relative;
  z-index: 111;
  border: none;
}

@media (max-width: 600px) {
  .ng {
      position: relative;
      top: auto;
  }

  .ng img {
    display: block;
    margin: 0 auto;
  }

  .ng a {
    display: inline;
  }
}

@media (min-width: 1200px) and (max-width: 1800px) {
  .ng {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 220px;
    bottom: 0;
    top: auto;
  }
}

.a112 {
  position: relative;
  z-index: 112;
}

.free-audit-header .linkBrif {
  top: 300px;
}

.a112 {
  max-width: 295px;
}

.linkBrif.seo.context {
  left: 0;
  z-index: 111;
}
.blockbx__iconsert{
  margin-bottom: 26px;
}
.bx-dev-blocktext{
  padding-bottom: 0
}
.bx-dev-blocktext ul{
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.bx-dev-blocktext li{
  font-size: 18px;
  line-height: 150%;
  padding-left: 40px;
  position: relative;
  margin: 1em 0
}
.bx-dev-blocktext li::before{
  position: absolute;
  content: '';
  left: 0;
  top: 14px;
  height: 1px;
  width: 20px;
  background: #333
}
.bx-dev-list{
  margin: 30px 0 30px 40px;
}
.bx-dev-list-item{

}
.bx-dev-list-item-title{
  font-family: "SFUIText", sans-serif;
  font-size: 20px;
  line-height: 30px;
  color: #5091e9;
  border-bottom: 1px dashed #5091e9;
  width: fit-content;
  transition: 0.3s
}
.bx-dev-list-item-title:hover{
  cursor: pointer;
  opacity: 0.8
}
.bx-dev-list-item-text{
  max-height: 0;
  transition: max-height 0.3s cubic-bezier(0, 1, 0, 1);
  overflow: hidden;
}
.bx-dev-list-item-text.show{
  max-height: 1000px;
  transition: max-height 0.3s cubic-bezier(1, 0, 1, 0);
}
.bx-dev-list-item-text p,
.bx-dev-list-item-text-p{
  font-size: 18px;
  line-height: 180%;
}
.bx-dev-list-item-text ul{
  margin: 1em 0;
}
.bx-dev-h3{
  font-size: 24px;
}
.bx-dev-blocktext h2.h1{
  margin-top: 0;
}
.menud-cols__left .clearfix__find{
  margin-bottom: 15px;
}
.menud-cols__left .clearfix__find li a{
  font-size: 24px;
  line-height: 160%;
}
.seo-1__cont-sertif{
  display: flex;
  flex-wrap: wrap
}
.seo-1__cont-sertif-img{
  margin-right: 15px;
  min-width: 201px;
  max-height: 52px;
  margin-bottom: 26px;
}
.seo-1__cont-sertif .blockbx__iconsert{
  
  
  object-fit: contain;
  
}
@media (min-width: 1200px) and (max-width: 1800px){
  .menud-cols__left .clearfix__find{
    padding-left: 42px;
    margin-top: 10px;
    margin-bottom: 0;
  }
  .menud-cols__left .clearfix__find li{
    margin-bottom: 13px;
  }
  .menud-cols__left .clearfix__find li:last-child{
    margin-bottom: 0;
  }
}
@media(max-width:1199px){
  .menud-cols__left .clearfix__find{
    padding-left: 32px;
    margin-top: 10px;
    margin-bottom: 0;
  }
  .menud-cols__left .clearfix__find li{
    margin-bottom: 10px;
  }
  .menud-cols__left .clearfix__find li:last-child{
    margin-bottom: 0;
  }
  .audit-im-navigation__item .button:not(.button__orange){
    display: none;
  }
  .audit-im-navigation__item .mobi-display{
    display: block;
    border-bottom: none;
  }
}
@media(max-width:1020px){
  .bx-dev-blocktext{
    color: #fff
  }
  .bx-dev-blocktext li::before{
    background: #fff
  }
  .bx-dev-blocktext h2.h1{
    font-size: 30px;
    line-height: 40px;
    color: #fff
  }
  .menud-cols__left .clearfix__find li a {
    font-size: 20px;
    line-height: 160%;
  }
  .audit-im-navigation__item .button__orange{
    display: block;
  }

}
@media(max-width:600px){
  .bx-dev-blocktext li{
    font-size: 16px;
    line-height: 135%;
    padding-left: 25px;
  }
  .bx-dev-list-item-text-p{
    font-size: 16px;
    line-height: 135%;
  }
  .bx-dev-blocktext li::before{
    width: 13px;
    top: 10px;
  }
  .bx-dev-blocktext{
    padding: 0 40px;
  }
  .bx-dev-list-item-title{
    font-size: 18px;
    line-height: 26px;
  }
  .bx-dev-list {
    margin: 15px 0 15px 25px;
  }
  .bx-dev-list-item-text p {
    font-size: 16px;
    line-height: 135%;
  }
  .bx-dev-list-item-text.show{
    max-height: 1300px
  }
  .audit-im-navigation__item{
    height: 440px;
    background-position: 50% 87%;
  }
}

.header__left .brifHeader img{
  height: 59px;
}

.header__left .brifHeader.brifexample {
  right:69px;
}
.free-audit-header .linkBrif.linkBrif--exapmle {
  top:450px;
}
.g-recaptcha,
.g-recaptcha iframe,
.g-recaptcha > div{
  max-width: 100%;
}
body {
	background: none ! important;
}

.header {
	background: rgba(1, 15, 34, .3);
}

/*.left-side .hamburger > i {
	color: rgba(1, 15, 34, .3);
}*/