@charset "UTF-8";

@font-face {
  font-family: "GraphikLCG";
  src: url(assets/fonts/GraphikLCG-Bold.woff2) format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "GraphikLCG";
  src: url(assets/fonts/GraphikLCG-Medium.woff2) format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "GraphikLCG";
  src: url(assets/fonts/GraphikLCG-Regular.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "GraphikLCG";
  src: url(assets/fonts/GraphikLCG-Semibold.woff2) format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: transparent;
  text-rendering: optimizeLegibility;
}

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

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-bottom: 1rem;
}

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

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

img {
  max-width: 100%;
  vertical-align: middle;
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  -webkit-appearance: none;
}

button,
input {
  overflow: visible;
}

button,
select {
  cursor: pointer;
  text-transform: none;
}

[type=button],
[type=reset],
[type=submit],
button {
  -webkit-appearance: none;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

[hidden] {
  display: none!important;
}

html {
  height: 100%;
  font-size: 14px;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: 100%;
}

html.lock {
  overflow: hidden;
  height: auto;
}

body {
  margin: 0;
  color: #212121;
  font: 1rem "GraphikLCG",sans-serif;
}

.container {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.wrapper {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: hidden;
  flex-direction: column;
  width: 100%;
  min-height: 100%;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
}

.wrapper &gt; .main {
  overflow: hidden;
  flex: 1 1 auto;
  background-color: #fff;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
}

.main__subtitle {
  display: block;
  margin-bottom: 30px;
  color: #525252;
  font-size: 21px;
  line-height: 155.6%;
}

.main__title {
  margin: 0;
  font-size: 50px;
  font-weight: 600;
  line-height: 136%;
}

.mainSmall {
	font-size: 36px;
	line-height: 130%;
}

.main-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: -4px -17.5px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-flex-wrap: wrap;
}

.main-tags &gt; a,
.main-tags &gt; span,
.menu__list li {
  display: block;
  font-size: 18px;
  font-weight: 600;
  line-height: 132.5%;
}

.main-tags &gt; a,
.main-tags &gt; span {
  margin: 4px 17.5px;
}

.menu {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  visibility: hidden;
  width: 100%;
  height: 100vh;
  opacity: 0;
  background-color: #fff;
}

.menu__wrapper {
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  height: 100%;
}

.menu__body {
  height: 100%;
  padding-top: 110px;
}

.menu__icon {
  position: relative;
  z-index: 10;
  display: block;
  width: 41px;
  height: 22px;
  padding: 0;
  cursor: pointer;
  border: 0;
  background: 0 0;
}

.menu__icon span,
.menu__icon::after,
.menu__icon::before {
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 3px;
  -webkit-transition: -webkit-transform 0.2s;
  -o-transition: transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s,-webkit-transform 0.2s;
  border-top: 3px solid;
  border-radius: 5px;
}

.menu__icon::after,
.menu__icon::before {
  content: "";
}

.menu__icon::before {
  top: 0;
  border-color: #e635da;
}

.menu__icon::after {
  bottom: 0;
  border-color: #41dafc;
}

.menu__icon span {
  top: 50%;
  -webkit-transform: scale(1) translate(0,-50%);
  -ms-transform: scale(1) translate(0,-50%);
  transform: scale(1) translate(0,-50%);
  border-color: #f8d54a;
}

.menu__icon.active span {
  -webkit-transform: scale(0) translate(0,-50%);
  -ms-transform: scale(0) translate(0,-50%);
  transform: scale(0) translate(0,-50%);
}

.menu__icon.active::before {
  top: auto;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.menu__icon.active::after {
  bottom: auto;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.menu__list,
.service-info__text p {
  margin: 0;
}

.menu__list li {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.menu__list li span,
.projects-menu__list li span {
  display: block;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.menu__list li + li {
  margin-top: 30px;
}

.menu.open {
  z-index: 5;
  visibility: visible;
  width: 100vw;
  padding: 0;
  opacity: 1;
}

.big-menu,
.big-menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.big-menu {
  flex-direction: column;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
}

.big-menu__list {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: -12.5px -35px;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -ms-flex-wrap: wrap;
}

.big-menu__list li {
  margin: 12.5px 35px;
  padding-bottom: 2px;
  border-bottom: 1px solid #5c5d60;
  font-size: 42px;
  font-weight: 600;
}

.big-menu__submenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: -15px 0;
  padding: 80px 0 0;
  color: #212121;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -ms-flex-wrap: wrap;
}

.big-menu__submenu li {
  margin: 15px 0;
  font-size: 18px;
  line-height: 132.5%;
}

.big-menu__submenu li a {
  display: block;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.big-menu__submenu li a:hover {
  color: #e635da;
  border-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.big-menu__contacts &gt; a {
  font-size: 22px;
}

.big-menu__footer {
  margin-top: auto;
  padding-top: 30px;
  padding-bottom: 30px;
}

.big-menu__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
}

.big-menu__row:not(:first-child) {
  margin-top: 18px;
}

.big-menu__row.developer &gt; :not(:first-child) {
  margin-top: 6px;
}

.developer {
  font-size: 15px;
  line-height: 154.5%;
}

.developer a {
  padding-bottom: 1px;
  border-bottom: 0.5px solid #212121;
}

.ui-img {
  position: relative;
  overflow: hidden;
}

.ui-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.ui-link {
  display: block;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-size: 17px;
  font-weight: 600;
  line-height: 150%;
}

.ui-link:hover {
  color: #e635da;
  border-color: transparent;
}

.ui-link__list {
  margin: -20px 0;
}

.ui-link__list &gt; a {
  margin: 20px 0;
}

.ui-btn,
h2 {
  font-weight: 600;
}

.ui-btn {
  display: inline-block;
  padding: 20px 35px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border: 1px solid #cacaca;
  border-radius: 70px;
  background-color: #fff;
  font-size: 18px;
  line-height: 1;
}

.ui-btn:hover {
  color: #e635da;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.ui-shadow {
  display: block;
  -webkit-filter: drop-shadow(0 15px 31px rgba(81,84,98,0.18));
  filter: drop-shadow(0 15px 31px rgba(81,84,98,0.18));
}

.ui-hover--cyan,
.ui-hover--magenta,
.ui-hover--orange {
  -webkit-transition: color 0.2s ease-in-out,border 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out,border 0.2s ease-in-out;
  transition: color 0.2s ease-in-out,border 0.2s ease-in-out;
}

.ui-btn:hover,
.ui-hover--cyan:hover,
.ui-hover--magenta:hover,
.ui-hover--orange:hover {
  border-color: transparent;
}

.projects-menu__list li a:hover,
.skills__link a.active[data-tab=bitrix],
.ui-hover--magenta:hover {
  color: #e635da;
}

.skills__link a.active[data-tab=shop],
.ui-hover--orange:hover {
  color: #fd9800;
}

.header-dark .menuTop ul.big-menu__list li a {color:#fff !important}
.header-dark .big-menu__submenu li a:hover,
.skills__link a.active[data-tab=web],
.ui-hover--cyan:hover {
  color: #41dafc;
}

.js-tab-content {
  display: none;
}

.js-tab-content.active {
  display: block;
}

h2 {
  font-size: 34px;
  line-height: 112%;
}

.header {
  position: relative;
  z-index: 5;
  padding: 40px 0;
  background-color: #fff;
}

.header:not(.header-dark)::after {
  position: absolute;
  z-index: 5;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #fff;
}

.header__navigation,
.header__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

.header__wrapper {
  position: relative;
  justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
}

.header__navigation {
  z-index: 6;
}

.header__social {
  padding-right: 19px;
}

.header__phone {
  margin-right: 34px;
}

.social-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: -3px -6px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-flex-wrap: wrap;
}

.social-btn &gt; a {
  display: inline-block;
  width: 27px;
  height: 27px;
  margin: 3px 6px;
}

.social-btn &gt; a img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.header-dark {
  overflow: hidden;
  color: #fff;
  background-color: #000;
}

.header-dark .menu {
  background-color: #121212;
}

.header-dark .main__subtitle {
  opacity: 0.6;
  color: #fff;
}

.header-dark .big-menu__submenu {
  color: #fff;
}

.header-dark .service-header {
  padding-bottom: 160px;
}

.header-dark #logo {
  fill: #fff;
}

.header-dark--big .service-header__image--dark {
  width: 60%;
}

.header-dark--big .service-header__image--dark::before {
  background: -webkit-gradient(linear,left top,right top,from(#000),color-stop(40%,transparent));
  background: -o-linear-gradient(left,#000 0,transparent 40%);
  background: linear-gradient(90deg,#000 0,transparent 40%);
}

.logo {
  z-index: 6;
  display: block;
  width: 158px;
}

.email,
.phone {
  letter-spacing: 0.02em;
  font-size: 20px;
  font-weight: 600;
}

.skills {
  overflow: hidden;
  padding: 30px 0 95px;
}

.skills__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  -webkit-box-align: start;
  -webkit-box-pack: justify;
  -ms-flex-align: start;
  -ms-flex-pack: justify;
}

.skills__title {
  margin-bottom: 60px;
  font-size: 21px;
  font-weight: 400;
  line-height: 155.6%;
}

.skills__link {
  font-size: 50px;
  font-weight: 600;
}

.skills__link:not(:last-child) {
  margin-bottom: 40px;
}

.skills__link a {
  padding-bottom: 3px;
  border-bottom: 1px solid rgba(33,33,33,0.4);
}

.skills__link a.active {
  border: 0;
}

.skills__img {
  position: relative;
  margin: 80px 0 0;
}

.skills__img img {
  -o-object-fit: contain;
  object-fit: contain;
}

.skills__bitrix {
  position: relative;
  width: 82%;
  padding-bottom: 50px;
}

.skills__bitrix::after {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 20%;
  width: 574px;
  height: 574px;
  max-height: 100%;
  content: "";
  pointer-events: none;
  background: -o-radial-gradient(50% 50%,50% 50%,rgba(230,53,218,0.31) 0,#ffffff 100%);
  background: radial-gradient(50% 50% at 50% 50%,rgba(230,53,218,0.31) 0,#ffffff 100%);
}

.skills__bitrix--1,
.skills__bitrix--2 {
  position: absolute;
  display: block;
}

.skills__bitrix--bg {
  display: block;
  overflow: hidden;
  width: 100%;
  border-radius: 8px;
  -webkit-box-shadow: 0 4.94676px 30.6699px rgba(81,84,98,0.38);
  box-shadow: 0 4.94676px 30.6699px rgba(81,84,98,0.38);
}

.skills__bitrix--1,
.skills__bitrix--2 {
  right: -10%;
  width: 40.323%;
  max-width: 228px;
  -webkit-filter: drop-shadow(0 7.91482px 17.8083px rgba(81,84,98,0.18));
  filter: drop-shadow(0 7.91482px 17.8083px rgba(81,84,98,0.18));
}

.skills__bitrix--1 {
  top: 13%;
}

.skills__bitrix--2 {
  bottom: 0;
}

.skills__shop {
  position: relative;
  width: 82%;
  padding-bottom: 50px;
}

.skills__shop::after,
.skills__shop::before {
  position: absolute;
  z-index: -1;
  max-height: 100%;
  content: "";
  pointer-events: none;
}

.skills__shop::after {
  top: 0;
  left: 20%;
  width: 393px;
  height: 393px;
  opacity: 0.4;
  background: -o-radial-gradient(50% 50%,50% 50%,rgba(248,213,74,0.6) 0,#ffffff 100%);
  background: radial-gradient(50% 50% at 50% 50%,rgba(248,213,74,0.6) 0,#ffffff 100%);
}

.skills__shop::before {
  bottom: -4%;
  left: -2%;
  width: 386px;
  height: 386px;
  background: -o-radial-gradient(50% 50%,50% 50%,rgba(248,147,74,0.6) 0,#ffffff 100%);
  background: radial-gradient(50% 50% at 50% 50%,rgba(248,147,74,0.6) 0,#ffffff 100%);
}

.skills__shop--1 {
  display: block;
  width: 53%;
}

.skills__shop--2,
.skills__shop--3 {
  position: absolute;
  display: block;
}

.skills__shop--2 {
  bottom: -5%;
  left: 42%;
  width: 55%;
}

.skills__shop--3 {
  top: -10px;
  right: -5%;
  width: 52%;
}

.skills__web {
  position: relative;
  width: 82%;
  padding-bottom: 50px;
}

.skills__web::after,
.skills__web::before {
  position: absolute;
  z-index: -1;
  max-height: 100%;
  content: "";
  pointer-events: none;
}

.skills__web::after {
  top: 10%;
  right: -10%;
  width: 435px;
  height: 435px;
  background: -o-radial-gradient(50% 50%,50% 50%,rgba(65,218,252,0.26) 0,#ffffff 100%);
  background: radial-gradient(50% 50% at 50% 50%,rgba(65,218,252,0.26) 0,#ffffff 100%);
}

.skills__web::before {
  bottom: 0;
  left: -5%;
  width: 382px;
  height: 382px;
  background: -o-radial-gradient(50% 50%,50% 50%,rgba(44,97,201,0.3) 0,#ffffff 100%);
  background: radial-gradient(50% 50% at 50% 50%,rgba(44,97,201,0.3) 0,#ffffff 100%);
}

.skills__web--1 {
  display: block;
  width: 100%;
}

.skills__web--2 {
  position: absolute;
  right: -5%;
  bottom: -5%;
  display: block;
  width: 57%;
}

.about {
  overflow: hidden;
}

.about__wrapper {
  font-size: 19px;
  line-height: 180%;
}

.about__reach {
  padding-top: 70px;
}

.reach {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin: -12.5px -25px;
  -ms-flex-wrap: wrap;
}

.reach__item {
  margin: 12.5px 25px;
}

.reach__title {
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 600;
  line-height: 125.58%;
}

.reach__subtitle {
  font-size: 17px;
  line-height: 170%;
}

.work {
  margin-top: 200px;
  margin-bottom: 220px;
}

.work__title {
  margin-bottom: 60px;
}

.work__list {
  display: grid;
  grid-gap: 20px;
}

.work__more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 80px;
}

.case {
  margin: 0 -25px;
}

.case__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #fff;
  background-color: #212121;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-box-pack: justify;
  -ms-flex-direction: column;
  -ms-flex-pack: justify;
}

.case__item--light {
  color: #212121;
  border: 1px solid #efefef;
  background-color: #fff;
  -webkit-box-shadow: 0 15px 31px rgba(81,84,98,0.18);
  box-shadow: 0 15px 31px rgba(81,84,98,0.18);
}

.case__item--dark {
  color: #212121;
}

.case__item--full {
  grid-column: 1/-1;
}

.case__item--right {
  padding: 0 0 20px;
}

.case__link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.case__header {
  padding: 60px 70px;
}

.case__title {
  font-size: 28px;
  font-weight: 600;
  line-height: 132.5%;
}

.case__description {
  margin-top: 12px;
  font-size: 18px;
  line-height: 142.5%;
}

.case__description--limpid {
  opacity: 0.8;
}

.case__img {
  width: 100%;
  padding-left: 60px;
}

.case__img--center {
  padding: 0;
}

.case .animation {
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px);
  opacity: 0;
}

.case .animation.focus {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.case__images {
  margin-bottom: 190px;
  padding-top: 120px;
  padding-bottom: 100px;
}

.articles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: justify;
  -ms-flex-align: center;
  -ms-flex-pack: justify;
  -ms-flex-wrap: wrap;
}

.articles__title {
  margin-bottom: 25px;
  font-size: 42px;
  font-weight: 600;
  line-height: 132.5%;
}

.articles__footer {
  margin-top: 40px;
}

.articles__description {
  font-size: 19px;
  line-height: 180%;
}

.articles__img {
  max-width: 80%;
  margin: 60px 0 0;
}

.articles.animation .articles__text {
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  opacity: 0;
}

.articles.animation .articles__img {
  -webkit-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
  -webkit-transform: translateX(-100px);
  -ms-transform: translateX(-100px);
  transform: translateX(-100px);
  opacity: 0;
}

.articles.animation.focus .articles__text {
  opacity: 1;
}

.articles.animation.focus .articles__img {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}

.clients {
  margin-top: 220px;
  padding-bottom: 170px;
}

.clients__title {
  margin-bottom: 80px;
}

.clients__list {
  display: grid;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  grid-gap: 30px 45px;
  grid-template-columns: repeat(2,1fr);
}

.clients__list.animation .clients__item {
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  opacity: 0;
}

.clients__list.animation .clients__item:nth-child(n+6) {
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.clients__list.animation.focus .clients__item,
.service-header__body.animation.focus .main__subtitle {
  opacity: 1;
}

.clients__item {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.service {
  margin-top: 37px;
  padding-bottom: 120px;
}

.service__list {
  margin-top: 50px;
}

.service__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  padding-top: 60px;
  padding-bottom: 60px;
  -webkit-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
  border-top: 1px solid #d1d1d1;
  -webkit-box-align: start;
  -ms-flex-align: start;
}

.service__title {
  margin-bottom: 10px;
  font-size: 28px;
  font-weight: 600;
  line-height: 132.5%;
}

.service__title a {
  padding-bottom: 2px;
  border-bottom: 1px solid #000;
}

.service__title a:hover {
  border-bottom: 1px solid transparent;
}

.service__text {
  flex: 1 1 auto;
  font-size: 17px;
  line-height: 164%;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
}

.service__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
}

.service__tags {
  z-index: 1;
}

a.service__title {
  text-decoration: underline;
}

.service-header,
.service__tags {
  padding-top: 30px;
}

.service-header__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.service-header__body {
  flex: 1 1 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
}

.service-header__body.animation .main__subtitle {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}

.service-header__body.animation .main__title,
.service-header__body.animation .service-header__text,
.service-header__image.animation {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
  -webkit-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px);
  opacity: 0;
}

.service-header__body.animation .service-header__text {
  -webkit-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

.service-header__body.animation.focus .main__title,
.service-header__body.animation.focus .service-header__text,
.service-header__image.animation.focus {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.service-header__text {
  margin-top: 50px;
  font-size: 18px;
  line-height: 177%;
}

.service-header__text--case {
  margin-top: 25px;
}

.service-header__image {
  position: relative;
  flex: 1 1 auto;
  max-width: 780px;
  margin-top: 40px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
}

.service-header__image--ecommerce {
  max-width: 615px;
}

.service-header__image--ecommerce::after,
.service-header__image--ecommerce::before {
  position: absolute;
  z-index: -1;
  max-height: 100%;
  content: "";
  pointer-events: none;
}

.service-header__image--ecommerce::after {
  top: 5%;
  right: -10%;
  width: 695px;
  height: 695px;
  opacity: 0.3;
  background: -o-radial-gradient(50% 50%,50% 50%,rgba(248,213,74,0.6) 0,#ffffff 100%);
  background: radial-gradient(50% 50% at 50% 50%,rgba(248,213,74,0.6) 0,#ffffff 100%);
}

.service-header__image--ecommerce::before {
  top: -5%;
  left: -10%;
  width: 559px;
  height: 559px;
  opacity: 0.45;
  background: -o-radial-gradient(50% 50%,50% 50%,rgba(248,147,74,0.6) 0,#ffffff 100%);
  background: radial-gradient(50% 50% at 50% 50%,rgba(248,147,74,0.6) 0,#ffffff 100%);
}

.service-header__image--web {
  max-width: 665px;
}

.service-header__image--web::after,
.service-header__image--web::before {
  position: absolute;
  z-index: -1;
  max-height: 100%;
  content: "";
  pointer-events: none;
}

.service-header__image--web::after {
  top: 10%;
  right: -10%;
  width: 501px;
  height: 501px;
  background: -o-radial-gradient(50% 50%,50% 50%,rgba(65,218,252,0.26) 0,#ffffff 100%);
  background: radial-gradient(50% 50% at 50% 50%,rgba(65,218,252,0.26) 0,#ffffff 100%);
}

.service-header__image--web::before {
  top: -5%;
  left: -10%;
  width: 502px;
  height: 502px;
  background: -o-radial-gradient(50% 50%,50% 50%,rgba(44,97,201,0.3) 0,#ffffff 100%);
  background: radial-gradient(50% 50% at 50% 50%,rgba(44,97,201,0.3) 0,#ffffff 100%);
}

.service-header__image--dark {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  width: 90%;
  height: 100%;
  pointer-events: none;
}

.service-header__image--dark::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: -webkit-gradient(linear,left top,right top,from(#000),color-stop(90%,transparent));
  background: -o-linear-gradient(left,#000 0,transparent 90%);
  background: linear-gradient(90deg,#000 0,transparent 90%);
}

.service-header__image--dark img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.service-header__image.animation {
  -webkit-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px);
}

.service-header__image--big {
  max-width: 965px;
}

.service-header__image.js-parallax {
  margin-bottom: 10%;
}

.service-header__image.js-parallax &gt; picture:nth-child(2) {
  position: absolute;
  bottom: -25%;
  left: -10%;
  width: 42%;
  max-width: 280px;
}

.service-header__tags {
  margin-bottom: 60px;
}

.service-header--no-top {
  padding-top: 0;
}

.service-info {
  margin-top: 150px;
  margin-bottom: 200px;
}

.service-info__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: baseline;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
}

.service-info__block:not(:last-child) {
  margin-bottom: 87px;
}

.service-info__block.animation {
  -webkit-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  -webkit-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s;
  opacity: 0;
}

.service-info__block.animation:nth-child(2) {
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.service-info__block.animation.focus {
  opacity: 1;
}

.service-info__title {
  margin: 0 0 15px;
  font-size: 19px;
  font-weight: 600;
  line-height: 155.6%;
}

.service-info__text {
  font-size: 19px;
  line-height: 185%;
}

.service-info__text p:not(:last-child) {
  margin-bottom: 20px;
}

.service-info__ol {
    padding: 0;
    margin: 0;
    padding-left: 1.1em;
}

.service-info__list li:not(:last-child) {
  margin-bottom: 8px;
}

.service-info__list li::before,
.service-standard__list ul li::before {
  margin-right: 15px;
  content: "•";
}

.service-info--mb {
  margin-bottom: 200px;
}

.service-metod {
  overflow: hidden;
  padding-top: 150px;
  padding-bottom: 150px;
  color: #fff;
  background-color: #212121;
}

.service-metod__title {
  line-height: 112%;
}

.service-metod__list {
  margin: 50px 0 -19.5px;
  padding: 0;
  list-style-type: none;
  counter-reset: num;
}

.service-metod__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: baseline;
  margin: 19.5px 0;
  font-size: 17px;
  line-height: 164%;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
}

.service-metod__list li:before {
  margin-right: 12px;
  content: counter(num) ".";
  counter-increment: num;
}

.service-metod--articles {
  margin-bottom: 160px;
  padding-top: 130px;
  padding-bottom: 130px;
}

.service-metod--articles .service-metod__list li {
  margin: 12px 0;
}

.service-metod--decor {
  position: relative;
}

.service-metod--decor::after {
  position: absolute;
  z-index: 0;
  top: -35%;
  right: -25%;
  width: 714px;
  height: 714px;
  content: "";
  opacity: 0.2;
  background: -o-radial-gradient(50% 50%,50% 50%,#e635da 0,transparent 100%);
  background: radial-gradient(50% 50% at 50% 50%,#e635da 0,transparent 100%);
}

.service-metod--decor picture {
  position: relative;
  z-index: 1;
  display: block;
}

.service-function {
  margin-top: 195px;
  margin-bottom: 195px;
}

.service-standard {
  margin-bottom: 190px;
}

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

.service-standard__list &gt; * {
  margin: 0 25px;
}

.service-standard__list ul {
  font-size: 17px;
  line-height: 200%;
}

.service-case {
  padding-bottom: 160px;
}

.service-case__title {
  margin-bottom: 70px;
}

.service-case__list {
  display: grid;
  grid-gap: 10px 30px;
}

.service-case__video picture {
  display: block;
  max-width: 306px;
  margin: 0 auto;
}

.web-services-case__list {
  display: grid;
  grid-gap: 10px 30px;
}

.contacts {
  margin-top: 37px;
}

.contacts__title {
  margin-bottom: 60px;
}

.contacts__list {
  padding-bottom: 60px;
}

.contacts__btn {
  margin: -10px -15px;
  padding-bottom: 60px;
}

.contacts__btn &gt; a,
.contacts__btn &gt; button {
  margin: 10px 15px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.contacts__map {
  overflow: hidden;
  height: 615px;
}

.contacts__map #map {
  width: 100%;
  height: 110%;
}

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

.contact-list__item {
  margin: 15px 45px;
}

.contact-list__title {
  display: block;
  margin-bottom: 10px;
  letter-spacing: 1.00425px;
  text-transform: uppercase;
  color: #5c5d60;
  font-size: 15px;
  line-height: 149.5%;
}

.contact-list__content {
  color: #000;
  font-size: 22px;
  font-weight: 500;
  line-height: 100%;
}

.img-case {
  background-color: #f8f8f8;
}

.img-case__list {
  display: grid;
  justify-content: center;
  margin: 0 auto;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  grid-gap: 50px;
}

.img-case__list picture {
  -webkit-filter: drop-shadow(0 10px 51.53px rgba(86,86,86,0.18));
  filter: drop-shadow(0 10px 51.53px rgba(86,86,86,0.18));
}

.img-case__mobile {
  display: grid;
  justify-content: center;
  max-width: 55%;
  margin: 0 auto;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  grid-gap: 30px 60px;
}

.projects-header {
  margin-top: 37px;
}

.projects-header__navigation {
  padding-top: 30px;
  padding-bottom: 80px;
}

.projects-menu {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  visibility: hidden;
  width: 100%;
  height: 100vh;
  opacity: 0;
  background-color: transparent;
}

.projects-menu__body {
  position: absolute;
  top: 0;
  right: 0;
  overflow-x: hidden;
  overflow-y: auto;
  width: 100%;
  height: 100%;
  padding: 25px 20px 40px;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  -o-transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out,-webkit-transform 0.2s ease-in-out;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  background-color: #fff;
}

.projects-menu__wrapper {
  position: relative;
  height: 100%;
}

.projects-menu.open {
  z-index: 10;
  visibility: visible;
  overflow: hidden;
  padding: 0;
  opacity: 1;
}

.projects-menu.open .projects-menu__body {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.projects-menu__title {
  display: block;
  margin-bottom: 50px;
  font-size: 17px;
  line-height: 155.6%;
}

.projects-menu__list,
.service-picture__text p {
  margin: 0;
}

.projects-menu__list li {
  display: block;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 18px;
  font-weight: 600;
  line-height: 132.5%;
}

.projects-menu__list li.active,
.projects-navigation__btn.active,
.projects-navigation__btn:hover {
  color: #e635da;
}

.projects-menu__list li + li {
  margin-top: 30px;
}

.projects-menu__close {
  position: absolute;
  z-index: 10;
  top: 40px;
  right: 20px;
  display: block;
  width: 31px;
  height: 22px;
  padding: 0;
  cursor: pointer;
  border: 0;
  background: 0 0;
}

.projects-menu__close::after,
.projects-menu__close::before {
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 3px;
  content: "";
  -webkit-transition: -webkit-transform 0.2s;
  -o-transition: transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s,-webkit-transform 0.2s;
  border-top: 3px solid;
  border-radius: 5px;
}

.projects-menu__close::before {
  top: auto;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  border-color: #e635da;
}

.projects-menu__close::after {
  bottom: auto;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-color: #41dafc;
}

.projects-navigation,
.service-listing__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.projects-navigation {
  flex-wrap: wrap;
  margin: -5px -6px;
  -ms-flex-wrap: wrap;
}

.projects-navigation__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  margin: 5px 6px;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

.projects-navigation__title {
  padding: 0 0 4px;
  font-size: 17px;
  line-height: 155.6%;
}

.projects-navigation__btn {
  padding: 12px 26px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: #000;
  border: 1px solid #b4b4b4;
  border-radius: 3px;
  background-color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: 132.5%;
}
.projects-navigation__reset {
  position: relative;
}
.projects-navigation__reset input {
  background: none;
  font-weight: 400;
  font-size: 17px;
  line-height: 155.6%;
  color: #E635DA;
  border: none;
  font-family: "GraphikLCG",sans-serif;
  padding-left: 30px;
  cursor: pointer;
  position: relative;
  z-index: 2;
}
.projects-navigation__reset::before, .projects-navigation__reset:after {
  width: 17px;
  height: 1px;
  position: absolute;
  background: #E635DA;
  transform: rotate(45deg);
  content: "";
  display: block;
  top: 13px;
  z-index: 1;
}
.projects-navigation__reset:after {
  transform: rotate(135deg);
}

.service-listing {
  margin-top: 110px;
}

.service-listing__title {
  margin-bottom: 60px;
}

.service-listing__list {
  display: grid;
  font-size: 17px;
  line-height: 160%;
  grid-gap: 30px 100px;
}

.service-listing__list li {
  align-items: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
}

.service-listing__list li::before {
  min-width: 18px;
  min-height: 18px;
  margin-top: 4px;
  margin-right: 25px;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='9' cy='9' r='9' fill='%23FD9800'/%3E%3Cpath d='M13.428 5.43a.75.75 0 01.018 1.02l-5.105 5.726a1 1 0 01-1.548-.067L4.576 9.14a.886.886 0 011.361-1.13l1.59 1.726 4.86-4.344a.75.75 0 011.04.04z' fill='%23fff'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  line-height: 0;
}

.service-listing__list.animation li {
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  opacity: 0;
}

.service-listing__list.animation.focus li {
  opacity: 1;
}

.service-picture {
  margin-top: 200px;
}

.service-picture__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

.service-picture__image {
  flex: 1 1 auto;
  order: 2;
  margin-top: 30px;
  margin-left: -35%;
  -webkit-box-flex: 1;
  -webkit-box-ordinal-group: 3;
  -ms-flex: 1 1 auto;
  -ms-flex-order: 2;
}

.service-picture__title {
  margin-bottom: 45px;
  line-height: 135%;
}

.service-picture__text {
  font-size: 17px;
  line-height: 164%;
}

.service-picture__text p:not(:last-child) {
  margin-bottom: 30px;
}

.marquee {
  overflow: hidden;
  width: 1400px;
  margin: 0 auto;
  color: #fff;
}

.marquee span {
  margin: 0 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
  line-height: 125.58%;
}

.integration-list {
  display: grid;
  grid-gap: 26px 25px;
  grid-template-columns: repeat(2,minmax(100px,261px));
}

.integration-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 105px;
  padding: 17px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-align: center;
  border-radius: 5px;
  background-color: #fff;
  -webkit-box-shadow: -2px 9px 9px rgba(81,84,98,0.12);
  box-shadow: -2px 9px 9px rgba(81,84,98,0.12);
  -webkit-box-align: center;
  -webkit-box-pack: center;
  -ms-flex-align: center;
  -ms-flex-pack: center;
}

.integration-list__item:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.integration-list__item img {
  width: 100%;
  max-width: 169px;
  height: 71px;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.integration-list__title {
  flex: 1 1 auto;
  text-align: center;
  font-size: 17px;
  line-height: 147%;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
}

.integration-list__img {
  flex: 0 0 47px;
  height: 100%;
  max-height: 40px;
  margin: 0 0 0 10px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 47px;
}

.case-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: -17px;
  padding-top: 50px;
  color: #5c5d60;
  font-size: 18px;
  line-height: 158.5%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-flex-wrap: wrap;
}

.case-info &gt; * {
  margin: 17px;
}

.footer {
  overflow: hidden;
  background-color: #212121;
}

.footer:not(.footer__page) {
  padding-top: 100px;
}

.footer--parallax {
  position: fixed;
  z-index: -1;
  right: 0;
  bottom: 0;
  left: 0;
}

.footer__title {
  margin-bottom: 20px;
  color: #fff;
  font-size: 42px;
  font-weight: 600;
  line-height: 112%;
}

.footer__subtitle {
  opacity: 0.8;
  color: #fff;
  font-size: 19px;
  font-weight: 400;
  line-height: 158.5%;
}

.footer__wrapper {
  display: grid;
  margin-top: 80px;
  margin-bottom: 120px;
  grid-gap: 60px;
}

.footer__dev {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin: -3px -5px;
  padding: 20px 0;
  color: #b8b8b8;
  font-size: 14px;
  -webkit-box-align: center;
  -webkit-box-pack: justify;
  -ms-flex-align: center;
  -ms-flex-pack: justify;
  -ms-flex-wrap: wrap;
}

.footer__dev a {
  border-color: #b8b8b8;
}

.footer__dev &gt; * {
  display: block;
  margin: 3px 5px;
}

.form input {
  display: block;
  width: 100%;
  padding: 0 0 20px;
  color: #fff;
  border: 0;
  border-bottom: 1px solid #b8b8b8;
  background-color: transparent;
  font-size: 18px;
  line-height: 18px;
}

.form input::-webkit-input-placeholder {
  color: #b8b8b8;
}

.form input::-moz-placeholder {
  color: #b8b8b8;
}

.form input:-ms-input-placeholder {
  color: #b8b8b8;
}

.form input::-ms-input-placeholder {
  color: #b8b8b8;
}

.form input::placeholder {
  color: #b8b8b8;
}

.form input:focus {
  border-bottom: 1px solid #fff;
  outline: 0;
}

.form input {
  margin-top: 45px;
}
.form .first-input input {
  margin-top:0;
}

.form__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
  -webkit-box-align: center;
  -webkit-box-pack: justify;
  -ms-flex-align: center;
  -ms-flex-pack: justify;
}

.form__info {
  margin-right: 35px;
  color: #6e6e6e;
  font-size: 13px;
  line-height: 154.5%;
}

.form__info a {
  padding-bottom: 1px;
  border-bottom: 0.5px solid #6e6e6e;
}

.form .form__btn {
  padding: 0;
  width:auto;
  margin:0;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: #fff;
  border: 0!important;
  cursor:pointer;
  background: 0 0;
  font-size: 20px;
  font-weight: 700;
}

.footer__wrapper font.errortext {
  margin:0 0 25px;
  color:#fff!important;
  display:block;
}

.form__btn:hover {
  color: #41dafc;
}

.footer-contact {
  color: #fff;
}

.footer-contact__item:not(:last-child) {
  margin-bottom: 45px;
}

.footer-contact__title {
  display: block;
  margin-bottom: 10px;
  letter-spacing: 1.00425px;
  text-transform: uppercase;
  color: #b8b8b8;
  font-size: 15px;
  line-height: 149.5%;
}

.footer-contact__content {
  font-size: 22px;
  font-weight: 500;
}

.cookies {
  position: fixed;
  right: 20px;
  bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  max-width: 544px;
  padding: 14px 30px;
  background: #fff;
  -webkit-box-shadow: 0 10px 30.6699px rgba(81,84,98,0.2);
  box-shadow: 0 10px 30.6699px rgba(81,84,98,0.2);
  font-size: 14px;
  line-height: 143%;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

.cookies a {
  max-height: 40px;
  margin-left: 10px;
  line-height: 0.9;
}

@media (min-width:575.98px) {
  .is-mobile-sm {
    display: none;
  }

  .work__more {
    justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
  }

  .projects-navigation__title {
    padding: 0 15px 0 0;
  }

  .integration-list__title {
    padding-right: 10px;
    padding-left: 19px;
    text-align: left;
  }
}

@media (min-width:767.98px) {
  .big-menu__row {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    -webkit-box-align: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: justify;
    -ms-flex-align: center;
    -ms-flex-direction: row;
    -ms-flex-pack: justify;
    -ms-flex-wrap: wrap;
  }

  .ui-link {
    display: inline-block;
    padding: 12px 24px;
    border: 1px solid #cacaca;
    border-radius: 70px;
    background-color: #fff;
    font-weight: 400;
  }

  .ui-link__list {
    margin: -9px -7.5px;
  }

  .ui-link__list &gt; a {
    margin: 9px 7.5px;
  }

  .ui-btn {
    padding: 24px 45px;
  }

  .is-mobile-md {
    display: none;
  }

  .header-dark .service-header__body {
    flex: 0 0 48%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 48%;
  }

  .header-dark--big .service-header__body {
    flex: 0 0 60%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
  }

  .reach__item {
    max-width: 205px;
  }

  .case__item {
    border-radius: 15px;
  }

  .clients__list {
    grid-gap: 90px 65px;
    grid-template-columns: repeat(3,1fr);
  }

  .service__title {
    flex: 0 0 30%;
    margin-right: 70px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
  }

  .img-case__list {
    max-width: 100%;
    grid-gap: 100px;
  }

  .img-case__mobile {
    max-width: 100%;
    grid-template-columns: repeat(3,1fr);
  }

  .projects-menu__body {
    max-width: 480px;
    margin-left: auto;
    padding-top: 180px;
    text-align: right;
    -webkit-box-shadow: -10px 0 31px rgba(81,84,98,0.18);
    box-shadow: -10px 0 31px rgba(81,84,98,0.18);
  }

  .projects-menu.open .projects-menu__wrapper::after {
    position: absolute;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    content: "";
    background-color: #fff;
  }

  .projects-navigation {
    margin: -5px -32px;
  }

  .projects-navigation__item {
    margin: 5px 32px;
  }

  .service-listing__list {
    opacity: 0.9;
    grid-template-columns: repeat(2,1fr);
  }
}

@media (min-width:991.98px) {
  .menu__body {
    padding-top: 240px;
  }

  .big-menu__submenu {
    align-self: center;
    max-width: 80%;
    margin: -10px -7.5px;
    -ms-flex-item-align: center;
  }

  .big-menu__submenu li {
    margin: 10px 7.5px;
  }

  .big-menu__submenu li a {
    padding: 12px 26px;
    border: 1px solid #b4b4b4;
    border-radius: 100px;
  }

  .skills__body {
    flex: 1 1 50%;
    margin-top: 50px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
  }

  .skills__img {
    flex: 1 1 50%;
    min-height: 575px;
    max-height: 575px;
    margin: 0 0 0 40px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
  }

  .skills__bitrix {
    width: 100%;
  }

  .skills__shop {
    width: 100%;
  }

  .skills__web {
    width: 100%;
  }

  .about__wrapper {
    max-width: 80%;
  }

  .work__list {
    grid-gap: 50px 30px;
    grid-template-columns: repeat(2,1fr);
  }

  .case__item--right {
    flex-direction: row;
    align-items: center;
    padding: 90px 0 80px;
    -webkit-box-align: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -ms-flex-align: center;
    -ms-flex-direction: row;
  }

  .case__item--right .case__header {
    flex: 1 1 70%;
    padding: 40px 20px 40px 60px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 70%;
  }

  .case .animation:nth-child(2) {
    -webkit-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
  }

  .work-case-list .animation:nth-child(10),
  .work-case-list .animation:nth-child(5) {
    -webkit-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
  }

  .articles__text {
    flex: 1;
    max-width: 550px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
  }

  .articles__img {
    flex: 1;
    max-width: 600px;
    margin: 0 0 0 50px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
  }

  .articles__img--half {
    min-width: 60%;
  }

  .clients__list {
    grid-gap: 90px;
    grid-template-columns: repeat(5,1fr);
  }

  .service__text {
    max-width: 90%;
  }

  .service-header__body {
    flex: 1 1 60%;
    margin-top: 50px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 60%;
  }

  .service-header__image {
    margin-top: 0;
    margin-right: -160px;
    margin-left: 65px;
  }

  .service-header__image--web {
    margin-right: -220px;
  }

  .service-header__image--big {
    margin-right: -250px;
  }
  
  .bigHeader {margin-top:65px;}
  
  .bigImg {
	  margin-right: -400px;
  }

  .service-header__image.js-parallax {
    margin-bottom: 5%;
    margin-left: 190px;
  }

  .service-info__title {
    flex: 0 0 20%;
    margin: 0 40px 0 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
  }

  .service-info__text {
    max-width: 68%;
  }

  .service-metod__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }

  .service-metod__list.animation li {
    -webkit-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    opacity: 0;
  }

  .service-metod__list.animation li:nth-child(-n+3),
  .service-metod__list.animation li:nth-child(n+8) {
    -webkit-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    transform: translateX(-100px);
  }

  .service-metod__list.animation li:nth-child(n+4):nth-child(-n+7) {
    -webkit-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    transition-delay: 0.4s;
    -webkit-transform: translateX(100px);
    -ms-transform: translateX(100px);
    transform: translateX(100px);
  }

  .service-metod__list.animation li:nth-child(n+8) {
    -webkit-transition-delay: 0.6s;
    -o-transition-delay: 0.6s;
    transition-delay: 0.6s;
  }

  .service-metod__list.animation.focus li {
    -webkit-transform: translateX(0)!important;
    -ms-transform: translateX(0)!important;
    transform: translateX(0)!important;
    opacity: 1!important;
  }

  .service-metod--line li {
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
  }

  .service-metod--line li:not(:last-child)::after {
    display: inline-block;
    width: 70px;
    height: 1px;
    margin: 0 30px;
    content: "";
    background-color: #585f67;
  }

  .service-case__list {
    grid-template-columns: repeat(2,1fr);
  }

  .web-services-case__list {
    grid-gap: 50px 30px;
    grid-template-columns: repeat(2,1fr);
  }

  .service-picture__image {
    order: -1;
    margin-top: 0;
    margin-right: 65px;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
  }

  .service-picture__body {
    flex: 0 0 57.2%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 57.2%;
  }

  .service-picture__text {
    opacity: 0.8;
  }

  .footer__wrapper {
    align-items: start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    grid-gap: 100px;
    grid-template-columns: repeat(2,1fr);
  }

  .footer__contacts {
    padding-left: 70px;
  }
}

@media (min-width:1200px) {
  .service-header__body {
    flex: 1 1 63%;
    margin-top: 90px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 63%;
  }

  .service-metod--line li:nth-child(3)::after,
  .service-metod--line li:nth-child(7)::after {
    content: none;
  }
}

@media (max-width:1200px) {
  .main__subtitle {
    font-size: calc(16px + 5*((100vw - 320px)/880));
  }

  .main__title, .mainSmall {
    font-size: calc(32px + 18*((100vw - 320px)/880));
  }

  .main-tags &gt; a,
  .main-tags &gt; span {
    font-size: calc(16px + 2*((100vw - 320px)/880));
  }

  .menu__icon {
    width: calc(31px + 10*((100vw - 320px)/880));
  }

  .big-menu__list li {
    font-size: calc(30px + 12*((100vw - 320px)/880));
  }

  .big-menu__submenu li {
    font-size: calc(16px + 2*((100vw - 320px)/880));
  }

  .big-menu__contacts &gt; a {
    font-size: calc(15px + 7*((100vw - 320px)/880));
  }

  .developer {
    font-size: calc(12px + 3*((100vw - 320px)/880));
  }

  .ui-link {
    font-size: calc(15px + 2*((100vw - 320px)/880));
  }

  .ui-btn {
    font-size: calc(15px + 3*((100vw - 320px)/880));
  }

  h2 {
    font-size: calc(28px + 6*((100vw - 320px)/880));
  }

  .logo {
    width: calc(147px + 41*((100vw - 320px)/880));
  }

  .skills__title {
    margin-bottom: calc(31px + 29*((100vw - 320px)/880));
    font-size: calc(16px + 5*((100vw - 320px)/880));
  }

  .skills__link {
    font-size: calc(30px + 20*((100vw - 320px)/880));
  }

  .skills__link:not(:last-child) {
    margin-bottom: calc(25px + 15*((100vw - 320px)/880));
  }

  .skills__bitrix::after {
    width: calc(339px + 235*((100vw - 320px)/880));
    height: calc(339px + 235*((100vw - 320px)/880));
  }

  .skills__shop::after {
    width: calc(250px + 143*((100vw - 320px)/880));
    height: calc(250px + 143*((100vw - 320px)/880));
  }

  .skills__shop::before {
    width: calc(250px + 136*((100vw - 320px)/880));
    height: calc(250px + 136*((100vw - 320px)/880));
  }

  .skills__web::after {
    width: calc(250px + 185*((100vw - 320px)/880));
    height: calc(250px + 185*((100vw - 320px)/880));
  }

  .skills__web::before {
    width: calc(250px + 132*((100vw - 320px)/880));
    height: calc(250px + 132*((100vw - 320px)/880));
  }

  .about__wrapper {
    font-size: calc(15px + 4*((100vw - 320px)/880));
  }

  .about__reach {
    padding-top: calc(25px + 45*((100vw - 320px)/880));
  }

  .work {
    margin-top: calc(100px + 100*((100vw - 320px)/880));
    margin-bottom: calc(120px + 100*((100vw - 320px)/880));
  }

  .work__title {
    margin-bottom: calc(40px + 20*((100vw - 320px)/880));
  }

  .work__more {
    margin-top: calc(25px + 55*((100vw - 320px)/880));
  }

  .case__images {
    margin-bottom: calc(100px + 90*((100vw - 320px)/880));
    padding-top: calc(40px + 80*((100vw - 320px)/880));
    padding-bottom: calc(30px + 70*((100vw - 320px)/880));
  }

  .articles__title {
    font-size: calc(28px + 14*((100vw - 320px)/880));
  }

  .articles__description {
    font-size: calc(15px + 4*((100vw - 320px)/880));
  }

  .clients {
    margin-top: calc(120px + 100*((100vw - 320px)/880));
    padding-bottom: calc(70px + 100*((100vw - 320px)/880));
  }

  .clients__title {
    margin-bottom: calc(30px + 50*((100vw - 320px)/880));
  }

  .service {
    margin-top: calc(30px + 7*((100vw - 320px)/880));
    padding-bottom: calc(50px + 70*((100vw - 320px)/880));
  }

  .service__list {
    margin-top: calc(30px + 20*((100vw - 320px)/880));
  }

  .service__item {
    padding-top: calc(30px + 30*((100vw - 320px)/880));
    padding-bottom: calc(30px + 30*((100vw - 320px)/880));
  }

  .service__title {
    font-size: calc(22px + 6*((100vw - 320px)/880));
  }

  .service__text {
    font-size: calc(15px + 2*((100vw - 320px)/880));
  }

  .service-header__text {
    margin-top: calc(20px + 30*((100vw - 320px)/880));
  }

  .service-header__text--case {
    margin-top: calc(20px + 5*((100vw - 320px)/880));
  }

  .service-header__image--ecommerce::after {
    width: calc(250px + 445*((100vw - 320px)/880));
    height: calc(250px + 445*((100vw - 320px)/880));
  }

  .service-header__image--ecommerce::before {
    width: calc(250px + 309*((100vw - 320px)/880));
    height: calc(250px + 309*((100vw - 320px)/880));
  }

  .service-header__image--web::after {
    width: calc(250px + 251*((100vw - 320px)/880));
    height: calc(250px + 251*((100vw - 320px)/880));
  }

  .service-header__image--web::before {
    width: calc(250px + 252*((100vw - 320px)/880));
    height: calc(250px + 252*((100vw - 320px)/880));
  }

  .service-header__tags {
    margin-bottom: calc(30px + 30*((100vw - 320px)/880));
  }

  .service-info {
    margin-top: calc(40px + 110*((100vw - 320px)/880));
    margin-bottom: calc(100px + 100*((100vw - 320px)/880));
  }

  .service-info__block:not(:last-child) {
    margin-bottom: calc(30px + 57*((100vw - 320px)/880));
  }

  .service-info__text {
    font-size: calc(15px + 4*((100vw - 320px)/880));
  }

  .service-info--mb {
    margin-bottom: calc(60px + 140*((100vw - 320px)/880));
  }

  .service-metod {
    padding-top: calc(50px + 100*((100vw - 320px)/880));
    padding-bottom: calc(50px + 100*((100vw - 320px)/880));
  }

  .service-metod__list {
    margin-top: calc(30px + 20*((100vw - 320px)/880));
  }

  .service-metod__list li {
    font-size: calc(15px + 2*((100vw - 320px)/880));
  }

  .service-metod--articles {
    margin-bottom: calc(100px + 60*((100vw - 320px)/880));
    padding-top: calc(50px + 80*((100vw - 320px)/880));
    padding-bottom: calc(38px + 92*((100vw - 320px)/880));
  }

  .service-function {
    margin-top: calc(90px + 105*((100vw - 320px)/880));
    margin-bottom: calc(90px + 105*((100vw - 320px)/880));
  }

  .service-standard {
    margin-bottom: calc(100px + 90*((100vw - 320px)/880));
  }

  .service-case {
    padding-bottom: calc(10px + 150*((100vw - 320px)/880));
  }

  .service-case__title {
    margin-bottom: calc(30px + 40*((100vw - 320px)/880));
  }

  .contacts {
    margin-top: calc(30px + 7*((100vw - 320px)/880));
  }

  .contacts__title {
    margin-bottom: calc(45px + 15*((100vw - 320px)/880));
  }

  .contacts__list {
    padding-bottom: calc(50px + 10*((100vw - 320px)/880));
  }

  .contacts__btn {
    padding-bottom: calc(50px + 10*((100vw - 320px)/880));
  }

  .contact-list__title {
    font-size: calc(12px + 3*((100vw - 320px)/880));
  }

  .contact-list__content {
    font-size: calc(15px + 7*((100vw - 320px)/880));
  }

  .projects-header {
    margin-top: calc(30px + 7*((100vw - 320px)/880));
  }

  .projects-navigation__title {
    font-size: calc(15px + 2*((100vw - 320px)/880));
  }

  .projects-navigation__btn {
    font-size: calc(15px + 3*((100vw - 320px)/880));
  }

  .service-listing {
    margin-top: calc(50px + 60*((100vw - 320px)/880));
  }

  .service-listing__title {
    margin-bottom: calc(30px + 30*((100vw - 320px)/880));
  }

  .service-listing__list {
    font-size: calc(15px + 2*((100vw - 320px)/880));
  }

  .service-picture {
    margin-top: calc(90px + 110*((100vw - 320px)/880));
  }

  .service-picture__title {
    margin-bottom: calc(30px + 15*((100vw - 320px)/880));
  }

  .service-picture__text {
    font-size: calc(15px + 2*((100vw - 320px)/880));
  }

  .integration-list__item {
    padding: calc(9px + 8*((100vw - 320px)/880));
  }

  .integration-list__title {
    font-size: calc(12px + 5*((100vw - 320px)/880));
  }

  .footer:not(.footer__page) {
    padding-top: calc(40px + 60*((100vw - 320px)/880));
  }

  .footer__title {
    font-size: calc(28px + 14*((100vw - 320px)/880));
  }

  .footer__subtitle {
    font-size: calc(15px + 4*((100vw - 320px)/880));
  }

  .footer__wrapper {
    margin-top: calc(40px + 40*((100vw - 320px)/880));
    margin-bottom: calc(20px + 100*((100vw - 320px)/880));
  }

  .footer__dev {
    font-size: calc(12px + 2*((100vw - 320px)/880));
  }

  .footer-contact__item:not(:last-child) {
    margin-bottom: calc(20px + 25*((100vw - 320px)/880));
  }

  .cookies {
    font-size: calc(12px + 2*((100vw - 320px)/880));
  }
}

@media (max-width:991.98px) {
  .big-menu__list {
    flex-direction: column;
    align-items: flex-start;
    -webkit-box-align: start;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -ms-flex-align: start;
    -ms-flex-direction: column;
  }

  .big-menu__submenu {
    flex-direction: column;
    align-items: flex-start;
    padding: 70px 0 40px;
    -webkit-box-align: start;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -ms-flex-align: start;
    -ms-flex-direction: column;
  }

  .header-dark--big .service-header {
    padding-bottom: 0!important;
  }

  .header-dark--big .service-header__image--dark {
    position: relative;
    width: 100%;
    opacity: 1;
  }

  .header-dark--big .service-header__image--dark::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: -webkit-gradient(linear,left bottom,left top,color-stop(0,#000),color-stop(30%,transparent));
    background: -o-linear-gradient(bottom,#000 0,transparent 30%);
    background: linear-gradient(0deg,#000 0,transparent 30%);
  }

  .skills__wrapper {
    flex-direction: column;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
  }

  .articles__footer {
    margin-top: 25px;
  }

  .service-header__wrapper {
    flex-direction: column;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
  }

  .service-header__image--dark {
    opacity: 0.3;
  }

  .service-info__block {
    flex-direction: column;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
  }

  .web-services-case {
    padding-bottom: 10px;
  }

  .service-picture__wrapper {
    flex-direction: column;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
  }
}

@media (max-width:767.98px) {
  .big-menu__contacts &gt; a:not(:first-child) {
    margin-top: 25px;
  }

  .big-menu__row:not(:first-child) {
    margin-top: 30px;
  }

  .is-mobile-md--max {
    display: none;
  }

  .header {
    padding: 20px 0;
  }

  .header-dark .service-header {
    padding-top: 50px;
    padding-bottom: 90px;
  }

  .skills {
    padding: 25px 0 30px;
  }

  .skills__img {
    margin: 40px 0 0;
  }

  .skills__shop::before {
    opacity: 0.4;
  }

  .skills__web::after {
    opacity: 0.4;
  }

  .skills__web::before {
    opacity: 0.4;
  }

  .work {
    overflow: hidden;
  }

  .case__header {
    padding: 40px 20px;
  }

  .service__item {
    flex-direction: column;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
  }

  .service-case {
    overflow: hidden;
  }

  .contacts__map {
    height: 415px;
  }

  .projects-menu__wrapper {
    padding: 0;
  }

  .service-listing__list li::before {
    min-width: 12px;
    min-height: 12px;
    margin-right: 12px;
  }
}

@media (max-width:575.98px) {
  .is-mobile-sm--max {
    display: none;
  }

  .header__navigation &gt; .phone {
    display: none;
  }

  .skills__bitrix--2 {
    bottom: 15px;
  }

  .skills__web--2 {
    bottom: 15px;
  }

  .work__list {
    grid-gap: 10px;
  }

  .articles__img {
    max-width: 100%;
    margin: 30px 0 0;
  }

  .projects-header__navigation {
    padding-top: 60px;
    padding-bottom: 30px;
  }

  .projects-navigation__item {
    flex-direction: column;
    align-items: flex-start;
    -webkit-box-align: start;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -ms-flex-align: start;
    -ms-flex-direction: column;
  }

  .integration-list {
    grid-gap: 15px;
  }

  .integration-list__item {
    flex-wrap: wrap;
    min-height: 60px;
    -ms-flex-wrap: wrap;
  }

  .integration-list__img {
    flex: 1 1 100%;
    margin: 0 0 10px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
  }

  .footer__title {
    margin-bottom: 15px;
  }

  .footer-contact__title {
    display: none;
  }

  .footer-contact__content {
    line-height: 1.5;
  }

  .cookies {
    left: 20px;
    flex-wrap: wrap;
    padding: 12px 15px;
    text-align: center;
    -ms-flex-wrap: wrap;
  }

  .cookies a {
    margin: 20px auto 5px;
  }
}

@media (min-width:767.98px) and (max-width:1300px) {
  .case {
    margin: 0;
  }
}

pre {
  background: #eee;
  border: 1px solid #ccc;
  padding: 15px;
max-width: 750px;
overflow-x: auto;}

.projects-menu__list li input[type=radio] {
	opacity:0;
	position:absolute;
}
.projects-menu__list li input[type=radio]:checked + span {
	color: #e635da;
}
.projects-menu__list .bx-filter-param-label {
	font-weight:600;
}
.service-info__text ul li {
	position:relative;
	padding-left:17px;
}
.service-info__text ul li:not(:last-child) {
  margin-bottom: 8px;
}

.service-info__text ul li::before,
.service-standard__list ul li::before {
  content: "•";
  position:absolute;
  top:0px;
  left:0;
}
.service-header__body.animation.focus .main__title, .service-header__body.animation.focus .service-header__text, .service-header__image.animation.focus {
	pointer-events: auto!important;
}
.service-info__text {
	width:100%;
}
.service-header__wrapper &gt; div {
	width:100%;
}
.bx-context-toolbar-empty-area {
	width:100%;
}
.big-pic picture {
	position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  width: 90%;
  height: 100%;
  pointer-events: none;
}
.big-pic picture::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: -webkit-gradient(linear,left top,right top,from(#000),color-stop(90%,transparent));
  background: -o-linear-gradient(left,#000 0,transparent 90%);
  background: linear-gradient(90deg,#000 0,transparent 90%);
}
.big-pic picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#map div.bx-yandex-map, #map  div.bx-yandex-view-layout, #map div.bx-yandex-view-map {
	width:100%!important;
	height:100%!important;
}
[class*="ymaps-2"][class*="-ground-pane"] {
	filter: invert(100%) grayscale(1);
	-ms-filter: invert(100%) grayscale(1);
	-webkit-filter: invert(100%) grayscale(1);
	-moz-filter: invert(100%) grayscale(1);
	-o-filter: invert(100%) grayscale(1);
}
[class*="ymaps"][class*="-layers-pane"] {
	filter: invert(100%) grayscale(1);
	-ms-filter: invert(100%) grayscale(1);
	-webkit-filter: invert(100%) grayscale(1);
	-moz-filter: invert(100%) grayscale(1);
	-o-filter: invert(100%) grayscale(1);
}
.work__list {
	margin-bottom:50px;
}
.work__list:last-child {
	margin-bottom:0;
}
.rightBottom img, .case__item--right img {
	display:block;
	margin:0 0 0 auto;
}
.case__item.middle picture {
	padding:0;
}
.pagination {
	display:none;
}
.noAnim.animation {
	opacity:1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.img-case__list {
	position:relative;
}
.img-case__list picture {
	position:relative;
}
.img-case__list picture img {
	border-radius: 10px;
}
.row &gt; div {
	height:100%;
}
.work__more {
	margin:0!important;
}
.modalTxt {
	background:rgba(36,36,36,.4);
	backdrop-filter: blur(9px);
	color: #FFFFFF;
	font-size:17px;
	line-height: 154.5%;
	padding:25px 28px 30px;
	position:absolute;
	z-index:2;
	max-width:320px;
	box-sizing:border-box;
	border-radius: 6px;
}
.window0, .window4 {
	left:-100px;
	top:10%;
}
.window1, .window5 {
	right:-100px;
	top:5%;
}
.window2, .window6 {
	left:-100px;
	top:20%;
}
.window3, .window7 {
	right:-100px;
	top:15%;
}
.service-listing__list li {
	display:block;
	padding-left:43px;
	position:relative;
}
.service-listing__list li::before {
	position:absolute;
	left:0;
	top:0;
}
.content {
	font-size: 17px;
    line-height: 164%;
}
.content h2 {
	margin:0 0 40px;
}
.content ul {margin-bottom: 20px; padding-left: 0;}
.content li {
	display:block;
	padding-left:30px;
	position:relative;
	margin:0 0 0px;
}
.content li:before {

	margin-right: 5px;
	content: "— ";
	/*background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='9' cy='9' r='9' fill='%23FD9800'/%3E%3Cpath d='M13.428 5.43a.75.75 0 01.018 1.02l-5.105 5.726a1 1 0 01-1.548-.067L4.576 9.14a.886.886 0 011.361-1.13l1.59 1.726 4.86-4.344a.75.75 0 011.04.04z' fill='%23fff'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-size: contain;*/
	
}
.content p:not(:last-child) {
    margin-bottom: 30px;
}
.content h3 {
	margin:0 0 30px;
}

.content a {
	border-bottom: 1px solid;
    padding-bottom: 3px;
	color:#e635da;
}
.content a:hover {color:#41dafc}

.content .data-table {border-collapse: collapse;}
.content .data-table td {padding: 15px 20px; border:1px solid #ccc}

.menuTop_left {
	width:100%;
	max-width:740px;
	display:flex;
	align-items:center;
}
.menuTop ul {
	display:flex;
	align-items:center;
	flex-wrap:nowrap;
	margin:0;
}
.menuTop {
	margin-left:40px;
	position:relative;
	z-index:6;
}
.menuTop ul li {
	margin:0 40px 0 0;
	border:0;
	padding:0;
	line-height:normal;
	font-size: 16px;
}
.menuTop ul li:last-child {
	margin:0;
}
.menuTop ul li a {
	font-weight: 500;
	font-size: 16px;
	line-height: 16px;
	color: #212121;
	-webkit-transition: color 0.2s ease-in-out,border 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out,border 0.2s ease-in-out;
    transition: color 0.2s ease-in-out,border 0.2s ease-in-out;
}
.menuTop ul li a:hover {
	color:#FD9800;
}
.menuTop ul li.selected a {
	color:#E635DA;
}
.menuTop ul li.ui-hover--magenta a:hover {
	color:#E635DA;
}
.menuTop ul li.ui-hover--cyan a:hover {
	color:#41DAFC;
}
.header__phone {
	font-size:16px;
	line-height:16px;
	font-weight: 500;
}
@media (max-width:1100px) {
.menuTop {
	display:none;
}
.menuTop_left {
	width:auto;
}
}
@media (max-width: 767px) {
.modalTxt {
	position:relative;
	top:auto;
	left:auto;
	right:auto;
	font-size: 15px;
	line-height: 21px;
	color: #212121;
	padding:0;
	background:none;
	backdrop-filter:none;
	max-width:none;
	margin:0 0 20px;
	
}

.vacancy-page {min-height: 500px;}
}

.pink {color:#e635da;border-color:#e635da}
.pink:hover {color:#41dafc;border-color:#41dafc}
.flex {display:flex; align-items:center;}
.logosList {column-gap:15%;}
.case__images .service-info__block:not(:first-child) {margin-top:100px;}
.case__images .service-info__text picture:not(:first-child) img {margin-top:50px;}
.service-standard.articles h3 {font-weight: 600; font-size: 19px; line-height: 35px; margin:0;}
.service-standard.articles .ui-btn {min-width:435px; text-align:center;}
.articles__btn {margin:0}
.bigHeader .service-header__image--big {margin-right: 0;}
.bigHeader .service-header__body {flex: 1 1 37%; -ms-flex: 1 1 37%; margin:0;}
.bigHeader .service-header__wrapper {align-items:center;}
.bigImg {max-width: 965px;}

@media (max-width: 1200px) {
.case__images .service-info__block:not(:first-child), .case__images .service-info__text picture:not(:first-child) img {
    margin-top: calc(30px + 57*((100vw - 320px)/880));
}
.service-standard.articles .ui-btn {min-width:auto; display:block;}
.service-standard.articles h3 {font-size: 17px; line-height: 24px;}
}
@media (max-width:500px) {
.articles__btn {margin:40px 0 0}
}