

/* Start:/local/templates/ireshenie_2021/style.css?174773820661645*/
@charset "UTF-8";

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

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

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

@font-face {
  font-family: "GraphikLCG";
  src: url(/local/templates/ireshenie_2021/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 > .main {
  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%;
}

.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 > a,
.main-tags > span,
.menu__list li {
  display: block;
  font-size: 18px;
  font-weight: 600;
  line-height: 132.5%;
}

.main-tags > a,
.main-tags > 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 > 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 > :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 > 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 > a {
  display: inline-block;
  width: 27px;
  height: 27px;
  margin: 3px 6px;
}

.social-btn > 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: 48px;
  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,rgba(255,255,255,0) 100%);
  background: radial-gradient(50% 50% at 50% 50%,rgba(230,53,218,0.31) 0,rgba(255,255,255,0) 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,rgba(255,255,255,0) 100%);
  background: radial-gradient(50% 50% at 50% 50%,rgba(248,213,74,0.6) 0,rgba(255,255,255,0) 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,rgba(255,255,255,0) 100%);
  background: radial-gradient(50% 50% at 50% 50%,rgba(248,147,74,0.6) 0,rgba(255,255,255,0) 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,rgba(255,255,255,0) 100%);
  background: radial-gradient(50% 50% at 50% 50%,rgba(65,218,252,0.26) 0,rgba(255,255,255,0) 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,rgba(255,255,255,0) 100%);
  background: radial-gradient(50% 50% at 50% 50%,rgba(44,97,201,0.3) 0,rgba(255,255,255,0) 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,rgba(255,255,255,0) 100%);
  background: radial-gradient(50% 50% at 50% 50%,rgba(248,213,74,0.6) 0,rgba(255,255,255,0) 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,rgba(255,255,255,0) 100%);
  background: radial-gradient(50% 50% at 50% 50%,rgba(248,147,74,0.6) 0,rgba(255,255,255,0) 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,rgba(255,255,255,0) 100%);
  background: radial-gradient(50% 50% at 50% 50%,rgba(65,218,252,0.26) 0,rgba(255,255,255,0) 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,rgba(255,255,255,0) 100%);
  background: radial-gradient(50% 50% at 50% 50%,rgba(44,97,201,0.3) 0,rgba(255,255,255,0) 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 > 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__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 > * {
  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 > a,
.contacts__btn > 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 > * {
  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 > * {
  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 > a {
    margin: 9px 7.5px;
  }

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

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

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

  .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: 80%;
    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;
  }

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

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

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

  .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 45%;
    margin-top: 90px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 45%;
  }

  .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 {
    font-size: calc(32px + 18*((100vw - 320px)/880));
  }

  .main-tags > a,
  .main-tags > 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 > 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 > 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 > .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;}
/* End */


/* Start:/local/templates/ireshenie_2021/assets/css/custom.css?17477401502084*/
.create-products {
	padding-top: 220px;
}

.create-products__container {
	display: grid;
	grid-template-columns: minmax(auto, 501px) minmax(auto, 585px);
	justify-content: space-between;
	gap: 25px;
}

.create-products__info {
	position: relative;
}

.create-products__wrapper {
	position: sticky;
	top: 25px;
}

.create-products__title {
	font-weight: 600;
	margin-bottom: 25px;
	font-size: 50px;
}

.create-products__description {
	font-weight: 400;
	font-size: 19px;
	line-height: 179%;
}

.create-list__item {
	display: flex;
	border-radius: 15px;
	padding: 32px;
	background-color: #f9f9f9;
}

.create-list__item:not(:first-child) {
	margin-top: 32px;
}

.create-list__icon {
	width: 42px;
	height: 42px;
	flex-shrink: 0;
	margin-right: 25px;
}

.create-list__title {
	font-weight: 600;
	font-size: 28px;
	line-height: 133%;
	margin-bottom: 12px;
}

.create-list__description {
	font-weight: 400;
	font-size: 19px;
	line-height: 184%;
}

.label-list {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
}

.label-list li {
	font-weight: 400;
	font-size: 18px;
	border: 1px solid #212121;
	border-radius: 70px;
	padding: 12px 16px;
	line-height: 1;
}

@media (min-width: 768px) {
	.create-list__list {
		margin-top: 25px;
	}
}

@media (max-width: 1279.98px) {
	.create-products__container {
		grid-template-columns: 100%;
	}
}

@media (max-width: 767.98px) {
	.create-products {
		padding-top: 100px;
	}

	.create-products__title {
		font-size: 30px;
		margin-bottom: 10px;
	}

	.create-products__description {
		font-size: 15px;
		line-height: 142%;
	}

	.create-list__item {
		padding: 20px;
		border-radius: 9px;
	}

	.create-list__item:not(:first-child) {
		margin-top: 25px;
	}

	.create-list__icon {
		width: 25px;
		height: 25px;
		margin-right: 10px;
	}

	.create-list__title {
		font-size: 15px;
		margin-bottom: 10px;
	}

	.create-list__description {
		font-size: 14px;
		line-height: 142%;
	}

	.label-list {
		gap: 8px;
	}

	.label-list li {
		font-weight: 400;
		font-size: 12px;
		padding: 8px 11px;
		border-width: 0.7px;
	}
}
/* End */


/* Start:/local/templates/ireshenie_2021/assets/css/swiper-bundle.min.css?171221647718433*/
/**
 * Swiper 11.1.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2024 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: March 28, 2024
 */

@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:var(--swiper-navigation-top-offset,50%);width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next svg,.swiper-button-prev svg{width:100%;height:100%;object-fit:contain;transform-origin:center}.swiper-rtl .swiper-button-next svg,.swiper-rtl .swiper-button-prev svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset,10px);right:auto}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-lock{display:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom,8px);top:var(--swiper-pagination-top,auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius,50%);background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:var(--swiper-pagination-right,8px);left:var(--swiper-pagination-left,auto);top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,.25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:var(--swiper-pagination-progressbar-size,4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:var(--swiper-scrollbar-border-radius,10px);position:relative;touch-action:none;background:var(--swiper-scrollbar-bg-color,rgba(0,0,0,.1))}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:var(--swiper-scrollbar-sides-offset,1%);bottom:var(--swiper-scrollbar-bottom,4px);top:var(--swiper-scrollbar-top,auto);z-index:50;height:var(--swiper-scrollbar-size,4px);width:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;left:var(--swiper-scrollbar-left,auto);right:var(--swiper-scrollbar-right,4px);top:var(--swiper-scrollbar-sides-offset,1%);z-index:50;width:var(--swiper-scrollbar-size,4px);height:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:var(--swiper-scrollbar-drag-bg-color,rgba(0,0,0,.5));border-radius:var(--swiper-scrollbar-border-radius,10px);left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move;touch-action:none}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active{pointer-events:auto}.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-cube .swiper-slide-next+.swiper-slide{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}
/* End */


/* Start:/local/templates/ireshenie_2021/components/bitrix/menu/menu/style.min.css?1646232446490*/
ul.left-menu{list-style:none;margin:0;padding:0;margin-bottom:8px;position:relative}ul.left-menu li{padding:10px 16px;background:#f5f5f5 url(/local/templates/ireshenie_2021/components/bitrix/menu/menu/images/left_menu_bg.gif) top repeat-x}ul.left-menu li a{font-size:100%;color:#bc262c;font-weight:bold;text-decoration:none}ul.left-menu li a:visited{color:#bc262c}ul.left-menu li a:hover{color:#bc262c}ul.left-menu li a.selected:link,ul.left-menu li a.selected:visited,ul.left-menu li a.selected:active,ul.left-menu li a.selected:hover{color:#fc8d3d}
/* End */


/* Start:/local/templates/ireshenie_2021/components/bitrix/menu/menu_bottom/style.min.css?1646232446490*/
ul.left-menu{list-style:none;margin:0;padding:0;margin-bottom:8px;position:relative}ul.left-menu li{padding:10px 16px;background:#f5f5f5 url(/local/templates/ireshenie_2021/components/bitrix/menu/menu_bottom/images/left_menu_bg.gif) top repeat-x}ul.left-menu li a{font-size:100%;color:#bc262c;font-weight:bold;text-decoration:none}ul.left-menu li a:visited{color:#bc262c}ul.left-menu li a:hover{color:#bc262c}ul.left-menu li a.selected:link,ul.left-menu li a.selected:visited,ul.left-menu li a.selected:active,ul.left-menu li a.selected:hover{color:#fc8d3d}
/* End */


/* Start:/local/templates/ireshenie_2021/styles.css?1646232446681*/
/* Стили для визуального редактора*/

.full-image {width: 100%;}
.image40left {width: 40%; float: left; margin-right: 15px;}
.image40right {width: 40%; float: right; margin-left: 15px;}
.type_text {line-height: 1.5; color: #4A4A4A; font-weight: 400; }
.font400 {font-weight: 400; line-height: 1.5; color: #4A4A4A;}
.font500 {font-weight: 500; line-height: 1.5; color: #4A4A4A;}
.font700 {font-weight: 700; line-height: 1.5; color: #4A4A4A;} 
.mini_title {font-size: 16px; font-weight: 300; padding-left: 10px;}
.forchange {font-weight: 400; line-height: 1.5; color: #4A4A4A;}
.page_wrap p {font-weight: 400; line-height: 1.5; color: #4A4A4A;}
/* End */


/* Start:/local/templates/ireshenie_2021/template_styles.css?174479051331430*/
.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:not(:last-child) {
  margin-bottom: 8px;
}

.service-info__text ul li::before,
.service-standard__list ul li::before {
  margin-right: 15px;
  content: "•";
}
.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 > 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 > 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__navigation .phone {
	font-size:16px;
	line-height:16px;
	font-weight: 500;
	display:block;    margin-right: 34px;
}
@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;}
#phones {
	display:none;
}
}

.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;}
.img-case__mobile_two {grid-template-columns: repeat(2,1fr)!important;}
.window8 {right:-100px; top:50%; max-width:365px;}
.window9 {left:-16.429vw; top:10%;}
.window10 {left:-100px; top:60%;}
.bigMar {margin-top:12.857vw!important;}
.reviewIn .ui-btn, .greyService .ui-btn {background:none!important;}
.reviewIn {margin-bottom:0!important;}
.reviewStandard {padding:120px 0; margin-bottom:120px;}
.reviewBox h2 {margin:0 0 50px;}
.reviewText {background: #FFFFFF; box-shadow: 0px 10px 51.53px rgba(86, 86, 86, 0.25); border-radius: 10px; box-sizing:border-box; padding:50px 100px; font-size: 19px; line-height: 35px;}
.reviewTitle {display:flex; column-gap:30px; align-items:center; margin:0 0 45px;}
.reviewPic img {display:block;}
.reviewTxt {font-size: 19px; line-height: 140%; color: #76767A;}
.reviewTxt h4 {font-weight: 500; font-size: 24px; line-height: 140%; margin:0; color:#000;}
.greyService {margin-bottom:120px!important; padding-bottom:120px!important;}

:root {
	--colorpink: #E635DA;
	--hovercolorlink: #41DAFC;
	--bgsectiondark: #212121;
	--colorgrey: #505050;
}

	.text-case {
		padding-bottom: 62px;
	}

.text-case__title {
    margin-bottom: 44px;
}

.text-case__block {
	font-weight: 400;
	font-size: 19px;
	line-height: 184%;
}

	.text-case__block .articles__text {
		margin-top: 43px;
	}

	.text-case__block ol,
	.text-case__block ul {
		margin: 15px;
		padding: 0;
		list-style-type: none;
		counter-reset: num;
	}

	.text-case__block ol li:before {
		content: counter(num) '.';
		counter-increment: num;
		display: inline-block;
		margin-right: 9px;
	}
	.text-case__block ul li {
		display: block;
	}
	.text-case__block ul li:before {
		content: '◦';
		display: inline-block;
		margin-right: 9px;
	}

.text-case__block li:not(:first-child) {
	margin-top: 6px;
}

.text-case__block ol li picture {
	position: relative;
	display: block;
	width: 100%;
	margin-top: 14px;
	margin-bottom: 14px;
	margin-left: auto;
	margin-right: auto;
}
.text-case__block ol li picture img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 10px;
}
.text-case__block:not(:first-child) {
	margin-top: 34px;
}

.header-abs {
	background: transparent;
	padding:0;
}
.header-abs .header__wrapper {
    padding-top: 20px;
	position: absolute;
	left: 0;
	right:0;
	background: transparent;
}
.header-abs .header__navigation a, .header-abs .menuTop a {
	color:#fff;
}
.header-abs.menuOn .header__navigation a, .header-abs.menuOn .menuTop a {
	color:#212121;
}
.header-abs #logo {
	filter:invert(1) brightness(10);
}
.header-abs.menuOn #logo {
	filter:none;
}
.header-abs:after {
	display:none;
}
.header-abs.menuOn:after {
	display:block;
}
.header-abs.menuOn .header__wrapper {
	position:relative;
}
.header-abs .logo {
 	width: 117px;
 }
 @media(min-width: 769px) {
 	.header-abs .header__wrapper {
 		padding-top: 40px;
 	}
 	.header-abs .logo {
 		width: 157px;
 	}
 }

 /*banner v*/
.s-v-banner {
	background: #212121;
	padding: 90px 0 0px;
	color: #FFFFFF;
}
.s-v-banner .skills__bitrix--bg {
	-webkit-box-shadow: none;
	        box-shadow: none;
	display: -webkit-box!important;
	display: -ms-flexbox!important;
	display: flex!important;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.s-v-banner .skills__img {
	min-height: auto!important;
	position: relative;
}
.s-v-banner .skills__img:before {
	content: '';
	position: absolute;
	left: -156px;
	top: -103px;
	width: 756px;
	height: 499px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: radial-gradient(50% 50% at 50% 50%, #E635DA 0.83%, rgba(230, 53, 218, 0.86) 34.17%, rgba(33, 33, 33, 0) 100%);
	opacity: 0.5;
}
.s-v-banner .skills__wrapper {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.s-v-banner .skills__bitrix {
	max-width: 443px;
}
@media(max-width: 766px) {
	.s-v-banner .skills__body .descr {
		margin-bottom: 30px;
	}
	.s-v-banner .skills__bitrix--bg {
		-webkit-box-shadow: none;
		        box-shadow: none;
		display: -webkit-box!important;
		display: -ms-flexbox!important;
		display: flex!important;
		-webkit-box-pack: end;
		    -ms-flex-pack: end;
		        justify-content: flex-end;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
	.s-v-banner .skills__img {
		min-height: auto!important;
	}
	.s-v-banner .skills__wrapper {
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
	.s-v-banner .skills__bitrix--1, .s-v-banner .skills__bitrix--2 {
		width: 80%;
	    max-width: 100%;
	}
	.s-v-banner .skills__bitrix--2 {
		bottom: 57px;
	    right: 25px;
	}
	.s-v-banner .skills__bitrix--bg  img {
		width: 100%;
	}
	.s-v-banner .skills__bitrix {
		width: 100%;
	}
	.s-v-banner .skills__bitrix--1 {
	    top: auto;
	    bottom: 48px;
	    right: 30px;
	}
	.s-v-banner .skills__bitrix--2 img {
		width: 55%;
	}
	.s-v-banner .skills__title {
		font-weight: 600;
		font-size: 32px;
		margin-bottom: 20px;
	}
	.s-v-banner .skills__body {
		margin-top: 0;
	}
	.s-v-banner .skills__body .descr {
		font-size: 15px;
		line-height: 30px;
	}
}

/*.vewait*/
.s-vewait {
	padding: 50px 0;
	background: #FFFFFF;
}
.vewait {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.vewait .vewait__block-img {
	min-width: 320px;
}
.vewait__block .vewait__title {
	margin-bottom: 15px;
	font-size: 20px;
}

/*vewait список*/
.vewait__items {
	margin-bottom: 48px;
}
.vewait__items > *:not(:last-child) {
	margin-bottom: 15px;
}
.vewait__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}
.vewait__item .vewait__item-descr {
	margin-bottom: 0;
}
.vewait__item > *:not(:last-child) {
	margin-right: 11px;
}
.vewait__item .vewait__item-num {
	color:  #E635DA;
	font-size: 15px;
}
.vewait__item .vewait__item-num-wrap {
	min-width: 20px;
}
.vewait__item .vewait__item__wrap {
	font-size: 1.063rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
.vewait__item .vewait__item__wrap >*:not(:last-child) {
	margin-bottom: 6px;
}
.vewait__item .vewait__item-title {
	font-weight: 600;
}
.vewait__item .vewait__item-descr {
	line-height: 1.75rem;
	max-width: 522px;
}

/*cекция s-vopen*/
.s-vopen {
	padding: 50px 0 80px;
	background: var(--bgsectiondark);
	color: #fff;
	overflow:hidden;
}
.vopen .vopen__titles {
	margin-bottom: 30px;
}
.vopen .vopen__titles >*:not(:last-child) {
	margin-bottom: 15px;
}
.vopen .vopen-descr {
	font-size: 0.938rem;
	line-height: 30px;
}
.vopen__cards {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: );
	grid-template-columns: repeat(1fr));
	grid-gap: 30px;
	position: relative;
}
.vopen__cards::before {
	content: '';
	display: block;	
	width: 375px;
	background: -o-radial-gradient(50% 50%, 50% 50%, #E635DA 0%, rgba(0, 0, 0, 0) 100%);
	background: radial-gradient(50% 50% at 50% 50%, #E635DA 0%, rgba(0, 0, 0, 0) 100%);
	opacity: 0.6;
	height: 753.4px;
	top: 0;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
}
/*карточка */
.vopen__card {
	padding: 15px 28px 23px;
	background: #FFFFFF;
	-webkit-box-shadow: 4px 5px 23px rgba(230, 53, 218, 0.3);
	        box-shadow: 4px 5px 23px rgba(230, 53, 218, 0.3);
	border-radius: 15px;
	color: var(--colorgrey);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	min-height: 190px;
	-webkit-transition: linear .2s;
	-o-transition: linear .2s;
	transition: linear .2s;
	position: relative;
	border: 1px solid transparent;
}

.vopen__card:hover {
	background: transparent;
	color: #FFFFFF;
	border-color: #fff;
}
.vopen__card:hover .vopen__card-tags .tag {
	color: #fff;
	border-color: #FFFFFF;
}

.vopen__card .vopen__card-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.vopen__card .vopen__card-content .vacclose {
	color: #A4A4A4;
	font-size: 14px;
}
.vopen__card .vopen__card-content .new {
	margin-bottom: 10px;
	font-size: 14px;
}
.vopen__card .vopen__card-content .name {
	font-weight: 600;
	font-size: 14px;
}
.vopen__card .vopen__card-head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	margin-bottom: 35px;
}
.vopen__card-tags {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}
.vopen__card-tags >*:not(:last-child) {
	margin-right: 8px;
}
.vopen__card-tags .tag {
	border: 1px solid #F5C2F2;
	-webkit-filter: drop-shadow(0px 4px 20px rgba(0, 0, 0, 0.05));
	        filter: drop-shadow(0px 4px 20px rgba(0, 0, 0, 0.05));
	border-radius: 70px;
	height: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	padding: 0 10px;
	font-weight: 400;
	font-size: 14px;
	color: #505050;
	margin-bottom: 8px;
}
.vopen__card .vopen__card-head >*:not(:last-child) {
	margin-bottom: 10px;
}
.vopen__card .vopen__card-head .title {
	font-weight: 600;
	font-size: 19px;
}
.vopen__card .vopen__card-head .descr {
	margin-bottom: 0;
}
.vopen__card .vopen__card-arr {
	display: none;
}
.vopen__card-done {
	background: inherit;
	border-color: #E635DA;
}
.vopen__card-done {
	color: #fff;
}
.vopen__card-done .vopen__card-head {
	margin-bottom: 0;
}
.vopen__card-done .vopen__card-content .name {
	margin-bottom: 0;
}
@media(max-width: 767px) {

.text-case__title {
    margin-bottom: 18px;
}
.text-case__block {
    font-size: 15px;
}
	.vopen__card .vopen__card-img {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 67px;
		height: 67px;
		border-radius: 50%;
		overflow: hidden;
		position: absolute;
		right: 29px;
		bottom: 15px;
	}
	.vopen__card-done .vopen__card-content {
		width: 100%;
	}
	.vopen__card-done .vopen__card-head {
		width: calc(100% - 70px);
	}
} 

/*end cекция s-vopen*/

/*cекция s-goodjob*/
.s-goodjob {
	padding: 50px 0;
	background: #FFFFFF;
}
.goodjob .goodjob__title {
	margin-bottom: 50px;
}
.goodjob .goodjob__items {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: );
	grid-template-columns: repeat(1fr));
	grid-gap: 15px;
}
.goodjob__item {
	font-size: 0.938rem;
} 
.goodjob__item .goodjob__item-head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin-bottom: 2px;
}
.goodjob__item .title {
	font-weight: 500;
}
.goodjob__item .goodjob__item-head >*:not(:last-child) {
	margin-right: 12px;
}
.goodjob__item .goodjob__item-descr {
	margin-bottom: 0;
	line-height: 30px;
	color: #212121;
}

.goodjob .goodjob__bottom  {
	font-size: 22px;
	margin-top: 50px;
}
.goodjob .goodjob__bottom .mainSmall{
	font-weight: 600;
	line-height: 130%;
	font-size: 22px;
	margin-bottom: 1px;
}
.goodjob .goodjob__bottom .link-pink {
	font-weight: 500;
}
.link-pink {
	color: var(--colorpink);
	-webkit-transition: linear .2s;
	-o-transition: linear .2s;
	transition: linear .2s;
}
.link-pink:hover {
	color: var(--hovercolorlink);
}

/*cекция s-goodjob*/

/*media*/
@media(min-width: 767px) {
	.s-v-banner {
 		padding-top: 166px;
 		min-height: 594px;
 	}
 	.s-v-banner .skills__img {
 		max-width: 443px;
 	}
 	.s-v-banner .skills__img {
 		display: -webkit-box;
 		display: -ms-flexbox;
 		display: flex;
	    -webkit-box-align: center;
	        -ms-flex-align: center;
	            align-items: center;
	    -webkit-box-pack: end;
	        -ms-flex-pack: end;
	            justify-content: flex-end;
 	}
 	.s-v-banner .skills__wrapper {
 		-webkit-box-align: start;
 		    -ms-flex-align: start;
 		        align-items: flex-start;
 	}
 	.s-v-banner .skills__bitrix--1, .s-v-banner .skills__bitrix--2 {
		width: 100%;
	    max-width: 100%;
	}
	.s-v-banner .skills__bitrix--2 {
		bottom: 67px;
	    right: -83px;
	}
	.s-v-banner .skills__bitrix--bg  img {
		width: 100%;
	}
	.s-v-banner .skills__bitrix {
		width: 100%;
	}
	.s-v-banner .skills__bitrix--1 {
	    top: auto;
	    bottom: 60px;
	    right: -15%;
	}
	.s-v-banner .skills__title {
		font-weight: 600;
		font-size: 32px;
		margin-bottom: 20px;
	}
	.s-v-banner .skills__body {
		margin-top: 0;
	}
	.s-v-banner .skills__body .descr {
		font-size: 15px;
		line-height: 30px;
	}
	.s-v-banner .skills__title {
		font-size: 50px;
		margin-bottom: 50px;
		line-height: 1;
	}
	.s-v-banner .skills__body .descr {
		max-width: 561px;
		font-size: 18px;
		line-height: 32px;
	}


	.s-vewait {
		padding: 130px 0;
	}
	.vewait {
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		-ms-flex-wrap: nowrap;
		    flex-wrap: nowrap;
	}
	.vewait__items {
		margin-bottom: 0;
	}
	.vewait .vewait__block-big {
		max-width: 585px;
		margin-right: 40px;
	}
	.vewait__block .vewait__title {
		font-size: 34px;
		margin-bottom: 40px;
	}
	.vewait__items > *:not(:last-child) {
		margin-bottom: 25px;
	}
	.vewait__item .vewait__item-num-wrap {
		min-width: 35px;
	}
	.vewait__item .vewait__item-num {
		font-size: 32px;
	}
	.vewait__item > *:not(:last-child) {
		margin-right: 27px;
	}


	.s-vopen {
		padding: 130px 0;
	}

	.vopen .vopen__titles {
		margin-bottom: 70px;
	}
	.vopen .vopen__titles >*:not(:last-child) {
		margin-bottom: 30px;
	}
	.vopen .vopen-descr {
		font-size: 1.188rem;
		max-width: 996px;
		line-height: 35px;
	}
	.vopen__cards {
		display: -ms-grid;
		display: grid;
		grid-template-columns: repeat(auto-fit, minmax(450px, 1fr));
		grid-gap: 30px;
	}
	.vopen__cards::before {
		background: -o-radial-gradient(50% 50%, 50% 50%, #E635DA 0%, rgba(0, 0, 0, 0) 100%);
		background: radial-gradient(50% 50% at 50% 50%, #E635DA 0%, rgba(0, 0, 0, 0) 100%);
		opacity: 0.4;
		width: 100%;
		top: -220px;
		max-width: 1058px;
		-webkit-animation: vOpacity 5s linear infinite;
		        animation: vOpacity 5s linear infinite;
	}

	@-webkit-keyframes vOpacity {
	  0% {opacity: 0.4;}
	  50% {opacity: 0.6;} 
	  100% {opacity: 0.4;}
	}

	@keyframes vOpacity {
	  0% {opacity: 0.4;}
	  50% {opacity: 0.6;} 
	  100% {opacity: 0.4;}
	}

	.vopen__card {
		padding: 30px 45px;
	}
	.vopen__card .vopen__card-img {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		width: 146px;
		height: 146px;
		border-radius: 50%;
		overflow: hidden;
	}
	.vopen__card .vopen__card-arr {
		display: block;
		position: absolute;
		top: 40px;
		right: 45px;
	}

	.vopen__card .vopen__card-head .title {
		font-size: 28px;
		line-height: 132.5%;
		margin-bottom: 10px;
	}
	.vopen__card .vopen__card-head .descr {
		font-size: 14px;
	}
	.vopen__card .vopen__card-head {
		margin-bottom: 40px;
	}
	.vopen__card-done .vopen__card-head {
		margin-bottom: 0;
	}

	.s-goodjob {
		padding: 130px 0;
	}
	.goodjob .goodjob__items {
		grid-gap: 50px;
		grid-template-columns: repeat(auto-fit, minmax(450px, 1fr));
		margin-bottom: 130px;
	}
	.s-v-banner .skills__img:before {
		left: -156px;
		top: -103px;
		width: 756px;
		height: 499px;
		background: radial-gradient(50% 50% at 50% 50%, #E635DA 0.83%, rgba(230, 53, 218, 0.86) 34.17%, rgba(33, 33, 33, 0) 100%);
		opacity: 0.5;
	}
	.goodjob__item {
		font-size: 1.06rem;
	}
	.goodjob__item .goodjob__item-head {
		margin-bottom: 16px;
	}
	.goodjob__item .title {
		font-weight: 600;
	}
	.goodjob__item .goodjob__item-head >*:not(:last-child) {
		margin-right: 20px;
	}
	.goodjob__item .goodjob__item-descr {
		line-height: 28px;
		max-width: 482px;
	}
	.goodjob .goodjob__bottom {
		font-size: 34px;
		margin-top: 0;
	}
	.goodjob .goodjob__bottom .mainSmall{ 
		font-size: 34px;
	}
}



/*single vacancy page*/

.s-vs-banner {
	padding-top: 90px;
	background: -o-linear-gradient(304.15deg, #212121 43.11%, #942D8D 80.44%, #E635DA 100%);
	background: linear-gradient(145.85deg, #212121 43.11%, #942D8D 80.44%, #E635DA 100%);
	min-height: 313px;
	color: #FFFFFF;
}

.vs-link-back {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin-bottom: 20px;
	font-size: 14px;
	color: #A5A5A5;
	-webkit-transition: linear .2s;
	-o-transition: linear .2s;
	transition: linear .2s;
}
.vs-link-back svg {
	width: 20px;
}
.vs-link-back svg path {
	-webkit-transition: linear .2s;
	-o-transition: linear .2s;
	transition: linear .2s;
}
.vs-link-back >*:not(:last-child) {
	margin-right: 15px;
}
.vs-link-back:hover {
	color: #fff;
}
.vs-link-back:hover svg path{
	fill: #fff;
}

.s-vs-banner .vs-banner-title {
	font-weight: 600;
	font-size: 32px;
	line-height: 40px;
	margin-bottom: 20px;
}
.s-vs-banner .vs-banner-status {
	font-size: 15px;
	line-height: 30px;
}
.s-vs-content {
	padding: 50px 0;
}
.vs-content-head {
	margin-bottom: 50px;
}
.vs-content-head  >*:not(:last-child) {
	margin-bottom: 15px;
}
.vs-head .vs-head-item .title {
	font-weight: 500;
	font-size: 15px;
	color: #000000;
	padding-right: 30px;
	line-height: 158%;
}
.vs-head .vs-head-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
.vs-head .vs-head-item .descr {
	font-size: 15px;
	line-height: 140%;
	color: #212121;
}
.vs-body-item__block .list >*:not(:last-child) {
	margin-bottom: 19px;
}
.vs-body-item__block  {

	font-size: 15px;
	line-height: 1.2;

}
.vs-body-item__block ul li {
	position: relative;
	font-size: 15px;
	line-height: 1.2;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.vs-body-item__block ul li::before {
	content: ' ';
	position: relative;
	width: 4px;
	min-width: 4px;
	height: 4px;
	display: block;
	background: #212121;
	border-radius: 50%;
	margin-right: 6px;
	margin-top:5px;
}
.vs-content-head p {
	margin-bottom: 0;
}
.vs-body >*:not(:last-child) {
	margin-bottom: 30px;
}
.vs-body-item >*:not(:last-child) {
	margin-bottom: 15px;
}
.vs-body-item .vs-body-item__block .title {
	font-weight: 600;
	font-size: 19px;
	color: #212121;
}
.vs-body-item .vs-body-item__block .title {
	line-height: 35px;
}
.vs-body-item__block ul li .link-pink {
	font-weight: 500;
	text-decoration: underline;
}
.vs-body-item__block ul li:has(> .link-pink)::before {
	display: none;
}
@media(max-width: 766px) {
	.vs-body-item--mail {
		margin-top: 50px;
	}
	.vs-body-item--mail .vs-body-item__block ul li {
		font-size: 19px;
	}
	.vs-body-item--mail >*:not(:last-child) {
		margin-bottom: 0;
	}
}

@media(min-width: 767px) {
	.s-vs-banner {
		background: -o-linear-gradient(342.62deg, #212121 32.72%, #751B6E 71.86%, #AA27A1 91.45%, #E635DA 100%);
		background: linear-gradient(107.38deg, #212121 32.72%, #751B6E 71.86%, #AA27A1 91.45%, #E635DA 100%);
		padding-top: 182px;
		min-height: 378px;
	}
	.vs-link-back {
		font-size: 16px;
	}
	.vs-link-back svg {
		width: 35px;
	}
	.s-vs-banner .vs-banner-title {
		font-size: 36px;
		line-height: 68px;
	}
	.s-vs-banner .vs-banner-status {
		font-size: 18px;
	}
	.vs-banner {
		padding-bottom: 54px;
	}
	.s-vs-content {
		padding: 100px 0 200px;
	}
	.vs-content-head {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        align-items: flex-start;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		margin-bottom: 100px;
	}
	.vs-head .vs-head-item {
		max-width: 500px;
		margin-bottom: 0;
	}
	.vs-head .vs-head-item .title, .vs-head .vs-head-item .descr {
		font-size: 19px;
	}
	.vs-body >*:not(:last-child) {
		margin-bottom: 60px;
	}
	.vs-body-item {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        align-items: flex-start;
	}
	.vs-body-item >*:not(:last-child) {
		margin-bottom: 0;
	}
	.vs-body-item__block {
		min-width: 300px;
	}
	.vs-body-item__block ul >*:not(:last-child) {
		margin-bottom: 12px;
	}
	.vs-body-item__block ul li {
		font-size: 18px;
		line-height: 22px;
	}
	.vs-body-item__block {
		font-size: 18px;
		line-height: 22px;
	}
	.vs-body-item__block ul li::before {
		margin-right: 10px;
		margin-top:15px;
		min-width: 4px;
	}
}
.img-case__list.img-case__list-item {
	margin:50px auto;
}
.img-case__list-item-width {
	max-width:none!important;
}
.service-info__stat h2 {
	margin:0 0 45px;
	align-items:baseline;
	column-gap:8px;
}
.service-info__stat h2 span {
	font-size: 16px;
	line-height: 112%;
	font-weight:400;
	color: #1D1D1D;
}
.stat-list__phone {
	display:none;
}
.grid.col-4 {
	display:grid;
	grid-template-columns: repeat(4,1fr);
	gap:30px;
}
.grid.col-4 img {
	display:block;
}
.portfolio-stat__item {
	display:flex;
	flex-flow:column;
	justify-content:space-between;
	height:100%;
	background:#F8F8F8;
	border-radius:15px;
}
.portfolio-stat__item h4 {
	margin:30px 20px 0;
	font-weight: 600;
	font-size: 20px;
	line-height: 25px;
}
.stat-info__box {
	margin:20px 0 0;
	font-size: 19px;
	line-height: 35px;
}
.black-case {
	color:#fff;
}
.black-case .modalTxt {
	background:#4E4E4E;
}
.case__images .articles__text {
	max-width:750px;
	margin:0 auto 70px;
}
.black-case .ui-btn {
	background:none;
}
.ui-btn {
	text-align:center;
}
.black-case .ui-btn:hover {
	border-color:#e635da;
}
.img-case__list.img-case__list-item.img-case__width-big {
	margin:120px auto -100px;
}
.video-box.container {
	margin-bottom:80px;	
}
.video-box__in {
	border-radius:30px;
	overflow:hidden;
}
.video-box video {
	display:block;
}
@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;}
.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;	
}
.img-case__mobile_two {
    grid-template-columns: repeat(1,1fr)!important;
	max-width:100%;
}
.img-case__list .img-case__mobile_two picture img {
	margin:0 auto;
	display:block;
}
.window9, .window8, .window10 {
    left:auto;
    top:auto;
	right:auto;
}
.img-case__list.bigMar {
	grid-gap:0!important;
}
.reviewText {
	padding:25px;
}
.reviewStandard {
	padding:90px 0;
	margin-bottom:90px;
}
.greyService {
	margin-bottom:90px!important;
	padding-bottom:90px!important;
}
.service-info__stat h2 span {
	display:none;
}
}
@media (max-width:800px) {
.stat-list__phone {
	display:block;
	margin:0 -20px 20px!important;
	padding:0 20px!important;
}
.grid.col-4 {
	display:flex;
	gap:0;
}
.stat-list__phone-item {
	border:1px solid #CACACA;
	border-radius:70px;
	padding:16px 20px;
	max-width:max-content;
	font-weight:600;
}
.service-info__stat h2 {
	margin:0 0 20px;
	font-size: 19px;
	line-height: 130%;
}
.swiper-slide-thumb-active {
	border-color:#E635DA;
	color:#E635DA;
}
.portfolio-stat__item {
	border-radius:0;
}
.portfolio-stat__box {
	margin:0 -20px!important;
	padding:0!important;
}
.grid.col-4 img {
	margin:0 auto;
}
.portfolio-stat__item h4 {
	font-size: 18px;
	line-height: 25px;
}
.black-case .modalTxt {
	background:none;
	color:#ccc;
}
.img-case__list.img-case__list-item.img-case__width-big {
	margin:50px auto 0;
}
}
@media (max-width:500px) {
.articles__btn {margin:40px 0 0}
.reviewText {
	padding:20px;
	font-size: 15px;
	line-height: 160%;
}
.reviewPic {
	max-width:80px;
}
.reviewTitle {
	margin:0 0 25px;
}
.reviewTxt {
	font-size:15px;
}
.reviewTxt h4 {
	font-size: 18px;
	line-height: 140%;
}
.reviewBox h2 {
    margin: 0 0 20px;
}
.reviewStandard {
    padding: 60px 0;
	margin-bottom:60px;
}
.greyService {
	margin-bottom:60px!important;
	padding-bottom:60px!important;
}
}
font.errortext {text-align: center;    display: block;}
/* End */
/* /local/templates/ireshenie_2021/style.css?174773820661645 */
/* /local/templates/ireshenie_2021/assets/css/custom.css?17477401502084 */
/* /local/templates/ireshenie_2021/assets/css/swiper-bundle.min.css?171221647718433 */
/* /local/templates/ireshenie_2021/components/bitrix/menu/menu/style.min.css?1646232446490 */
/* /local/templates/ireshenie_2021/components/bitrix/menu/menu_bottom/style.min.css?1646232446490 */
/* /local/templates/ireshenie_2021/styles.css?1646232446681 */
/* /local/templates/ireshenie_2021/template_styles.css?174479051331430 */
