@charset "UTF-8";

*,
*:before,
*:after {
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  margin: 0;
  -webkit-font-smoothing: antialiased;
}

a,
label {
  -webkit-tap-highlight-color: transparent;
}

button {
  cursor: pointer;
}

img {
  max-width: 100%;
}

.hide {
  display: none;
}

.show {
  display: block;
}

/* stylelint-disable  property-no-vendor-prefix */

/* stylelint-enable */

@font-face {
  font-display: swap;
  font-family: "rf-dewi-condensed";
  src: url("../fonts/rfdewi/RFDewiCondensed-Bold.woff2") format("woff2"), url("../fonts/rfdewi/RFDewiCondensed-Bold.woff") format("woff");
  font-weight: 700;
}

@font-face {
  font-display: swap;
  font-family: "rf-dewi-extended";
  src: url("../fonts/rfdewi/RFDewiExpanded-Bold.woff2") format("woff2"), url("../fonts/rfdewi/RFDewiExpanded-Bold.woff") format("woff");
  font-weight: 700;
}

@font-face {
  font-display: swap;
  font-family: "rf-dewi-extended";
  src: url("../fonts/rfdewi/RFDewiExtended-Regular.woff2") format("woff2"), url("../fonts/rfdewi/RFDewiExtended-Regular.woff") format("woff");
  font-weight: 400;
}

@font-face {
  font-display: swap;
  font-family: "rf-dewi-extended";
  src: url("../fonts/rfdewi/RFDewiExtended-Semibold.woff2") format("woff2"), url("../fonts/rfdewi/RFDewiExtended-Semibold.woff") format("woff");
  font-weight: 600;
}

html {
  font-family: "rf-dewi-extended", sans-serif;
}

h1 {
  font-size: 30px;
  line-height: 1.125;
  margin-top: 0;
}

h2, .h2 {
  font-size: 26px;
  line-height: 1.125;
  margin-top: 0;
  font-weight: bold;
  margin-bottom: 0.83em;
}

h3, .h3 {
  font-size: 20px;
  line-height: 1.5;
  margin-top: 0;
  font-weight: bold;
  margin-bottom: 1em;
}

h4 {
  font-size: 16px;
  line-height: 1.5;
  margin-top: 0;
}

b,
strong {
  font-weight: 700;
}

ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

.typo-reset ul ul,
.typo-reset ol ol {
  margin-left: 40px;
}

.typo-reset ul,
.typo-reset ol {
  margin-bottom: 20px;
}

.typo-reset ul li,
.typo-reset ol li {
  font-size: 11px;
  line-height: 1.5;
  margin-bottom: 13px;
  padding-left: 20px;
  position: relative;
}

.typo-reset ol {
  counter-reset: list;
}

.typo-reset ol li:before {
  counter-increment: list;
  content: counter(list) ".";
  padding-right: 5px;
  position: absolute;
  top: 0;
  left: 0;
}

.typo-reset ul li:before {
  content: "•";
  padding-right: 5px;
  position: absolute;
  top: 0;
  left: 0;
}

small {
  font-size: 11px;
  font-weight: 500;
}

h1 {
  font-size: 2em;
}

/* stylelint-disable  property-no-vendor-prefix */

/* stylelint-enable */

.menu-trigger {
  transition-property: border;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  border: none;
  margin: 0;
  padding: 0;
  width: auto;
  overflow: visible;
  text-align: inherit;
  outline: none;
  cursor: pointer;
  background-color: transparent;
  /* inherit font & color from ancestor */
  color: inherit;
  font: inherit;
  /* Normalize `line-height`. Cannot be changed from `normal` in Firefox 4+. */
  line-height: normal;
  /* Corrects font smoothing for webkit */
  -webkit-font-smoothing: inherit;
  -moz-osx-font-smoothing: inherit;
  /* Corrects inability to style clickable `input` types in iOS */
  -webkit-appearance: none;
  /* Remove excess padding and border in Firefox 4+ */
  position: relative;
  width: 44px;
  height: 44px;
  border: 1px solid red;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.menu-trigger::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.menu-trigger__icon {
  position: relative;
  background: red;
  width: 16px;
  height: 2px;
}

.menu-trigger__icon:before,
.menu-trigger__icon:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: red;
}

.menu-trigger__icon:before {
  bottom: 6px;
}

.menu-trigger__icon:after {
  top: 6px;
}

.menu-trigger__text {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

.menu-trigger--close .menu-trigger__icon {
  background-color: transparent;
}

.menu-trigger--close .menu-trigger__icon:before {
  transform: rotate(45deg);
  bottom: 0;
}

.menu-trigger--close .menu-trigger__icon:after {
  transform: rotate(-45deg);
  top: 0;
}

.menu-trigger--close:hover .menu-trigger__icon {
  background-color: transparent;
}

.contacts {
  display: block;
}

.header {
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  display: block;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: rgba(0, 0, 0, 0);
}
.header-promo__block~.header {
    top: 70px;
}
.header-promo__block~ .header--scroll{
  top: 0;
}

.header:before {
  transition-property: opacity;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #0f0f0f;
  background-image: url("../images/header/noise-bg.png");
}

.header.is-hide {
  transform: translateY(-100%);
}

.header__inner {
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
  width: 100%;
  max-width: 1920px;
  position: relative;
  z-index: 2000;
}

.header__row {
  display: flex;
  align-items: center;
}

.header__nav-projects {
  display: none;
}

.header__nav-group {
  display: flex;
  align-items: center;
  margin-left: auto;
}

.header__nav-lang {
  display: none;
}

.header__nav-lang-mobile {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
}

.header__nav-agency {
  margin-left: auto;
}

.header__nav-phone {
  margin-left: 20px;
}

.header--transparent:before {
  opacity: 0;
}

.header--scroll:before {
  opacity: 1;
}

.header--service .header__nav-projects {
  display: block;
  margin-left: auto;
}

.header--service .header__nav-group {
  margin-left: initial;
}

.header--anketa {
  padding-top: 25px;
}

.header--anketa:before {
  background-color: #ffffff;
  background-image: none;
}

.main-nav {
  width: 100%;
}

.main-nav__item {
  position: relative;
  z-index: 1;
}

.main-nav__link {
  position: relative;
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 220%;
  color: #ffffff;
  text-decoration: none;
}

.main-nav__lang {
  position: absolute;
  left: 50%;
  bottom: 20px;
  transform: translateX(-50%);
}

.nav-projects__list {
  display: flex;
  align-items: center;
}

.nav-projects__item + .nav-projects__item {
  margin-left: 35px;
}

.nav-projects__link {
  font-family: "rf-dewi-condensed", sans-serif;
  font-weight: 700;
  font-size: 15px;
  line-height: 120%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #ffffff;
  text-decoration: none;
}

.nav-lang {
  display: flex;
  align-items: center;
}

.nav-lang__item + .nav-lang__item {
  margin-left: 15px;
}

.nav-lang__link {
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: "rf-dewi-condensed", sans-serif;
  font-size: 12px;
  line-height: 120%;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #ffffff;
  text-decoration: none;
  opacity: 0.3;
}

.nav-lang__link--active {
  opacity: 1;
}

.burger {
  position: relative;
  display: block;
  width: 15px;
  height: 14px;
  margin-right: 5px;
  border: none;
  background-color: rgba(0, 0, 0, 0);
  border-top: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  transition: all 0.3s;
  cursor: pointer;
}

.burger span {
  opacity: 0;
  position: absolute;
  font-size: 1px;
  top: -100px;
  left: -100px;
}

.burger:before,
.burger:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  margin: auto;
  background-color: #ffffff;
  transform: translate(5px);
  transition: all 0.3s;
}

.burger:hover:before,
.burger:hover:after {
  transform: translate(0);
}

.burger.is-open {
  border-top: 2px solid rgba(255, 255, 255, 0);
  border-bottom: 2px solid rgba(255, 255, 255, 0);
}

.burger.is-open:before {
  width: 16px;
  transform: rotate(-45deg);
}

.burger.is-open:after {
  width: 16px;
  transform: rotate(45deg);
}

.btn {
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  display: inline-block;
  padding: 10px 20px;
  font-family: "rf-dewi-condensed", sans-serif;
  font-weight: 700;
  font-size: 12px;
  line-height: 120%;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-decoration: none;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 30px;
  background-color: rgba(0, 0, 0, 0);
  cursor: pointer;
}

.btn--service-nav {
  display: flex;
  align-items: center;
}

.btn--service-nav .btn__icon {
  display: block;
  width: 16px;
  height: 10px;
  margin-right: 10px;
  background-image: url("../icon/btn/media/icon-burger.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.btn--phone {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  padding: 0;
  transition: all 0.3s ease;
}

.btn--phone span {
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  flex-shrink: 0;
  width: 10px;
  height: 14px;
  font-size: 0;
  background-image: url("../icon/contacts-nav/media/icon-phone.svg");
}

.btn--phone:before,
.btn--phone:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 16px;
  height: 2px;
  background-color: #ffffff;
  opacity: 0;
  transition: all 0.3s ease;
}

.btn--phone.is-open {
  border-color: rgba(0, 0, 0, 0);
}

.btn--phone.is-open span {
  opacity: 0;
}

.btn--phone.is-open:before,
.btn--phone.is-open:after {
  opacity: 1;
}

.btn--phone.is-open:before {
  transform: rotate(-45deg);
}

.btn--phone.is-open:after {
  transform: rotate(45deg);
}

.btn--projects {
  position: relative;
  padding: 0;
  font-size: 15px;
  line-height: 120%;
  border: none;
}

.btn--projects .btn__icon {
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 10px;
  background-color: #ffffff;
}

.btn--projects .btn__icon:before,
.btn--projects .btn__icon:after {
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #0f0f0f;
  transform: translate(-50%, -50%);
}

.btn--projects .btn__icon:before {
  width: 10px;
  height: 2px;
}

.btn--projects .btn__icon:after {
  width: 2px;
  height: 10px;
}

.btn--projects.is-open {
  /* stylelint-disable */
  /* stylelint-enable */
}

.btn--projects.is-open .btn__icon {
  background-color: rgba(0, 0, 0, 0);
  transform: rotate(45deg);
}

.btn--projects.is-open .btn__icon:before,
.btn--projects.is-open .btn__icon:after {
  background-color: #ffffff;
}

.btn--projects.is-open .btn__icon:before {
  width: 16px;
}

.btn--projects.is-open .btn__icon:after {
  height: 16px;
}

.btn--slider {
  color: #0f0f0f;
  border-color: #0f0f0f;
}

.btn--next {
  border: none;
  padding: 0;
}

.btn--next:after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 10px;
  background-image: url("../icon/services-nav/icon-arrow-back.svg");
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(180deg);
}

.btn--lead-form-popup {
  color: #0f0f0f;
  border-color: #0f0f0f;
}

.btn--active {
  color: #0f0f0f;
  border-color: white;
  background-color: #ffffff;
}

.logo {
  position: relative;
  display: block;
  margin-right: 25px;
}

.logo svg {
  display: block;
  width: 100px;
  fill: #ffffff;
}

.logo span {
  position: absolute;
  top: -1000px;
  left: -1000px;
  z-index: -99999;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.logo:after {
  content: "";
  position: absolute;
  bottom: 17px;
  left: calc(100% - 5px);
  width: 25px;
  height: 25px;
  background-image: url("../icon/logo/primer-logo.gif?0.1");
}

.logo--footer:after {
  background-image: url("../icon/logo/logo-icon-black.gif");
}

.logo--anketa svg {
  fill: #0f0f0f;
}

.logo--anketa:after {
  background-image: url("../images/logo/logo-white.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.promo {
  position: relative;
  color: #ffffff;
  background-color: #000000;
  overflow: hidden;
}

.promo__inner {
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
  width: 100%;
  max-width: 1920px;
  position: relative;
  padding-top: 130px;
  padding-bottom: 130px;
}

.promo__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.promo__bg .promo__inner {
  height: 100%;
  overflow: hidden;
}

.promo__bg:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-image: url("../images/header/noise-bg.png");
  background-color: #0f0f0f;
  mix-blend-mode: screen;
}

.promo__wrap {
  position: relative;
  z-index: 1;
}

.promo__video-wrap {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 380%;
  transform: translate(-50%, -26%);
}

.promo__video {
  width: 100%;
}

.promo__title {
  margin: 0;
  font-family: "rf-dewi-condensed", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  text-transform: uppercase;
}

.promo__title span {
  display: block;
  margin-top: 9px;
  font-family: "rf-dewi-extended", sans-serif;
  font-size: 45px;
  line-height: 110%;
  text-transform: capitalize;
}

.promo__desc {
  margin-top: 250px;
}

.promo--contacts .promo__desc {
  margin-top: 140px;
}

.promo--contacts .promo__video-wrap {
  top: 57%;
}

.promo-decs__head {
  margin-top: 30px;
  font-family: "rf-dewi-extended", sans-serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 120%;
  color: #ffffff;
}

.promo-desc__text {
  margin-top: 30px;
  font-family: "rf-dewi-extended", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  color: #ffffff;
}

.video-main__inner {
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
  width: 100%;
  max-width: 1920px;
  padding-left: 0;
  padding-right: 0;
}

.video-main__video {
  position: relative;
  max-height: 1080px;
}

.video-main__video video {
  display: block;
  width: 100%;
  height: 100%;
  max-height: 100%;
}

.video-main__video:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(15, 15, 15, 0.4);
  pointer-events: none;
}

.company-info {
  padding-top: 70px;
  padding-bottom: 70px;
}

.company-info__inner {
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
  width: 100%;
  max-width: 1920px;
}

.company-info__wrap {
  display: flex;
  flex-wrap: wrap;
}

.company-info__main {
  flex-basis: 100%;
  max-width: 100%;
  flex-grow: 1;
  box-sizing: border-box;
}

.company-info__desc {
  font-weight: 600;
  font-size: 25px;
  line-height: 32px;
  color: #0f0f0f;
}

.company-info__desc p + p {
  margin-top: 32px;
}

.company-info__desc p:first-child {
  margin-top: 0;
}

.company-info__desc a {
  color: inherit;
}

.company-info__desc svg {
  max-height: 18px;
}

.company-info__footer {
  margin-top: 70px;
}

.company-info__awards {
  flex-basis: 83.3333333333%;
  max-width: 83.3333333333%;
  flex-grow: 1;
  box-sizing: border-box;
  margin-left: 16.6666666667%;
  padding-top: 90px;
}

.awards__item + .awards__item {
  margin-top: 44px;
}

.awards__item ul,
.awards__item p {
  margin-top: 16px;
  font-family: "rf-dewi-condensed", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 130%;
  text-transform: uppercase;
}

.awards__item ul {
  padding-left: 20px;
}

.awards__item li {
  list-style-type: square;
}

.awards__name {
  font-weight: 700;
  font-size: 30px;
  line-height: 30px;
}

.boss {
  display: flex;
  align-items: center;
  color: #0f0f0f;
}

.boss__photo {
  margin-right: 10px;
}

.boss__text {
  margin-top: 0;
  margin-bottom: 9px;
  font-family: "rf-dewi-condensed", sans-serif;
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
}

.boss__name {
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
}

.member-photo {
  position: relative;
  width: 100px;
  height: 100px;
}

.member-photo img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
}

.member-photo__play-btn {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 30px;
  height: 30px;
  padding: 0;
  margin: 0;
  border: none;
  font-size: 0;
  border-radius: 50%;
  background-image: linear-gradient(79.8deg, #340ffd 32.59%, #e80bc7 67.84%);
  cursor: pointer;
}

.member-photo__play-btn:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  margin: auto;
  border-top: 5px solid rgba(0, 0, 0, 0);
  border-bottom: 5px solid rgba(0, 0, 0, 0);
  border-left: 10px solid #ffffff;
  transform: translateX(1px);
}

.member-photo--card-article {
  width: 30px;
  height: 30px;
}

.member-photo--article-header {
  width: 30px;
  height: 30px;
}

.member-photo--quote {
  width: 50px;
  height: 50px;
}

.member-photo--article-footer {
  width: 90px;
  height: 90px;
}

.portfolio-top__inner {
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
  width: 100%;
  max-width: 1920px;
}

.portfolio-top__item {
  margin-top: 80px;
}

.portfolio-top__item:first-child {
  margin-top: 0;
}

.portfolio-top__info {
  color: #0f0f0f;
}

.portfolio-top__title {
  margin-bottom: 29px;
  font-weight: 700;
  font-size: 26px;
  line-height: 120%;
}

.portfolio-top__title-link {
  color: inherit;
  text-decoration: none;
}

.portfolio-top__desc {
  margin-bottom: 29px;
  font-size: 16px;
  line-height: 26px;
}

.portfolio-top__flags {
  display: none;
  pointer-events: none;
}

.portfolio-top__button {
  display: flex;
  justify-content: center;
  margin-top: 70px;
}

.tags {
  display: flex;
  flex-wrap: wrap;
  margin-top: -5px;
  margin-bottom: -5px;
}

.tags__item {
  margin-right: 10px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.top-case__tags {
  padding-left: 30px;
  padding-top: 8px;
}
.tags__link {
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  display: block;
  padding: 6px 10px;
  font-family: "rf-dewi-condensed", sans-serif;
  font-weight: 700;
  font-size: 10px;
  line-height: 120%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-decoration: none;
  color: #0f0f0f;
  border: 1px solid rgba(15, 15, 15, 0.15);
  border-radius: 5px;
}

.tags__link svg {
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  margin-left: 8px;
  fill: #0f0f0f;
}

.tags__link:hover {
    color: #ffffff!important;
    background-color: #0f0f0f!important;
}

.tags__link:hover svg {
  fill: #ffffff;
}

.tags__link--active {
  color: #ffffff;
  background-color: #0f0f0f;
  border-color: #0f0f0f;
}

.tags__link--active svg {
  fill: #ffffff;
}

.tags--white .tags__link {
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.tags--white .tags__link:hover {
  color: #0f0f0f;
  background-color: #ffffff;
  border-color: #ffffff;
}

.tags--white .tags__link--active {
  color: #0f0f0f;
  background-color: #ffffff;
  border-color: #ffffff;
}

.portfolio-video {
  position: relative;
  display: block;
}

.portfolio-video video {
  display: block;
  width: 100%;
}

.blog-article .portfolio-video {
  margin-top: 50px;
  margin-bottom: 50px;
}

.portfolio-video__photo {
  display: block;
  width: 100%;
}

.portfolio-video__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  cursor: none;
  background-color: rgba(15, 15, 15, 0.03);
}

.btn-circle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 120px;
  border: 1px solid #0f0f0f;
  border-radius: 50%;
  font-family: "rf-dewi-condensed", sans-serif;
  font-weight: 700;
  font-size: 12px;
  line-height: 120%;
  letter-spacing: 0.05em;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  color: #0f0f0f;
  background-color: rgba(0, 0, 0, 0);
  cursor: pointer;
}

.btn-circle__preload {
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 24px;
  margin: auto;
  opacity: 0;
}

.btn-circle__preload:before,
.btn-circle__preload:after {
  content: "";
}

.btn-circle__preload i,
.btn-circle__preload:before,
.btn-circle__preload:after {
  width: 6px;
  height: 6px;
  border: 1px solid #0f0f0f;
  border-radius: 50%;
}

.btn-circle__preload:before {
  -webkit-animation: looowShake 1.2s 0s infinite;
  animation: looowShake 1.2s 0s infinite;
}

.btn-circle__preload i {
  -webkit-animation: looowShake 1.2s 0.4s infinite;
  animation: looowShake 1.2s 0.4s infinite;
}

.btn-circle__preload:after {
  -webkit-animation: looowShake 1.2s 0.8s infinite;
  animation: looowShake 1.2s 0.8s infinite;
}

.is-loaded .btn-circle__preload {
  opacity: 1;
}

.btn-circle--cursor {
  display: none;
}

.btn-circle--ajax {
  position: relative;
}

.btn-circle--ajax span {
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease;
}

.btn-circle--ajax.is-loaded span {
  opacity: 0;
}

.btn-circle--top {
  width: 100px;
  height: 100px;
  border-color: #ffffff;
  color: #ffffff;
}

.portfolio-video {
  position: relative;
  cursor: none;
}

@-webkit-keyframes looowShake {
  0% {
    transform: translateY(0);
  }

  33.33% {
    transform: translateY(-3px);
  }

  66.66% {
    transform: translateY(0);
  }
}

@keyframes looowShake {
  0% {
    transform: translateY(0);
  }

  33.33% {
    transform: translateY(-3px);
  }

  66.66% {
    transform: translateY(0);
  }
}

.footer {
  padding-top: 50px;
  padding-bottom: 55px;
  color: #ffffff;
  background-color: #000000;
}

.footer__inner {
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
  width: 100%;
  max-width: 1920px;
}

.footer__nav {
  margin-bottom: 60px;
}

.footer__seo {
  margin-bottom: 60px;
}

.footer__logo {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.footer__contacts {
  margin-top: 28px;
}

.footer__review {
  margin-top: 37px;
}

.footer__social {
  position: relative;
  margin-top: 20px;
  padding-right: 100px;
}

.footer__btn-up {
  position: absolute;
  right: 0;
  bottom: -10px;
}

.footer-contacts {
  color: #ffffff;
}

.footer-contacts__phone {
  font-weight: 600;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 0.05em;
  text-decoration: none;
  color: inherit;
}

.footer-contacts__email {
  margin-top: 9px;
}

.footer-contacts__mail {
  font-size: 12px;
  line-height: 120%;
  letter-spacing: 0.05em;
  color: inherit;
}

.social-icons {
  display: flex;
  align-items: center;
}

.social-icons__item + .social-icons__item {
  margin-left: 20px;
}

.social-icons__link {
  display: block;
}

.social-icons__link svg {
  display: block;
  fill: #ffffff;
}

.copyright p {
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 9px;
  line-height: 120%;
  letter-spacing: 0.05em;
  color: #ffffff;
  opacity: 0.5;
}

.info-line {
  margin-bottom: 120px;
}

.info-line--service-page {
  margin-bottom: 50px;
}

.info-line__inner {
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
  width: 100%;
  max-width: 1920px;
  overflow: hidden;
}

.info-line__wrap {
  padding-top: 23%;
  padding-bottom: 11%;
}

.info-line__item {
  display: flex;
}

.info-line__item--color {
  transform: rotate(-20deg);
  transform-origin: 20% 50%;
}

.about-line {
  display: flex;
  padding: 4px 50px;
  border-top: 1px solid #0f0f0f;
  border-bottom: 1px solid #0f0f0f;
  transition: transform 0.1s linear;
}

.about-line--color {
  border: none;
  background-image: linear-gradient(11.2deg, #340ffd 40%, #e80bc7 60%);
}

.about-line--color .about-line__item {
  color: #ffffff;
  -webkit-text-stroke: initial;
  text-stroke: initial;
}

.about-line__item {
  padding: 0 20px;
  font-weight: 700;
  font-size: 20px;
  line-height: 130%;
  text-transform: uppercase;
  white-space: nowrap;
  color: #ffffff;
  -webkit-text-stroke: 1px #0f0f0f;
  text-stroke: 1px #0f0f0f;
}

.contacts-nav {
  width: 100%;
}

.contacts-nav__list {
  width: 100%;
}

.contacts-nav__item {
  display: flex;
  flex-direction: column;
  margin-top: 40px;
}

.contacts-nav__item:first-child {
  margin-top: 0;
}

.contacts-nav__key {
  font-family: "rf-dewi-condensed", sans-serif;
  font-weight: 700;
  font-size: 13px;
  line-height: 20px;
  text-transform: uppercase;
  color: #ffffff;
}

.contacts-nav__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 9px;
  font-weight: 700;
  font-size: 27px;
  line-height: 32px;
  color: #ffffff;
  text-decoration: none;
}

.contacts-nav__link:after {
  content: "";
  width: 36px;
  height: 36px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  background-image: url("../icon/contacts-nav/media/icon-phone.svg");
  background-position: center;
  background-size: 10px 14px;
  background-repeat: no-repeat;
}

.contacts-nav__btn {
  position: absolute;
  left: 50%;
  bottom: 20px;
  transform: translateX(-50%);
}

.services-nav {
  width: 100%;
  background-color: #0f0f0f;
  background-image: url("../images/header/noise-bg.png");
}

.services-nav__btn {
  margin: 0 0 45px;
  padding: 0;
  font-family: "rf-dewi-extended", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 220%;
  display: flex;
  align-items: center;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0);
  border: none;
}

.services-nav__btn svg {
  fill: #ffffff;
  margin-right: 18px;
}

.accordion-nav__item {
  border-bottom: 1px solid #1e1e1e;
}

.accordion-nav__item:first-child {
  border-top: 1px solid #1e1e1e;
}

.accordion__header {
  -webkit-tap-highlight-color: transparent;
}

.accordion__content-wrapper {
  transition-property: height;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  overflow: hidden;
  position: relative;
  z-index: 2;
  height: 0;
}

.accordion__content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
}

.accordion--contacts .accordion__header {
  padding: 20px 0;
}

.accordion--contacts .accordion__content {
  padding-bottom: 20px;
}

.accordion--service .accordion__content-wrapper {
  transition-duration: 0.55s;
  transition-timing-function: linear;
}

.nav-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 20px 0;
  margin: 0;
  font-family: "rf-dewi-extended", sans-serif;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 0.05em;
  text-decoration: none;
  color: #ffffff;
  border: none;
  background-color: rgba(0, 0, 0, 0);
  pointer-events: none;
}

.nav-header__title {
  text-align: left;
}

.nav-header__arrow {
  width: 8px;
  height: 5px;
  margin-top: 1px;
}

.nav-header__arrow svg {
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  display: block;
  fill: #ffffff;
}

.accordion--open .nav-header__arrow svg {
  transform: rotate(180deg);
}

.sub-nav {
  padding-bottom: 20px;
}

.sub-nav__link {
  font-family: "rf-dewi-condensed", sans-serif;
  font-weight: 700;
  font-size: 13px;
  line-height: 250%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-decoration: none;
  color: #ffffff;
}

.services {
  position: relative;
  z-index: 1;
  padding-top: 80px;
  padding-bottom: 90px;
}

.services__inner {
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
  width: 100%;
  max-width: 1920px;
}

.services__item {
  display: inline;
  font-weight: 600;
  font-size: 30px;
  line-height: 130%;
}

.services__item:before {
  content: "/";
  margin-left: 9px;
  margin-right: 9px;
  color: #0f0f0f;
}

.services__item:first-child:before {
  content: initial;
}

.services__link {
  position: relative;
  color: #0f0f0f;
  text-decoration: none;
  white-space: pre-wrap;
}

.bot {
  padding-top: 100px;
  padding-bottom: 100px;
  background-image: linear-gradient(-10.2deg, #340ffd 32.59%, #e80bc7 67.84%);
}

.bot__inner {
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
  width: 100%;
  max-width: 1920px;
}

.bot__question {
  font-weight: 600;
  font-size: 25px;
  line-height: 130%;
  color: #ffffff;
}

.bot__question p {
  margin-top: 1.3em;
  margin-bottom: 0;
}

.bot__question p:first-child {
  margin-top: 0;
}

.bot__question a {
  color: inherit;
  text-decoration: none;
  border-bottom: 2px solid #ffffff;
}

.bot__answer {
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  display: flex;
  flex-wrap: wrap;
  margin-top: 60px;
  margin-left: -5px;
  margin-right: -5px;
  list-style: none;
}

.bot__form {
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  display: none;
  margin-top: 70px;
}

.bot__answer-item {
  margin-top: 10px;
  margin-left: 5px;
  margin-right: 5px;
}

.service-desc {
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: #0f0f0f;
  color: #ffffff;
}

.service-desc__inner {
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
  width: 100%;
  max-width: 1920px;
}

.service-desc__content {
  max-height: 340px;
  padding-right: 19px;
  overflow-y: auto;
}

.service-desc__content::-webkit-scrollbar {
  width: 4px;
}

.service-desc__content::-webkit-scrollbar-track {
  background-color: #191919;
  border-radius: 2px;
}

.service-desc__content::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background-color: #000000;
}

.service-desc__title {
  font-weight: 700;
  font-size: 20px;
  line-height: 120%;
}

.service-desc__text {
  margin-top: 35px;
  font-size: 14px;
  line-height: 24px;
  opacity: 0.5;
}

.service-desc__text p {
  margin-top: 24px;
  margin-bottom: 0;
}

.service-desc__text p:first-child {
  margin-top: 0;
}

.service-desc__tags {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}

.service-desc__tags-item {
  margin-top: 10px;
  margin-right: 10px;
}

.portfolio-cursor {
  position: fixed;
  z-index: 20000;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  border: 1px solid #0f0f0f;
  box-shadow: 0 0 0 1px #ffffff;
  border-radius: 50%;
  font-family: "rf-dewi-condensed", sans-serif;
  font-weight: 700;
  font-size: 12px;
  line-height: 120%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: gray;
  transform: translate(-50%, -50%);
  pointer-events: none;
  filter: invert(1);
  mix-blend-mode: difference;
}

.portfolio-cursor span {
  color: #0f0f0f;
}

.portfolio-cursor--logo {
  background-image: linear-gradient(135deg, #340FFD 13.53%, #E80BC7 88.82%);
  filter: initial;
  mix-blend-mode: initial;
  border: none;
  box-shadow: initial;
}

.portfolio-cursor--logo span {
  color: #ffffff;
}

.portfolio-cursor--slider-prev svg {
  margin-right: 10px;
}

.portfolio-cursor--slider-next {
  flex-direction: row-reverse;
}

.portfolio-cursor--slider-next svg {
  transform: rotate(180deg);
  margin-left: 10px;
}

.cursor-link {
  position: fixed;
  max-width: 270px;
  max-height: 350px;
  transform: translate(-10%, -30%);
  pointer-events: none;
}

.cursor-link img {
  display: block;
  width: 100%;
  height: 100%;
}

.nav-cursor {
  position: fixed;
  width: 270px;
  height: 375px;
  overflow: hidden;
  pointer-events: none;
  transform: translate(-50%, -50%);
}

.nav-cursor__bg {
  width: 100vw;
  height: 100vh;
  max-width: initial;
  -o-object-fit: cover;
  object-fit: cover;
}

.main-cursor__inner {
  position: fixed;
  z-index: 100000000;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #ffffff;
  border: 1px solid #0f0f0f;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.main-cursor__outer {
  position: fixed;
  z-index: 100000000;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid #0f0f0f;
  box-shadow: 0 0 0 1px #ffffff;
  transform: translate(-50%, -50%);
  pointer-events: none;
  filter: invert(1);
  mix-blend-mode: difference;
}

.portfolio {
  padding-top: 145px;
  padding-bottom: 80px;
}

.portfolio--service-page {
  padding-top: 70px;
  padding-bottom: 0;
}

.portfolio--service-page .portfolio__cases {
  padding-top: 15px;
}

.portfolio__inner {
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
  width: 100%;
  max-width: 1920px;
}

.portfolio__head {
  margin-bottom: 18px;
}

.portfolio__head h1 {
  margin: 0;
  font-weight: 700;
  font-size: 36px;
  line-height: 120%;
  color: #0f0f0f;
}

.portfolio__head span {
  display: block;
  margin-bottom: 9px;
  margin-left: 5px;
  font-family: "rf-dewi-condensed", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  text-transform: uppercase;
}

.portfolio__cases {
  padding-top: 80px;
}

.portfolio__btn-more {
  display: flex;
  justify-content: center;
  padding-top: 70px;
}

.portfolio-base {
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
  width: 100%;
  max-width: 1920px;
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  padding-right: 0;
}

.portfolio-base__item {
  flex-basis: 50%;
  max-width: 50%;
  flex-grow: 1;
  box-sizing: border-box;
  position: relative;
  display: block;
  color: #ffffff;
  text-decoration: none;
}

.portfolio-base__item:hover .portfolio-base__info {
  opacity: 1;
  pointer-events: initial;
}

.portfolio-base__photo {
  padding-top: 100%;
}

.portfolio-base__photo img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.portfolio-base__info {
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 20px;
  margin: auto;
  background-color: #0f0f0f;
  opacity: 0;
  pointer-events: none;
}

.portfolio-base__title {
  font-weight: 700;
  font-size: 20px;
  line-height: 120%;
}

.portfolio-base__desc {
  display: none;
  font-size: 13px;
  line-height: 23px;
}

.top-case {
  padding-top: 66px;
}

.top-case__inner {
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
  width: 100%;
  max-width: 1920px;
}

.top-case__body h2 {
  margin-bottom: 34px;
  font-weight: 700;
  font-size: min(30px, 5.2vw);
  line-height: 120%;
}

.top-case__body p,
.top-case__body ul {
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  font-size: 16px;
  line-height: 162%;
}

.top-case__body ul {
  padding-left: 40px;
}

.top-case__body li {
  position: relative;
  font-family: "rf-dewi-condensed", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 35px;
  text-transform: uppercase;
}

.top-case__body li:before {
  content: "";
  position: absolute;
  left: -40px;
  top: 0.75em;
  width: 6px;
  height: 6px;
  background-color: #0f0f0f;
}

.top-case__promo {
  padding-top: 45px;
}

.top-case__promo .top-case__inner {
  position: relative;
}

.top-case__head {
  padding-left: 16px;
  padding-right: 16px;
  margin-bottom: 40px;
}

.top-case__link-back {
  display: inline-flex;
  align-items: center;
  margin-bottom: 5px;
  font-family: "rf-dewi-condensed", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  text-transform: uppercase;
  text-decoration: none;
  color: #0f0f0f;
}

.top-case__link-back svg {
  fill: #0f0f0f;
  margin-right: 18px;
}

.top-case__link-back span {
  display: block;
}

.top-case__title {
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 20px;
  line-height: 120%;
}

.top-case__text-block {
  padding-top: 60px;
}

.top-case__text-block + .top-case__text-block {
  padding-top: 0;
}

.top-case__text-block--small-padding {
  padding-bottom: 30px;
}

.top-case__text-block--big-photo {
  display: flex;
  flex-wrap: wrap;
}

.top-case__text-block--big-photo .top-case__text-content {
  order: 1;
}

.top-case__text-block--big-photo .top-case__text-illustration {
  flex-grow: 1;
  margin-left: -16px;
  margin-right: -16px;
}

.top-case__text-block--members {
  padding-bottom: 40px;
}

.top-case__text-illustration {
  padding-bottom: 16px;
}

.top-case__text-illustration .top-case__visual-short-wrap {
  padding: 0;
}

.top-case__text-illustration .top-case__visual-short-wrap video,
.top-case__text-illustration .top-case__visual-short-wrap img {
  position: static;
}

.top-case__photo img {
  display: block;
}

.top-case__text-content p:first-child,
.top-case__text-content ul:first-child {
  margin-top: 0;
}

.top-case__logos {
  margin-left: -16px;
  margin-right: -16px;
}

.top-case__logos img {
  display: block;
}

.top-case__visual-block {
  margin-left: -16px;
  margin-right: -16px;
}

.top-case__visual-short {
  margin-left: -16px;
  margin-right: -16px;
}

.top-case__visual-short-wrap {
  position: relative;
  padding-top: 100%;
  background-color: #f7fbff;
}

.top-case__visual-short-wrap video,
.top-case__visual-short-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.top-case__visual-short-wrap img {
  -o-object-fit: cover;
  object-fit: cover;
}

.top-case__visual-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(15, 15, 15, 0.05);
}

.top-case__mockups {
  margin-left: -16px;
  margin-right: -16px;
}

.top-case__mac-slider {
  background-color: #162638;
}

.top-case__mac-slider-wrap {
  height: 100%;
  padding: 15.6% 9.1%;
}

.top-case__phone-slider {
  background-color: #32475f;
}

.top-case__phone-slider-wrap {
  height: 100%;
  padding: 35.2% 29.5%;
}

.top-case__members {
  padding-top: 27px;
  padding-bottom: 20px;
}

.photo-slider {
  position: relative;
}

.photo-slider__item {
  /* stylelint-disable */
  display: block !important;
  /* stylelint-enable */
}

.photo-slider__image {
  display: block;
}

.photo-slider__btn {
  position: absolute;
}

.photo-slider__btn--next {
  right: 16px;
  bottom: 16px;
}

.photo-slider__btn--prev {
  display: none;
}

.share {
  padding-top: 19px;
  padding-bottom: 19px;
  border-top: 1px solid #0f0f0f;
  border-bottom: 1px solid #0f0f0f;
}

.share__inner {
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
  width: 100%;
  max-width: 1920px;
}

.share__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.share__content p {
  margin: 0;
}

.share--case .share__content {
  max-width: initial;
  margin-left: initial;
  margin-right: initial;
}

.icons-share {
  display: flex;
  align-items: center;
}

.icons-share__item {
  margin-left: 5px;
}

.icons-share__item:first-child {
  margin-left: 0;
}

.icons-share__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(15, 15, 15, 0.15);
}

.case-arrows__arrow {
  position: relative;
  display: block;
  padding-top: 52%;
  overflow: hidden;
}

.case-arrows__arrow-bg {
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.case-arrows__text {
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 16px;
  font-weight: 700;
  font-size: 25px;
  line-height: 120%;
  color: #ffffff;
  background-color: rgba(15, 15, 15, 0.4);
}

.case-arrows__text span {
  position: relative;
  padding-left: 35px;
  padding-right: 35px;
}

.case-arrows__text svg {
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  position: absolute;
  top: 0;
  bottom: 0;
  padding-top: 8px;
  width: 23px;
  height: 27px;
  margin: auto;
  fill: #ffffff;
}

.case-arrows__arrow--prev svg {
  left: 0;
}

.case-arrows__arrow--next svg {
  right: 0;
  padding-top: 0;
  padding-bottom: 8px;
  transform: rotate(180deg);
}

/* Slider */

/* stylelint-disable */

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* stylelint-enable */

.case-workers__group {
  margin-top: 33px;
  margin-bottom: 33px;
}

.case-workers__group .case-workers__list {
  padding-left: 0;
  margin-top: 12px;
  margin-bottom: 0;
}

.case-workers__group .case-workers__name {
  font-family: "rf-dewi-extended", sans-serif;
  font-size: 20px;
  line-height: 30px;
  text-transform: initial;
}

.case-workers__group .case-workers__name:before {
  content: normal;
}

.case-workers__position {
  font-family: "rf-dewi-condensed", sans-serif;
  font-weight: 700;
  font-size: 13px;
  line-height: 130%;
  text-transform: uppercase;
}

.header-popup {
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  position: fixed;
  left: 0;
  top: 70px;
  z-index: 500;
  display: block;
  width: 100%;
  height: calc(100% - 70px);
  padding: 100px 16px;
  background-color: #0f0f0f;
  background-image: url("../images/header/noise-bg.png");
  transform: translateX(-100%);
}

.header-popup.is-open {
  transform: translateX(0);
}

.header-popup__content {
  display: flex;
  height: 100%;
  overflow-x: auto;
}

.header-popup__footer {
  position: absolute;
  left: 50%;
  bottom: 20px;
  transform: translateX(-50%);
}

@-webkit-keyframes showPopup {
  from {
    opacity: 0;
    transform: translateY(-100px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes showPopup {
  from {
    opacity: 0;
    transform: translateY(-100px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@-webkit-keyframes hidePopup {
  from {
    opacity: 1;
    transform: translateY(0);
  }

  to {
    opacity: 0;
    transform: translateY(-100px);
  }
}

@keyframes hidePopup {
  from {
    opacity: 1;
    transform: translateY(0);
  }

  to {
    opacity: 0;
    transform: translateY(-100px);
  }
}

.blog {
  padding-top: 66px;
}

.blog__inner {
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
  width: 100%;
  max-width: 1920px;
}

.blog__breadcrumbs {
  display: none;
}

.blog__head {
  margin-top: 80px;
  margin-bottom: 73px;
}

.blog__head h1 {
  margin: 0;
  font-weight: 700;
  font-size: 36px;
  line-height: 120%;
  color: #0f0f0f;
}

.blog__filter {
  margin-top: 60px;
  margin-bottom: 60px;
}

.blog__list {
  margin-top: 55px;
  margin-bottom: 55px;
}

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
}

.breadcrumbs__item {
  font-family: "rf-dewi-condensed", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 30px;
  text-transform: uppercase;
  color: #0f0f0f;
}

.breadcrumbs__link {
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  display: flex;
  align-items: center;
  margin-right: 20px;
  text-decoration: none;
  color: inherit;
  opacity: 0.15;
}

.breadcrumbs__link svg {
  width: 12px;
  height: 10px;
  margin-left: 18px;
  fill: #0f0f0f;
  transform: rotate(180deg);
}

.breadcrumbs--white .breadcrumbs__item {
  color: #ffffff;
}

.breadcrumbs--white .breadcrumbs__link {
  color: inherit;
  opacity: 1;
}

.breadcrumbs--white .breadcrumbs__link svg {
  fill: #ffffff;
}

.breadcrumbs--service .breadcrumbs__item {
  font-size: 12px;
}

.breadcrumbs--service .breadcrumbs__link,
.breadcrumbs--service .breadcrumbs__current {
  color: inherit;
  opacity: 0.3;
}

.card-list__item + .card-list__item {
  margin-top: 16px;
}

.card-list__btn {
  display: flex;
  justify-content: center;
  margin-top: 70px;
}

.card-article {
  padding: 20px 20px 10px;
  background-color: #f8f8f8;
}

.card-article__main {
  display: flex;
}

.card-article__photo {
  flex-shrink: 0;
  display: block;
  width: 80px;
  height: 80px;
  margin-right: 20px;
}

.card-article__photo img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.card-article__text h2 {
  margin: 0;
  font-weight: 600;
  font-size: 14px;
  line-height: 130%;
  color: #0f0f0f;
}

.card-article__link {
  text-decoration: none;
  color: inherit;
}

.card-article__tags {
  margin-top: 20px;
}

.card-article__footer {
  margin-top: 20px;
  padding-top: 10px;
  border-top: 1px solid rgba(15, 15, 15, 0.15);
}

.card-sticky {
  color: #0f0f0f;
}

.card-sticky__title {
  margin-bottom: 30px;
  font-weight: 700;
  font-size: 30px;
  line-height: 120%;
}

.card-sticky__link {
  color: inherit;
  text-decoration: none;
}

.card-sticky__text {
  margin-top: 30px;
  font-size: 16px;
  line-height: 26px;
}

.card-sticky__text a {
  color: inherit;
}

.card-sticky__footer {
  margin-top: 30px;
  margin-bottom: 40px;
}

.card-sticky__photo-wrap {
  position: relative;
  display: block;
  padding-top: 53.5%;
}

.card-sticky__photo-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.member-card {
  display: flex;
  align-items: center;
  color: #0f0f0f;
}

.member-card__photo {
  flex-shrink: 0;
  margin-right: 10px;
}

.member-card__position {
  display: block;
  font-family: "rf-dewi-condensed", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 30px;
  text-transform: uppercase;
}

.member-card__position + .member-card__name {
  display: block;
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
}

.member-card__position ~ .member-card__link {
  display: inline-block;
  margin-top: 10px;
  font-size: 14px;
  line-height: 26px;
  text-decoration: underline;
  color: inherit;
}

.member-card__name {
  font-family: "rf-dewi-extended", sans-serif;
  font-size: 12px;
  line-height: 26px;
  color: #0f0f0f;
}

.member-card--article-footer .member-card__photo {
  margin-right: 20px;
}

.card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.card-footer__date {
  font-family: "rf-dewi-condensed", sans-serif;
  font-weight: 700;
  font-size: 12px;
  line-height: 30px;
  text-transform: uppercase;
  color: #0f0f0f;
  margin-right: 5px;
}

.card-footer__views {
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 12px;
  line-height: 26px;
  margin-right: 15px;
  margin-left: auto;
}

.card-footer__views svg {
  margin-right: 7px;
  fill: #9c9c9c;
}

.card-footer__author {
  margin-left: 20px;
}

.card-footer--sticky {
  justify-content: flex-start;
}

.card-footer--sticky .card-footer__date {
  margin-right: 30px;
}

.blog-article {
  padding-top: 66px;
  color: #0f0f0f;
}

.blog-article__inner {
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
  width: 100%;
  max-width: 1920px;
}

.blog-article__first-screen {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #ffffff;
}

.blog-article__darken-layer {
  padding-top: 80px;
  padding-bottom: 105px;
  background-color: rgba(15, 15, 15, 0.4);
}

.blog-article__breadcrumbs {
  display: none;
}

.blog-article__title {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.blog-article__title h1 {
  font-size: 30px;
  line-height: 120%;
}

.blog-article__index {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 35px;
  border-bottom: 1px solid rgba(15, 15, 15, 0.15);
}

.blog-article__body {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.blog-article__body h2 {
  margin-top: 1.4em;
  margin-bottom: 1.4em;
  font-size: 25px;
  line-height: 120%;
}

.blog-article__body h3 {
  margin-top: 1.65em;
  margin-bottom: 1.65em;
  font-family: "rf-dewi-condensed", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  text-transform: uppercase;
}

.blog-article__body p {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  font-size: 16px;
  line-height: 1.6;
}

.blog-article__body .note {
  padding-left: 28px;
  font-weight: 600;
  font-size: 18px;
  line-height: 130%;
  border-left: 4px solid #0f0f0f;
}

.blog-article__body ul,
.blog-article__body ol {
  margin-top: 1.62em;
  margin-bottom: 1.62em;
  padding-left: 40px;
  font-weight: 600;
  font-size: 16px;
  line-height: 30px;
}

.blog-article__body ol {
  counter-reset: section;
}

.blog-article__body ol li {
  position: relative;
}

.blog-article__body ol li:before {
  counter-increment: section;
  content: counter(section);
  position: absolute;
  top: 0;
  left: -40px;
  font-weight: 700;
}

.blog-article__body ul li {
  position: relative;
}

.blog-article__body ul li:before {
  content: "";
  position: absolute;
  top: 0;
  left: -40px;
  width: 6px;
  height: 6px;
  margin-top: 12px;
  background-color: #0f0f0f;
}

.blog-article__body blockquote {
  display: flex;
  flex-wrap: wrap;
  padding: 20px;
  margin-left: 0;
  margin-right: 0;
  background-color: #f8f8f8;
  background-image: url("../icon/blog-article/media/icon-quote-white.svg");
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 100px 71px;
}

.blog-article__body blockquote:after {
  content: "";
  display: block;
  clear: both;
}

.blog-article__body blockquote p {
  order: 1;
  width: 100%;
  margin-top: 0;
  font-weight: 600;
  font-size: 17px;
  line-height: 130%;
}

.blog-article__body blockquote .quote__photo {
  flex-shrink: 0;
  order: 2;
  width: 50px;
  height: 50px;
  margin-right: 20px;
}

.blog-article__body blockquote cite {
  order: 3;
  width: calc(100% - 70px);
  padding-left: 30px;
  font-style: normal;
  font-size: 14px;
  line-height: 22px;
  background-image: url("../icon/blog-article/media/icon-quote-black.svg");
  background-repeat: no-repeat;
  background-position: left 6px;
  background-size: 14px 10px;
}

.blog-article__index-top {
  display: none;
}

.blog-article__index-btn {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  min-width: 160px;
  padding: 7px 13px 7px 20px;
  font-family: "rf-dewi-condensed", sans-serif;
  font-weight: 700;
  font-size: 12px;
  line-height: 120%;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  text-decoration: none;
  color: #0f0f0f;
  border-radius: 18px;
  border: 1px solid rgba(15, 15, 15, 0.15);
  transition: all 0.3s;
  transform: rotate(-90deg) translateX(-50%);
}

.blog-article__index-btn svg {
  margin-right: 26px;
  stroke: #0f0f0f;
  transform: rotate(90deg);
  transition: all 0.3s;
}

.blog-article__index-btn:hover {
  border-color: #0f0f0f;
  color: #ffffff;
  background-color: #0f0f0f;
}

.blog-article__index-btn:hover svg {
  stroke: #ffffff;
}

.blog-article__col img {
  width: 100%;
}

.blog-article__comments {
  background-color: #f9f9f9;
}

.blog-article__comments-content {
  max-width: 900px;
  padding-top: 40px;
  padding-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

.article-header {
  color: #0f0f0f;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.article-header__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
}

.article-header__row--border {
  border-top: 1px solid rgba(15, 15, 15, 0.15);
  border-bottom: 1px solid rgba(15, 15, 15, 0.15);
}

.article-header__time {
  font-family: "rf-dewi-condensed", sans-serif;
  font-weight: 700;
  font-size: 12px;
  line-height: 30px;
  text-transform: uppercase;
}

.article-header__author {
  margin-left: 30px;
  margin-right: auto;
}

.article-header__share p {
  display: none;
}

.article-header__share-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(15, 15, 15, 0.15);
}

.article-header__share-icons {
  display: none;
}

.article-header__read {
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 12px;
  line-height: 26px;
  margin-right: 15px;
}

.article-header__read svg {
  margin-right: 7px;
  fill: #9c9c9c;
}

.article-header__read-key {
  margin-right: 7px;
  color: #9c9c9c;
}

.article-header__comments {
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 12px;
  line-height: 26px;
  color: #9c9c9c;
}

.article-header__comments svg {
  fill: #9c9c9c;
  margin-right: 7px;
}

.article-header__views {
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 12px;
  line-height: 26px;
  margin-right: auto;
}

.article-header__views svg {
  margin-right: 7px;
  fill: #9c9c9c;
}

.read-more {
  display: flex;
  padding: 20px;
  border: 1px solid #0f0f0f;
  color: #0f0f0f;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}

.read-more__image {
  flex-shrink: 0;
  width: 80px;
  height: 80px;
  margin-right: 20px;
}

.read-more__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.read-more__slogan {
  display: block;
  margin-top: -8px;
  font-family: "rf-dewi-condensed", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 30px;
  text-transform: uppercase;
}

.read-more__link {
  font-weight: 600;
  font-size: 14px;
  line-height: 130%;
  color: inherit;
}


.read-more.small {
  padding: 10px;
}
.read-more.small .read-more__image {
  width: 40px;
  height: 40px;
}
.read-more.small .read-more__image img {
  margin: 0;
}
.read-more.small .read-more__slogan {
  font-size: 15px;
  line-height: 26px;
}
.read-more.small .read-more__link {
  font-size: 13px;
  line-height: 120%;
}

.article-footer {
  max-width: 900px;
  margin-top: 55px;
  margin-left: auto;
  margin-right: auto;
  color: #0f0f0f;
}

.article-footer__tags {
  margin-top: 20px;
}

.article-footer__copyright {
  margin-top: 35px;
  margin-bottom: 35px;
  font-size: 12px;
  line-height: 23px;
  opacity: 0.5;
}

.article-footer__copyright p {
  margin: 0;
}

.article-footer__grade {
  display: flex;
  align-items: center;
  height: 80px;
  font-size: 16px;
  line-height: 26px;
  border-top: 1px solid rgba(15, 15, 15, 0.15);
}

.article-footer__grade p {
  margin: 0 35px 0 0;
}

.article-list {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid rgba(15, 15, 15, 0.15);
  color: #0f0f0f;
}

.article-list__title {
  font-family: "rf-dewi-condensed", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 30px;
  text-transform: uppercase;
}

.article-list__item {
  margin-top: 10px;
  margin-bottom: 10px;
}

.article-list__link {
  font-size: 14px;
  line-height: 26px;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  color: inherit;
}

.article-index {
  padding-top: 40px;
  font-weight: 600;
  font-size: 18px;
  line-height: 30px;
  color: #0f0f0f;
}

.article-index a {
  color: inherit;
}

.article-index__title {
  font-size: 30px;
  line-height: 120%;
}

.article-index__list {
  padding-left: 50px;
  counter-reset: section;
}

.article-index__item {
  position: relative;
  margin-top: 15px;
  margin-bottom: 15px;
}

.article-index__item:before {
  counter-increment: section;
  content: counter(section);
  position: absolute;
  top: 0;
  left: -50px;
  font-weight: 700;
}

.article-index__item ul {
  padding-left: 30px;
  font-size: 16px;
  line-height: 30px;
}

.article-index__link {
  display: inline-block;
}

.animate-text {
  position: relative;
  display: flex;
  width: 100%;
  overflow: hidden;
}

.animate-text__item {
  flex-shrink: 0;
  width: 100%;
  opacity: 0;
}

.animate-text__output {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.project {
  padding-top: 145px;
  padding-bottom: 30px;
  color: #0f0f0f;
}

.project img {
  display: block;
  width: 100%;
}

.project__inner {
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
  width: 100%;
  max-width: 1920px;
}

.project__title {
  margin: 0;
  font-weight: 700;
  font-size: 36px;
  line-height: 120%;
}

.project__base-desc {
  margin-top: 23px;
  font-family: "rf-dewi-condensed", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  text-transform: uppercase;
}

.project__base-desc p {
  margin-bottom: 0;
}

.project__base-desc p + p {
  margin-top: 30px;
}

.project__author {
  margin-bottom: 0;
  margin-top: 13px;
  font-size: 16px;
  line-height: 26px;
}

.project__author a {
  color: inherit;
}

.project__section {
  padding-top: 60px;
}

.project__final-case a {
  color: inherit;
}
.project__description {
  margin-bottom: 34px;
}

.project__description h2 {
  margin: 0;
  font-weight: 700;
  font-size: 30px;
  line-height: 120%;
}

.project__list-wrap--full-width {
  margin-top: 16px;
}

.project__list-wrap--full-width .project__list {
  margin-left: -16px;
  margin-right: -16px;
}

.project__list-wrap--full-width .project__list > div,
.project__list-wrap--full-width .project__list > p {
  margin-bottom: 0;
  margin-top: 0;
}

.project__list > div,
.project__list > p {
  margin-bottom: 0;
  margin-top: 16px;
}

.project__btn {
  display: flex;
  justify-content: center;
  margin-top: 60px;
}

.project-more {
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
  width: 100%;
  max-width: 1920px;
  padding-top: 30px;
  color: #0f0f0f;
}

.project-more__head {
  margin-bottom: 36px;
}

.project-more__head h2 {
  margin: 0;
  font-size: 30px;
  line-height: 120%;
}

.project-more__body {
  margin-left: -16px;
  margin-right: -16px;
}

.reviews {
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
  width: 100%;
  max-width: 1920px;
  padding-bottom: 80px;
}

.reviews__header {
  margin-top: 146px;
}

.reviews__item + .reviews__item {
  margin-top: 16px;
}

.reviews__btn {
  margin-top: 70px;
  text-align: center;
}

.review-card {
  position: relative;
  padding: 25px 20px 100px;
  background-color: #f8f8f8;
  color: #0f0f0f;
}

.review-card__header {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(15, 15, 15, 0.15);
}

.review-card__photo {
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  margin-right: 20px;
  border-radius: 50%;
  overflow: hidden;
}

.review-card__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.review-card__customer {
  display: flex;
  align-items: center;
}

.review-card__name {
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
}

.review-card__position {
  margin-top: 4px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 22px;
}

.review-card__link-project {
  position: absolute;
  left: 20px;
  bottom: 30px;
}

.review-card__content p,
.review-card__content ul,
.review-card__content li {
  font-size: 16px;
  line-height: 26px;
}

.review-card__content img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  max-height: 913px;
}

.youtube-video {
  position: relative;
  width: 100%;
  padding-top: 66.66%;
}

.youtube-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.youtube-video__btn {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgba(15, 15, 15, 0.4);
  font-family: "rf-dewi-condensed", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 120%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #ffffff;
  border: none;
  padding: 0;
  margin: 0;
}

.youtube-video__btn span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 120px;
  border: 1px solid #ffffff;
  border-radius: 50%;
}

.youtube-video--popup {
  padding-top: initial;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.contacts-main__title {
  margin-bottom: 39px;
  font-weight: 700;
  font-size: 36px;
  line-height: 120%;
}

.contacts-main__address {
  font-size: 16px;
  line-height: 30px;
}

.contacts-main__address p {
  margin-bottom: 14px;
}

.contacts-main__phones {
  margin-top: 46px;
}

.contacts-main__phones span {
  font-family: "rf-dewi-condensed", sans-serif;
  font-weight: 700;
  font-size: 13px;
  line-height: 20px;
  text-transform: uppercase;
}

.contacts-main__phones-list {
  margin-top: 9px;
}

.contacts-main__phones-item--big {
  margin-bottom: 17px;
}

.contacts-main__phones-item--big .contacts-main__phone {
  font-weight: 700;
  font-size: 27px;
  line-height: 120%;
}

.contacts-main__phone {
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.05em;
  color: #ffffff;
  text-decoration: none;
}

.contacts-main__schedule {
  margin-top: 35px;
  margin-bottom: 24px;
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0.05em;
}

.contacts-main__schedule p {
  margin: 0;
}

.contacts-main__schedule a {
  font-weight: 400;
  font-size: 14px;
  color: inherit;
}

.contacts-offices__country {
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 120%;
  border-bottom: 2px dashed #ffffff;
}

.accordion--open .contacts-offices__country {
  border-bottom: none;
}

.contacts-offices__item {
  font-size: 14px;
  line-height: 24px;
  color: #ffffff;
  opacity: 0.7;
}

.contacts-offices__item a {
  color: inherit;
  text-decoration: none;
}

.rating__group {
  position: relative;
  height: 23px;
  width: 115px;
  background-image: url("../icon/rating/media/icon-star-stroke.svg");
  background-repeat: repeat-x;
}

.rating__input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}

.rating__input:checked + .rating__star {
  background-image: url("../icon/rating/media/icon-star-fill.svg");
}

.rating__star {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background-repeat: repeat-x;
}

.rating__star:hover {
  background-image: url("../icon/rating/media/icon-star-fill.svg");
}

.rating__star:hover ~ .rating__star {
  background-image: url("../icon/rating/media/icon-star-stroke.svg");
}

.rating__star:nth-of-type(1) {
  z-index: 5;
  width: 23px;
}

.rating__star:nth-of-type(2) {
  z-index: 4;
  width: 46px;
}

.rating__star:nth-of-type(3) {
  z-index: 3;
  width: 69px;
}

.rating__star:nth-of-type(4) {
  z-index: 2;
  width: 92px;
}

.rating__star:nth-of-type(5) {
  z-index: 1;
  width: 115px;
}

.mac-slider {
  position: relative;
  padding-top: 57.4%;
  background-image: url("../images/mac-slider/mac.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.mac-slider__inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 3.5% 10.8% 5.5%;
}

.phone-slider {
  position: relative;
  width: 100%;
  padding-top: 210.63%;
}

.phone-slider .slick-dots {
  position: absolute;
  bottom: 2%;
  left: 50%;
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  transform: translateX(-50%);
  /* stylelint-disable */
  /* stylelint-enable */
}

.phone-slider .slick-dots li {
  margin: 0 3px;
  line-height: initial;
}

.phone-slider .slick-dots li:before {
  content: initial;
}

.phone-slider .slick-dots .slick-active button {
  background-color: #0f0f0f;
}

.phone-slider .slick-dots button {
  display: block;
  width: 8px;
  height: 8px;
  margin: 0;
  padding: 0;
  font-size: 0;
  border-radius: 50%;
  border: none;
  background-color: #c4c4c4;
}

.phone-slider__inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 2%;
  border-radius: 11%;
  overflow: hidden;
}

.phone-slider__mockup {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/phone-slider/phone-mockup.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  pointer-events: none;
}

.slider-mockup {
  width: 100%;
  height: 100%;
}

.slider-mockup__item {
  position: relative;
  padding-top: 61.73%;
}

.slider-mockup__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.slider-mockup--phone .slider-mockup__item {
  padding-top: 215%;
}

.chat-bot {
  position: fixed;
  z-index: 10;
  right: 5px;
  bottom: 16px;
  display: flex;
  align-items: center;
}

.chat-bot__massage {
  margin-right: 9px;
  padding: 12px 14px;
  border-radius: 16px 4px 16px 16px;
  font-weight: 700;
  font-size: 12px;
  text-align: right;
  line-height: 130%;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.75);
}

.chat-bot__massage span {
  display: block;
}

.chat-bot__head {
  position: relative;
  width: 44px;
  height: 44px;
  background-image: url("../images/promo/dart-weider.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-color: rgba(0, 0, 0, 0);
  border: none;
}

.chat-bot__dots {
  position: absolute;
  left: 0;
  top: 5px;
  width: 24px;
  height: 14px;
  background-color: #ebebeb;
  border-radius: 7px;
}

.chat-bot__dots:before,
.chat-bot__dots:after {
  content: "";
}

.chat-bot__dots:before {
  left: 4px;
}

.chat-bot__dots:after {
  right: 4px;
}

.chat-bot__dots span {
  left: 0;
  right: 0;
  margin: auto;
}

.chat-bot__dots:before,
.chat-bot__dots:after,
.chat-bot__dots span {
  position: absolute;
  top: 50%;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  font-size: 0;
  background-color: #0f0f0f;
  transform: translateY(-50%);
}

.animate-icons {
  position: relative;
  width: 44px;
  height: 38px;
}

.animate-icon {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}

.animate-icon--triangle {
  width: 44px;
  height: 38px;
}

.animate-icon--triangle svg {
  stroke-dasharray: 121;
  stroke-dashoffset: 121;
  -webkit-animation: triangle 30s infinite linear;
  animation: triangle 30s infinite linear;
}

.animate-icon--quad {
  width: 37px;
  height: 37px;
}

.animate-icon--quad svg {
  stroke-dasharray: 140;
  stroke-dashoffset: 140;
  -webkit-animation: quad 30s 10s infinite linear;
  animation: quad 30s 10s infinite linear;
}

.animate-icon--circle {
  width: 37px;
  height: 37px;
}

.animate-icon--circle svg {
  stroke-dasharray: 121;
  stroke-dashoffset: 121;
  -webkit-animation: circle 30s 20s infinite linear;
  animation: circle 30s 20s infinite linear;
}

@-webkit-keyframes triangle {
  0% {
    stroke-dashoffset: 121;
  }

  3.33% {
    stroke-dashoffset: 0;
  }

  30% {
    stroke-dashoffset: 0;
  }

  33.33% {
    stroke-dashoffset: 121;
  }
}

@keyframes triangle {
  0% {
    stroke-dashoffset: 121;
  }

  3.33% {
    stroke-dashoffset: 0;
  }

  30% {
    stroke-dashoffset: 0;
  }

  33.33% {
    stroke-dashoffset: 121;
  }
}

@-webkit-keyframes quad {
  0% {
    stroke-dashoffset: 140;
  }

  3.33% {
    stroke-dashoffset: 0;
  }

  30% {
    stroke-dashoffset: 0;
  }

  33.33% {
    stroke-dashoffset: 140;
  }
}

@keyframes quad {
  0% {
    stroke-dashoffset: 140;
  }

  3.33% {
    stroke-dashoffset: 0;
  }

  30% {
    stroke-dashoffset: 0;
  }

  33.33% {
    stroke-dashoffset: 140;
  }
}

@-webkit-keyframes circle {
  0% {
    stroke-dashoffset: 121;
  }

  3.33% {
    stroke-dashoffset: 0;
  }

  30% {
    stroke-dashoffset: 0;
  }

  33.33% {
    stroke-dashoffset: 121;
  }
}

@keyframes circle {
  0% {
    stroke-dashoffset: 121;
  }

  3.33% {
    stroke-dashoffset: 0;
  }

  30% {
    stroke-dashoffset: 0;
  }

  33.33% {
    stroke-dashoffset: 121;
  }
}

.bot-form__field {
  margin-top: 15px;
  width: 100%;
}

.bot-form__field:last-child {
  margin-right: 0;
}

.bot-form__field--btn {
  margin-top: 35px;
}

.bot-form__input {
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  width: 100%;
  padding: 10px 0;
  font-family: "rf-dewi-condensed", sans-serif;
  font-weight: 700;
  font-size: 12px;
  line-height: 120%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  color: #ffffff;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  outline: none;
}

.bot-form__input:focus {
  border-bottom: 1px solid rgba(255, 255, 255, 0.8);
}

.bot-form__input::-moz-placeholder {
  color: #ffffff;
}

.bot-form__input:-ms-input-placeholder {
  color: #ffffff;
}

.bot-form__input::placeholder {
  color: #ffffff;
}

.video {
  position: relative;
  width: 100%;
}

.video video {
  display: block;
  width: 100%;
}

.video__btn-play {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  padding: 0;
  margin: 0;
  border: none;
  cursor: none;
}

.video__btn-play span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  color: #ffffff;
  border: 1px solid #ffffff;
}

.video__btn {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 62px;
  height: 56px;
  padding: 16px;
  margin: 0;
  border: none;
  mix-blend-mode: difference;
  background-color: rgba(0, 0, 0, 0);
}

.video__btn span {
  position: absolute;
  z-index: -1;
  font-size: 1px;
  opacity: 0;
}

.video__btn:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.video__btn--off:before {
  background-image: url("../icon/video/media/icon-sound-off.svg");
}

.video__btn--on {
  display: none;
}

.video__btn--on:before {
  background-image: url("../icon/video/media/icon-sound-on.svg");
}

.video--main-page .video__btn-play {
  background-color: rgba(15, 15, 15, 0.4);
}

.video--main-page video {
  display: none;
}

.video--main-page .video__short-video {
  display: block;
}

.flags {
  display: inline-flex;
  flex-direction: column;
}

.flags__item {
  position: relative;
  display: flex;
  align-items: center;
  height: 30px;
  padding: 0 13px;
  font-family: "rf-dewi-condensed", sans-serif;
  font-weight: 700;
  font-size: 10px;
  line-height: 120%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #0f0f0f;
}

.flags__item + .flags__item {
  margin-top: 10px;
}

.flags__item svg {
  fill: #ffffff;
}

.flags__item:before {
  content: "";
  position: absolute;
  right: 100%;
  top: 0;
  bottom: 0;
  width: 0;
  height: 0;
  margin: auto;
  border-left: 8px solid rgba(15, 15, 15, 0);
  border-top: 15px solid #0f0f0f;
  border-bottom: 15px solid #0f0f0f;
}

.lead-form {
  position: relative;
  color: #ffffff;
}

.lead-form__title {
  font-family: "rf-dewi-extended", sans-serif;
  font-weight: 600;
  font-size: 25px;
  line-height: 130%;
  color: inherit;
}

.lead-form__form-wrap {
  margin-top: 55px;
}

.lead-form__field {
  position: relative;
  margin-top: 15px;
  width: 100%;
}

.lead-form__field--btn {
  margin-top: 34px;
  margin-right: 0;
}

.lead-form__field--confirm {
  margin-top: 34px;
}

.lead-form__input {
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  width: 100%;
  padding: 10px 0;
  font-family: "rf-dewi-condensed", sans-serif;
  font-weight: 700;
  font-size: 12px;
  line-height: 120%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  color: inherit;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  outline: none;
}

.lead-form__input:focus {
  border-bottom: 1px solid rgba(255, 255, 255, 0.8);
}

.lead-form__input::-moz-placeholder {
  color: inherit;
}

.lead-form__input:-ms-input-placeholder {
  color: inherit;
}

.lead-form__input::placeholder {
  color: inherit;
}

.lead-form__input.error {
  border-bottom-color: #fd0f0f;
  color: #ff4a4a;
  /* stylelint-disable */
  /* stylelint-enable */
}

.lead-form__input.error:focus {
  border-bottom-color: #fd0f0f;
}

.lead-form__input.error::-moz-placeholder {
  color: #ff4a4a;
}

.lead-form__input.error:-ms-input-placeholder {
  color: #ff4a4a;
}

.lead-form__input.error::placeholder {
  color: #ff4a4a;
}

.lead-form__input.error + .lead-form__tooltip-error {
  display: block;
}

.lead-form__tooltip-error {
  position: absolute;
  left: 0;
  top: calc(100% + 8px);
  display: none;
  font-family: "rf-dewi-extended", sans-serif;
  font-size: 9px;
  line-height: 120%;
  letter-spacing: 0.05em;
  color: #ff4a4a;
}

.lead-form__success {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: none;
  color: inherit;
}

.lead-form__success--open {
  position: static;
  transform: initial;
  display: block;
  width: 100%;
}

.lead-form__success-title {
  font-family: "rf-dewi-extended", sans-serif;
  font-weight: 700;
  font-size: 36px;
  line-height: 130%;
}

.lead-form__success-message {
  font-size: 34px;
  line-height: 44px;
}

.lead-form__error {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: none;
}

.lead-form__error-title {
  font-family: "rf-dewi-extended", sans-serif;
  font-weight: 700;
  font-size: 60px;
  line-height: 130%;
}

.lead-form__error-message {
  font-size: 34px;
  line-height: 44px;
}

.lead-form__confirm {
  margin: 0;
  font-family: "rf-dewi-extended", sans-serif;
  font-size: 10px;
  line-height: 130%;
  color: rgba(255, 255, 255, 0.6);
}

.lead-form__confirm a {
  color: inherit;
}

.lead-form--popup .lead-form__input {
  /* stylelint-disable */
  /* stylelint-enable */
}

.lead-form--popup .lead-form__input.error {
  border-bottom-color: #fd0f0f;
  color: #fd0f0f;
}

.lead-form--popup .lead-form__input.error:focus {
  border-bottom-color: #fd0f0f;
}

.lead-form--popup .lead-form__input.error::-moz-placeholder {
  color: #fd0f0f;
}

.lead-form--popup .lead-form__input.error:-ms-input-placeholder {
  color: #fd0f0f;
}

.lead-form--popup .lead-form__input.error::placeholder {
  color: #fd0f0f;
}

.lead-form--popup .lead-form__tooltip-error {
  color: #fd0f0f;
}

.lead-form--popup,
.form-rating__field {
  color: #0f0f0f;
}

.lead-form--popup .lead-form__input,
.form-rating__field .lead-form__input {
  border-bottom: 1px solid rgba(15, 15, 15, 0.3);
}

.lead-form--popup .lead-form__input:focus,
.form-rating__field .lead-form__input:focus {
  border-bottom: 1px solid rgba(15, 15, 15, 0.8);
}

.lead-form--popup .lead-form__confirm,
.form-rating__field .lead-form__confirm {
  color: rgba(15, 15, 15, 0.6);
}

.lead-block {
  padding-top: 100px;
  padding-bottom: 100px;
  background-image: linear-gradient(-10.2deg, #340ffd 32.59%, #e80bc7 67.84%);
}
#landings_page .lead-block {
  margin-top: 0;
}

.lead-block__inner {
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
  width: 100%;
  max-width: 1920px;
}

.form-popup {
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 15000;
  display: none;
  width: 100%;
  height: 100vh;
  padding: 16px;
  background-color: rgba(0, 0, 0, 0.85);
  overflow-y: auto;
}

.form-popup.is-open {
  display: block;
  -webkit-animation: showPopup 0.3s ease 1;
  animation: showPopup 0.3s ease 1;
}

.form-popup.is-close {
  display: block;
  -webkit-animation: hidePopup 0.3s ease 1;
  animation: hidePopup 0.3s ease 1;
}

.form-popup__content {
  position: relative;
  min-height: 100%;
  padding: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
}

.form-popup__content iframe {
  border: none;
}

.form-popup__close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: 60px;
  height: 60px;
  padding: 0;
  margin: 0;
  background-color: #f8f8f8;
  border: none;
}

.form-popup__close span {
  position: absolute;
  top: -999999px;
  left: -999999px;
  font-size: 1px;
  opacity: 0;
  z-index: -1;
}

.form-popup__close:before,
.form-popup__close:after {
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 16px;
  height: 2px;
  margin: auto;
  background-color: #0f0f0f;
}

.form-popup__close:before {
  transform: rotate(-45deg);
}

.form-popup__close:after {
  transform: rotate(45deg);
}

.form-popup--map {
  transform: initial;
}

.form-popup--map.is-open {
  transform: initial;
  display: block;
  -webkit-animation: showPopup 0.3s ease 1;
  animation: showPopup 0.3s ease 1;
}

.form-popup--map.is-close {
  display: block;
  -webkit-animation: hidePopup 0.3s ease 1;
  animation: hidePopup 0.3s ease 1;
}

.form-popup--map .form-popup__content {
  padding: 0;
}

.form-popup--video {
  transform: initial;
}

.form-popup--video.is-open {
  transform: initial;
  display: flex;
  align-items: center;
  -webkit-animation: showPopup 0.3s ease 1;
  animation: showPopup 0.3s ease 1;
}

.form-popup--video.is-close {
  display: flex;
  align-items: center;
  -webkit-animation: hidePopup 0.3s ease 1;
  animation: hidePopup 0.3s ease 1;
}

.form-popup--video .form-popup__content {
  height: auto;
  width: 100%;
  position: relative;
  padding-top: 55%;
}

.form-popup--showreel .form-popup__content {
  padding: 0;
}

.form-popup--portfolio .form-popup__content {
  padding: 16px 0;
}

.google-map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.google-map iframe {
  width: 100%;
  height: 100%;
}

.services-page {
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
  width: 100%;
  max-width: 1920px;
  padding-top: 146px;
  padding-bottom: 100px;
}

.services-page__header h1 {
  margin: 0;
  font-weight: 700;
  font-size: 36px;
  line-height: 120%;
  color: #0f0f0f;
}

.services-page__list {
  margin-top: 70px;
}

.services-page__item {
  margin-top: 10px;
}

.services-page__item:first-child {
  margin-top: 0;
}

.service-head {
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  position: relative;
  display: flex;
  align-items: center;
  padding: 15px 53px 15px 20px;
  background-color: #f8f8f8;
  color: #0f0f0f;
}

.service-head:after,
.service-head:before {
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 21px;
  width: 16px;
  height: 2px;
  margin: auto;
  background-color: #0f0f0f;
}

.service-head:before {
  transform: rotate(90deg);
  transform-origin: center;
}

.service-head__title {
  font-family: "rf-dewi-condensed", sans-serif;
  font-size: 18px;
  line-height: 30px;
  text-transform: uppercase;
}

.service-head__icon {
  display: block;
  width: 16px;
  height: 16px;
  margin-right: 14px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.service-head__icon--circle {
  background-image: url("../icon/nav-header/icons/icon-circle.svg");
}

.service-head__icon--triangle-reverse {
  background-image: url("../icon/nav-header/icons/icon-triangle-reverse.svg");
}

.service-head__icon--quad {
  background-image: url("../icon/nav-header/icons/icon-quad.svg");
}

.service-head__icon--triangle {
  background-image: url("../icon/nav-header/icons/icon-triangle.svg");
}

.accordion--open .service-head {
  background-color: #0f0f0f;
  color: #ffffff;
}

.accordion--open .service-head:after,
.accordion--open .service-head:before {
  background-color: #ffffff;
}

.accordion--open .service-head:before {
  transform: rotate(90deg) scale(0);
}

.service-content {
  padding-top: 40px;
  padding-bottom: 42px;
}

.service-content__text {
  font-size: 16px;
  line-height: 26px;
  color: #0f0f0f;
}

.service-content__text p,
.service-content__text ul,
.service-content__text ol {
  margin-top: 26px;
}

.service-content__text p:first-child,
.service-content__text ul:first-child,
.service-content__text ol:first-child {
  margin-top: 0;
}

.service-content__list {
  margin-top: 6px;
}

.service-content__item {
  padding-top: 8px;
  padding-bottom: 8px;
}

.service-card {
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 300px;
  padding: 30px 30px 20px;
  box-shadow: inset 0 0 0 1px rgba(15, 15, 15, 0.15);
  overflow: hidden;
}

.service-card:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: inset 0 0 0 1px rgba(15, 15, 15, 0.15);
  pointer-events: none;
}

.service-card__content {
  position: relative;
  flex-grow: 1;
  padding-bottom: 30px;
}

.service-card__title {
  font-weight: 600;
  font-size: 22px;
  line-height: 130%;
}

.service-card__desc {
  display: block;
  margin-top: 15px;
  font-size: 14px;
  line-height: 24px;
}

.service-card__footer {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  border-top: 1px solid rgba(15, 15, 15, 0.15);
}

.service-card__btn {
  display: inline-block;
  padding: 10px 20px;
  text-decoration: none;
  font-family: "rf-dewi-condensed", sans-serif;
  font-weight: 700;
  font-size: 12px;
  line-height: 120%;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: inherit;
  border: 1px solid rgba(15, 15, 15, 0.15);
  background-color: rgba(0, 0, 0, 0);
  border-radius: 30px;
}

.service-card__btn--white {
  background-color: #ffffff;
  color: #0f0f0f;
}

.service-card__link {
  font-size: 14px;
  line-height: 26px;
  color: #0f0f0f;
}

.service-card__description {
  display: none;
}

.method {
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
  width: 100%;
  max-width: 1920px;
  padding-top: 70px;
  padding-bottom: 0;
}

.method__item {
  padding: 8px 0;
}

.clients {
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
  width: 100%;
  max-width: 1920px;
  padding-top: 70px;
  padding-bottom: 0;
}

.clients__head {
  margin-bottom: 34px;
}

.clients__head h2 {
  margin: 0;
}

.clients__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-left: -12px;
  margin-right: -12px;
}

.clients__item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 160px;
  height: 106px;
  margin: 5px 11px;
}

.clients__item a {
  cursor: none;
}

.clients__item img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  filter: grayscale(1);
  transition: all 0.3s;
}

.clients__item img:hover {
  filter: grayscale(0);
}

.clients__btn-wrap {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}

.service-about {
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
  width: 100%;
  max-width: 1920px;
  padding-top: 70px;
  padding-bottom: 0;
  color: #0f0f0f;
}

.service-about__head {
  margin-bottom: 50px;
}

.service-about__accordion {
  margin-top: 10px;
}

.service-about__subtitle {
  margin-top: 30px;
  margin-bottom: 24px;
  font-size: 20px;
  line-height: 120%;
}

.service-step {
  padding: 40px 0;
}

.service-step__description {
  color: #0f0f0f;
}

.service-step__description strong {
  display: block;
  margin-top: 30px;
  font-weight: 600;
  font-size: 25px;
  line-height: 26px;
}

.service-step__description strong:first-child {
  margin-top: 0;
}

.service-step__description p {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 0;
}

.service-step__figure {
  margin-top: 30px;
}

.figure {
  position: relative;
  width: 100%;
}

.figure__inner {
  position: relative;
  padding-top: 100%;
}

.figure__wrap {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}

.figure__row {
  display: flex;
  justify-content: space-between;
}

.figure__icon {
  display: block;
  width: 40px;
  height: 40px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.seo-tabs__tabs {
  display: flex;
}

.seo-tabs__tab {
  margin-right: 20px;
  margin-bottom: 37px;
}

.seo-tabs__content {
  display: none;
}

.seo-tabs__content--open {
  display: block;
}

.top-nav {
  display: flex;
  flex-wrap: wrap;
}

.top-nav__tabs {
  flex-basis: 50%;
  max-width: 50%;
  flex-grow: 1;
  box-sizing: border-box;
}

.top-nav__tab-link {
  font-family: "rf-dewi-condensed", sans-serif;
  font-size: 13px;
  line-height: 250%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-decoration: none;
  color: #ffffff;
}

.top-nav__tab-link:hover {
  text-decoration: underline;
}

.top-nav__tab-link--open {
  text-decoration: underline;
}

.top-nav__content {
  flex-basis: 50%;
  max-width: 50%;
  flex-grow: 1;
  box-sizing: border-box;
  display: none;
  max-height: 140px;
  overflow-y: auto;
  direction: rtl;
  padding-left: 20px;
}

.top-nav__content::-webkit-scrollbar {
  width: 4px;
}

.top-nav__content::-webkit-scrollbar-track {
  background-color: #191919;
  border-radius: 2px;
}

.top-nav__content::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background-color: #3c3c3c;
}

.top-nav__content--open {
  display: block;
}

.top-nav__list {
  direction: ltr;
}

.top-nav__link {
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  display: inline-block;
  padding-top: 7px;
  padding-bottom: 7px;
  font-size: 12px;
  line-height: 16px;
  color: #ffffff;
  opacity: 0.5;
  text-decoration: none;
}

.top-queries {
  max-height: 140px;
  overflow-y: auto;
  direction: rtl;
}

.top-queries::-webkit-scrollbar {
  width: 4px;
}

.top-queries::-webkit-scrollbar-track {
  background-color: #191919;
  border-radius: 2px;
}

.top-queries::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background-color: #3c3c3c;
}

.top-queries__wrap {
  direction: ltr;
  padding-left: 20px;
}

.top-queries__link {
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  display: inline-block;
  padding-top: 7px;
  padding-bottom: 7px;
  font-size: 12px;
  line-height: 16px;
  text-decoration: none;
  color: #ffffff;
  opacity: 0.5;
}

.about-company {
  color: #0f0f0f;
}

.about-company__item {
  margin: 60px 0;
}

.about-company__item:last-child {
  margin-bottom: 0;
}

.about-company__description {
  font-weight: 600;
  font-size: 25px;
  line-height: 32px;
  color: #0f0f0f;
}

.about-company__description p + p {
  margin-top: 32px;
}

.about-company__description p:first-child {
  margin-top: 0;
}

.about-company__description a {
  color: inherit;
}

.about-company__description svg {
  max-height: 18px;
}

.about-company__lead {
  margin-top: 20px;
}

.about-company__lead p {
  font-size: 16px;
  line-height: 26px;
}

.about-company__lead a {
  color: inherit;
}

.about-company__note {
  padding-left: 28px;
  border-left: 4px solid #0f0f0f;
}

.about-company__note p {
  font-weight: 600;
  font-size: 18px;
  line-height: 130%;
}

.about-company__column img,
.about-company__column video {
  display: block;
  width: 100%;
}

.about-company__column p {
  font-size: 16px;
  line-height: 26px;
  margin: 2em 0;
}

.about-company__subtitle {
  display: block;
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 25px;
  line-height: 120%;
}

.about-team {
  margin-top: 60px;
}

.about-team__item {
  padding: 12px 0;
}

.team-member {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 25px 20px;
  background-color: #f8f8f8;
}

.team-member__checkbox {
  display: none;
}

.team-member__head {
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  position: relative;
  z-index: 1;
  height: 180px;
  margin-bottom: 30px;
}

.team-member__head-pic {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.team-member__photo {
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.team-member__photo:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(15, 15, 15, 0.1);
}

.team-member__photo:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, rgba(15, 15, 15, 0) 61.25%, #0f0f0f 100%);
}

.team-member__photo-pic {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center top;
  object-position: center top;
}

.team-member__info {
  position: relative;
  z-index: 1;
  color: #0f0f0f;
}

.team-member__name {
  font-weight: 600;
  font-size: 25px;
  line-height: 130%;
}

.team-member__position {
  margin-top: 5px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 24px;
}

.error-page {
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
  width: 100%;
  max-width: 1920px;
  display: flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 66px;
  background-color: #0f0f0f;
  background-image: url("../images/header/noise-bg.png");
  color: #ffffff;
}

.error-page__inner {
  flex-basis: 100%;
  max-width: 100%;
  flex-grow: 1;
  box-sizing: border-box;
}

.error-page__main {
  text-align: center;
  background-image: url("../images/error-page/stars.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center top;
}

.error-page__main p {
  font-weight: 600;
  font-size: 20px;
  line-height: 130%;
}

.error-page__main small {
  font-size: 16px;
  line-height: 26px;
  opacity: 0.7;
}

.error-page__main a {
  color: inherit;
}

.error-page__head-wrap {
  max-width: 660px;
  margin: 0 auto;
}

.error-page__head {
  padding-top: 52.5%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.error-page__char {
  font-size: 53px;
}

.promo-service {
  position: relative;
  color: #ffffff;
  background-color: #000000;
}

.promo-service--second .promo-service__content {
  padding-bottom: 125px;
}

.promo-service__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.promo-service__bg:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/header/noise-bg.png");
  background-color: #0f0f0f;
  mix-blend-mode: screen;
}

.promo-service__bg-inner {
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
  width: 100%;
  max-width: 1920px;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  height: 100%;
}

.promo-service__bg-inner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center bottom;
  object-position: center bottom;
}

.promo-service__video {
  position: absolute;
  left: 50%;
  bottom: 0;
  display: none;
  min-width: 100%;
  min-height: 100%;
  transform: translateX(-50%);
}

.promo-service__video--mobile {
  display: block;
}

.promo-service__inner {
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
  width: 100%;
  max-width: 1920px;
  height: 100%;
  position: relative;
  padding-top: 100px;
  padding-bottom: 30px;
}

.promo-service__breadcrumbs {
  position: relative;
  display: none;
}

.promo-service__content {
  height: 100%;
  position: relative;
  padding: 47px 0 400px;
}

.promo-service__title {
  font-weight: 700;
  font-size: 36px;
  line-height: 120%;
}

.promo-service__text {
  margin-top: 43px;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
}

.promo-service__visual {
  margin-top: 60px;
}

.promo-form {
  margin-top: 45px;
}

.promo-form__field {
  position: relative;
  margin-top: 20px;
}

.promo-form__field:first-child {
  margin-top: 0;
}

.promo-form__note {
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 9px;
  line-height: 18px;
  opacity: 0.3;
}

.service-popup {
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  transform: translateX(-100%);
}

.service-popup.is-open {
  transform: translateX(0);
}

.service-popup__inner {
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
  width: 100%;
  max-width: 1920px;
  height: 100%;
  padding: 0;
}

.service-popup__close {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  font-size: 0;
  background-color: rgba(0, 0, 0, 0);
  border: none;
  cursor: none;
}

.service-popup__wrap {
  position: relative;
  height: 100%;
  padding-left: 16px;
  padding-right: 16px;
}

.service-popup__wrap:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 500%;
  height: 100%;
  background: rgba(15, 15, 15, 0.95);
}

.service-popup__content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding-top: 66px;
  padding-bottom: 66px;
}

@-webkit-keyframes showServicePopup {
  from {
    opacity: 0;
    transform: translateX(-100px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes showServicePopup {
  from {
    opacity: 0;
    transform: translateX(-100px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@-webkit-keyframes hideServicePopup {
  from {
    opacity: 1;
    transform: translateX(0);
  }

  to {
    opacity: 0;
    transform: translateX(-100px);
  }
}

@keyframes hideServicePopup {
  from {
    opacity: 1;
    transform: translateX(0);
  }

  to {
    opacity: 0;
    transform: translateX(-100px);
  }
}

.service-nav__link {
  display: inline-block;
  margin: 10px 0;
  font-family: "rf-dewi-condensed", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #ffffff;
  text-decoration: none;
}

.service-nav__btn {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

.anketa {
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
  width: 100%;
  max-width: 1920px;
  display: flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 96px;
  padding-bottom: 22px;
  color: #0f0f0f;
}

.anketa__head {
  margin-bottom: 30px;
}

.anketa__title {
  font-weight: 700;
  font-size: 25px;
  line-height: 120%;
}

.form-rating__item {
  display: none;
}

.form-rating__item--active {
  display: block;
}

.form-rating__question-wrap {
  padding: 20px 0;
  border-bottom: 1px solid rgba(15, 15, 15, 0.15);
}

.form-rating__question-wrap--no-border {
  border-bottom: none;
}

.form-rating__field {
  margin-bottom: 35px;
}

.form-rating__question {
  margin: 0 0 15px;
  font-weight: 600;
  font-size: 18px;
  line-height: 120%;
}

.form-rating__radio-wrap {
  display: flex;
  justify-content: space-between;
}

.form-rating__label {
  position: relative;
}

.form-rating__radio-btn {
  display: none;
}

.form-rating__radio-btn:checked + .form-rating__icon {
  opacity: 1;
}

.form-rating__radio-btn:checked ~ .form-rating__tooltip {
  display: block;
}

.form-rating__icon {
  font-size: 56px;
  line-height: 112%;
  opacity: 0.3;
}

.form-rating__tooltip {
  position: absolute;
  left: 50%;
  bottom: 100%;
  padding: 0 7px;
  font-size: 10px;
  line-height: 22px;
  white-space: nowrap;
  background-color: #f8f8f8;
  border-radius: 5px;
  transform: translateX(-50%);
  display: none;
}

.form-rating__tooltip:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  width: 0;
  height: 0;
  margin: auto;
  border-top: 5px solid #f8f8f8;
  border-left: 5px solid rgba(0, 0, 0, 0);
  border-right: 5px solid rgba(0, 0, 0, 0);
}

.form-rating__nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 35px;
  margin-bottom: 35px;
}

.form-rating__count {
  font-family: "rf-dewi-condensed", sans-serif;
  font-weight: 700;
  font-size: 12px;
  line-height: 120%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.form-rating__live-head {
  position: relative;
}

.form-rating__live-head video {
  width: 100%;
}

.form-rating__live-message {
  position: absolute;
  left: 60%;
  bottom: 50%;
  width: 125px;
  padding: 11px 15px;
  margin: 0;
  background-color: #f8f8f8;
  border-radius: 5px 5px 5px 0;
}

.form-rating__live-message:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  display: block;
  width: 0;
  height: 0;
  border-left: 17px solid #f8f8f8;
  border-bottom: 17px solid rgba(0, 0, 0, 0);
}

.form-rating__head-desc {
  text-align: center;
}

.form-rating__head-name {
  font-family: "rf-dewi-extended", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 130%;
}

.form-rating__head-position {
  margin: 0;
  font-size: 10px;
  line-height: 24px;
}

.circle-text {
  position: relative;
  right: 20px;
  width: 200px;
  height: 200px;
  margin-left: auto;
  margin-right: auto;
}

.circle-text__item {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
}

.circle-text__item--back {
  z-index: 1;
  top: 30px;
  left: 50px;
  transform: scale(0.8);
}

.circle-text__item--back span {
  color: rgba(0, 0, 0, 0);
  -webkit-text-stroke: 1px #555555;
}

.circle-text__wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.circle-text__scene {
  margin: auto;
  transform: rotateY(30deg) rotate(-60deg);
  transform-origin: center center;
  transform-style: preserve-3d;
}

.circle-text__circle {
  font-size: 30px;
  font-weight: 700;
  -webkit-animation: rotate 10s linear infinite;
  animation: rotate 10s linear infinite;
  transform-style: preserve-3d;
}

.circle-text__circle span {
  position: absolute;
}

@-webkit-keyframes rotate {
  0% {
    transform: rotateY(0deg);
  }

  100% {
    transform: rotateY(-1turn);
  }
}

@keyframes rotate {
  0% {
    transform: rotateY(0deg);
  }

  100% {
    transform: rotateY(-1turn);
  }
}

.method-popup {
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  transform: translateX(100%);
  z-index: 10001;
}

.method-popup.is-open {
  transform: translateX(0);
}

.method-popup__inner {
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
  width: 100%;
  max-width: 1920px;
  height: 100%;
  padding: 0;
}

.method-popup__bg-close {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  font-size: 0;
  background-color: rgba(0, 0, 0, 0);
  border: none;
  cursor: none;
}

.method-popup__wrap {
  position: relative;
  height: 100%;
}

.method-popup__wrap:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 500%;
  height: 100%;
  background: rgba(15, 15, 15, 0.95);
}

.method-popup__content {
  position: relative;
  z-index: 1;
  height: 100%;
  overflow-y: auto;
}

.method-popup__close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: 60px;
  height: 60px;
  padding: 0;
  margin: 0;
  background-color: #0f0f0f;
  border: none;
}

.method-popup__close span {
  position: absolute;
  top: -999999px;
  left: -999999px;
  font-size: 1px;
  opacity: 0;
  z-index: -1;
}

.method-popup__close:before,
.method-popup__close:after {
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 16px;
  height: 2px;
  margin: auto;
  background-color: #ffffff;
}

.method-popup__close:before {
  transform: rotate(-45deg);
}

.method-popup__close:after {
  transform: rotate(45deg);
}

@keyframes showServicePopup {
  from {
    opacity: 0;
    transform: translateX(100px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes hideServicePopup {
  from {
    opacity: 1;
    transform: translateX(0);
  }

  to {
    opacity: 0;
    transform: translateX(100px);
  }
}

.method-desc {
  min-height: 100%;
  color: #ffffff;
  padding: 66px 16px;
}

.method-desc__who {
  display: inline-block;
  margin-bottom: 43px;
  font-family: "rf-dewi-condensed", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  text-transform: uppercase;
}

.method-desc__task {
  margin-bottom: 52px;
  font-weight: 600;
  font-size: 25px;
  line-height: 130%;
}

.method-desc__desc {
  margin-bottom: 56px;
}

.method-desc__desc ul {
  padding-left: 30px;
}

.method-desc__desc li {
  position: relative;
  margin: 10px 0;
  font-size: 16px;
  line-height: 20px;
}

.method-desc__desc li:before {
  content: "";
  position: absolute;
  left: -30px;
  top: 8px;
  width: 6px;
  height: 6px;
  background-color: #ffffff;
}

.about-form {
  color: #0f0f0f;
}

.about-form__field {
  position: relative;
  display: block;
}

.about-form__input-placeholder {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 30px);
  height: 100%;
  font-family: "rf-dewi-extended", sans-serif;
  font-weight: 700;
  font-size: 36px;
  line-height: 80px;
  outline: none;
  border: none;
  opacity: 0.15;
}

.about-form__input-placeholder span {
  display: block;
  /* stylelint-disable */
  line-height: 80px !important;
  white-space: nowrap;
  /* stylelint-enable */
}

.about-form__result {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  width: calc(100% - 30px);
  height: 100%;
  font-family: "rf-dewi-extended", sans-serif;
  font-weight: 700;
  font-size: 36px;
  line-height: 80px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  opacity: 0;
}

.about-form__result span {
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.about-form__input {
  position: relative;
  z-index: 1;
  width: calc(100% - 30px);
  padding: 0;
  font-family: "rf-dewi-extended", sans-serif;
  font-weight: 700;
  font-size: 36px;
  line-height: 80px;
  height: 80px;
  outline: none;
  border: none;
  background-color: rgba(0, 0, 0, 0);
}

.about-form__reset-btn {
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 30px;
  height: 30px;
  padding: 0;
  border: none;
  background-color: rgba(0, 0, 0, 0);
  cursor: pointer;
  opacity: 0;
}

.about-form__reset-btn:before,
.about-form__reset-btn:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 4px;
  margin: auto;
  background-color: #0f0f0f;
}

.about-form__reset-btn:before {
  transform: rotate(-45deg);
}

.about-form__reset-btn:after {
  transform: rotate(45deg);
}

.about-form__label {
  display: inline-block;
  margin-top: 10px;
  font-size: 12px;
  line-height: 26px;
}
.about-form__form h1 {
    display: inline-block;
    font-size: 12px;
    line-height: 26px;
    font-weight: normal;
    margin: 0;
}

.about-form__queries {
  margin-top: 40px;
}

.about {
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
  width: 100%;
  max-width: 1920px;
  min-height: 100vh;
  color: #0f0f0f;
}

.about__title {
  position: absolute;
  font-size: 1px;
  opacity: 0;
  top: -1000px;
  left: -1000px;
  overflow: hidden;
}

.about__wrap {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  padding-top: 130px;
  padding-bottom: 30px;
}

.about__questions {
  margin-top: auto;
  padding-top: 60px;
}

.about__questions-title {
  margin-bottom: 45px;
  font-weight: 700;
  font-size: 16px;
  line-height: 120%;
}

.about__questions-item {
  display: inline-block;
  font-size: 20px;
  line-height: 140%;
}

.about__questions-item:after {
  content: " / ";
  margin: 0 15px;
  opacity: 0.15;
}

.about__questions-item:last-child:after {
  content: normal;
}

.about__questions-link {
  font-family: "rf-dewi-extended", sans-serif;
  font-style: normal;
  font-weight: 600;
  color: inherit;
  text-decoration: none;
}

.queries__link {
  display: flex;
  align-items: flex-end;
  padding: 10px;
  color: #0f0f0f;
  text-decoration: none;
}

.queries__link:hover,
.queries__link.queries__link--active {
  background-image: linear-gradient(79.8deg, #340ffd 32.59%, #e80bc7 67.84%);
  color: #ffffff;
  /* stylelint-disable */
  /* stylelint-enable */
}

.queries__link:hover .queries__icon,
.queries__link.queries__link--active .queries__icon {
  filter: invert(1);
}

.queries__link:hover .queries__category,
.queries__link.queries__link--active .queries__category {
  opacity: 0.3;
}

.queries__link:hover .queries__text:after,
.queries__link.queries__link--active .queries__text:after {
  display: block;
}

.queries__icon {
  flex-shrink: 0;
  align-self: flex-start;
  display: block;
  width: 18px;
  height: 18px;
  margin: 6px 17px 6px 0;
  background-size: contain;
  background-position: center bottom;
  background-repeat: no-repeat;
}

.queries__text {
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  display: flex;
  align-items: center;
}

.queries__text:after {
  content: "";
  flex-shrink: 0;
  display: none;
  width: 18px;
  height: 20px;
  margin-left: 10px;
  background-image: url("../icon/queries/media/icon-enter.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.queries__category {
  margin-left: 20px;
  font-size: 12px;
  line-height: 24px;
  opacity: 0.15;
}

.case-popup {
  width: 100%;
  height: 100%;
  padding-top: 40px;
  font-family: "rf-dewi-extended", sans-serif;
}

.case-popup__wrap {
  width: 100%;
}

.case-popup__title {
  display: block;
  max-width: 1312px;
  padding-left: 16px;
  padding-right: 16px;
  margin: 0 auto 40px;
  font-weight: 700;
  font-size: 30px;
  line-height: 120%;
}

.case-popup__content {
  font-size: 18px;
  line-height: 150%;
}

.case-popup__content p,
.case-popup__content ul,
.case-popup__content ol {
  max-width: 1312px;
  padding-left: 16px;
  padding-right: 16px;
  margin: 0 auto;
}

.case-popup__content p + img,
.case-popup__content ul + img,
.case-popup__content ol + img {
  margin-top: 40px;
}

.case-popup__content img {
  width: 100%;
  display: block;
}

.case-popup__btn {
  margin-top: 40px;
  text-align: center;
}

@media only screen and (min-width:375px) {
  .promo__title span {
    font-size: 55px;
  }

  .boss__photo {
    margin-right: 20px;
  }

  .boss__text {
    font-size: 15px;
    line-height: 23px;
  }

  .boss__name {
    font-size: 25px;
    line-height: 30px;
  }

  .portfolio-top__title {
    font-size: 30px;
  }

  .form-rating__radio-wrap {
    justify-content: flex-start;
  }

  .form-rating__label {
    margin-left: 16px;
  }

  .form-rating__label:first-child {
    margin-left: 0;
  }
}

@media only screen and (min-width:480px) {
	.header-popup{
		top: 62px;
		height: calc(100% - 62px);
	}
}

@media only screen and (min-width:670px) {
  h1 {
    font-size: 30px;
    line-height: 1.125;
  }

  h2, .h2 {
    font-size: 26px;
    line-height: 1.125;
  }

  h3, .h3 {
    font-size: 20px;
    line-height: 1.5;
  }

  h4 {
    font-size: 16px;
    line-height: 1.5;
  }

  .typo-reset ul li,
  .typo-reset ol li {
    font-size: 11px;
    line-height: 1.5;
  }

  .promo__wrap {
    display: flex;
    flex-wrap: wrap;
    flex-grow: 1;
    align-items: center;
  }

  .promo__video-wrap {
    position: absolute;
    left: 15%;
    top: 50%;
    width: 160%;
    transform: translateY(-50%);
  }

  .promo__main-info {
    flex-basis: 50%;
    max-width: 50%;
    flex-grow: 1;
    box-sizing: border-box;
  }

  .promo__desc {
    flex-basis: 50%;
    max-width: 50%;
    flex-grow: 1;
    box-sizing: border-box;
    margin-top: 0;
  }

  .promo--contacts .promo__desc {
    margin-top: 0;
  }

  .company-info__awards {
    flex-basis: 100%;
    max-width: 100%;
    flex-grow: 1;
    box-sizing: border-box;
    margin-left: 0%;
  }

  .awards {
    display: flex;
    flex-wrap: wrap;
  }

  .awards__item {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
    flex-grow: 1;
    box-sizing: border-box;
  }

  .awards__item + .awards__item {
    margin-top: 0;
  }

  .footer__main {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }

  .footer__logo {
    flex-basis: 50%;
    max-width: 50%;
    flex-grow: 1;
    box-sizing: border-box;
  }

  .footer__contacts {
    flex-basis: 50%;
    max-width: 50%;
    flex-grow: 1;
    box-sizing: border-box;
    margin-top: 0;
  }

  .footer__review {
    flex-basis: 50%;
    max-width: 50%;
    flex-grow: 1;
    box-sizing: border-box;
    margin-top: 35px;
  }

  .footer__social {
    flex-basis: 50%;
    max-width: 50%;
    flex-grow: 1;
    box-sizing: border-box;
    margin-top: 35px;
  }

  .info-line__wrap {
    padding-top: 11%;
    padding-bottom: 7%;
  }

  .info-line__item--color {
    transform: rotate(-11deg);
    transform-origin: 30% 50%;
    margin-left: -40px;
    margin-right: -40px;
  }

  .top-case__logos {
    display: flex;
    flex-wrap: wrap;
  }

  .top-case__logos img {
    width: 101%;
    height: 101%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .top-case__logo {
    flex-basis: 50%;
    max-width: 50%;
    flex-grow: 1;
    box-sizing: border-box;
  }

  .top-case__visual-short {
    display: flex;
    flex-wrap: wrap;
  }

  .top-case__visual-short-item {
    flex-basis: 50%;
    max-width: 50%;
    flex-grow: 1;
    box-sizing: border-box;
  }

  .photo-slider__btn--next {
    right: 30px;
    bottom: 30px;
  }

  .share__content {
    justify-content: flex-start;
  }

  .share__content p {
    margin-right: 25px;
  }

  .case-arrows__inner {
    display: flex;
    flex-wrap: wrap;
  }

  .case-arrows__items {
    flex-basis: 50%;
    max-width: 50%;
    flex-grow: 1;
    box-sizing: border-box;
  }

  .case-workers {
    display: flex;
    flex-wrap: wrap;
    margin-left: -16px;
    margin-right: -16px;
  }

  .case-workers__column {
    flex-basis: 50%;
    max-width: 50%;
    flex-grow: 1;
    box-sizing: border-box;
    padding-left: 16px;
    padding-right: 16px;
  }

  .case-workers__group {
    display: inline-block;
    width: 100%;
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .case-workers__group:first-child {
    margin-top: 0;
  }

  .card-article__text h2 {
    font-size: 18px;
  }

  .project__list-wrap--full-width {
    padding-top: 16px;
  }

  .project__list-wrap--full-width .project__list > div,
  .project__list-wrap--full-width .project__list > p {
    flex-basis: 50%;
    max-width: 50%;
    flex-grow: 1;
    box-sizing: border-box;
    padding: 0;
  }

  .project__list {
    display: flex;
    flex-wrap: wrap;
    margin-left: -16px;
    margin-right: -16px;
  }

  .project__list > div,
  .project__list > p {
    flex-basis: 50%;
    max-width: 50%;
    flex-grow: 1;
    box-sizing: border-box;
    padding: 16px;
    margin-top: 0;
  }

  .review-card {
    padding: 25px 20px 30px;
  }

  .review-card__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .review-card__link-project {
    flex-shrink: 0;
    position: static;
    margin-left: 20px;
  }

  .chat-bot__massage span {
    display: initial;
  }

  .bot-form {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-left: -16px;
    margin-right: -16px;
  }

  .bot-form__field {
    width: 50%;
    margin-top: 0;
    padding-left: 16px;
    padding-right: 16px;
  }

  .bot-form__field--btn {
    width: 100%;
    margin-top: 35px;
  }

  .lead-form__form-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 75px;
    margin-left: -16px;
    margin-right: -16px;
  }

  .lead-form__field {
    width: 50%;
    margin-top: 0;
    padding-left: 16px;
    padding-right: 16px;
  }

  .lead-form__field--btn {
    margin-top: 34px;
    margin-right: 0;
  }

  .lead-form__field--confirm {
    width: 100%;
    margin-top: 34px;
  }

  .service-content {
    padding-bottom: 36px;
  }

  .service-content__list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 34px;
    margin-left: -14px;
    margin-right: -14px;
  }

  .service-content__item {
    flex-basis: 50%;
    max-width: 50%;
    flex-grow: 1;
    box-sizing: border-box;
    padding: 14px;
  }

  .method__list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -14px;
  }

  .method__item {
    flex-basis: 50%;
    max-width: 50%;
    flex-grow: 1;
    box-sizing: border-box;
    padding: 14px;
  }

  .service-step {
    display: flex;
    flex-wrap: wrap;
  }

  .service-step__description {
    flex-basis: 50%;
    max-width: 50%;
    flex-grow: 1;
    box-sizing: border-box;
    padding-right: 20px;
  }

  .service-step__figure {
    flex-basis: 50%;
    max-width: 50%;
    flex-grow: 1;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    margin-top: 0;
  }

  .figure {
    max-width: 440px;
  }

  .top-nav__content {
    margin-left: -20px;
  }

  .top-queries__wrap {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
  }

  .top-queries__list {
    flex-basis: 50%;
    max-width: 50%;
    flex-grow: 1;
    box-sizing: border-box;
  }

  .top-queries__list:first-child {
    padding-left: 20px;
  }

  .about-team__list {
    display: flex;
    flex-wrap: wrap;
    margin-left: -12px;
    margin-right: -12px;
  }

  .about-team__item {
    flex-basis: 50%;
    max-width: 50%;
    flex-grow: 1;
    box-sizing: border-box;
    padding: 12px;
  }

  .promo-form__wrap {
    display: flex;
    flex-wrap: wrap;
  }

  .promo-form__field {
    min-width: 280px;
    margin-top: 0;
  }

  .promo-form__field--btn {
    min-width: initial;
    margin-left: 40px;
  }

  .form-rating__question-wrap {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding-bottom: 5px;
  }

  .form-rating__field {
    flex-grow: 1;
    margin-bottom: 0;
    margin-right: 40px;
  }

  .form-rating__question {
    margin-bottom: 0;
  }

  .form-rating__icon {
    font-size: 30px;
  }
}

@media only screen and (min-width:960px) {
  h1 {
    font-size: 40px;
    line-height: 1.125;
  }

  h2, .h2 {
    font-size: 32px;
    line-height: 1.125;
  }

  h3, .h3 {
    font-size: 22px;
    line-height: 1.5;
  }

  h4 {
    font-size: 18px;
    line-height: 1.5;
  }

  .typo-reset ul li,
  .typo-reset ol li {
    font-size: 12px;
    line-height: 1.5;
  }

  .header__nav-projects {
    display: block;
    margin-left: 50px;
    transition: opacity 0.3s ease;
  }

  .header__nav-lang {
    display: block;
    margin-left: auto;
  }

  .header__nav-agency {
    margin-left: 50px;
  }

  .header--service .header__nav-projects {
    margin-left: 50px;
  }

  .header--service .header__nav-group {
    margin-left: auto;
  }

  .main-nav__list {
    display: flex;
    justify-content: space-between;
  }

  .main-nav__item--mobile {
    display: none;
  }

  .main-nav__lang {
    display: none;
  }

  .nav-lang--mobile {
    display: none;
  }

  .promo__wrap {
    display: flex;
    flex-wrap: wrap;
    flex-grow: 1;
    align-items: center;
  }

  .promo__main-info {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
    flex-grow: 1;
    box-sizing: border-box;
    margin-left: 8.3333333333%;
  }

  .promo__desc {
    flex-basis: 25%;
    max-width: 25%;
    flex-grow: 1;
    box-sizing: border-box;
    margin-left: 16.6666666667%;
  }

  .promo--contacts .promo__wrap {
    align-items: center;
  }

  .promo--contacts .promo__video-wrap {
    top: 50%;
  }

  .company-info__main {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
    flex-grow: 1;
    box-sizing: border-box;
  }

  .company-info__awards {
    flex-basis: 25%;
    max-width: 25%;
    flex-grow: 1;
    box-sizing: border-box;
    margin-left: 8.3333333333%;
    padding-top: 0;
  }

  .awards__item {
    flex-basis: 100%;
    max-width: 100%;
    flex-grow: 1;
    box-sizing: border-box;
  }

  .awards__item + .awards__item {
    margin-top: 48px;
  }

  .member-photo--article-header {
    width: 50px;
    height: 50px;
  }

  .member-photo--quote {
    width: 70px;
    height: 70px;
  }

  .member-photo--quote {
    width: 100px;
    height: 100px;
  }

  .portfolio-top__item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 150px;
  }

  .portfolio-top__item:first-child {
    margin-top: 0;
  }

  .portfolio-top__info {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
    flex-grow: 1;
    box-sizing: border-box;
    padding-right: 16px;
  }

  .portfolio-top__video {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
    flex-grow: 1;
    box-sizing: border-box;
  }

  .portfolio-top__button {
    margin-top: 150px;
  }

  .services-nav__btn {
    display: none;
  }

  .accordion-nav {
    display: flex;
    flex-wrap: wrap;
  }

  .accordion-nav__item {
    flex-basis: 25%;
    max-width: 25%;
    flex-grow: 1;
    box-sizing: border-box;
    border-bottom: none;
  }

  .accordion-nav__item:first-child {
    border-top: none;
  }

  .accordion__title-text-mob {
    display: none;
  }

  .accordion--nav .accordion__header {
    pointer-events: none;
  }

  .accordion--nav .accordion__content-wrapper {
    /* stylelint-disable */
    height: auto !important;
    /* stylelint-enable */
    overflow: visible;
  }

  .accordion--nav .accordion__content {
    position: relative;
  }

  .nav-header {
    display: inline-block;
    width: auto;
    padding-bottom: 0;
    margin-bottom: 20px;
    pointer-events: initial;
  }

  .nav-header__arrow {
    display: none;
  }

  .portfolio--service-page .portfolio-top__item {
    margin-top: 100px;
  }

  .portfolio--service-page .portfolio-top__item:first-child {
    margin-top: 0;
  }

  .portfolio--service-page .portfolio-top__button {
    margin-top: 100px;
  }

  .portfolio-base__item {
    flex-basis: 25%;
    max-width: 25%;
    flex-grow: 1;
    box-sizing: border-box;
  }

  .top-case__body p,
  .top-case__body ul {
    font-size: 20px;
    line-height: 30px;
  }

  .top-case__promo {
    position: relative;
    padding-top: 0;
  }

  .top-case__head {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    margin-bottom: 0;
  }

  .top-case__head-wrap {
    margin-top: 75px;
  }

  .top-case__text-block {
    display: flex;
    flex-wrap: wrap;
  }

  .top-case__text-block--small-padding {
    padding-bottom: 40px;
  }

  .top-case__text-block--big-photo {
    align-items: center;
  }

  .top-case__text-block--big-photo .top-case__text-content {
    padding-left: 40px;
  }

  .top-case__text-block--big-photo .top-case__text-illustration {
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
  }

  .top-case__text-block--big-photo.top-case__text-block--reverse .top-case__text-content {
    order: initial;
    padding-left: 0;
    padding-right: 40px;
  }

  .top-case__text-head {
    flex-basis: 50%;
    max-width: 50%;
    flex-grow: 1;
    box-sizing: border-box;
    padding-right: 40px;
  }

  .top-case__text-head--full {
    flex-basis: 100%;
    max-width: 100%;
    flex-grow: 1;
    box-sizing: border-box;
  }

  .top-case__text-head--full + .top-case__text-content {
    padding-left: 40px;
  }

  .top-case__text-illustration {
    flex-basis: 50%;
    max-width: 50%;
    flex-grow: 1;
    box-sizing: border-box;
    padding-right: 40px;
    padding-bottom: 0;
  }

  .top-case__text-content {
    flex-basis: 50%;
    max-width: 50%;
    flex-grow: 1;
    box-sizing: border-box;
    order: 1;
  }

  .top-case__mockups {
    display: flex;
    flex-wrap: wrap;
  }

  .top-case__mac-slider {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
    flex-grow: 1;
    box-sizing: border-box;
  }

  .top-case__phone-slider {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
    flex-grow: 1;
    box-sizing: border-box;
  }

  .header-popup {
    display: none;
    top: 0;
    height: 100%;
    transform: initial;
  }

  .header-popup.is-open {
    display: block;

    -webkit-animation: showPopup 0.3s ease 1;
    animation: showPopup 0.3s ease 1;
  }

  .header-popup.is-close {
    display: block;
    -webkit-animation: hidePopup 0.3s ease 1;
    animation: hidePopup 0.3s ease 1;
  }

  .header-popup__content {
    align-items: center;
  }

  .card-list__list {
    display: flex;
    flex-wrap: wrap;
    margin: -16px;
  }

  .card-list__item {
    flex-basis: 50%;
    max-width: 50%;
    flex-grow: 1;
    box-sizing: border-box;
    padding: 16px;
  }

  .card-list__item + .card-list__item {
    margin-top: 0;
  }

  .card-article {
    display: flex;
    flex-direction: column;
    height: 100%;
  }

  .card-article__main {
    margin-bottom: auto;
  }

  .blog-article__darken-layer {
    padding-top: 30px;
    padding-bottom: 160px;
  }

  .blog-article__breadcrumbs {
    display: block;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 100px;
  }

  .blog-article__body {
    position: relative;
  }

  .blog-article__body blockquote {
    display: block;
    background-position: calc(100% - 30px) bottom;
  }

  .blog-article__body blockquote p {
    padding-left: 90px;
  }

  .blog-article__body blockquote p {
    padding-left: 130px;
  }

  .blog-article__body blockquote .quote__photo {
    float: left;
    margin-right: 0;
  }

  .blog-article__body blockquote cite {
    display: block;
    width: auto;
    margin-left: 90px;
  }

  .blog-article__body blockquote cite {
    margin-left: 130px;
  }

  .blog-article__index-top {
    position: absolute;
    top: 0;
    left: 100%;
    display: block;
    max-width: 72px;
    height: 100%;
    padding-bottom: 210px;
  }

  .article-header__share {
    display: flex;
    align-items: center;
  }

  .article-header__share p {
    display: block;
    margin-right: 30px;
  }

  .article-header__share-icon {
    display: none;
  }

  .article-header__share-icons {
    display: block;
  }

  .article-header__read svg {
    margin-right: 9px;
  }

  .youtube-video {
    padding-top: 50%;
  }

  .youtube-video--popup {
    padding-top: initial;
  }

  .chat-bot__head {
    width: 79px;
    height: 79px;
  }

  .bot-form__field {
    width: 280px;
    margin-right: 40px;
  }

  .bot-form__field--btn {
    margin-top: 0;
  }

  .lead-form__form-wrap {
    margin-left: 0;
    margin-right: 0;
  }

  .lead-form__field {
    width: 280px;
    margin-right: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .lead-form__field--btn {
    margin-top: 0;
    margin-right: 0;
  }

  .lead-form__field--confirm {
    width: 100%;
    margin-top: 34px;
  }

  .form-popup {
    padding: 40px;
  }

  .form-popup__content {
    padding: 40px;
  }

  .form-popup--map .form-popup__content {
    padding: 0;
  }

  .form-popup--video.is-open {
    display: flex;
  }

  .form-popup--video.is-close {
    display: flex;
  }

  .form-popup--video .form-popup__content {
    padding: 55% 0 0;
  }

  .form-popup--showreel .form-popup__content {
    padding: 0;
  }

  .form-popup--portfolio .form-popup__content {
    padding: 40px 0;
  }

  .service-head {
    padding: 25px 70px 25px 30px;
  }

  .service-head__title {
    font-size: 20px;
    line-height: 30px;
  }

  .service-content__item {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
    flex-grow: 1;
    box-sizing: border-box;
  }

  .method__item {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
    flex-grow: 1;
    box-sizing: border-box;
  }

  .about-company__row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -16px;
    margin-right: -16px;
  }

  .about-company__column {
    flex-basis: 50%;
    max-width: 50%;
    flex-grow: 1;
    box-sizing: border-box;
    padding: 0 16px;
  }

  .about-team__item {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
    flex-grow: 1;
    box-sizing: border-box;
  }

  .promo-service--second .promo-service__content {
    padding: 80px 0;
  }

  .promo-service__bg-inner img {
    -o-object-position: left center;
    object-position: left center;
  }

  .promo-service__video {
    display: block;
  }

  .promo-service__video--mobile {
    display: none;
  }

  .promo-service__breadcrumbs {
    display: block;
  }

  .promo-service__content {
    padding: 80px 0;
  }

  .promo-service__content {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
  }

  .promo-service__main {
    flex-basis: 50%;
    max-width: 50%;
    flex-grow: 1;
    box-sizing: border-box;
  }

  .promo-service__visual {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
    flex-grow: 1;
    box-sizing: border-box;
    margin-top: 0;
  }

  .service-popup {
    display: none;
    transform: initial;
  }

  .service-popup.is-open {
    display: block;
    -webkit-animation: showServicePopup 0.3s ease 1;
    animation: showServicePopup 0.3s ease 1;
  }

  .service-popup.is-close {
    display: block;
    -webkit-animation: hideServicePopup 0.3s ease 1;
    animation: hideServicePopup 0.3s ease 1;
  }

  .service-popup__wrap {
    flex-basis: 50%;
    max-width: 50%;
    flex-grow: 1;
    box-sizing: border-box;
  }

  .service-popup__content {
    display: block;
  }

  .service-nav {
    padding-left: 175px;
  }

  .service-nav__link {
    margin: 8px 0;
    font-size: 16px;
    line-height: 24px;
  }

  .form-rating {
    display: flex;
  }

  .form-rating__form {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
    flex-grow: 1;
    box-sizing: border-box;
  }

  .form-rating__reaction {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
    flex-grow: 1;
    box-sizing: border-box;
  }

  .form-rating__item {
    display: block;
  }

  .form-rating__nav {
    display: none;
  }

  .circle-text {
    width: 250px;
    padding-top: 250px;
  }

  .circle-text__item--back {
    top: 35px;
    left: 65px;
  }

  .circle-text__circle {
    font-size: 35px;
  }

  .method-popup {
    display: none;
    transform: initial;
  }

  .method-popup.is-open {
    display: block;
    -webkit-animation: showServicePopup 0.3s ease 1;
    animation: showServicePopup 0.3s ease 1;
  }

  .method-popup.is-close {
    display: block;
    -webkit-animation: hideServicePopup 0.3s ease 1;
    animation: hideServicePopup 0.3s ease 1;
  }

  .method-popup__wrap {
    flex-basis: 50%;
    max-width: 50%;
    flex-grow: 1;
    box-sizing: border-box;
    margin-left: 50%;
  }
}

@media only screen and (min-width:1280px) {
  body {
    cursor: none;
  }

  a,
  label {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.5);
  }

  h1 {
    font-size: 54px;
    line-height: 1.125;
  }

  h2, .h2 {
    font-size: 44px;
    line-height: 1.125;
  }

  h3, .h3 {
    font-size: 24px;
    line-height: 1.5;
  }

  h4 {
    font-size: 20px;
    line-height: 1.5;
  }

  .typo-reset ul li,
  .typo-reset ol li {
    font-size: 12px;
    line-height: 1.5;
  }

  .menu-trigger:hover {
    border-color: black;
  }

  .menu-trigger:hover .menu-trigger__icon {
    background-color: black;
  }

  .menu-trigger:hover .menu-trigger__icon:before,
  .menu-trigger:hover .menu-trigger__icon:after {
    background-color: black;
  }

  .header {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .header__inner {
    padding-left: 0;
    padding-right: 0;
  }

  .header__inner {
    padding-left: 40px;
    padding-right: 40px;
  }

  .header__nav-lang-mobile {
    display: none;
  }

  .header__nav-phone {
    margin-left: 50px;
  }

  .header--scroll {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .main-nav__list {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
    flex-grow: 1;
    box-sizing: border-box;
    margin-left: 8.3333333333%;
    display: flex;
    justify-content: space-between;
  }

  .main-nav__link:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #ffffff;
    transition: all 0.3s;
  }

  .main-nav__link:hover:after {
    width: 100%;
  }

  .btn:hover {
    color: #0f0f0f;
    border-color: white;
    background-color: #ffffff;
  }

  .btn--service-nav:hover .btn__icon {
    background-image: url("../icon/btn/media/icon-burger-black.svg");
  }

  .btn--phone {
    display: inline-block;
    width: auto;
    height: auto;
    padding: 11px 20px;
  }

  .btn--phone:hover:before,
  .btn--phone:hover:after {
    background-color: #0f0f0f;
  }

  .btn--phone span {
    display: block;
    width: auto;
    height: auto;
    font-size: inherit;
    background-image: none;
  }

  .btn--phone:before,
  .btn--phone:after {
    left: initial;
  }

  .btn--phone.is-open span {
    opacity: 1;
    transform: translateX(-10px);
  }

  .btn--projects:hover {
    color: #ffffff;
    border-color: white;
    background-color: rgba(0, 0, 0, 0);
  }

  .btn--slider {
    display: block;
    width: 100%;
    height: 100%;
    color: transparent;
    border: none;
    outline: none;
  }

  .btn--slider:hover {
    cursor: none;
    color: rgba(0, 0, 0, 0);
    background-color: rgba(0, 0, 0, 0);
  }

  .btn--next:after {
    content: initial;
  }

  .logo svg {
    width: 119px;
    height: 30px;
  }

  .logo:after {
    bottom: 25px;
    left: 100%;
  }

  .promo {
    height: 100vh;
    min-height: 700px;
    max-height: 1200px;
  }

  .promo__inner {
    padding-left: 0;
    padding-right: 0;
  }

  .promo__inner {
    display: flex;
    align-items: center;
    height: 100%;
  }

  .promo__wrap {
    align-items: flex-end;
  }

  .promo__title span {
    font-size: 80px;
  }

  .promo-decs__head {
    margin-top: 75px;
  }

  .video-main__inner {
    padding-left: 0;
    padding-right: 0;
  }

  .company-info__inner {
    padding-left: 0;
    padding-right: 0;
  }

  .company-info__main {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
    flex-grow: 1;
    box-sizing: border-box;
    margin-left: 8.3333333333%;
  }

  .company-info__desc {
    font-size: 34px;
    line-height: 44px;
  }

  .company-info__desc p + p {
    margin-top: 44px;
  }

  .company-info__desc svg {
    max-height: 25px;
  }

  .company-info__awards {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
    flex-grow: 1;
    box-sizing: border-box;
  }

  .boss__photo {
    margin-right: 30px;
  }

  .boss__text {
    margin-bottom: 14px;
    font-size: 20px;
    line-height: 30px;
  }

  .boss__name {
    font-size: 34px;
  }

  .portfolio-top__inner {
    padding-left: 0;
    padding-right: 0;
  }

  .portfolio-top__info {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
    flex-grow: 1;
    box-sizing: border-box;
    margin-left: 8.3333333333%;
    padding-right: 0;
  }

  .portfolio-top__title {
    margin-bottom: 17px;
    font-size: 36px;
  }

  .portfolio-top__desc {
    margin-top: 65px;
  }

  .portfolio-top__video {
    flex-basis: 50%;
    max-width: 50%;
    flex-grow: 1;
    box-sizing: border-box;
    margin-left: 8.3333333333%;
    position: relative;
  }

  .portfolio-top__flags {
    position: absolute;
    z-index: 1;
    bottom: 100%;
    right: 0;
    display: block;
    transform: rotate(-90deg);
    transform-origin: right bottom;
  }

  .btn-circle {
    width: 170px;
    height: 170px;
  }

  .btn-circle--top {
    width: 100px;
    height: 100px;
  }

  .footer {
    padding-top: 150px;
    padding-bottom: 75px;
  }

  .footer__inner {
    padding-left: 0;
    padding-right: 0;
  }

  .footer__seo {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
    flex-grow: 1;
    box-sizing: border-box;
    margin-left: 8.3333333333%;
    margin-bottom: 160px;
  }

  .footer__logo {
    flex-basis: 25%;
    max-width: 25%;
    flex-grow: 1;
    box-sizing: border-box;
    margin-left: 8.3333333333%;
  }

  .footer__contacts {
    flex-basis: 25%;
    max-width: 25%;
    flex-grow: 1;
    box-sizing: border-box;
  }

  .footer__review {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
    flex-grow: 1;
    box-sizing: border-box;
    margin-top: 0;
  }

  .footer__social {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
    flex-grow: 1;
    box-sizing: border-box;
    margin-top: 0;
  }

  .footer__btn-up {
    bottom: initial;
    top: 50%;
    right: -70px;
    transform: translateY(-50%);
  }

  .info-line--service-page {
    margin-bottom: 100px;
  }

  .info-line__inner {
    padding-left: 0;
    padding-right: 0;
  }

  .info-line__wrap {
    padding-top: 10%;
  }

  .about-line {
    padding: 8px 100px;
  }

  .about-line__item {
    padding: 0 40px;
    font-size: 40px;
    line-height: 52px;
  }

  .contacts-nav__list {
    display: flex;
    flex-wrap: wrap;
  }

  .contacts-nav__item {
    flex-basis: 20.8333333333%;
    max-width: 20.8333333333%;
    flex-grow: 1;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 0;
  }

  .contacts-nav__item:first-child {
    margin-left: 8.3333333333%;
  }

  .contacts-nav__link {
    display: initial;
  }

  .contacts-nav__link:after {
    content: initial;
  }

  .accordion-nav__item {
    flex-basis: 20.8333333333%;
    max-width: 20.8333333333%;
    flex-grow: 1;
    box-sizing: border-box;
  }

  .accordion-nav__item:first-child {
    margin-left: 8.3333333333%;
  }

  .nav-header {
    margin-bottom: 44px;
  }

  .nav-header__title {
    position: relative;
  }

  .nav-header__title:before {
    content: "";
    position: absolute;
    left: -30px;
    top: 0;
    bottom: 0;
    width: 21px;
    height: 21px;
    margin: auto;
    background-repeat: no-repeat;
    background-position: center;
  }

  .nav-header__title--circle:before {
    background-image: url("../icon/nav-header/icons/icon-circle.svg");
  }

  .nav-header__title--triangle-reverse:before {
    background-image: url("../icon/nav-header/icons/icon-triangle-reverse.svg");
  }

  .nav-header__title--triangle:before {
    background-image: url("../icon/nav-header/icons/icon-triangle.svg");
  }

  .nav-header__title--quad:before {
    background-image: url("../icon/nav-header/icons/icon-quad.svg");
  }

  .sub-nav__link:hover {
    text-decoration: underline;
  }

  .services {
    padding-top: 200px;
    padding-bottom: 270px;
  }

  .services__inner {
    padding-left: 0;
    padding-right: 0;
  }

  .services__list {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
    flex-grow: 1;
    box-sizing: border-box;
    margin-left: 8.3333333333%;
  }

  .services__item {
    font-size: 47px;
  }

  .services__item:before {
    color: rgba(15, 15, 15, 0.15);
  }

  .services__link {
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: ease;
    color: rgba(15, 15, 15, 0.15);
  }

  .services__link:hover {
    color: #0f0f0f;
    text-decoration: underline;
  }

  .bot {
    padding-top: 150px;
    padding-bottom: 150px;
    background-image: linear-gradient(79.8deg, #340ffd 32.59%, #e80bc7 67.84%);
  }

  .bot__inner {
    padding-left: 0;
    padding-right: 0;
  }

  .bot__content {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
    flex-grow: 1;
    box-sizing: border-box;
    margin-left: 8.3333333333%;
  }

  .bot__question {
    font-size: 34px;
  }

  .bot__question p {
    margin-top: 0;
  }

  .service-desc {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .service-desc__inner {
    padding-left: 0;
    padding-right: 0;
  }

  .service-desc__content {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
    flex-grow: 1;
    box-sizing: border-box;
    margin-left: 8.3333333333%;
    max-height: 270px;
    padding-right: 76px;
  }

  .service-desc__title {
    font-size: 25px;
  }

  .service-desc__text {
    margin-top: 55px;
  }

  .service-desc__tags {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
    flex-grow: 1;
    box-sizing: border-box;
    margin-left: 8.3333333333%;
    margin-top: 50px;
  }

  .portfolio {
    padding-top: 285px;
    padding-bottom: 220px;
  }

  .portfolio--small-indent {
    padding-top: 205px;
  }

  .portfolio--small-indent .portfolio__cases {
    padding-top: 100px;
  }

  .portfolio--service-page {
    padding-top: 150px;
    padding-bottom: 0;
  }

  .portfolio--service-page .portfolio__cases {
    padding-top: 40px;
  }

  .portfolio--service-page .portfolio__btn-more {
    padding-top: 100px;
  }

  .portfolio__inner {
    padding-left: 0;
    padding-right: 0;
  }

  .portfolio__head {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
    flex-grow: 1;
    box-sizing: border-box;
    margin-left: 8.3333333333%;
    margin-bottom: 22px;
  }

  .portfolio__head h1 {
    font-size: 80px;
    line-height: 110%;
  }

  .portfolio__filter {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
    flex-grow: 1;
    box-sizing: border-box;
    margin-left: 8.3333333333%;
  }

  .portfolio__cases {
    padding-top: 150px;
  }

  .portfolio__btn-more {
    padding-top: 150px;
  }

  .portfolio-base {
    padding-left: 0;
    padding-right: 0;
  }

  .portfolio-base__info {
    padding: 60px;
  }

  .portfolio-base__title {
    font-size: 30px;
  }

  .portfolio-base__desc {
    display: block;
    font-size: 13px;
    line-height: 23px;
  }

  .top-case {
    padding-top: 98px;
  }

  .top-case__inner {
    padding-left: 0;
    padding-right: 0;
  }

  .top-case__body h2 {
    margin-bottom: 50px;
    font-size: 36px;
  }

  .top-case__body li {
    font-size: 25px;
    line-height: 40px;
  }

  .top-case__body li:before {
    top: 0.9em;
  }

  .top-case__head {
    padding-left: 8.3333333333%;
  }

  .top-case__head-wrap {
    margin-top: 100px;
  }

  .top-case__text-block {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
    flex-grow: 1;
    box-sizing: border-box;
    margin-left: 8.3333333333%;
    padding-top: 100px;
    padding-bottom: 90px;
  }

  .top-case__text-block + .top-case__text-block {
    padding-top: 0;
  }

  .top-case__text-block--big-photo {
    flex-basis: 100%;
    max-width: 100%;
    flex-grow: 1;
    box-sizing: border-box;
    margin-left: 0%;
    padding-top: 100px;
    padding-bottom: 0;
  }

  .top-case__text-block--big-photo + .top-case__text-block--big-photo {
    padding-top: 0;
    padding-bottom: 0;
  }

  .top-case__text-block--big-photo .top-case__text-content {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
    flex-grow: 1;
    box-sizing: border-box;
  }

  .top-case__text-block--big-photo.top-case__text-block--reverse .top-case__text-content {
    margin-left: 8.3333333333%;
  }

  .top-case__text-block--big-photo + .top-case__visual-short {
    padding-top: 100px;
  }

  .top-case__logos {
    margin-left: 0;
    margin-right: 0;
  }

  .top-case__visual-block {
    margin: 0;
  }

  .top-case__visual-short {
    margin: 0;
  }

  .top-case__mockups {
    margin-left: 0;
    margin-right: 0;
  }

  .top-case__members {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
    flex-grow: 1;
    box-sizing: border-box;
    margin-left: 8.3333333333%;
    padding-top: 134px;
    padding-bottom: 107px;
  }

  .photo-slider__btn {
    top: 0;
    width: 50%;
    height: 100%;
    transform: initial;
  }

  .photo-slider__btn--next {
    right: 0;
  }

  .photo-slider__btn--prev {
    display: block;
    left: 0;
  }

  .share__inner {
    padding-left: 0;
    padding-right: 0;
  }

  .share--case .share__content {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
    flex-grow: 1;
    box-sizing: border-box;
    margin-left: 8.3333333333%;
  }

  .case-arrows__inner {
    margin-left: auto;
    margin-right: auto;
    padding-left: 16px;
    padding-right: 16px;
    width: 100%;
    max-width: 1920px;
  }

  .case-arrows__arrow:hover span {
    text-decoration: underline;
  }

  .case-arrows__arrow:hover .case-arrows__arrow-bg {
    opacity: 1;
    transform: scale(1.1);
  }

  .case-arrows__arrow:hover .case-arrows__text {
    color: #ffffff;
    background-color: rgba(15, 15, 15, 0.4);
  }

  .case-arrows__arrow:hover svg {
    fill: #ffffff;
  }

  .case-arrows__arrow-bg {
    opacity: 0;
  }

  .case-arrows__text {
    font-size: 36px;
    color: #0f0f0f;
    background-color: rgba(0, 0, 0, 0);
  }

  .case-arrows__text svg {
    fill: #0f0f0f;
  }

  .case-arrows__arrow--prev .case-arrows__text {
    padding-left: 16.6666666667%;
    justify-content: flex-start;
  }

  .case-arrows__arrow--next .case-arrows__text {
    padding-right: 16.6666666667%;
    justify-content: flex-end;
  }

  .blog {
    padding-top: 98px;
  }

  .blog__inner {
    padding-left: 0;
    padding-right: 0;
  }

  .blog__breadcrumbs {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
    flex-grow: 1;
    box-sizing: border-box;
    margin-left: 8.3333333333%;
    display: block;
    margin-top: 30px;
  }

  .blog__head {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
    flex-grow: 1;
    box-sizing: border-box;
    margin-left: 8.3333333333%;
    margin-top: 110px;
    margin-bottom: 80px;
  }

  .blog__head h1 {
    font-size: 80px;
    line-height: 110%;
  }

  .blog__filter {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
    flex-grow: 1;
    box-sizing: border-box;
    margin-left: 8.3333333333%;
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .blog__list {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
    flex-grow: 1;
    box-sizing: border-box;
    margin-left: 8.3333333333%;
    margin-top: 80px;
    margin-bottom: 100px;
  }

  .breadcrumbs__link:hover {
    opacity: 1;
  }

  .card-list__btn {
    margin-top: 110px;
  }

  .card-article {
    padding: 30px 30px 15px;
  }

  .card-article__photo {
    width: 150px;
    height: 150px;
  }

  .card-article__text h2 {
    font-size: 20px;
  }

  .card-article__link:hover {
    text-decoration: underline;
  }

  .card-article__tags {
    margin-top: 30px;
  }

  .card-article__footer {
    margin-top: 30px;
    padding-top: 15px;
  }

  .card-sticky {
    display: flex;
    flex-wrap: wrap;
  }

  .card-sticky__info {
    flex-basis: 25%;
    max-width: 25%;
    flex-grow: 1;
    box-sizing: border-box;
    margin-left: 8.3333333333%;
    align-self: center;
  }

  .card-sticky__photo {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
    flex-grow: 1;
    box-sizing: border-box;
    margin-left: 8.3333333333%;
  }

  .card-sticky__title {
    margin-bottom: 22px;
    font-size: 36px;
  }

  .card-sticky__text {
    margin-top: 50px;
  }

  .card-sticky__footer {
    margin-top: 50px;
    margin-bottom: 0;
  }

  .member-card__name {
    font-size: 14px;
  }

  .card-footer__date {
    font-size: 10px;
  }

  .card-footer--sticky .card-footer__date {
    margin-right: 20px;
  }

  .blog-article {
    padding-top: 98px;
  }

  .blog-article__inner {
    padding-left: 0;
    padding-right: 0;
  }

  .blog-article__darken-layer {
    padding-bottom: 236px;
  }

  .blog-article__breadcrumbs {
    margin-bottom: 175px;
  }

  .blog-article__title h1 {
    font-size: 60px;
    line-height: 110%;
  }

  .blog-article__index {
    padding-bottom: 45px;
  }

  .blog-article__body {
    padding-bottom: 60px;
  }

  .blog-article__body h2 {
    font-size: 30px;
  }

  .blog-article__body .note {
    padding-left: 48px;
    font-size: 25px;
    line-height: 130%;
  }

  .blog-article__body blockquote {
    padding: 30px;
    margin-bottom: 50px;
  }

  .blog-article__index-top {
    max-width: initial;
  }

  .blog-article__row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -30px;
    margin-right: -30px;
  }

  .blog-article__col {
    flex-basis: 50%;
    max-width: 50%;
    flex-grow: 1;
    box-sizing: border-box;
    padding-left: 30px;
    padding-right: 30px;
  }

  .blog-article__col p,
  .blog-article__col ul {
    margin-top: 0;
  }

  .blog-article__comments-content {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .article-header__row {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .article-header__row--border {
    padding-top: 17px;
    padding-bottom: 17px;
  }

  .read-more {
    align-items: center;
    padding: 30px;
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .read-more__image {
    width: 150px;
    height: 150px;
    margin-right: 30px;
  }

  .read-more__slogan {
    margin-top: 0;
    margin-bottom: 15px;
  }

  .read-more__link {
    font-size: 25px;
    line-height: 130%;
  }

  .read-more.small {
    padding: 15px;
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .read-more.small .read-more__image {
    width: 75px;
    height: 75px;
  }
  .read-more.small .read-more__slogan {
    font-size: 15px;
    line-height: 20px;
  }
  .read-more.small .read-more__link {
    font-size: 18px;
    line-height: 120%;
  }

  .article-footer {
    display: flex;
    flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .article-footer__author {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
    flex-grow: 1;
    box-sizing: border-box;
  }

  .article-footer__list {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
    flex-grow: 1;
    box-sizing: border-box;
  }

  .article-footer__copyright {
    flex-basis: 100%;
    max-width: 100%;
    flex-grow: 1;
    box-sizing: border-box;
    margin-top: 40px;
    margin-bottom: 60px;
  }

  .article-footer__grade {
    flex-basis: 100%;
    max-width: 100%;
    flex-grow: 1;
    box-sizing: border-box;
  }

  .article-list {
    padding-top: 0;
    margin-top: 0;
    padding-left: 30px;
    border-top: none;
    border-left: 1px solid rgba(15, 15, 15, 0.15);
  }

  .article-index {
    padding-top: 50px;
    font-size: 20px;
    line-height: 45px;
  }

  .article-index a:hover {
    text-decoration: none;
    opacity: 0.3;
  }

  .article-index__item {
    margin-top: 0;
    margin-bottom: 0;
  }

  .project {
    padding-top: 285px;
    padding-bottom: 55px;
  }

  .project__inner {
    padding-left: 0;
    padding-right: 0;
  }

  .project__head {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
    flex-grow: 1;
    box-sizing: border-box;
    margin-left: 8.3333333333%;
  }

  .project__title {
    font-size: 80px;
    line-height: 110%;
  }

  .project__section {
    padding-top: 110px;
  }

  .project__description {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
    flex-grow: 1;
    box-sizing: border-box;
    margin-left: 8.3333333333%;
    margin-bottom: 25px;
  }

  .project__description h2 {
    font-size: 30px;
    line-height: 120%;
  }

  .project__list-wrap {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
    flex-grow: 1;
    box-sizing: border-box;
    margin-left: 8.3333333333%;
  }

  .project__list-wrap--full-width {
    flex-basis: 100%;
    max-width: 100%;
    flex-grow: 1;
    box-sizing: border-box;
    margin-left: 0%;
    padding-top: 30px;
  }

  .project__list-wrap--full-width .project__list {
    margin-left: 0;
    margin-right: 0;
  }

  .project__list-wrap--full-width .project__list > div,
  .project__list-wrap--full-width .project__list > p {
    padding: 0;
  }

  .project__list {
    margin-left: -30px;
    margin-right: -30px;
  }

  .project__list > div,
  .project__list > p {
    padding: 30px;
  }

  .project__final-case {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
    flex-grow: 1;
    box-sizing: border-box;
    margin-left: 8.3333333333%;
    margin-bottom: 25px;
  }

  .project__btn {
    margin-top: 150px;
  }

  .project-more {
    padding-left: 0;
    padding-right: 0;
  }

  .project-more {
    padding-top: 55px;
  }

  .project-more__head {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
    flex-grow: 1;
    box-sizing: border-box;
    margin-left: 8.3333333333%;
    margin-bottom: 65px;
  }

  .project-more__body {
    margin-left: 0;
    margin-right: 0;
  }

  .reviews {
    padding-left: 0;
    padding-right: 0;
  }

  .reviews {
    padding-bottom: 150px;
  }

  .reviews__inner {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
    flex-grow: 1;
    box-sizing: border-box;
    margin-left: 8.3333333333%;
  }

  .reviews__header {
    margin-top: 286px;
  }

  .reviews__item + .reviews__item {
    margin-top: 40px;
  }

  .reviews__btn {
    margin-top: 110px;
  }

  .review-card {
    padding: 30px;
  }

  .review-card__header {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }

  .youtube-video--popup {
    position: initial;
  }

  .contacts-main__title {
    font-size: 80px;
    line-height: 110%;
  }

  .chat-bot {
    bottom: 35px;
    right: 16px;
  }

  .video__btn-play span {
    position: absolute;
    font-size: 1px;
    opacity: 0;
    z-index: -1;
  }

  .video__btn {
    left: 24px;
    bottom: 24px;
  }

  .lead-form__title {
    font-size: 34px;
  }

  .lead-form__success-title {
    font-size: 60px;
  }

  .lead-block {
    padding-top: 150px;
    padding-bottom: 150px;
    background-image: linear-gradient(79.8deg, #340ffd 32.59%, #e80bc7 67.84%);
  }

  .lead-block__inner {
    padding-left: 0;
    padding-right: 0;
  }

  .lead-block__form {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
    flex-grow: 1;
    box-sizing: border-box;
    margin-left: 8.3333333333%;
  }

  .form-popup__close:hover:before {
    transform: rotate(45deg);
  }

  .form-popup__close:hover:after {
    transform: rotate(135deg);
  }

  .form-popup--video .form-popup__content {
    padding: 0;
    height: 100%;
  }

  .services-page {
    padding-left: 0;
    padding-right: 0;
  }

  .services-page {
    padding-top: 286px;
    padding-bottom: 150px;
  }

  .services-page__inner {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
    flex-grow: 1;
    box-sizing: border-box;
    margin-left: 8.3333333333%;
  }

  .services-page__header h1 {
    font-size: 80px;
    line-height: 110%;
  }

  .services-page__list {
    margin-top: 138px;
  }

  .service-head__icon {
    margin-right: 24px;
  }

  .service-content {
    padding-top: 50px;
    padding-bottom: 76px;
  }

  .service-content__item {
    flex-basis: 25%;
    max-width: 25%;
    flex-grow: 1;
    box-sizing: border-box;
  }

  .service-card:hover {
    color: #ffffff;
    box-shadow: inset 0 0 0 1px rgba(15, 15, 15, 0);
  }

  .service-card:hover .service-card__btn {
    border-color: rgba(255, 255, 255, 0.3);
  }

  .service-card:hover .service-card__btn--white {
    background-color: #ffffff;
    border-color: #ffffff;
    color: #340ffd;
  }

  .service-card:hover .service-card__link {
    color: #ffffff;
  }

  .service-card:hover .service-card__footer {
    border-top-color: rgba(255, 255, 255, 0.3);
  }

  .service-card:hover:before {
    transform: translateX(-75%);
  }

  .service-card:hover:after {
    box-shadow: inset 0 0 0 1px rgba(15, 15, 15, 0);
  }

  .service-card:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 400%;
    height: 100%;
    background: linear-gradient(54.33deg, #ffffff 45%, #340ffd 62%, #340ffd 79%, #e80bc7 88.8%);
    transition: all;
    transition-duration: 0.5s;
    transition-timing-function: ease;
  }

  .method {
    padding-left: 0;
    padding-right: 0;
  }

  .method {
    padding-top: 150px;
    padding-bottom: 0;
  }

  .method__inner {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
    flex-grow: 1;
    box-sizing: border-box;
    margin-left: 8.3333333333%;
  }

  .method__item {
    flex-basis: 25%;
    max-width: 25%;
    flex-grow: 1;
    box-sizing: border-box;
  }

  .clients {
    padding-left: 0;
    padding-right: 0;
  }

  .clients {
    padding-top: 150px;
    padding-bottom: 0;
  }

  .clients__inner {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
    flex-grow: 1;
    box-sizing: border-box;
    margin-left: 8.3333333333%;
  }

  .clients__head {
    margin-bottom: 90px;
  }

  .clients__list {
    margin-left: -20px;
    margin-right: -20px;
  }

  .clients__item {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
    flex-grow: 1;
    box-sizing: border-box;
    margin: 0;
    padding: 20px;
  }

  .clients__btn-wrap {
    margin-top: 100px;
  }

  .service-about {
    padding-left: 0;
    padding-right: 0;
  }

  .service-about {
    padding-top: 150px;
    padding-bottom: 0;
  }

  .service-about__inner {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
    flex-grow: 1;
    box-sizing: border-box;
    margin-left: 8.3333333333%;
  }

  .service-about__head {
    margin-bottom: 100px;
  }

  .service-about__subtitle {
    margin-top: 40px;
    margin-bottom: 34px;
    font-size: 30px;
  }

  .service-step {
    padding-top: 60px;
    padding-bottom: 110px;
  }

  .service-step__description {
    padding-right: 40px;
  }

  .service-step__description strong {
    margin-top: 50px;
  }

  .service-step__description strong:first-child {
    margin-top: 0;
  }

  .figure__inner {
    width: 440px;
  }

  .seo-tabs__tab {
    margin-bottom: 47px;
  }

  .top-nav__tabs {
    flex-basis: 30%;
    max-width: 30%;
    flex-grow: 1;
    box-sizing: border-box;
  }

  .top-nav__content {
    flex-basis: 30%;
    max-width: 30%;
    flex-grow: 1;
    box-sizing: border-box;
  }

  .top-nav__link {
    font-size: 13px;
    margin-top: 1px;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .top-nav__link:hover {
    opacity: 1;
  }

  .top-queries__list {
    flex-basis: 30%;
    max-width: 30%;
    flex-grow: 1;
    box-sizing: border-box;
  }

  .top-queries__link {
    font-size: 13px;
    margin-top: 1px;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .top-queries__link:hover {
    opacity: 1;
  }

  .about-company__item {
    margin: 100px 0;
  }

  .about-company__item:last-child {
    margin-bottom: 0;
  }

  .about-company__description {
    font-size: 34px;
    line-height: 44px;
  }

  .about-company__description p + p {
    margin-top: 44px;
  }

  .about-company__description svg {
    max-height: 25px;
  }

  .about-company__lead {
    margin-top: 50px;
  }

  .about-company__note {
    font-size: 48px;
  }

  .about-company__note p {
    font-size: 25px;
  }

  .about-company__row {
    margin-left: -40px;
    margin-right: -40px;
  }

  .about-company__column {
    padding: 0 40px;
  }

  .about-company__subtitle {
    margin-bottom: 50px;
    font-size: 30px;
  }

  .about-team {
    margin-top: 100px;
  }

  .about-team__item {
    flex-basis: 25%;
    max-width: 25%;
    flex-grow: 1;
    box-sizing: border-box;
  }

  .team-member {
    padding: 40px 30px 30px;
  }

  .team-member:hover .team-member__head {
    opacity: 0;
  }

  .team-member:hover .team-member__photo {
    opacity: 1;
  }

  .team-member:hover .team-member__info {
    color: #ffffff;
  }

  .team-member__head {
    margin-bottom: 40px;
  }

  .team-member__position {
    margin-top: 20px;
  }

  .error-page {
    padding-left: 0;
    padding-right: 0;
  }

  .error-page {
    padding-top: 100px;
  }

  .error-page__inner {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
    flex-grow: 1;
    box-sizing: border-box;
    margin-left: 8.3333333333%;
  }

  .error-page__main p {
    font-size: 25px;
  }

  .promo-service {
    height: 100vh;
    min-height: 800px;
  }

  .promo-service__bg-inner {
    padding-left: 0;
    padding-right: 0;
  }

  .promo-service__inner {
    padding-left: 0;
    padding-right: 0;
  }

  .promo-service__breadcrumbs {
    padding: 0 40px;
  }

  .promo-service__main {
    margin-left: 8.3333333333%;
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
    flex-grow: 1;
    box-sizing: border-box;
  }

  .promo-service__title {
    font-size: 80px;
    line-height: 110%;
  }

  .promo-service__text {
    margin-top: 73px;
  }

  .promo-service__visual {
    flex-basis: 25%;
    max-width: 25%;
    flex-grow: 1;
    box-sizing: border-box;
    margin-left: 8.3333333333%;
    margin-top: 40px;
  }

  .promo-form {
    margin-top: 80px;
  }

  .service-popup__inner {
    padding-left: 0;
    padding-right: 0;
  }

  .service-popup__wrap {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
    flex-grow: 1;
    box-sizing: border-box;
  }

  .service-nav {
    padding-left: 217px;
  }

  .service-nav__link:hover {
    text-decoration: underline;
  }

  .anketa {
    padding-left: 0;
    padding-right: 0;
  }

  .anketa__inner {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
    flex-grow: 1;
    box-sizing: border-box;
    margin-left: 8.3333333333%;
  }

  .anketa__head {
    margin-bottom: 90px;
  }

  .anketa__title {
    font-size: 45px;
    line-height: 110%;
  }

  .form-rating__form {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
    flex-grow: 1;
    box-sizing: border-box;
  }

  .form-rating__reaction {
    margin-left: 8.3333333333%;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
    flex-grow: 1;
    box-sizing: border-box;
  }

  .form-rating__label {
    cursor: pointer;
  }

  .form-rating__label:hover .form-rating__tooltip {
    display: block;
    z-index: 1;
  }

  .form-rating__live-message {
    width: 180px;
  }

  .form-rating__head-name {
    font-size: 20px;
  }

  .form-rating__head-position {
    font-size: 11px;
    line-height: 24px;
  }

  .method-popup__inner {
    padding-left: 0;
    padding-right: 0;
  }

  .method-popup__wrap {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
    flex-grow: 1;
    box-sizing: border-box;
    margin-left: 66.6666666667%;
  }

  .method-popup__close:hover:before {
    transform: rotate(45deg);
  }

  .method-popup__close:hover:after {
    transform: rotate(135deg);
  }

  .method-desc {
    padding-left: 60px;
    padding-right: 60px;
  }

  .method-desc__desc ul {
    padding-left: 50px;
  }

  .method-desc__desc li:before {
    left: -50px;
  }

  .about-form__input-placeholder {
    font-size: 60px;
    line-height: 120px;
    height: 120px;
  }

  .about-form__input-placeholder span {
    line-height: 120px !important;
  }

  .about-form__result {
    font-size: 60px;
    line-height: 120px;
    height: 120px;
  }

  .about-form__input {
    font-size: 60px;
    line-height: 120px;
    height: 120px;
  }

  .about-form__label {
    margin-top: 30px;
    font-size: 12px;
    line-height: 26px;
  }

  .about-form__queries {
    margin-top: 90px;
  }

  .about {
    padding-left: 0;
    padding-right: 0;
  }

  .about__inner {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
    flex-grow: 1;
    box-sizing: border-box;
    margin-left: 8.3333333333%;
  }

  .about__wrap {
    padding-top: 270px;
    padding-bottom: 120px;
  }

  .about__questions {
    padding-top: 100px;
  }

  .about__questions-title {
    margin-bottom: 60px;
    font-size: 18px;
  }

  .about__questions-item {
    font-size: 30px;
  }

  .about__questions-link {
    transition-property: opacity;
    transition-duration: 0.3s;
    transition-timing-function: ease;
    opacity: 0.15;
  }

  .about__questions-link:hover {
    opacity: 1;
    text-decoration: underline;
  }

  .queries__link {
    padding: 10px 30px;
  }

  .queries__icon {
    width: 24px;
    height: 24px;
  }

  .queries__text {
    font-size: 30px;
    line-height: 40px;
  }

  .case-popup__title {
    font-size: 36px;
  }

  .case-popup__content {
    font-size: 20px;
  }

  .case-popup__content p + img,
  .case-popup__content ul + img,
  .case-popup__content ol + img {
    margin-top: 80px;
  }

  .case-popup__btn {
    margin-top: 60px;
  }
.service-card__title {
font-size: min(1.4vw, 22px);
}
.service-card {
padding: 25px 25px 20px;
}
}

@media only screen and (min-width:1280px) and (min-width:1280px) {
  .case-arrows__inner {
    padding-left: 0;
    padding-right: 0;
  }
}

@media only screen and (min-width:1440px) {
  h1 {
    font-size: 54px;
    line-height: 1.125;
  }

  h2, .h2 {
    font-size: 44px;
    line-height: 1.125;
  }

  h3, .h3 {
    font-size: 24px;
    line-height: 1.5;
  }

  h4 {
    font-size: 20px;
    line-height: 1.5;
  }

  .typo-reset ul li,
  .typo-reset ol li {
    font-size: 12px;
    line-height: 1.5;
  }

  .main-nav__link {
    font-size: 40px;
    line-height: 48px;
  }

  .portfolio-top__info {
    margin-left: 16.6666666667%;
    padding-right: 16px;
  }

  .portfolio-top__video {
    margin-left: 0%;
  }

  .footer__btn-up {
    bottom: initial;
    top: 50%;
    right: -40px;
    transform: translateY(-50%);
  }

  .card-article__text h2 {
    font-size: 25px;
  }

  .promo-service__visual {
    margin-left: 8.3333333333%;
    flex-basis: 25%;
    max-width: 25%;
    flex-grow: 1;
    box-sizing: border-box;
  }

  .service-nav__btn {
    margin-top: 70px;
  }
}

@media only screen and (min-width:1920px) {
  h1 {
    font-size: 72px;
    line-height: 1.125;
  }

  h2, .h2 {
    font-size: 44px;
    line-height: 1.125;
  }

  h3, .h3 {
    font-size: 32px;
    line-height: 1.5;
  }

  h4 {
    font-size: 26px;
    line-height: 1.5;
  }

  .typo-reset ul li,
  .typo-reset ol li {
    font-size: 16px;
    line-height: 1.5;
  }

  .main-nav__list {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
    flex-grow: 1;
    box-sizing: border-box;
    margin-left: 16.6666666667%;
  }

  .promo__main-info {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
    flex-grow: 1;
    box-sizing: border-box;
    margin-left: 16.6666666667%;
  }

  .promo__desc {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
    flex-grow: 1;
    box-sizing: border-box;
    margin-left: 16.6666666667%;
  }

  .company-info {
    padding-top: 190px;
    padding-bottom: 190px;
  }

  .company-info__main {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
    flex-grow: 1;
    box-sizing: border-box;
    margin-left: 16.6666666667%;
  }

  .company-info__awards {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
    flex-grow: 1;
    box-sizing: border-box;
    padding-top: 0;
  }

  .portfolio-top__info {
    flex-basis: 25%;
    max-width: 25%;
    flex-grow: 1;
    box-sizing: border-box;
    margin-left: 16.6666666667%;
  }

  .portfolio-top__video {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
    flex-grow: 1;
    box-sizing: border-box;
    margin-left: 0%;
  }

  .footer__seo {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
    flex-grow: 1;
    box-sizing: border-box;
    margin-left: 16.6666666667%;
  }

  .footer__logo {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
    flex-grow: 1;
    box-sizing: border-box;
    margin-left: 16.6666666667%;
  }

  .footer__contacts {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
    flex-grow: 1;
    box-sizing: border-box;
  }

  .footer__review {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
    flex-grow: 1;
    box-sizing: border-box;
  }

  .footer__social {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
    flex-grow: 1;
    box-sizing: border-box;
  }

  .footer__btn-up {
    bottom: initial;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }

  .contacts-nav__item {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
    flex-grow: 1;
    box-sizing: border-box;
  }

  .contacts-nav__item:first-child {
    margin-left: 16.6666666667%;
  }

  .accordion-nav__item {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
    flex-grow: 1;
    box-sizing: border-box;
  }

  .accordion-nav__item:first-child {
    margin-left: 16.6666666667%;
  }

  .services__list {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
    flex-grow: 1;
    box-sizing: border-box;
    margin-left: 16.6666666667%;
  }

  .bot__content {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
    flex-grow: 1;
    box-sizing: border-box;
    margin-left: 16.6666666667%;
  }

  .service-desc__content {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
    flex-grow: 1;
    box-sizing: border-box;
    margin-left: 16.6666666667%;
  }

  .service-desc__tags {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
    flex-grow: 1;
    box-sizing: border-box;
    margin-left: 16.6666666667%;
  }

  .portfolio__head {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
    flex-grow: 1;
    box-sizing: border-box;
    margin-left: 16.6666666667%;
  }

  .portfolio__filter {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
    flex-grow: 1;
    box-sizing: border-box;
    margin-left: 16.6666666667%;
  }

  .top-case__body h2 {
    margin-bottom: 64px;
  }

  .top-case__head {
    padding-left: 16.6666666667%;
  }

  .top-case__text-block {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
    flex-grow: 1;
    box-sizing: border-box;
    margin-left: 16.6666666667%;
    padding-top: 150px;
    padding-bottom: 145px;
  }

  .top-case__text-block + .top-case__text-block {
    padding-top: 0;
  }

  .top-case__text-block--small-padding {
    padding-bottom: 88px;
  }

  .top-case__text-block--big-photo {
    flex-basis: 100%;
    max-width: 100%;
    flex-grow: 1;
    box-sizing: border-box;
    margin-left: 0%;
    padding-top: 150px;
    padding-bottom: 0;
  }

  .top-case__text-block--big-photo + .top-case__text-block--big-photo {
    padding-top: 0;
    padding-bottom: 0;
  }

  .top-case__text-block--big-photo .top-case__text-content {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
    flex-grow: 1;
    box-sizing: border-box;
  }

  .top-case__text-block--big-photo.top-case__text-block--reverse .top-case__text-content {
    margin-left: 16.6666666667%;
  }

  .top-case__text-block--big-photo + .top-case__visual-short {
    padding-top: 150px;
  }

  .top-case__text-block--members {
    padding-bottom: 120px;
  }

  .top-case__members {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
    flex-grow: 1;
    box-sizing: border-box;
    margin-left: 16.6666666667%;
  }

  .share--case .share__content {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
    flex-grow: 1;
    box-sizing: border-box;
    margin-left: 16.6666666667%;
  }

  .case-arrows__arrow--prev .case-arrows__text {
    padding-left: 33.3333333333%;
  }

  .case-arrows__arrow--next .case-arrows__text {
    padding-right: 33.3333333333%;
  }

  .blog__breadcrumbs {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
    flex-grow: 1;
    box-sizing: border-box;
    margin-left: 16.6666666667%;
    display: block;
  }

  .blog__head {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
    flex-grow: 1;
    box-sizing: border-box;
    margin-left: 16.6666666667%;
    margin-top: 130px;
    margin-bottom: 90px;
  }

  .blog__filter {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
    flex-grow: 1;
    box-sizing: border-box;
    margin-left: 16.6666666667%;
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .blog__list {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
    flex-grow: 1;
    box-sizing: border-box;
    margin-left: 16.6666666667%;
    margin-top: 100px;
    margin-bottom: 150px;
  }

  .card-list__btn {
    margin-top: 150px;
  }

  .card-sticky__info {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
    flex-grow: 1;
    box-sizing: border-box;
    margin-left: 16.6666666667%;
  }

  .card-sticky__text {
    margin-top: 70px;
  }

  .card-sticky__footer {
    margin-top: 75px;
  }

  .article-footer {
    margin-top: 80px;
  }

  .project {
    padding-bottom: 75px;
  }

  .project__head {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
    flex-grow: 1;
    box-sizing: border-box;
    margin-left: 16.6666666667%;
  }

  .project__section {
    padding-top: 150px;
  }

  .project__description {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
    flex-grow: 1;
    box-sizing: border-box;
    margin-left: 16.6666666667%;
  }

  .project__list-wrap {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
    flex-grow: 1;
    box-sizing: border-box;
    margin-left: 16.6666666667%;
  }

  .project__list-wrap--full-width {
    flex-basis: 100%;
    max-width: 100%;
    flex-grow: 1;
    box-sizing: border-box;
    margin-left: 0%;
    padding-top: 40px;
  }

  .project__list-wrap--full-width .project__list {
    margin-left: 0;
    margin-right: 0;
  }

  .project__list-wrap--full-width .project__list > div,
  .project__list-wrap--full-width .project__list > p {
    padding: 0;
  }

  .project__list {
    margin-left: -40px;
    margin-right: -40px;
  }

  .project__list > div,
  .project__list > p {
    padding: 40px;
  }

  .project__final-case {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
    flex-grow: 1;
    box-sizing: border-box;
    margin-left: 16.6666666667%;
  }

  .project-more {
    padding-top: 75px;
  }

  .project-more__head {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
    flex-grow: 1;
    box-sizing: border-box;
    margin-left: 16.6666666667%;
  }

  .reviews {
    padding-bottom: 222px;
  }

  .reviews__inner {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
    flex-grow: 1;
    box-sizing: border-box;
    margin-left: 16.6666666667%;
  }

  .reviews__btn {
    margin-top: 150px;
  }

  #landings_page .lead-block {
    margin-top: 150px;
  }

  .lead-block__form {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
    flex-grow: 1;
    box-sizing: border-box;
    margin-left: 16.6666666667%;
  }

  .services-page {
    padding-bottom: 222px;
  }

  .services-page__inner {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
    flex-grow: 1;
    box-sizing: border-box;
    margin-left: 16.6666666667%;
  }

  .method__inner {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
    flex-grow: 1;
    box-sizing: border-box;
    margin-left: 16.6666666667%;
  }

  .clients__inner {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
    flex-grow: 1;
    box-sizing: border-box;
    margin-left: 16.6666666667%;
  }

  .service-about__inner {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
    flex-grow: 1;
    box-sizing: border-box;
    margin-left: 16.6666666667%;
  }

  .top-nav__tabs {
    flex-basis: 25%;
    max-width: 25%;
    flex-grow: 1;
    box-sizing: border-box;
  }

  .top-nav__content {
    flex-basis: 25%;
    max-width: 25%;
    flex-grow: 1;
    box-sizing: border-box;
  }

  .top-queries__list {
    flex-basis: 25%;
    max-width: 25%;
    flex-grow: 1;
    box-sizing: border-box;
  }

  .error-page__inner {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
    flex-grow: 1;
    box-sizing: border-box;
    margin-left: 16.6666666667%;
  }

  .promo-service__main {
    margin-left: 16.6666666667%;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
    flex-grow: 1;
    box-sizing: border-box;
  }

  .promo-service__visual {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
    flex-grow: 1;
    box-sizing: border-box;
    margin-left: 16.6666666667%;
  }

  .service-popup__wrap:before {
    width: 500%;
  }

  .anketa__inner {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
    flex-grow: 1;
    box-sizing: border-box;
    margin-left: 16.6666666667%;
  }

  .form-rating__form {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
    flex-grow: 1;
    box-sizing: border-box;
  }

  .form-rating__reaction {
    margin-left: 0%;
  }

  .method-popup__wrap:before {
    width: 500%;
  }

  .method-desc {
    padding-left: 100px;
    padding-right: 100px;
  }

  .method-desc__task {
    font-size: 34px;
  }

  .about-form__input-placeholder {
    font-size: 80px;
  }

  .about-form__result {
    font-size: 80px;
  }

  .about-form__input {
    font-size: 80px;
  }

  .about__inner {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
    flex-grow: 1;
    box-sizing: border-box;
    margin-left: 16.6666666667%;
  }
}

@media only screen and (min-width:2560px) {
  h1 {
    font-size: 95px;
    line-height: 1.125;
  }

  h2, .h2 {
    font-size: 44px;
    line-height: 1.125;
  }

  h3, .h3 {
    font-size: 42px;
    line-height: 1.5;
  }

  h4 {
    font-size: 32px;
    line-height: 1.5;
  }

  .typo-reset ul li,
  .typo-reset ol li {
    font-size: 20px;
    line-height: 1.5;
  }

}

@media (max-width: 959px) {
  .top-case__title {
    color: #000000!important;
  }
  .top-case__link-back {
    color: #0f0f0f!important;
  }
  .top-case__link-back svg {
    stroke: #0f0f0f!important;
  }
  .top-case__tags .tags__link  {
    color: #0f0f0f;
    border: 1px solid rgba(15, 15, 15, 0.15);
  }
  .top-case__tags .tags__link:hover, .top-case__tags .tags__link.tags__link--active {
    color: #ffffff;
    background-color: #0f0f0f;
    border-color: #0f0f0f;
  }
}

@media (max-width: 1279px) {
  .team-member__checkbox:checked ~ .team-member__head {
    opacity: 0;
  }

  .team-member__checkbox:checked ~ .team-member__photo {
    opacity: 1;
  }

  .team-member__checkbox:checked ~ .team-member__info {
    color: #ffffff;
  }
}
/*# sourceMappingURL=sourcemaps/styles.css.map */

.lang-popup{
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgba(15, 15, 15, 0.5);
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;
z-index: 10001;
display: none;
-webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
        transform: translateX(-100%);
}
.lang-popup.is-open{
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-transform: translateX(0);
    -ms-transform: translateX(0);
        transform: translateX(0);
-webkit-animation: showPopup 0.3s ease 1;
animation: showPopup 0.3s ease 1;
}
.lang-popup__content{
background: rgba(255, 255, 255, 0.9);
-webkit-backdrop-filter: blur(25px);
        backdrop-filter: blur(25px);
width: 640px;
max-width: 100%;
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;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
    -ms-flex-direction: column;
        flex-direction: column;
padding: 150px 0;
position: relative;
}
.lang-popup__title{
font-weight: 600;
font-size: 34px;
line-height: 130%;
margin-bottom: 90px;
}
.lang-popup__list{
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;
}
.lang-popup__item{
border: 1px solid transparent;
position: relative;
width: 170px;
height: 170px;
border-radius: 50%;
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;
font-weight: 700;
font-size: 12px;
line-height: 120%;
text-decoration: none;
letter-spacing: 0.05em;
text-transform: uppercase;
color: #0F0F0F;
font-family: "rf-dewi-condensed", sans-serif;
margin: 0 10px;
-webkit-transition: border 0.5s;
-o-transition: border 0.5s;
transition: border 0.5s;
}
.lang-popup__item.active, .lang-popup__item:hover{
border-color: #0F0F0F;
}
.lang-popup__item .active-animate{
position: absolute;
width: 160px;
height: 160px;
top: 0;
left: 0;
-webkit-transition: margin-top 0.5s;
-o-transition: margin-top 0.5s;
transition: margin-top 0.5s;
}
.lang-text{
  position: relative;
  z-index: 1;
}
.lang-popup__item.active.active--ua .active-animate:after{
content: "";
display: block;
width: 160px;
height: 160px;
background: url(../icon/flags/lang-flag-ua.svg) no-repeat center/cover;
position: absolute;
-webkit-transform: translate(0, 5px) rotate(45deg);
    -ms-transform: translate(0, 5px) rotate(45deg);
        transform: translate(0, 5px) rotate(45deg);
-webkit-animation: uaFlag 10s infinite linear;
        animation: uaFlag 10s infinite linear;

}
.lang-popup__item:hover .active-animate{
margin-top:-30%;

}
@-webkit-keyframes uaFlag{
from{
-webkit-transform: translate(0, 5px) rotate(45deg);
        transform: translate(0, 5px) rotate(45deg);
}
to 20%,40%,60%,80%,90%,99%{

}
20%{
-webkit-transform: translate(10px, 25px) rotate(-15deg) scale(1.7);
        transform: translate(10px, 25px) rotate(-15deg) scale(1.7);
}
40%{
-webkit-transform: translate(-15px, 30px) rotate(15deg) scale(1.5);
        transform: translate(-15px, 30px) rotate(15deg) scale(1.5);
opacity: 0.8
}
60%{
-webkit-transform: translate(3%, 4%) rotate(0deg) scale(2);
        transform: translate(3%, 4%) rotate(0deg) scale(2);
opacity: 1
}
90%{
-webkit-transform: translate(0, 5px) rotate(45deg);
        transform: translate(0, 5px) rotate(45deg);
}
}
@keyframes uaFlag{
from{
-webkit-transform: translate(0, 5px) rotate(45deg);
        transform: translate(0, 5px) rotate(45deg);
}
to 20%,40%,60%,80%,90%,99%{

}
20%{
-webkit-transform: translate(10px, 25px) rotate(-15deg) scale(1.7);
        transform: translate(10px, 25px) rotate(-15deg) scale(1.7);
}
40%{
-webkit-transform: translate(-15px, 30px) rotate(15deg) scale(1.5);
        transform: translate(-15px, 30px) rotate(15deg) scale(1.5);
opacity: 0.8
}
60%{
-webkit-transform: translate(3%, 4%) rotate(0deg) scale(2);
        transform: translate(3%, 4%) rotate(0deg) scale(2);
opacity: 1
}
90%{
-webkit-transform: translate(0, 5px) rotate(45deg);
        transform: translate(0, 5px) rotate(45deg);
}
}
.btn--close{
width: 60px;
height: 60px;
position: absolute;
right: 0;
top: 0;
}
.btn--close:before, .btn--close:after {
content: "";
position: absolute;
right: 0;
top: 0;
bottom: 0;
left: 0;
margin: auto;
width: 16px;
height: 2px;
background-color: #0F0F0F;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
-webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
}
.btn--close:after {
-webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
        transform: rotate(45deg);
}
.blog-article__body table{
max-width: 100%;
}
@media screen and (max-width: 600px){
.lang-popup__content {
padding: 100px 0;
}
.lang-popup__title {
margin-bottom: 50px;
font-size: 28px;
}
.lang-popup__item {
width: 150px;
height: 150px;
}
}

.header-promo__block {
    background: linear-gradient(68.28deg, #340FFD 14.24%, #E80BC7 85.76%), #0F0F0F;
    padding: 13px 20px 13px 0;
    min-height: 70px;
	display: flex;
	align-items: center;
}
.header-promo__text{
font-weight: 700;
font-size: 10px;
line-height: 120%;
text-align: center;
letter-spacing: 0.05em;
color:#fff;
font-family: "rf-dewi-condensed", sans-serif;
text-transform: uppercase;
}
.header-promo__text a {
  color:#fff;
}
.header-promo__close {
position: absolute;
display: block;
width: 15px;
height: 14px;
cursor: pointer;
right: -10px;
top: 50%;
transform: translate(0px, -50%);
}
.header-promo__close:before, .header-promo__close:after {
content: "";
position: absolute;
top: 0;
bottom: 0;
left: 0;
width: 16px;
height: 2px;
margin: auto;
background-color: #ffffff;
transform: translate(5px);
transition: all 0.3s;
}
.header-promo__close:before {
transform: rotate(-45deg);
}
.header-promo__close:after {
transform: rotate(45deg);
}

@media screen and (min-width: 480px){
.header-promo__block~.header {
    top: 62px;
}
.header-promo__block~ .header--scroll{
  top: 0;
}
.header-promo__block{
	min-height: 62px;
}
}

@media screen and (min-width: 991px){
.header-promo__block~.header {
    top: 40px;
}
.header-promo__block{
	min-height: 40px;
}
.header-promo__block~ .header--scroll{
  top: 0;
}
.header-promo__block {
    padding-right: 0;
}
.header-promo__close{
  right: 40px;
}
.header-promo__text {
    font-size: 12px;
  }
}

.clutch-widget {
  padding: 15px 0;
}

.case-fixed__btn{
  position: fixed;
  right: 0;
  bottom: 0;
  display: block;
  width: 280px;
  height: 280px;
}
