:root {
  --azat-team-white: #fff;
  --azat-team-red: #d70000;
  --azat-team-grey: #f5f5f5;
  --azat-team-black: #181818;
  --azat-team-gray-dark: #d6d6d6;
  --azat-team-dark-grey-1: #7d8387;
  --azat-team-black-2: #242424;
  --font-family: "Steppe", sans-serif;
}

@font-face {
  font-display: swap;
	font-family: 'Steppe';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/steppe/steppe-regular.woff2') format('woff2'),
		url('../fonts/steppe/steppe-regular.ttf') format('truetype');
}

@font-face {
  font-display: swap;
	font-family: 'Steppe';
	font-style: normal;
	font-weight: 700;
	src: url('../fonts/steppe/steppe-bold.woff2') format('woff2'),
		url('../fonts/steppe/steppe-bold.ttf') format('truetype');
}

@font-face {
  font-display: swap;
	font-family: 'Steppe';
	font-style: normal;
	font-weight: 800;
	src: url('../fonts/steppe/steppe-extrabold.woff2') format('woff2'),
		url('../fonts/steppe/steppe-extrabold.ttf') format('truetype');
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

h1 {
  font-size: 2em;
  margin: .67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline dotted;
}

b,strong {
  font-weight: bolder;
}

small {
  font-size: 87%;
}

sub,sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

img {
  border-style: none;
}

button,input,optgroup,select,textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,input {
  overflow: visible;
}

button,select {
  text-transform: none;
}

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

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

[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring,button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: .35em .75em .625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

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

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

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

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

summary {
  display: list-item;
}

* {
  box-sizing: border-box;
}

details,main {
  display: block;
}

code,kbd,pre,samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

[hidden],template {
  display: none;
}

a,button {
  -webkit-tap-highlight-color: transparent;
}

.link,a {
  color: #1b242e;
  text-decoration: none;
  transition: .2s linear;
}

.link:hover,a:hover {
}

* {
  -webkit-tap-highlight-color: transparent;
}

body {
  font-family: var(--font-family);
  color: #1b242e;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
  background: #fff;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  overflow-x: hidden;
}

.h1,.h2,.h3,.h4,.h5,h1,h2,h3,h4,h5 {
  color: #1b242e;
  font-family: var(--font-family);
  font-weight: 800;
  text-transform: uppercase;
  margin-top: 0;
}

.h1,h1 {
  font-size: 41px;
  line-height: 1.2;
  margin: 0 0 24px;
}

.h2,h2 {
  font-size: 30px;
  line-height: 1.3;
  margin: 0 0 24px;
}

.h3,h3 {
  font-size: 30px;
  line-height: 1.2;
  margin: 0 0 16px;
}

.h4,h4 {
  font-size: 24px;
  line-height: 1.1;
  margin: 0 0 16px;
}

.text,p {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  margin: 16px 0;
}

b,strong {
  font-weight: 600;
}

.text-uppercace {
  text-transform: uppercase;
}

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

.text-lg-center {
}

.text-lg-right {
}

.page-title {
  margin-bottom: 16px;
}

.container,.header__nav-submenu-list {
  margin-right: auto;
  margin-left: auto;
  padding: 0 20px;
  width: 100%;
}

.wrapper {
  overflow: hidden;
}

.page-container {
  flex: 1 1 auto;
}

.grid-container {
  border-top: 1px solid #D6D6D6;
  padding-top: 32px;
}

.grid-container__group {
}

.grid-container__aside {
  display: block;
  width: 100%;
  margin-bottom: 32px;
}

.grid-container__main {
  width: 100%;
}

.grid-container__text p {
  color: var(--azat-team-dark-grey-1);
  margin: 0;
}

.grid-nav {
}

.grid-nav__list {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.grid-nav__item {
  position: relative;
  color: var(--azat-team-dark-grey-1);
  font-size: 20px;
  line-height: 1.4;
  transition: .2s linear;
  display: inline-flex;
  align-items: center;
}

.grid-nav__item:hover:not(.tabs__nav-item--active) {
}

.grid-nav__item:before {
  content: '';
  width: 100%;
  height: 4px;
  background: transparent;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: .2s linear;
}

.grid-nav__item.tabs__nav-item--active {
  color: var(--azat-team-red);
}

.grid-nav__item.tabs__nav-item--active:before {
  background: var(--azat-team-red);
}

.grid-nav__item:last-child {
  margin-bottom: 0;
}

.btn {
  font-family: var(--font-family);
  color: var(--azat-team-black);
  font-weight: 400;
  font-size: 16px;
  text-transform: uppercase;
  white-space: nowrap;
  line-height: unset;
  position: relative;
  text-decoration: none;
  background: transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 36px;
  min-height: 46px;
  transition: .2s linear;
  border-radius: 40px;
  cursor: pointer;
  user-select: none;
  background: transparent;
  border: 1px solid var(--azat-team-black);
}

.btn--reset {
  margin: 0;
  padding: 0;
  outline: 0;
  border: 0;
  min-height: 1px;
  border-radius: 0;
  background-color: transparent;
  cursor: pointer;
}

.btn--accent {
  color: var(--azat-team-white);
  background: var(--azat-team-red);
  border-color: var(--azat-team-red);
}

.btn--accent:hover {
}

.btn--stroke-accent {
  color: var(--azat-team-white);
  background: transparent;
  border-color: var(--azat-team-red);
}

.btn--stroke-accent:hover {
}

.btn--burger:before,.btn--cross:before {
  content: '';
  width: 24px;
  height: 24px;
  min-width: 24px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.btn--arrow-top-right:after {
  content: '';
  width: 24px;
  height: 24px;
  min-width: 24px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-left: 8px;
}

.btn--burger:before {
  background-image: url('../img/icons/burger.svg');
}

.btn--cross:before {
  background-image: url('../img/icons/cross.svg');
}

.btn--arrow-top-right {
  padding: 0 28px 0 36px;
}

.btn--arrow-top-right:after {
  background-image: url('../img/icons/arrow-top-right.svg');
  transition: .2s;
}

.btn--arrow-top-right:hover:after {
}

.btns-spacer {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -12px;
}

.btns-spacer > * {
  margin-right: 12px;
  margin-bottom: 12px;
}

.form__group {
  display: flex;
  flex-wrap: wrap;
  gap: 0 8px;
}

.form__group > * {
  flex: 1 1 240px;
}

.form__agree {
  display: block;
}

.form__agree a:not([class]) {
  color: var(--azat-team-red);
}

.form__agree a:not([class]):hover {
}

.form__send {
}

.form__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.input {
  margin-bottom: 16px;
  display: block;
  position: relative;
}

.input__label {
  color: #6C6C6C;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0.8px;
  display: inline-block;
  margin: 0 0 6px;
}

.input__cell {
  position: relative;
  font-family: var(--font-family);
  color: #fff;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.4;
  box-shadow: 0 1px 0 0 var(--azat-team-dark-grey-1);
  background: var(--azat-team-black-2);
  border: var(--azat-team-black-2);
  border-radius: 32px;
  min-height: 60px;
  padding: 0 24px;
  width: 100%;
  outline: none;
  transition: .2s linear;
  resize: none;
}

textarea.input__cell {
  padding-top: 20px;
}

.input__cell:focus {
  box-shadow: 0 1px 0 0 transparent;
}

.input__cell:focus::placeholder {
  color: transparent;
}

.input__cell::placeholder {
  color: var(--azat-team-dark-grey-1);
}

.input__checkbox {
  display: none;
}

.input__checkbox:checked + .input__checkbox-label:before {
  background-image: url('../img/icons/checkbox-active.svg');
}

.input__checkbox-label {
  cursor: pointer;
  position: relative;
  color: var(--azat-team-dark-grey-1);
  font-size: 16px;
  padding-left: 36px;
}

.input__checkbox-label:before {
  content: '';
  position: absolute;
  top: -2px;
  left: 0;
  width: 24px;
  height: 24px;
  background-image: url('../img/icons/checkbox-default.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: .2s;
}

.input__checkbox-label:hover:before {
}

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

.overflow-hidden {
  overflow: hidden;
}

.visibility-hidden {
  visibility: hidden;
}

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

.img-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.img-cover--wrap {
  overflow: hidden;
  position: relative;
}

.hide-xl-down {
}

.hide-xl-only {
}

.hide-lg-down {
}

.hide-lg-up {
}

.hide-md-down {
}

.hide-md-up {
}

.hide-sm-down {
}

.hide-sm-only {
}

.social {
  display: flex;
  align-items: center;
}

.social__link {
  background: var(--azat-team-black-2);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  margin-right: 4px;
}

.social__link:hover {
}

.social__link:last-child {
  margin: 0;
}

.social__link:before {
  content: '';
  width: 40px;
  height: 40px;
  min-width: 40px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.social__link--vk:before {
  background-image: url('../img/icons/social/vk.svg');
}

.social__link--tg:before {
  background-image: url('../img/icons/social/tg.svg');
}

.social__link--tk:before {
  background-image: url('../img/icons/social/tk.svg');
}

.social__link--inst:before {
  background-image: url('../img/icons/social/inst.svg');
}

.social__link--fb:before {
  background-image: url('../img/icons/social/fb.svg');
}

.section {
  position: relative;
  margin-top: 52px;
  margin-bottom: 52px;
}

.section:last-child {
  margin-bottom: 0;
}

.section:first-child {
  margin-top: 0;
}

.section__head {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 16px;
}

.section__head-group {
}

.section__head-group .section__label {
}

.section__head-group .section__title {
}

.section__head-col {
}

.section__head-col:nth-child(1) {
}

.section__head-info {
  width: 100%;
}

.section__label {
  position: relative;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
  color: var(--azat-team-black-2);
  margin-bottom: 24px;
  padding-left: 26px;
}

.section__label:before {
  content: '';
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: var(--azat-team-black-2);
  position: absolute;
  top: 2px;
  left: 0;
}

.section__title {
  margin-bottom: 0;
}

.section__title.text-lg-right {
}

.section--bg-dark {
  color: var(--azat-team-white);
  padding: 52px 0;
  margin: 0;
}

.section--bg-dark::before {
  content: '';
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: var(--azat-team-black);
  z-index: -2;
}

.section--bg-dark .section__title {
  color: var(--azat-team-white);
}

.section--bg-dark .grid-container {
  border-color: #7D8387;
}

.section--bg-dark .grid-container__aside {
  border-color: #7D8387;
}

.section--bg-dark .section__label {
  color: var(--azat-team-white);
}

.section--bg-dark .section__label:before {
  background: var(--azat-team-white);
}

.section--bg-dark + .section--bg-dark {
  margin-top: -52px;
}

.section--bg-black {
  color: var(--azat-team-white);
  padding: 52px 0;
  margin: 0;
}

.section--bg-black::before {
  content: '';
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #000;
  z-index: -2;
}

.section--bg-grey {
  padding: 52px 0;
  margin: 0;
}

.section--bg-grey::before {
  content: '';
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: var(--azat-team-grey);
  z-index: -2;
}

.section--banner {
  position: relative;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
}

.section--banner:first-child {
  background: #000;
}

.section--loop-partners {
  margin-top: -52px;
}

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

.tabs__nav-item {
  cursor: pointer;
}

.tabs__nav-item--active {
  cursor: default;
}

.tabs__section {
  display: none;
}

.tabs__section--show {
  display: block;
  animation: fadeIn .2s forwards;
}

.tags {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}

.tags__item {
  display: inline-flex;
  align-items: center;
  padding: 0 12px;
  min-height: 28px;
  border: 1px solid var(--azat-team-gray-dark);
  border-radius: 40px;
  font-weight: 400;
  font-size: 10px;
  line-height: 1.4;
  text-transform: uppercase;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.header {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  padding: 12px 0;
  background: var(--azat-team-white);
  transition: .2 linear;
}

.header--sticky {
  position: sticky;
  box-shadow: 0 4px 4px 0 rgba(51, 51, 51, 0.1);
}

.header__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header__logo {
  min-width: 91px;
  max-width: 91px;
}

.header__menu {
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}

.header__nav {
  margin: 0 0 32px;
}

.header__nav-title {
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 12px;
}

.header__nav-back {
  color: var(--azat-team-red);
  font-weight: 400;
  font-size: 14px;
  text-transform: none;
  margin-bottom: 32px;
}

.header__nav-back::before {
  content: '';
  width: 16px;
  height: 16px;
  min-width: 16px;
  background: url('../img/icons/chevron-left-accent.svg') no-repeat center / contain;
  margin-top: -3px;
  margin-right: 2px;
}

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

.header__nav-name {
  display: flex;
}

.header__nav-submenu-toggle,.header__nav-toggle {
  content: '';
  width: 100%;
  height: auto;
  background: url('../img/icons/chevron-right-dark.svg') no-repeat center right / 16px;
  margin-left: 4px;
}

.header__nav-item {
}

.header__nav-item--arrow {
}

.header__nav-item--arrow .header__nav-link {
  display: inline-flex;
  align-items: center;
}

.header__nav-item--arrow .header__nav-link:after {
  content: '';
  width: 16px;
  height: 16px;
  min-width: 16px;
  background: url('../img/icons/chevron-down-dark.svg') no-repeat center / contain;
  margin-left: 4px;
  transition: .2s;
  display: none;
}

.header__nav-item--arrow:hover .header__nav-link {
}

.header__nav-item--arrow:hover .header__nav-link::after {
}

.header__nav-item--arrow:hover .header__nav-submenu {
}

.header__nav-item:last-child {
  margin: 0;
}

.header__nav-link {
  color: var(--azat-team-black);
  font-size: 16px;
  line-height: 1.4;
  display: inline-flex;
}

.header__nav-submenu {
  position: absolute;
  top: 0;
  left: -24px;
  right: -24px;
  padding: 0 24px;
  background: #fff;
}

.header__nav-submenu.is-active {
}

.header__nav-submenu-list {
  list-style: none;
  margin: 0;
}

.header__nav-submenu-item {
}

.header__nav-submenu-item:nth-child(2),.header__nav-submenu-item:nth-child(5) {
}

.header__nav-submenu-item:last-child {
}

.header__nav-submenu-name {
  display: flex;
}

.header__nav-submenu-link {
  font-size: 14px;
  line-height: 1.4;
  display: inline-flex;
  align-items: center;
}

.header__nav-submenu-link::before {
  content: '';
  width: 40px;
  height: 40px;
  min-width: 40px;
  background: url('../img/icons/arrow-top-right-accent.svg') no-repeat center / 24px;
  border: 1px solid #d70000;
  border-radius: 50%;
  margin-right: 16px;
  transition: .2s;
  display: none;
}

.header__nav-submenu-link:hover::before {
}

.header__nav-child {
}

.header__nav-child.is-active {
}

.header__nav-child-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.header__nav-child-item {
}

.header__nav-child-item:last-child {
}

.header__nav-child-link {
  color: var(--azat-team-black);
  font-size: 14px;
  line-height: 1.4;
  display: inline-flex;
  align-items: center;
}

.header__commun {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}

.header__commun-link {
  font-size: 16px;
  line-height: 1.4;
  white-space: nowrap;
  display: block;
}

.header__commun-tg {
  display: inline-flex;
  width: 32px;
  height: 32px;
  min-width: 32px;
  background: url('../img/icons/header-tg.svg') no-repeat center / contain;
  margin-left: 12px;
}

.header__commun-tg:hover {
}

.header__social {
  margin-top: auto;
  order: 3;
}

.header__social .social__link:before {
  width: 32px;
  height: 32px;
  min-width: 32px;
}

.header__menu-close {
  position: absolute;
  top: 4px;
  right: 4px;
}

.header__panel {
  display: flex;
  align-items: center;
}

.header__panel > * {
  margin-left: 16px;
}

.header__panel > *:first-child {
  margin-left: 0;
}

.header__btn-feedback {
  font-size: 12px;
  padding: 0 16px;
  color: var(--azat-team-white);
}

.header__btn-feedback:hover:after {
}

.header__btn-feedback:after {
  content: '';
  width: 16px;
  height: 16px;
  min-width: 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url('../img/icons/arrow-top-right-accent.svg');
  margin-left: 4px;
  transition: .2s;
}

.header__burger {
  background: #000;
  border-radius: 50%;
}

.header__burger:before {
  width: 40px;
  height: 40px;
  min-width: 40px;
  background-size: 24px;
}

.header__overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(24, 24, 24, 0.5);
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  transition: .2s linear;
}

.header--light:not(.header--sticky) .header__logo {
}

.header--light:not(.header--sticky) .header__nav-item--arrow:hover .header__nav-link {
}

.header--light:not(.header--sticky) .header__nav-item--arrow .header__nav-link:after {
}

.header--light:not(.header--sticky) .header__nav-link {
}

.header--light:not(.header--sticky) .header__nav-link:hover {
}

.header--light:not(.header--sticky) .header__commun-link {
}

.header--light:not(.header--sticky) .header__commun-link:hover {
}

.header--light:not(.header--sticky) .header__btn-feedback {
}

.header--light:not(.header--sticky) .header__btn-feedback::after {
}

.header-mobile-menu .header__menu {
}

.header-mobile-menu .header__overlay {
}

.home-banner {
  position: relative;
  overflow: hidden;
}

.home-banner__body {
  position: relative;
}

.home-banner__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-banner__img--wrap {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100vw;
  transform: translateX(-50%);
  z-index: -1;
  height: 100%;
}

.home-banner__content {
  position: relative;
  z-index: 9;
  padding: 52px 0 100px;
  max-width: 1150px;
}

.home-banner__info {
  max-width: 800px;
}

.home-banner__title {
  color: var(--azat-team-white);
}

.home-banner__text {
  color: var(--azat-team-white);
  font-size: 20px;
  line-height: 1.2;
}

.home-banner__features {
  margin-top: 52px;
  margin-right: -16px;
  margin-left: -16px;
  margin-bottom: -32px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.home-banner__features-card {
  width: 50%;
  padding: 0 16px;
  margin-bottom: 32px;
}

.home-banner__features-count {
  color: var(--azat-team-white);
  font-size: 46px;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 4px;
}

.home-banner__features-text {
  color: var(--azat-team-white);
  font-size: 12px;
  line-height: 1.4;
  max-width: 230px;
}

.home-banner__circle {
  color: var(--azat-team-white);
  font-size: 17px;
  line-height: 1.2;
  position: absolute;
  bottom: 32px;
  right: 0;
  z-index: 12;
  width: 166px;
  height: 166px;
  border-radius: 50%;
  backdrop-filter: blur(30px);
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  background: rgba(215, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.home-banner__circle:hover {
}

.home-banner__circle:before {
  content: '';
  width: 32px;
  height: 32px;
  background: url('../img/icons/arrow-top-right.svg') no-repeat center / contain;
  margin-bottom: 16px;
}

.home-banner__waves {
  position: absolute;
  bottom: 0;
  width: 100%;
  margin-bottom: -7px;
  min-width: 1920px;
}

.wave-rotate {
  transform: rotate(180deg);
}

.moving-waves > use {
  animation: f 40s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
}

.moving-waves > use:first-child {
  animation-delay: -2s;
  animation-duration: 11s;
}

.moving-waves > use:nth-child(2) {
  animation-delay: -4s;
  animation-duration: 13s;
}

.moving-waves > use:nth-child(3) {
  animation-delay: -3s;
  animation-duration: 15s;
}

.moving-waves > use:nth-child(4) {
  animation-delay: -4s;
  animation-duration: 20s;
}

.moving-waves > use:nth-child(5) {
  animation-delay: -4s;
  animation-duration: 25s;
}

.moving-waves > use:nth-child(6) {
  animation-delay: -3s;
  animation-duration: 30s;
}

@keyframes f {
  0% {
    transform: translate3d(-90px, 0, 0);
  }

  to {
    transform: translate3d(85px, 0, 0);
  }
}

.loop-partners {
  display: flex;
  align-items: center;
  width: 100vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  background: var(--azat-team-grey);
  min-height: 110px;
  overflow: hidden;
}

.loop-partners__track {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  animation: marqueePartners linear infinite;
  animation-duration: 30s;
}

.loop-partners__track + .loop-partners__track {
  margin-left: 20px;
}

.loop-partners__item {
  position: relative;
  margin-right: 20px;
}

.loop-partners__item:last-child {
  margin: 0;
}

.loop-partners__img {
  max-height: 24px;
}

.loop-partners__img--wrap {
  min-height: 32px;
}

@keyframes marqueePartners {
  0% {
    transform: translate(0);
  }

  100% {
    transform: translate(calc(-100% - 20px));
  }
}

.benefits__group {
}

.benefits__main {
  width: 100%;
  margin-bottom: 32px;
}

.benefits__aside {
  width: 100%;
}

.benefits__img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.benefits__img--wrap {
  position: relative;
  padding-top: 67%;
  overflow: hidden;
  background: var(--azat-team-grey);
  border-radius: 10px;
}

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

.benefits__nav-item {
  margin-bottom: 16px;
}

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

.benefits__nav-item.tabs__nav-item--active {
}

.benefits__nav-item.tabs__nav-item--active .benefits__nav-btn {
  color: var(--azat-team-red);
  cursor: default;
}

.benefits__nav-item.tabs__nav-item--active .benefits__nav-btn::before {
  background: var(--azat-team-red);
  transform: rotate(-90deg) translate(2px, -16px);
}

.benefits__nav-item.tabs__nav-item--active .benefits__nav-content {
  display: block;
  animation: fadeIn .2s forwards;
}

.benefits__nav-btn {
  position: relative;
  color: var(--azat-team-black);
  font-size: 30px;
  line-height: 1.2;
  white-space: normal;
  text-transform: none;
  padding-left: 20px;
  text-align: left;
  transition: .2s ease;
}

.benefits__nav-btn:hover {
}

.benefits__nav-btn:hover:before {
}

.benefits__nav-btn:before {
  content: '';
  width: 5px;
  height: 28px;
  background: var(--azat-team-black);
  position: absolute;
  top: 0;
  left: 0;
  transition: .2s ease;
}

.benefits__nav-content {
  margin-top: 12px;
  padding-left: 20px;
  display: none;
}

.benefits__nav-text {
  margin: 0;
}

.benefits__nav-text p {
  margin: 0;
}

.benefits__nav-tags {
  margin-top: 16px;
}

.industry {
}

.industry .grid-container__group {
}

.industry .grid-container__aside {
}

.industry .grid-container__main {
}

.industry__text p {
  color: var(--azat-team-dark-grey-1);
  margin: 0;
}

.industry__actions {
  margin-top: 32px;
}

.industry__actions .btn {
}

.industry__slider {
  display: flex;
  flex-wrap: nowrap;
  width: calc((100vw - 1420px) / 2 + 100% + 24px);
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
}

.industry__slider::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.industry__card {
  margin-right: -24px;
  padding: 0 20px;
  scroll-snap-align: start;
}

.industry__card:last-child {
  margin-right: 0;
}

.industry__card-body {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  background: #fff;
  height: 100%;
  min-width: 268px;
  max-width: 268px;
}

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

.industry__card-img--wrap {
  position: relative;
  height: 200px;
  overflow: hidden;
}

.industry__card-img--wrap:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, .4);
  z-index: 1;
}

.industry__card-info {
  padding: 20px 24px;
}

.industry__card-name {
  position: absolute;
  z-index: 1;
  left: 20px;
  right: 20px;
  bottom: 20px;
  color: var(--azat-team-white);
  font-size: 18px;
  text-transform: uppercase;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.industry__card-text {
  color: var(--azat-team-black);
  font-size: 14px;
}

.home-about {
}

.home-about .grid-container__group {
}

.home-about .grid-container__aside {
}

.home-about .grid-container__main {
}

.home-about__text p {
  margin: 0;
}

.home-about__actions {
  margin-top: 32px;
}

.home-about__actions .btn {
}

.home-about__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-about__img--wrap {
  width: 32%;
  border-radius: 10px;
  overflow: hidden;
}

.home-about__benefits {
  width: 100%;
}

.home-about__list {
  list-style: none;
  padding: 0;
  margin: 0 -8px -32px;
  display: flex;
  flex-wrap: wrap;
}

.home-about__item {
  position: relative;
  width: 50%;
  padding: 0 8px;
  padding-top: 16px;
  margin-bottom: 32px;
}

.home-about__item::before {
  content: '';
  border-right: 2px solid var(--azat-team-red);
  border-top: 2px solid var(--azat-team-red);
  height: 100%;
  position: absolute;
  top: 0;
  left: 8px;
  right: 8px;
  z-index: -1;
}

.home-about__item-count {
  font-size: 30px;
  margin-bottom: 16px;
  padding-right: 8px;
  white-space: nowrap;
}

.home-about__item-text {
  font-size: 10px;
  text-transform: lowercase;
  padding-right: 8px;
}

.team-marquee {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  z-index: 12;
  min-height: 72px;
  margin-bottom: 24px;
  width: 100vw;
  overflow: hidden;
}

.team-marquee__panel {
  width: 100%;
  min-width: 1024px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}

.team-marquee__text {
  background-image: url('../img/content/marquee.svg');
  background-repeat: repeat-x;
  background-position: center;
  background-size: auto 72px;
  animation-name: marqueeTeam;
  animation-duration: 1800s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  min-height: 72px;
}

@keyframes marqueeTeam {
  0% {
    background-position: 10000%, 0;
  }

  100% {
    background-position: 0, 0;
  }
}

.team {
}

.team__list {
  display: flex;
  flex-wrap: wrap;
  margin-right: -8px;
  margin-left: -8px;
  margin-bottom: -16px;
}

.team__card {
  width: 16.6%;
  padding: 0 8px;
  margin-bottom: 16px;
}

.team__card-body {
}

.team__card-body:hover .team__card-popup {
}

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

.team__card-img--wrap {
  position: relative;
  padding-top: 100%;
  overflow: hidden;
  border-radius: 10px;
}

.team__card-popup {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
  z-index: 12;
}

.team__card-popup-wrap {
  color: var(--azat-team-white);
  background: var(--azat-team-black);
  min-width: 280px;
  max-width: 280px;
  padding: 20px 40px;
  border-radius: 20px;
}

.team__card-popup.is-show {
}

.team__card-close {
  position: absolute;
  top: 24px;
  right: 24px;
}

.team__card-close:before {
  background-image: url('../img/icons/cross-light.svg');
}

.team__card-name {
  font-size: 31px;
  line-height: 1.2;
  text-transform: uppercase;
}

.team__card-post {
  color: var(--azat-team-red);
}

.team__card-list {
  list-style: none;
  padding: 0;
  margin: 12px 0 0;
}

.team__card-list-item {
  margin-bottom: 8px;
}

.team__card-list-item:last-child {
  margin: 0;
}

.team__card-list-caption {
  color: var(--azat-team-dark-grey-1);
}

.team__card:nth-child(6n - 5) .team__card-popup {
}

.team__card:nth-child(6n) .team__card-popup {
}

.portfolio {
  margin-top: 32px;
}

.portfolio__group {
  border-top: 1px solid var(--azat-team-dark-grey-1);
  padding-top: 20px;
}

.portfolio__col {
  width: 100%;
  margin-bottom: 32px;
  display: flex;
  flex-direction: column;
}

.portfolio__col:first-child {
}

.portfolio__col:last-child {
  margin-bottom: 0;
}

.portfolio__card {
  padding-bottom: 20px;
  margin-bottom: 32px;
  border-bottom: 1px solid var(--azat-team-dark-grey-1);
  order: 2;
}

.portfolio__card:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}

.portfolio__card-body {
  color: #fff;
}

.portfolio__card-body:hover {
}

.portfolio__card-body:hover .portfolio__card-img {
}

.portfolio__card-body:hover .portfolio__card-name {
}

.portfolio__card-img {
  position: absolute;
  top: 0;
  left: 0;
  transition: .2s ease;
}

.portfolio__card-img--wrap {
  position: relative;
  padding-top: 56%;
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 36px;
}

.portfolio__card-tags {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
}

.portfolio__card-tags .tags__item {
  color: var(--azat-team-white);
  background: rgba(24, 24, 24, 0.5);
  border: none;
}

.portfolio__card-label {
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.portfolio__card-name {
  font-weight: 400;
  font-size: 22px;
  line-height: 1.2;
  transition: .2s ease;
}

.portfolio__card-text {
  color: var(--azat-team-dark-grey-1);
  font-size: 16px;
  line-height: 1.4;
  margin-top: 10px;
}

.portfolio__feature {
  background: #000;
  border-radius: 10px;
  padding: 20px 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 32px;
  order: 1;
}

.portfolio__feature-count {
  color: var(--azat-team-red);
  font-size: 30px;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
  margin-right: 16px;
}

.portfolio__feature-text {
  color: var(--azat-team-white);
  font-size: 14px;
  max-width: 204px;
}

.portfolio__actions {
  margin-top: 36px;
}

.portfolio__actions .btn {
}

.home-reviews__org {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 48px;
}

.home-reviews__org-card {
  width: 100%;
  min-height: 80px;
  border-bottom: 2px solid var(--azat-team-gray-dark);
  border-radius: 10px;
  background: var(--azat-team-grey);
  padding: 12px 24px 12px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.home-reviews__org-card:hover {
}

.home-reviews__org-img--wrap {
  margin-right: 20px;
}

.home-reviews__org-name {
  color: var(--azat-team-dark-grey-1);
  font-size: 14px;
  text-align: right;
}

.home-reviews__slider {
  padding: 40px 32px;
  border-radius: 20px;
  background: var(--azat-team-grey);
  overflow: hidden;
}

.home-reviews__slide {
}

.home-reviews__slide-aside {
  margin-bottom: 40px;
  text-align: center;
}

.home-reviews__slide-main {
  margin: 0 -16px;
}

.home-reviews__slide-logo {
  max-height: 60px;
  margin: 0 auto 32px;
}

.home-reviews__slide-info {
  margin-bottom: 32px;
}

.home-reviews__slide-name {
  color: var(--azat-team-red);
  font-size: 16px;
  text-transform: uppercase;
}

.home-reviews__slide-post {
  color: var(--azat-team-dark-grey-1);
  font-size: 14px;
  margin-top: 4px;
}

.home-reviews__slide-doc {
  display: block;
  max-width: 132px;
  margin: 0 auto;
}

.home-reviews__slide-blockquote {
  position: relative;
  margin: 0;
  padding-left: 52px;
}

.home-reviews__slide-blockquote:before {
  content: '';
  width: 40px;
  height: 40px;
  background: url('../img/icons/quote.svg') no-repeat center / contain;
  position: absolute;
  top: 0;
  left: 0;
}

.home-reviews__slide-blockquote p:not([class]) {
  font-size: 16px;
  line-height: 1.4;
  margin: 0;
}

.home-reviews__pag.swiper-pagination-bullets {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: auto;
  display: inline-flex;
  align-items: center;
  z-index: 12;
  border-bottom: 1px solid var(--azat-team-gray-dark);
  margin-top: 40px;
}

.home-reviews__pag.swiper-pagination-bullets .swiper-pagination-bullet {
  position: relative;
  min-width: 40px;
  width: 40px;
  height: auto;
  padding-bottom: 16px;
  text-align: center;
  background: transparent;
  margin: 0;
  opacity: 1;
  border-radius: 0;
  font-size: 18px;
  line-height: 1;
  transition: .2s linear;
}

.home-reviews__pag.swiper-pagination-bullets .swiper-pagination-bullet::before {
  content: '';
  width: 100%;
  height: 2px;
  background: transparent;
  transition: .2s linear;
  position: absolute;
  bottom: -1px;
  left: 0;
}

.home-reviews__pag.swiper-pagination-bullets .swiper-pagination-bullet:hover {
}

.home-reviews__pag.swiper-pagination-bullets .swiper-pagination-bullet-active {
  color: var(--azat-team-red);
}

.home-reviews__pag.swiper-pagination-bullets .swiper-pagination-bullet-active:before {
  background: var(--azat-team-red);
}

.home-stack .grid-container__aside {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}

.home-stack__article {
  margin-bottom: 48px;
}

.home-stack__article:last-child {
  margin-bottom: 0;
}

.home-stack__headline {
  margin-bottom: 20px;
}

.home-stack__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.home-stack__card {
  width: calc(33.3% - 6px);
  text-align: center;
  background: var(--azat-team-grey);
  border-radius: 8px;
  border-bottom: 2px solid var(--azat-team-gray-dark);
  padding: 16px;
}

.home-stack__card-icon {
  margin: 0 auto;
}

.home-stack__card-icon--wrap {
  height: 64px;
  min-width: 64px;
  margin: 0 auto 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.home-stack__card-name {
  color: var(--azat-team-dark-grey-1);
  font-size: 10px;
}

.home-stack__card-name:before {
  content: '[';
}

.home-stack__card-name:after {
  content: ']';
}

.home-stack__logo {
  min-width: 160px;
  max-width: 160px;
  margin-top: 40px;
  margin-bottom: -12px;
}

.home-approach__content {
}

.home-approach__img--wrap {
  width: 40%;
  margin-bottom: 32px;
}

.home-approach__info {
  width: 100%;
}

.home-approach__info > *:last-child {
  margin-bottom: 0;
}

.home-approach__info > *:first-child {
  margin-top: 0;
}

.home-approach__info h3 {
  color: var(--azat-team-white);
  font-weight: 400;
  font-size: 30px;
  line-height: 1.2;
  text-transform: none;
  margin-bottom: 20px;
}

.home-approach__info p {
  color: var(--azat-team-gray-dark);
  font-size: 16px;
  line-height: 1.4;
  margin: 20px 0;
}

.home-approach__info ul {
  list-style: none;
  padding: 0;
  margin: 20px 0;
}

.home-approach__info ul li {
  position: relative;
  padding-left: 44px;
  color: var(--azat-team-gray-dark);
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 12px;
}

.home-approach__info ul li:before {
  content: '';
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  background: url('../img/icons/home-approach-list.svg') no-repeat center / contain;
}

.home-approach__info ul li:last-child {
  margin: 0;
}

.home-coop {
  padding-top: 32px;
  border-top: 1px solid #D6D6D6;
}

.home-coop__row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -16px;
  margin-left: -16px;
  margin-bottom: -40px;
}

.home-coop__card {
  width: 100%;
  padding: 0 16px;
  margin-bottom: 40px;
}

.home-coop__card ul:not([class]) {
  list-style: none;
  padding: 0;
  margin: 12px 0 0;
}

.home-coop__card ul:not([class]) li {
  position: relative;
  padding-left: 24px;
  color: var(--azat-team-dark-grey-1);
  font-size: 16px;
  margin-bottom: 12px;
}

.home-coop__card ul:not([class]) li::before {
  content: '';
  width: 3px;
  height: 3px;
  position: absolute;
  top: 9px;
  left: 11px;
  background: var(--azat-team-dark-grey-1);
  border-radius: 50%;
}

.home-coop__card ul:not([class]) li:last-child {
  margin: 0;
}

.home-coop__icon--wrap {
  min-width: 122px;
  max-width: 122px;
  margin-bottom: 40px;
}

.home-coop__name {
  font-size: 30px;
  line-height: 1.2;
}

.home-faq .grid-container__aside {
}

.home-faq__caption {
  font-size: 16px;
  max-width: 290px;
}

.home-faq__logo {
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
}

.home-faq__item {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #D6D6D6;
}

.home-faq__item:last-child {
  border: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.home-faq__item-btn {
  font-family: var(--font-family);
  color: var(--azat-team-black);
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2;
  text-transform: uppercase;
  text-align: left;
  transition: .2s ease;
}

.home-faq__item-btn:hover {
}

.home-faq__item-btn[aria-expanded='true'] {
  color: var(--azat-team-red);
}

.home-faq__item-btn[aria-expanded='true'] + .home-faq__item-content {
  opacity: 1;
  margin-top: 10px;
}

.home-faq__item-content {
  opacity: 0;
  height: 0;
  overflow: hidden;
  transition: .2s linear;
}

.home-faq__item-content p {
  margin: 0;
}

.feedback__row {
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-start;
  justify-content: space-between;
}

.feedback__info {
  margin-top: 48px;
}

.feedback__content {
}

.feedback__blockquote {
  position: relative;
  margin: 0;
  padding-left: 52px;
}

.feedback__blockquote:before {
  content: '';
  width: 40px;
  height: 40px;
  background: url('../img/icons/quote.svg') no-repeat center / contain;
  position: absolute;
  top: 0;
  left: 0;
}

.feedback__blockquote p:not([class]) {
  font-size: 16px;
  line-height: 1.4;
  margin: 0;
}

.feedback__logo {
  min-width: 104px;
  max-width: 104px;
  margin-left: 52px;
  margin-top: 24px;
}

.feedback__title {
  color: var(--azat-team-white);
  margin-bottom: 0;
}

.feedback__form {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 8px;
  margin-top: 32px;
}

.feedback__form .form__footer {
  display: block;
}

.feedback__form .form__agree {
  margin-bottom: 20px;
}

.feedback__form .bq-form-inner__item {
  width: 100%;
  margin: 0;
}

.feedback__form .bq-form-inner__item.html {
  width: 100%;
}

.feedback__form .bq-form-inner__item.send {
  display: flex;
  flex-direction: column-reverse;
  width: 100%;
}

.feedback__form .bq-form-inner__item.send .bq-form-control {
  margin-bottom: 20px;
}

.feedback__form .bq-form-inner__item input,.feedback__form .bq-form-inner__item textarea {
  position: relative;
  font-family: var(--font-family);
  color: #fff;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.4;
  box-shadow: 0 1px 0 0 var(--azat-team-dark-grey-1);
  background: var(--azat-team-black-2);
  border: var(--azat-team-black-2);
  border-radius: 32px;
  min-height: 60px;
  padding: 0 24px;
  width: 100%;
  outline: none;
  transition: .2s linear;
  resize: none;
}

.feedback__form .bq-form-inner__item input:focus,.feedback__form .bq-form-inner__item textarea:focus {
  box-shadow: 0 1px 0 0 transparent;
}

.feedback__form .bq-form-inner__item input:focus::placeholder,.feedback__form .bq-form-inner__item textarea:focus::placeholder {
  color: transparent;
}

.feedback__form .bq-form-inner__item input::placeholder,.feedback__form .bq-form-inner__item textarea::placeholder {
  color: var(--azat-team-dark-grey-1);
}

.feedback__form .bq-form-inner__item textarea {
  padding-top: 20px;
}

.feedback__form .bq-form-inner__item .bq-form-checkbox__input {
  display: none;
}

.feedback__form .bq-form-inner__item .bq-form-checkbox__input:checked + .bq-form-checkbox__text:before {
  background-image: url('../img/icons/checkbox-active.svg');
}

.feedback__form .bq-form-inner__item .bq-form-checkbox__text {
  cursor: pointer;
  position: relative;
  color: var(--azat-team-dark-grey-1);
  font-size: 16px;
  padding-left: 36px;
  display: block;
}

.feedback__form .bq-form-inner__item .bq-form-checkbox__text a:not([class]) {
  color: var(--azat-team-red);
  text-decoration: none;
}

.feedback__form .bq-form-inner__item .bq-form-checkbox__text a:not([class]):hover {
}

.feedback__form .bq-form-inner__item .bq-form-checkbox__text:before {
  content: '';
  position: absolute;
  top: -2px;
  left: 0;
  width: 24px;
  height: 24px;
  background-image: url('../img/icons/checkbox-default.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: .2s;
  border-color: transparent;
  background-color: transparent;
}

.feedback__form .bq-form-inner__item .bq-form-checkbox__text:hover:before {
}

.feedback__form .bq-form-submit {
  font-family: var(--font-family);
  color: var(--azat-team-white);
  font-weight: 400;
  font-size: 16px;
  text-transform: uppercase;
  white-space: nowrap;
  line-height: unset;
  position: relative;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 28px 0 36px;
  min-height: 46px;
  transition: .2s linear;
  border-radius: 40px;
  cursor: pointer;
  user-select: none;
  background: var(--azat-team-red);
  border: 1px solid var(--azat-team-red);
  width: auto;
}

.feedback__form .bq-form-submit:hover {
}

.feedback__form .bq-form-submit:hover:after {
  transform: rotate(45deg);
}

.feedback__form .bq-form-submit:after {
  content: '';
  width: 24px;
  height: 24px;
  min-width: 24px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-left: 8px;
  background-image: url('../img/icons/arrow-top-right.svg');
  transition: .2s;
}

.service-intro__content {
  position: relative;
  padding-top: 52px;
  padding-bottom: 220px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.service-intro__bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-intro__bg--wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  z-index: -1;
}

.service-intro__bg--wrap::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, .6);
  z-index: 1;
}

.service-intro__bg--wrap:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0) 100%);
  z-index: 2;
}

.service-intro__nav {
  margin-right: -20px;
  margin-bottom: auto;
  margin-left: -20px;
}

.service-intro__nav-list {
  list-style: none;
  padding: 0 0 120px;
  margin: 0;
  display: flex;
}

.service-intro__nav-item {
  padding-right: 20px;
  padding-left: 20px;
  margin-right: -24px;
}

.service-intro__nav-item.is-current .service-intro__nav-btn {
  color: var(--azat-team-white);
}

.service-intro__nav-item.is-current .service-intro__nav-btn::before {
  background: var(--azat-team-red);
}

.service-intro__nav-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  background: #383739;
  min-height: 52px;
  padding: 0 16px;
  border-radius: 4px;
  color: var(--azat-team-dark-grey-1);
  font-size: 12px;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
}

.service-intro__nav-btn:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background: transaprent;
  width: 4px;
  height: 100%;
}

a.service-intro__nav-btn:hover {
}

.service-intro__info {
  max-width: 100%;
  margin: 32px 0 0;
}

.service-intro__title {
  color: var(--azat-team-white);
}

.service-intro__text {
  color: var(--azat-team-white);
  font-size: 20px;
  line-height: 1.2;
}

.service-intro__actions {
  margin-bottom: auto;
}

.service-intro__back {
  color: var(--azat-team-white);
  font-size: 12px;
}

.service-intro__back:before {
  content: '';
  width: 40px;
  height: 40px;
  background: url('../img/icons/arrow-left.svg') no-repeat center / 24px;
  border: 1px solid var(--azat-team-red);
  border-radius: 50%;
  margin-right: 16px;
}

.service-intro__back:hover {
  color: var(--azat-team-red);
}

.service-about__head {
  border-bottom: 1px solid var(--azat-team-gray-dark);
  padding-bottom: 24px;
  margin-bottom: 32px;
}

.service-about__title {
}

.service-about__desc {
  color: #383739;
  font-size: 16px;
  margin: 0;
}

.service-about__row {
}

.service-about__aside {
  width: 100%;
}

.service-about__main {
  width: 100%;
}

.service-about__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.service-about__img--wrap {
  position: relative;
  padding-top: 60%;
  overflow: hidden;
  margin-bottom: 32px;
}

.service-hero__row {
}

.service-hero__aside {
  width: 100%;
  display: none;
}

.service-hero__main {
  width: 100%;
}

.service-hero__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-hero__img--wrap {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  height: 100%;
}

.service-hero__acc {
}

.service-options__row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -16px;
  margin-left: -16px;
  margin-bottom: -32px;
}

.service-options__card {
  width: 100%;
  padding: 0 16px;
  margin-bottom: 32px;
  display: flex;
  align-items: flex-start;
}

.service-options__card-body {
  position: relative;
}

.service-options__card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.service-options__card-img--wrap {
  position: relative;
  padding-top: 62.5%;
  overflow: hidden;
  border-radius: 12px;
  margin-bottom: 20px;
}

.service-options__card-icon--wrap {
  position: absolute;
  top: 16px;
  left: 16px;
  right: 16px;
  width: 32px;
  height: 32px;
  border-radius: 10px;
  background: var(--azat-team-red);
  display: flex;
  align-items: center;
  justify-content: center;
}

.service-options__card-name {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 16px;
  color: var(--azat-team-white);
  font-weight: 400;
  font-size: 18px;
  text-transform: uppercase;
}

.service-options__card-desc {
  font-size: 16px;
}

.service-options__card-actions {
  margin-top: 20px;
}

.service-options__card-actions .btn {
}

.service-tags__row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -16px;
  margin-left: -16px;
  margin-bottom: -32px;
}

.service-tags__card {
  width: 100%;
  padding: 0 16px;
  margin-bottom: 32px;
}

.service-tags__card-body {
  height: 100%;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--azat-team-gray-dark);
  display: block;
}

.service-tags__card-body:hover .service-tags__card-name {
}

.service-tags__card-body:hover .service-tags__card-name:after {
}

.service-tags__card-name {
  position: relative;
  color: var(--azat-team-black-2);
  font-weight: 700;
  font-size: 18px;
  line-height: 1.2;
  text-transform: uppercase;
  margin-bottom: 0;
  padding-right: 40px;
  transition: .2s ease;
}

.service-tags__card-name:after {
  content: '';
  width: 24px;
  height: 24px;
  background: url('../img/icons/arrow-top-right-dark.svg') no-repeat center / contain;
  position: absolute;
  top: -2px;
  right: 0;
  transition: .2s ease;
}

.service-tags__card-text {
  color: #5f6569;
  margin: 24px 0 0;
}

.service-issue {
  border-top: 1px solid var(--azat-team-dark-grey-1);
  padding-top: 32px;
}

.service-issue__row {
}

.service-issue__aside {
  position: relative;
  z-index: 1;
  width: 100%;
}

.service-issue__aside:before {
  content: '';
  width: 445px;
  height: 445px;
  position: absolute;
  left: -150px;
  bottom: -60px;
  background: url('../img/content/service-issue/bg-circle.svg') no-repeat center / contain;
  z-index: -1;
}

.service-issue__main {
  position: relative;
  z-index: 2;
  width: 100%;
}

.service-issue__group {
  display: flex;
  flex-wrap: wrap;
}

.service-issue__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.service-issue__img--wrap {
  position: relative;
  padding-top: 78.5%;
  overflow: hidden;
  margin-bottom: 32px;
}

.service-issue__row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -16px;
  margin-left: -16px;
  margin-bottom: -32px;
}

.service-issue__card {
  width: 100%;
  padding: 0 16px;
  margin-bottom: 32px;
}

.service-issue__card:last-child .service-issue__card-body {
}

.service-issue__card-body {
  padding-bottom: 24px;
  border-bottom: 1px solid var(--azat-team-dark-grey-1);
  height: 100%;
}

.service-issue__card-head {
  display: flex;
  align-items: center;
}

.service-issue__card-name {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.2;
  text-transform: uppercase;
}

.service-issue__card-icon--wrap {
  width: 32px;
  height: 32px;
  border-radius: 10px;
  background: var(--azat-team-red);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
}

.service-issue__card-text {
  color: var(--azat-team-dark-grey-1);
  font-size: 14px;
  margin: 24px 0 0;
}

.service-acc__item {
  background: var(--azat-team-grey);
  border-radius: 12px;
  margin-bottom: 16px;
  padding: 24px;
}

.service-acc__item:last-child {
  margin: 0;
}

.service-acc__item-btn {
  position: relative;
  width: 100%;
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 18px;
  line-height: 1.2;
  text-align: left;
  transition: .2s ease;
  padding-right: 52px;
}

.service-acc__item-btn:hover {
}

.service-acc__item-btn:after {
  content: '';
  width: 32px;
  height: 32px;
  position: absolute;
  top: -5px;
  right: 0;
  background-color: var(--azat-team-black);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px;
  background-image: url('../img/icons/arrow-top-right.svg');
  border-radius: 50%;
  transition: .2s ease;
}

.service-acc__item-btn[aria-expanded='true']:after {
  transform: rotate(180deg);
}

.service-acc__item-btn[aria-expanded='true'] + .service-acc__item-content {
  opacity: 1;
  margin-top: 20px;
}

.service-acc__item-content {
  opacity: 0;
  height: 0;
  overflow: hidden;
  transition: .2s linear;
}

.service-acc__item-content p {
  margin: 0;
}

.service-features {
  margin-top: 40px;
}

.service-features__row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -20px;
  margin-left: -20px;
  margin-bottom: -32px;
}

.service-features__card {
  width: 100%;
  padding: 0 20px;
  margin-bottom: 32px;
}

.service-features__inner {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--azat-team-gray-dark);
  height: 100%;
}

.service-features__head {
  display: flex;
  align-items: center;
}

.service-features__icon--wrap {
  background: var(--azat-team-red);
  width: 40px;
  height: 40px;
  min-width: 40px;
  margin-right: 16px;
  border-radius: 10px;
}

.service-features__name {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.2;
}

.service-features__text {
  margin-top: 16px;
}

.service-approach {
  margin-top: 32px;
  overflow: hidden;
}

.service-approach__row {
  display: flex;
  flex-wrap: wrap;
  counter-reset: item;
}

.service-approach__card {
  position: relative;
  counter-increment: item;
  width: 100%;
  margin-bottom: 40px;
}

.service-approach__card::before {
  content: '';
  width: 1px;
  height: 60%;
  background: var(--azat-team-gray-dark);
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

.service-approach__card:nth-child(1):before {
  display: none;
}

.service-approach__inner {
  height: 100%;
}

.service-approach__inner:before {
  content: counters(item, "");
  color: var(--azat-team-red);
  font-weight: 400;
  font-size: 64px;
  line-height: 1.2;
  margin-bottom: 32px;
  display: block;
}

.service-approach__name {
  color: #2c2c2c;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 0;
}

.service-approach__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
  margin-top: 20px;
}

.textarea {
  margin-top: 64px;
}

.textarea h3 {
  color: #2c2c2c;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.2;
  text-transform: none;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--azat-team-gray-dark);
  margin: 24px 0;
}

.textarea p {
  color: #383739;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
  margin: 16px 0;
}

.textarea > *:last-child {
  margin-bottom: 0;
}

.textarea > *:first-child {
  margin-top: 0;
}

.footer {
  background: #000;
  padding: 48px 0;
  color: #fff;
}

.footer__top {
  margin-bottom: 48px;
}

.footer__bottom {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  justify-content: space-between;
  margin-top: 16px;
}

.footer__bottom .footer__copy {
}

.footer__logo {
  display: block;
  min-width: 91px;
  max-width: 91px;
  order: 1;
  margin: 0 auto 48px;
}

.footer__nav {
  width: 100%;
  order: 3;
}

.footer__nav ul {
  list-style: none;
  padding: 0;
  margin: 0 0 -20px;
}

.footer__nav ul li {
  text-align: center;
  margin: 0 0 20px;
}

.footer__nav ul li:last-child {
}

.footer__nav ul li a {
  color: var(--azat-team-white);
  font-size: 16px;
  line-height: 1.4;
}

.footer__nav ul li a:hover {
}

.footer__btn-presentation {
  order: 2;
}

.footer__col {
}

.footer__col:first-child {
}

.footer__col:nth-child(2) {
  text-align: center;
}

.footer__col:last-child {
  text-align: center;
}

.footer__copy {
}

.footer__copy p:not([class]) {
  color: var(--azat-team-white);
  font-size: 16px;
  line-height: 1.4;
  margin: 0;
}

.footer__copy p:not([class]) small {
  color: var(--azat-team-dark-grey-1);
  font-size: 14px;
  line-height: 1.4;
}

.footer__copy a:not([class]) {
  color: var(--azat-team-dark-grey-1);
  font-size: 14px;
  line-height: 1.4;
  margin: 0;
}

.footer__copy a:not([class]):hover {
}

.footer__copy > * {
  margin-bottom: 16px;
}

.footer__copy > *:last-child {
  margin: 0;
}

.footer__commun {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 48px;
}

.footer__commun-link {
  color: var(--azat-team-white);
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 4px;
}

.footer__commun-link:hover {
}

.footer__commun-link:last-child {
  margin: 0;
}

.footer__commun-link.-accent- {
  color: var(--azat-team-red);
}

.footer__commun-link.-accent-:hover {
}

.footer__social {
  justify-content: center;
}

.footer__mobile {
  margin-top: 32px;
  margin-right: -8px;
  margin-bottom: -12px;
  margin-left: -8px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center;
}

.footer__mobile .footer__copy {
  padding: 0 8px;
  margin-bottom: 12px;
}

.footer__mobile .footer__copy:last-child {
  width: 100%;
}

.case-intro {
  background: var(--azat-team-black);
  margin-bottom: -52px;
}

.case-intro__content {
  padding: 48px 0;
  max-width: 1040px;
  margin-right: auto;
  margin-left: auto;
}

.case-intro__title {
  color: var(--azat-team-white);
  font-size: 28px;
  line-height: 1.2;
}

.case-intro__title a {
  color: var(--azat-team-red);
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 5px;
}

.case-intro__title a:hover {
}

.case-intro__text {
  color: var(--azat-team-dark-grey-1);
  font-weight: 400;
  font-size: 18px;
  line-height: 1.2;
  margin-top: 32px;
}

.case-intro__text p {
  margin: 0;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.2;
}

.case-mockup {
  padding-top: 24px;
}

.case-mockup__logo {
  margin: 0 auto;
  max-height: 40px;
}

.case-mockup__logo--wrap {
  margin-bottom: 20px;
}

.case-mockup__main {
  position: relative;
}

.case-mockup__screen {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.case-mockup__screen--wrap {
  position: absolute;
  left: 1.8%;
  top: 2.5%;
  right: 1.5%;
  bottom: 3.5%;
  overflow: hidden;
  z-index: 2;
  border-radius: 14px 14px 0 0;
}

.case-mockup__laptop {
  position: absolute;
  top: 0;
  left: 0;
}

.case-mockup__laptop--wrap {
  position: relative;
  padding-top: 66.5%;
  overflow: hidden;
  z-index: 1;
}

.case-mockup.-full- {
  padding: 0;
}

.case-mockup.-full- .case-mockup__screen--wrap {
  left: 7.9%;
  top: 2.1%;
  right: 7.6%;
  bottom: 15.7%;
}

.case-layout {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}

.case-layout__title {
  color: var(--azat-team-black);
  text-transform: uppercase;
  border-bottom: 2px solid var(--azat-team-red);
  padding-bottom: 12px;
  display: inline-block;
  margin-bottom: 30px;
}

.case-layout__text {
  color: var(--azat-team-black-2);
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
  max-width: 620px;
}

.case-layout__left {
}

.case-layout__main {
  width: 100%;
}

.case-layout__main.-wide- {
}

.case-layout__right {
  width: 100%;
  margin-left: 0;
}

.case-layout__img--wrap {
  display: none;
}

.case-screens {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  overflow: hidden;
}

.case-screens__row {
  max-width: 1420px;
  padding: 0 20px;
  margin-right: auto;
  margin-left: auto;
}

.case-screens__row:after,.case-screens__row:before {
  content: '';
  display: table;
  clear: both;
}

.case-screens__card {
  backdrop-filter: blur(40px);
  background: rgba(215, 0, 0, 0.2);
  padding: 24px;
  border-radius: 40px;
  overflow: hidden;
  width: 68%;
  margin-top: -40px;
  float: left;
}

.case-screens__card:first-child {
  margin-top: 0;
}

.case-screens__card:nth-child(even) {
  float: right;
}

.case-screens__card-img {
  position: absolute;
  top: 0;
  left: 0;
}

.case-screens__card-img--wrap {
  position: relative;
  padding-top: 51.5%;
  overflow: hidden;
}

.case-screens:after,.case-screens:before {
  content: '';
  width: 41%;
  height: 21%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  z-index: -1;
  opacity: .2;
  backdrop-filter: blur(40px);
}

.case-screens:before {
  background-image: url('../img/icons/logo-team.svg');
  top: 20px;
  right: -30px;
}

.case-screens:after {
  background-image: url('../img/icons/logo-azat.svg');
  bottom: 20px;
  left: -30px;
}

.case-screens.-reverse- .case-screens__card {
  float: right;
}

.case-screens.-reverse- .case-screens__card:nth-child(even) {
  float: left;
}

.case-screens.-reverse-:before {
  top: auto;
  bottom: 20px;
}

.case-screens.-reverse-:after {
  bottom: auto;
  top: 20px;
}

.case-short {
  padding: 20px 32px;
  border: 1px solid var(--azat-team-black-2);
  border-radius: 20px;
  width: 100%;
  margin-top: 30px;
}

.case-short__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.case-short__item {
  position: relative;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 40px;
  border-bottom: 1px solid var(--azat-team-black-2);
  font-size: 14px;
}

.case-short__item:before {
  content: '';
  width: 6px;
  height: 6px;
  position: absolute;
  top: 18px;
  left: 20px;
  background: var(--azat-team-black-2);
  border-radius: 50%;
}

.case-short__item:last-child {
  border-bottom: none;
}

.case-section-bg {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  min-width: 100vw;
  height: 100%;
  object-fit: cover;
  z-index: -2;
}

.case-slabs {
  position: relative;
}

.case-slabs__title {
  color: var(--azat-team-white);
}

.case-slabs__list {
  display: flex;
  flex-wrap: wrap;
  counter-reset: item;
}

.case-slabs__card {
  width: 100%;
  counter-increment: item;
}

.case-slabs__card-body {
  position: relative;
  margin: -1px;
}

.case-slabs__card-inner {
  padding: 20px;
  border: 2px solid var(--azat-team-white);
  height: 100%;
}

.case-slabs__card-inner:before {
  content: "0" counters(item, "");
  color: var(--azat-team-red);
  font-weight: 400;
  font-size: 32px;
  line-height: 1;
  text-transform: uppercase;
  display: block;
  margin-bottom: 20px;
}

.case-slabs__card-text {
  color: var(--azat-team-white);
  font-size: 14px;
  margin: 0;
}

.case-slabs__card:nth-child(even) .case-slabs__card-body {
}

.case-solution {
  margin-top: 30px;
}

.case-solution__list {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
  counter-reset: item;
}

.case-solution__list:before {
  content: '';
  background: var(--azat-team-black-2);
  width: 4px;
  position: absolute;
  left: 34px;
  top: 64px;
  bottom: 64px;
  z-index: -1;
}

.case-solution__list-item {
  margin-bottom: 40px;
  counter-increment: item;
  display: flex;
  align-items: center;
}

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

.case-solution__list-item:before {
  content: counters(item, "");
  width: 72px;
  height: 72px;
  min-width: 72px;
  background: var(--azat-team-black-2);
  border-radius: 50%;
  color: var(--azat-team-white);
  font-weight: 400;
  font-size: 30px;
  line-height: 72px;
  text-align: center;
  margin-right: 20px;
}

.case-solution__list-text {
  color: var(--azat-team-black-2);
  font-size: 16px;
}

.case-moments__list {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
  counter-reset: item;
}

.case-moments__list-item {
  display: flex;
  align-items: flex-start;
  counter-increment: item;
  margin-bottom: 24px;
}

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

.case-moments__list-item:before {
  content: "0" counters(item, "");
  color: var(--azat-team-red);
  font-weight: 400;
  font-size: 41px;
  line-height: 1.2;
  margin-right: 20px;
  min-width: 58px;
}

.case-moments__list-name {
  color: var(--azat-team-red);
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 8px;
}

.case-moments__list-text {
  font-size: 16px;
}

.case-banner {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  max-height: 1324px;
  background: #000;
}

.case-banner__img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.case-banner__img--wrap {
  position: relative;
  padding-top: 69%;
  overflow: hidden;
}

.case-fullscreen {
  backdrop-filter: blur(40px);
  background: rgba(255, 255, 255, 0.2);
  padding: 24px;
  border-radius: 40px;
  overflow: hidden;
}

.case-fullscreen__img--wrap {
  border-radius: 0;
  overflow: hidden;
}

.case-others__actions {
  display: flex;
  justify-content: center;
  margin-bottom: 60px;
}

.case-others__row {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.case-others .portfolio__card {
  padding-bottom: 0;
  border-bottom: 0;
}

.case-others .portfolio__card .tags__item {
}

.case-others .portfolio__card-img--wrap {
}

.case-others .portfolio__card-name {
}

@media (min-width: 580px) {
  .h1,h1 {
    font-size: 52px;
  }

  .h2,h2 {
    font-size: 36px;
  }

  .page-title {
    margin-bottom: 20px;
  }

  .container,.header__nav-submenu-list {
    padding: 0 24px;
  }

  .hide-sm-only {
    display: none;
  }

  .section {
    margin-top: 64px;
    margin-bottom: 64px;
  }

  .section--bg-dark {
    padding: 64px 0;
    margin: 0;
  }

  .section--bg-dark + .section--bg-dark {
    margin-top: -64px;
  }

  .section--bg-black {
    padding: 64px 0;
    margin: 0;
  }

  .section--bg-grey {
    padding: 64px 0;
    margin: 0;
  }

  .section--loop-partners {
    margin-top: -64px;
  }

  .header__panel > * {
    margin-left: 24px;
  }

  .header__btn-feedback {
    font-size: 14px;
    padding: 0 20px;
  }

  .header__btn-feedback:after {
    width: 20px;
    height: 20px;
    min-width: 20px;
    margin-left: 8px;
  }

  .home-banner__content {
    padding: 64px 0 100px;
  }

  .home-banner__text {
    font-size: 22px;
  }

  .home-banner__features {
    margin-top: 64px;
  }

  .home-banner__features-count {
    font-size: 52px;
  }

  .home-banner__features-text {
    font-size: 16px;
  }

  .home-banner__circle {
    font-size: 20px;
    width: 200px;
    height: 200px;
  }

  .benefits__nav-item {
    margin-bottom: 24px;
  }

  .benefits__nav-tags {
    margin-top: 20px;
  }

  .industry__card {
    margin-right: -24px;
    padding: 0 24px;
  }

  .industry__card-body {
    min-width: 340px;
    max-width: 340px;
  }

  .industry__card-info {
    padding: 20px;
  }

  .industry__card-name {
    font-size: 25px;
  }

  .home-about__list {
    margin: 0 -16px -40px;
  }

  .home-about__item {
    padding: 0 16px;
    padding-top: 32px;
    margin-bottom: 40px;
  }

  .home-about__item::before {
    height: 72px;
    left: 16px;
    right: 16px;
  }

  .home-about__item-count {
    font-size: 61px;
    margin-bottom: 40px;
  }

  .home-about__item-text {
    font-size: 16px;
  }

  .home-reviews__org {
    gap: 16px;
  }

  .home-reviews__org-card {
    width: calc(50% - 8px);
  }

  .home-reviews__slide-main {
    margin: 0;
  }

  .home-stack__card-name {
    font-size: 14px;
  }

  .home-approach__info h3 {
  }

  .home-approach__info ul {
    margin: 24px 0;
  }

  .home-coop {
    padding-top: 40px;
  }

  .home-coop__card {
    width: 50%;
  }

  .home-faq__item {
    margin-bottom: 24px;
    padding-bottom: 24px;
  }

  .home-faq__item-btn {
    font-size: 24px;
  }

  .feedback__form .bq-form-inner__item {
    width: calc(50% - 4px);
  }

  .service-intro__content {
    padding-top: 64px;
    padding-bottom: 260px;
  }

  .service-intro__nav {
    margin-right: -24px;
    margin-bottom: auto;
    margin-left: -24px;
  }

  .service-intro__nav-item {
    padding-right: 24px;
    padding-left: 24px;
    margin-right: -36px;
  }

  .service-intro__text {
    font-size: 22px;
  }

  .service-intro__actions {
    margin-bottom: auto;
  }

  .service-about__desc {
    font-size: 18px;
  }

  .service-options__card-icon--wrap {
    top: 20px;
    left: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
  }

  .service-options__card-name {
    left: 20px;
    right: 20px;
    bottom: 20px;
    font-size: 21px;
  }

  .service-tags__card {
    width: 50%;
  }

  .service-tags__card-name {
    font-size: 21px;
  }

  .service-tags__card-name:after {
    top: 2px;
  }

  .service-issue {
    padding-top: 40px;
  }

  .service-issue__aside:before {
    width: 745px;
    height: 745px;
    left: -170px;
    bottom: -150px;
  }

  .service-issue__card {
    width: 50%;
  }

  .service-issue__card-name {
    font-size: 21px;
  }

  .service-issue__card-icon--wrap {
    width: 40px;
    height: 40px;
  }

  .service-acc__item-btn {
    font-size: 21px;
  }

  .service-acc__item-btn:after {
    width: 36px;
    height: 36px;
    background-size: 20px;
  }

  .service-features {
    margin-top: 64px;
  }

  .service-features__name {
    font-size: 21px;
  }

  .service-approach__inner:before {
    font-size: 72px;
  }

  .service-approach__name {
    font-size: 21px;
  }

  .textarea h3 {
    font-size: 21px;
  }

  .textarea p {
    font-size: 18px;
  }

  .footer__top {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
  }

  .footer__bottom {
    flex-direction: row;
    align-items: flex-end;
  }

  .footer__logo {
    margin: 0;
  }

  .footer__nav {
    margin: 32px 0 0;
  }

  .footer__nav ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }

  .footer__nav ul li {
    text-align: left;
    margin: 0 40px 20px 0;
  }

  .footer__nav ul li:last-child {
    margin-right: 0;
  }

  .footer__col:last-child {
    text-align: right;
  }

  .footer__commun {
    align-items: flex-end;
    margin-bottom: 0;
  }

  .footer__mobile {
    justify-content: flex-start;
    text-align: left;
  }

  .case-intro {
    margin-bottom: -64px;
  }

  .case-intro__content {
    padding: 72px 0;
  }

  .case-intro__title {
    font-size: 44px;
  }

  .case-intro__title a {
    text-decoration-thickness: 3px;
    text-underline-offset: 8px;
  }

  .case-intro__text {
    font-size: 21px;
    margin-top: 40px;
  }

  .case-intro__text p {
    font-size: 21px;
  }

  .case-mockup {
    padding-top: 32px;
  }

  .case-mockup__logo {
    max-height: 64px;
  }

  .case-mockup__logo--wrap {
    margin-bottom: 40px;
  }

  .case-screens__row {
    padding: 0 24px;
  }

  .case-screens__card {
    padding: 36px;
    margin-top: -80px;
  }

  .case-screens:before {
    top: 40px;
    right: -70px;
  }

  .case-screens:after {
    bottom: 40px;
    left: -70px;
  }

  .case-screens.-reverse-:before {
    bottom: 40px;
  }

  .case-screens.-reverse-:after {
    top: 40px;
  }

  .case-slabs__card {
    width: 50%;
  }

  .case-slabs__card-body {
    padding-top: 100%;
  }

  .case-slabs__card-inner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
  }

  .case-slabs__card-inner:before {
    font-size: 48px;
    margin-bottom: 4px;
  }

  .case-solution {
    margin-top: 48px;
  }

  .case-solution__list-item:before {
    font-size: 36px;
    margin-right: 32px;
  }

  .case-solution__list-text {
    font-size: 18px;
  }

  .case-moments__list-item {
    margin-bottom: 28px;
  }

  .case-moments__list-item:before {
    font-size: 52px;
    margin-right: 28px;
    min-width: 70px;
  }

  .case-moments__list-name {
    font-size: 18px;
  }

  .case-fullscreen {
    padding: 36px;
  }
}

@media (min-width: 768px) {
  .grid-container {
    padding-top: 0;
  }

  .grid-container__group {
    display: flex;
  }

  .grid-container__aside {
    width: 30%;
    padding-top: 32px;
    padding-right: 32px;
    border-right: 1px solid #D6D6D6;
    margin-bottom: 0;
  }

  .grid-container__main {
    width: 70%;
    padding-top: 32px;
    padding-left: 32px;
  }

  .grid-nav__list {
    flex-direction: column;
    align-items: flex-start;
  }

  .grid-nav__item {
    margin-bottom: 16px;
  }

  .grid-nav__item:before {
    width: 4px;
    height: 100%;
    top: 0;
    bottom: auto;
  }

  .grid-nav__item.tabs__nav-item--active {
    padding-left: 20px;
  }

  .hide-md-up {
    display: none;
  }

  .section__head {
    margin-bottom: 24px;
  }

  .team-marquee {
    min-height: 140px;
  }

  .team-marquee__panel {
    min-width: 1920px;
  }

  .team-marquee__text {
    background-size: auto 140px;
    min-height: 140px;
  }

  .team__list {
    margin-right: -12px;
    margin-left: -12px;
    margin-bottom: -24px;
  }

  .team__card {
    padding: 0 12px;
    margin-bottom: 24px;
  }

  .team__card-popup-wrap {
    min-width: 430px;
    max-width: 430px;
    padding: 30px 40px;
  }

  .team__card-close {
    top: 30px;
    right: 30px;
  }

  .portfolio__group {
    display: flex;
    padding-top: 0;
  }

  .portfolio__col {
    width: 50%;
    padding-top: 32px;
    margin-bottom: 0;
  }

  .portfolio__col:first-child {
    padding-right: 32px;
    padding-bottom: 86px;
  }

  .portfolio__col:last-child {
    padding-left: 32px;
    border-left: 1px solid var(--azat-team-dark-grey-1);
  }

  .portfolio__card {
    padding-bottom: 32px;
  }

  .portfolio__actions {
    margin-top: -46px;
  }

  .home-reviews__slider {
    padding: 40px;
  }

  .home-reviews__slide {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }

  .home-reviews__slide-aside {
    min-width: 200px;
    width: 25%;
    margin-bottom: 0;
    text-align: left;
  }

  .home-reviews__slide-main {
    width: 72%;
  }

  .home-reviews__slide-logo {
    margin: 0 0 32px;
  }

  .home-reviews__slide-doc {
    margin: 0;
  }

  .home-stack__card {
    width: calc(50% - 4px);
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: left;
    padding: 8px 24px;
    min-height: 80px;
  }

  .home-stack__card-icon--wrap {
    margin: 0 20px 0 0;
  }

  .home-stack__card-name {
    text-align: right;
  }

  .feedback__form .form__footer {
    display: flex;
  }

  .feedback__form .form__agree {
    margin-right: 24px;
    margin-bottom: 0;
  }

  .feedback__form .bq-form-inner__item.send {
    flex-direction: row-reverse;
  }

  .feedback__form .bq-form-inner__item.send .bq-form-control {
    margin-right: 24px;
    margin-bottom: 0;
  }

  .service-about__head {
    margin-bottom: 40px;
  }

  .service-hero__acc {
    margin-top: 40px;
  }

  .service-features__row {
    margin-bottom: -40px;
  }

  .service-features__card {
    width: 50%;
    margin-bottom: 40px;
  }

  .service-approach__row {
    margin-right: -32px;
    margin-left: -32px;
  }

  .service-approach__card {
    padding-right: 32px;
    padding-left: 32px;
    width: 50%;
  }

  .footer__bottom {
    margin-top: 32px;
  }

  .footer__copy {
    max-width: 230px;
  }

  .footer__commun {
    margin-bottom: 16px;
  }

  .footer__social {
    margin-bottom: 20px;
  }

  .footer__mobile {
    display: none;
  }

  .case-layout__left {
    min-width: 150px;
    max-width: 150px;
    margin-right: 30px;
  }

  .case-layout__main {
    width: calc(100% - 180px);
  }

  .case-layout__right {
    margin-left: 180px;
  }

  .case-slabs__card {
    width: 33.3%;
  }

  .case-others__row {
    margin-right: -10px;
    margin-left: -10px;
  }

  .case-others .portfolio__card {
    width: 50%;
    padding-right: 10px;
    padding-left: 10px;
  }

  .case-others .portfolio__card .tags__item {
    min-height: 24px;
    font-size: 10px;
  }

  .case-others .portfolio__card-img--wrap {
    margin-bottom: 20px;
  }

  .case-others .portfolio__card-name {
    font-weight: 400;
    font-size: 14px;
  }
}

@media (min-width: 1024px) and (max-width: 1420px) {
  .industry__slider {
    width: calc(100% + 24px);
  }
}

@media (min-width: 1024px) {
  .link:hover,a:hover {
    color: rgba(27, 36, 46, 0.6);
  }

  .text-lg-center {
    text-align: center;
  }

  .text-lg-right {
    text-align: right;
  }

  .page-title {
    margin-bottom: 24px;
  }

  .grid-container__aside {
    padding-top: 40px;
    padding-right: 40px;
  }

  .grid-container__main {
    padding-top: 40px;
    padding-left: 40px;
  }

  .grid-nav__item:hover:not(.tabs__nav-item--active) {
    color: var(--azat-team-red);
    padding-left: 10px;
  }

  .btn--accent:hover {
    color: var(--azat-team-white);
    background: #af0000;
    border-color: #af0000;
  }

  .btn--stroke-accent:hover {
    color: var(--azat-team-white);
    background: var(--azat-team-red);
    border-color: var(--azat-team-red);
  }

  .btn--arrow-top-right:hover:after {
    transform: rotate(45deg);
  }

  .form__agree a:not([class]):hover {
    color: #af0000;
  }

  .input__checkbox-label:hover:before {
    background-image: url('../img/icons/checkbox-hover.svg');
  }

  .hide-lg-up {
    display: none;
  }

  .social__link:hover {
    opacity: .7;
  }

  .section {
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .section__head-group {
    display: flex;
    align-items: flex-start;
  }

  .section__head-group .section__label {
    margin-bottom: 0;
  }

  .section__head-group .section__title {
    margin-top: -8px;
  }

  .section__head-col {
    max-width: 480px;
  }

  .section__head-col:nth-child(1) {
    min-width: 300px;
    max-width: 300px;
    padding-right: 24px;
  }

  .section__title.text-lg-right {
    max-width: 900px;
    margin-left: auto;
  }

  .section--bg-dark {
    padding: 100px 0;
    margin: 0;
  }

  .section--bg-dark + .section--bg-dark {
    margin-top: -100px;
  }

  .section--bg-black {
    padding: 100px 0;
    margin: 0;
  }

  .section--bg-grey {
    padding: 100px 0;
    margin: 0;
  }

  .section--loop-partners {
    margin-top: -100px;
  }

  .tags__item {
    padding: 0 16px;
    min-height: 36px;
    font-size: 12px;
  }

  .header__commun-tg:hover {
    opacity: .7;
  }

  .header__btn-feedback:hover:after {
    filter: brightness(0) invert(1);
    transform: rotate(45deg);
  }

  .home-banner__content {
    padding: 100px 0;
  }

  .home-banner__text {
    font-size: 25px;
  }

  .home-banner__features {
    margin-top: 100px;
    margin-right: -24px;
    margin-left: -24px;
  }

  .home-banner__features-card {
    width: 25%;
    padding: 0 24px;
  }

  .home-banner__features-count {
    font-size: 61px;
  }

  .home-banner__features-text {
    font-size: 20px;
    max-width: 100%;
  }

  .home-banner__circle {
    font-size: 25px;
    bottom: 100px;
    width: 250px;
    height: 250px;
  }

  .home-banner__circle:hover {
    color: var(--azat-team-white);
    background: rgba(215, 0, 0, 0.4);
  }

  .benefits__group {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }

  .benefits__main {
    width: 40%;
  }

  .benefits__aside {
    width: 54%;
  }

  .benefits__nav-btn:hover {
    color: var(--azat-team-red);
  }

  .benefits__nav-btn:hover:before {
    background: var(--azat-team-red);
  }

  .industry__actions {
    margin-top: 40px;
    margin-top: 60px;
  }

  .industry__actions .btn {
    padding: 0 14px 0 20px;
  }

  .industry__card {
    margin-right: 32px;
    padding: 0;
  }

  .home-about .grid-container__main {
    display: flex;
    justify-content: space-between;
  }

  .home-about__actions {
    margin-top: 40px;
    margin-top: 60px;
  }

  .home-about__actions .btn {
    padding: 0 14px 0 20px;
  }

  .team-marquee {
    min-height: 200px;
  }

  .team-marquee__text {
    background-size: auto 200px;
    min-height: 200px;
  }

  .team__card-body {
    position: relative;
  }

  .team__card-body:hover .team__card-popup {
    display: block;
    animation: fadeIn .2s forwards;
  }

  .team__card-popup {
    top: 100%;
    transform: translateX(-50%);
    padding-top: 10px;
  }

  .team__card-close {
    display: none;
  }

  .team__card:nth-child(6n - 5) .team__card-popup {
    transform: none;
    left: 0;
  }

  .team__card:nth-child(6n) .team__card-popup {
    transform: none;
    left: auto;
    right: 0;
  }

  .portfolio {
    margin-top: 40px;
  }

  .portfolio__col {
    padding-top: 40px;
  }

  .portfolio__col:first-child {
    padding-right: 40px;
  }

  .portfolio__col:last-child {
    padding-left: 40px;
  }

  .portfolio__card-body:hover {
    color: #fff;
  }

  .portfolio__card-body:hover .portfolio__card-img {
    transform: scale(1.05);
  }

  .portfolio__card-body:hover .portfolio__card-name {
    color: var(--azat-team-red);
  }

  .portfolio__card-label {
    margin-bottom: 20px;
  }

  .portfolio__card-name {
    font-size: 28px;
  }

  .portfolio__card-text {
    margin-top: 20px;
  }

  .portfolio__feature {
    padding: 24px 32px;
  }

  .portfolio__feature-count {
    font-size: 48px;
    padding: 10px;
    border-bottom: 1px solid var(--azat-team-grey);
    margin-right: 24px;
  }

  .portfolio__feature-text {
    font-size: 18px;
    max-width: 262px;
  }

  .home-reviews__org {
    gap: 20px;
  }

  .home-reviews__org-card {
    width: calc(33.3% - 14px);
  }

  .home-reviews__org-card:hover {
    border-color: transparent;
  }

  .home-reviews__pag.swiper-pagination-bullets {
    position: absolute;
    bottom: 40px;
    margin-top: 0;
  }

  .home-reviews__pag.swiper-pagination-bullets .swiper-pagination-bullet:hover {
    color: var(--azat-team-red);
  }

  .home-approach__content {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }

  .home-approach__img--wrap {
    margin-bottom: 0;
  }

  .home-approach__info {
    width: 55%;
  }

  .home-coop {
    padding-top: 60px;
  }

  .home-coop__card {
    width: 25%;
  }

  .home-coop__name {
    font-size: 24px;
  }

  .home-faq__caption {
    font-size: 20px;
  }

  .home-faq__logo {
    margin-top: 64px;
  }

  .home-faq__item {
    margin-bottom: 30px;
    padding-bottom: 20px;
  }

  .home-faq__item-btn {
    font-size: 31px;
  }

  .home-faq__item-btn:hover {
    color: var(--azat-team-red);
  }

  .feedback__row {
    flex-direction: row;
  }

  .feedback__info {
    width: 40%;
    margin-top: 0;
  }

  .feedback__content {
    width: 54%;
  }

  .feedback__form {
    margin-top: 24px;
  }

  .feedback__form .form__footer {
    display: block;
  }

  .feedback__form .form__agree {
    margin-right: 0;
    margin-bottom: 20px;
  }

  .feedback__form .bq-form-inner__item.send {
    flex-direction: column-reverse;
  }

  .feedback__form .bq-form-inner__item.send .bq-form-control {
    margin-right: 0;
    margin-bottom: 20px;
  }

  .feedback__form .bq-form-inner__item .bq-form-checkbox__text a:not([class]):hover {
    color: #af0000;
  }

  .feedback__form .bq-form-inner__item .bq-form-checkbox__text:hover:before {
    background-image: url('../img/icons/checkbox-hover.svg');
  }

  .feedback__form .bq-form-submit:hover {
    color: var(--azat-team-white);
    background: #af0000;
    border-color: #af0000;
  }

  .service-intro__content {
    padding-top: 32px;
    padding-bottom: 100px;
  }

  .service-intro__nav {
    position: absolute;
    top: 32px;
    left: 0;
    margin: 0;
  }

  .service-intro__nav-list {
    padding: 0;
    flex-direction: column;
  }

  .service-intro__nav-item {
    margin-bottom: 12px;
    padding: 0;
    margin-right: 0;
  }

  a.service-intro__nav-btn:hover {
    color: var(--azat-team-white);
  }

  .service-intro__info {
    padding-top: 340px;
    padding-right: 270px;
    margin: 0;
  }

  .service-intro__text {
    font-size: 25px;
  }

  .service-intro__actions {
    margin: 0;
  }

  .service-about__head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }

  .service-about__title {
    margin-bottom: 0;
  }

  .service-about__row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }

  .service-about__aside {
    width: 40%;
  }

  .service-about__main {
    width: 54%;
  }

  .service-about__img--wrap {
    margin-bottom: 0;
  }

  .service-hero__row {
    display: flex;
    justify-content: space-between;
  }

  .service-hero__aside {
    width: 40%;
    display: block;
  }

  .service-hero__main {
    width: 54%;
  }

  .service-options__card {
    width: 50%;
  }

  .service-tags__card-body:hover .service-tags__card-name {
    color: var(--azat-team-red);
  }

  .service-tags__card-body:hover .service-tags__card-name:after {
    background-image: url('../img/icons/arrow-top-right-accent.svg');
  }

  .service-issue__row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }

  .service-issue__aside {
    width: 40%;
  }

  .service-issue__aside:before {
    left: -200px;
    bottom: -240px;
  }

  .service-issue__main {
    width: 54%;
  }

  .service-issue__img--wrap {
    margin-bottom: 0;
  }

  .service-issue__row {
    margin-bottom: -40px;
  }

  .service-issue__card {
    margin-bottom: 40px;
  }

  .service-acc__item-btn:hover {
    color: var(--azat-team-red);
  }

  .service-features {
    margin-top: 80px;
  }

  .service-features__row {
    margin-right: -24px;
    margin-left: -24px;
  }

  .service-features__card {
    padding: 0 24px;
  }

  .service-approach {
    border-top: 1px solid var(--azat-team-gray-dark);
  }

  .service-approach__card {
    padding-top: 64px;
    width: 33.3%;
    margin-bottom: 0;
  }

  .service-approach__card::before {
    display: block;
  }

  .service-approach__inner:before {
    font-size: 100px;
  }

  .textarea {
    margin-top: 80px;
  }

  .textarea h3 {
    margin: 32px 0;
  }

  .textarea p {
    font-size: 20px;
  }

  .footer__nav ul li a:hover {
    color: rgba(255, 255, 255, .7);
  }

  .footer__copy {
    max-width: 280px;
  }

  .footer__copy a:not([class]):hover {
    color: var(--azat-team-white);
  }

  .footer__commun-link:hover {
    color: rgba(255, 255, 255, .7);
  }

  .footer__commun-link.-accent-:hover {
    color: #af0000;
  }

  .case-intro {
    margin-bottom: -100px;
  }

  .case-intro__content {
    padding: 160px 0;
    min-height: 820px;
  }

  .case-intro__title a:hover {
    color: var(--azat-team-red);
    text-decoration-color: transparent;
  }

  .case-intro__text {
    font-size: 25px;
    margin-top: 48px;
  }

  .case-intro__text p {
    font-size: 25px;
  }

  .case-mockup {
    padding-top: 40px;
  }

  .case-mockup__logo {
    max-height: 90px;
  }

  .case-mockup__logo--wrap {
    margin-bottom: 60px;
  }

  .case-layout {
    flex-wrap: nowrap;
  }

  .case-layout__title {
    margin-bottom: 56px;
  }

  .case-layout__left {
    min-width: 200px;
    max-width: 200px;
    margin-right: 40px;
  }

  .case-layout__main {
    width: 68%;
    margin-right: auto;
  }

  .case-layout__main.-wide- {
    width: 100%;
  }

  .case-layout__right {
    width: auto;
    margin-left: 6%;
  }

  .case-layout__img--wrap {
    display: block;
  }

  .case-screens__card {
    padding: 48px;
    margin-top: -110px;
  }

  .case-screens:before {
    top: 120px;
    right: -100px;
  }

  .case-screens:after {
    bottom: 120px;
    left: -100px;
  }

  .case-screens.-reverse-:before {
    bottom: 120px;
  }

  .case-screens.-reverse-:after {
    top: 120px;
  }

  .case-short {
    padding: 24px 40px;
    min-width: 310px;
    max-width: 310px;
    margin-top: 0;
  }

  .case-short__item:before {
    width: 10px;
    height: 10px;
    top: 16px;
  }

  .case-slabs__card-inner {
    padding: 24px;
  }

  .case-slabs__card-inner:before {
    font-size: 61px;
  }

  .case-solution {
    margin-top: 72px;
  }

  .case-solution__list:before {
    width: 6px;
    left: 47px;
    top: 90px;
    bottom: 90px;
  }

  .case-solution__list-item:before {
    width: 100px;
    height: 100px;
    min-width: 100px;
    line-height: 100px;
  }

  .case-solution__list-text {
    font-size: 20px;
  }

  .case-moments__list-item {
    margin-bottom: 32px;
  }

  .case-moments__list-item:before {
    font-size: 61px;
    margin-right: 40px;
    min-width: 80px;
  }

  .case-moments__list-name {
    font-size: 20px;
  }

  .case-fullscreen {
    padding: 48px;
  }
}

@media (min-width: 1260px) {
  .container,.header__nav-submenu-list {
    max-width: 1420px;
  }

  .h1,h1 {
    font-size: 61px;
  }

  .h2,h2 {
    font-size: 49px;
  }

  .h3,h3 {
    font-size: 39px;
  }

  .grid-container__aside {
    padding-top: 60px;
    padding-right: 60px;
  }

  .grid-container__main {
    padding-top: 60px;
    padding-left: 60px;
  }

  .hide-xl-only {
    display: none;
  }

  .section__head-col {
    max-width: 680px;
  }

  .section__label {
    margin-bottom: 32px;
  }

  .section__title.text-lg-right {
    max-width: 1010px;
  }

  .section--banner:first-child {
    padding-top: 86px;
  }

  .header {
    position: absolute;
    transform: translateY(-86px);
    top: 86px;
    padding: 20px 0;
    background: transparent;
    border-bottom: 1px solid var(--azat-team-dark-grey-1);
    transition: transform .2s;
  }

  .header--sticky {
    top: 0;
    background: var(--azat-team-white);
    border-color: transparent;
    position: fixed;
    transform: translateY(0);
  }

  .header__logo {
    min-width: 41px;
    max-width: 41px;
  }

  .header__menu {
    align-items: center;
    flex-direction: row;
  }

  .header__nav {
    margin: 0 auto;
  }

  .header__nav-title {
    display: none;
  }

  .header__nav-back {
    display: none;
  }

  .header__nav-list {
    display: flex;
  }

  .header__nav-submenu-toggle,.header__nav-toggle {
    display: none;
  }

  .header__nav-item {
    margin: 0 40px 0 0;
  }

  .header__nav-item--arrow {
    padding-bottom: 32px;
    margin-bottom: -32px;
  }

  .header__nav-item--arrow .header__nav-link:after {
    display: block;
  }

  .header__nav-item--arrow:hover .header__nav-link {
    color: rgba(27, 36, 46, 0.6);
  }

  .header__nav-item--arrow:hover .header__nav-link::after {
    transform: rotate(180deg);
    opacity: .7;
  }

  .header__nav-item--arrow:hover .header__nav-submenu {
    display: block;
    animation: .2s fadeIn 0s forwards;
  }

  .header__nav-submenu {
    top: 100%;
    left: 0;
    right: 0;
    padding: 48px 0;
    background: #f3f3f3;
    display: none;
  }

  .header__nav-submenu-list {
    margin-right: auto;
    margin-bottom: -60px;
    margin-left: auto;
    display: flex;
    gap: 0 7.5%;
    flex-wrap: wrap;
  }

  .header__nav-submenu-item {
    width: calc(33.3% - 20px);
    margin: 0 0 60px;
  }

  .header__nav-submenu-item:nth-child(2),.header__nav-submenu-item:nth-child(5) {
    width: calc(22% - 10px);
  }

  .header__nav-submenu-link {
    font-weight: 700;
    font-size: 20px;
  }

  .header__nav-submenu-link::before {
    display: block;
  }

  .header__nav-submenu-link:hover::before {
    transform: rotate(45deg);
  }

  .header__nav-child {
    margin: 16px 0 0;
    padding-left: 72px;
  }

  .header__nav-child-item {
    margin: 0 0 12px;
  }

  .header__nav-child-item:last-child {
    margin: 0;
  }

  .header__nav-child-link {
    color: #383739;
    font-size: 16px;
  }

  .header__commun {
    margin-right: 40px;
    margin-bottom: 0;
  }

  .header__commun-link {
    text-align: right;
  }

  .header__commun-tg {
    margin-left: 40px;
  }

  .header__social {
    display: none;
  }

  .header__menu-close {
    display: none;
  }

  .header__panel > * {
    margin-left: 40px;
  }

  .header__btn-feedback {
    font-size: 16px;
    padding: 0 28px 0 36px;
    color: var(--azat-team-red);
  }

  .header__btn-feedback:after {
    width: 24px;
    height: 24px;
    min-width: 24px;
  }

  .header__burger {
    display: none;
  }

  .header--light:not(.header--sticky) .header__logo {
    filter: brightness(0) invert(1);
  }

  .header--light:not(.header--sticky) .header__nav-item--arrow:hover .header__nav-link {
    color: rgba(255, 255, 255, .7);
  }

  .header--light:not(.header--sticky) .header__nav-item--arrow .header__nav-link:after {
    filter: brightness(0) invert(1);
  }

  .header--light:not(.header--sticky) .header__nav-link {
    color: var(--azat-team-white);
  }

  .header--light:not(.header--sticky) .header__nav-link:hover {
    color: rgba(255, 255, 255, .7);
  }

  .header--light:not(.header--sticky) .header__commun-link {
    color: var(--azat-team-white);
  }

  .header--light:not(.header--sticky) .header__commun-link:hover {
    color: rgba(255, 255, 255, .7);
  }

  .header--light:not(.header--sticky) .header__btn-feedback {
    color: var(--azat-team-white);
  }

  .header--light:not(.header--sticky) .header__btn-feedback::after {
    filter: brightness(0) invert(1);
  }

  .benefits__nav-item {
    margin-bottom: 32px;
  }

  .benefits__nav-btn {
    font-size: 39px;
    padding-left: 28px;
  }

  .benefits__nav-btn:before {
    width: 8px;
    height: 40px;
  }

  .benefits__nav-content {
    padding-left: 28px;
  }

  .benefits__nav-tags {
    margin-top: 24px;
  }

  .industry__actions .btn {
    padding: 0 28px 0 36px;
  }

  .home-about__actions .btn {
    padding: 0 28px 0 36px;
  }

  .home-about__benefits {
    width: 62%;
  }

  .portfolio {
    margin-top: 52px;
  }

  .portfolio__col {
    padding-top: 60px;
  }

  .portfolio__col:first-child {
    padding-right: 48px;
    padding-bottom: 106px;
  }

  .portfolio__col:last-child {
    padding-left: 48px;
  }

  .portfolio__card {
    padding-bottom: 40px;
    margin-bottom: 40px;
  }

  .portfolio__card-name {
    font-size: 31px;
  }

  .portfolio__feature {
    padding: 32px 40px;
    margin-bottom: 40px;
  }

  .portfolio__feature-count {
    font-size: 61px;
    margin-right: 28px;
  }

  .portfolio__feature-text {
    font-size: 20px;
    max-width: 292px;
  }

  .home-reviews__org-card {
    width: auto;
    min-width: 377px;
  }

  .home-reviews__slider {
    padding: 60px;
  }

  .home-reviews__slide-main {
    width: 62%;
  }

  .home-reviews__slide-blockquote {
    padding-left: 72px;
  }

  .home-reviews__pag.swiper-pagination-bullets {
    bottom: 60px;
  }

  .home-reviews__pag.swiper-pagination-bullets .swiper-pagination-bullet {
    font-size: 20px;
  }

  .home-stack__card {
    width: calc(33.3% - 6px);
  }

  .home-stack__logo {
    min-width: 290px;
    max-width: 290px;
    margin-top: 60px;
    margin-bottom: -20px;
  }

  .home-approach__info h3 {
    font-size: 39px;
  }

  .home-coop__row {
    margin-right: -24px;
    margin-left: -24px;
  }

  .home-coop__card {
    padding: 0 24px;
  }

  .home-coop__name {
    font-size: 31px;
  }

  .feedback__blockquote {
    padding-left: 72px;
  }

  .feedback__logo {
    min-width: 164px;
    max-width: 164px;
    margin-left: 72px;
    margin-top: 32px;
  }

  .feedback__form .form__footer {
    display: flex;
  }

  .feedback__form .form__agree {
    margin-right: 24px;
    margin-bottom: 0;
  }

  .feedback__form .bq-form-inner__item.send {
    flex-direction: row-reverse;
  }

  .feedback__form .bq-form-inner__item.send .bq-form-control {
    margin-right: 24px;
    margin-bottom: 0;
  }

  .service-intro__info {
    padding-top: 360px;
    max-width: 74%;
    padding-right: 100px;
    margin-right: auto;
    margin-left: auto;
  }

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

  .service-about__desc {
    font-size: 20px;
  }

  .service-hero__acc {
    margin-top: 60px;
  }

  .service-options__row {
    margin-right: -20px;
    margin-left: -20px;
    margin-bottom: -20px;
  }

  .service-options__card {
    padding: 0 20px;
    margin-bottom: 40px;
  }

  .service-options__card-img--wrap {
    margin-bottom: 24px;
  }

  .service-options__card-name {
    font-size: 25px;
  }

  .service-options__card-actions {
    margin-top: 24px;
  }

  .service-tags__row {
    margin-right: -20px;
    margin-left: -20px;
    margin-bottom: -40px;
  }

  .service-tags__card {
    padding: 0 20px;
    margin-bottom: 40px;
  }

  .service-tags__card-body {
    padding-bottom: 32px;
  }

  .service-tags__card-name {
    font-size: 25px;
  }

  .service-tags__card-text {
    margin: 32px 0 0;
  }

  .service-issue {
    padding-top: 60px;
  }

  .service-issue__row {
    margin-right: -20px;
    margin-left: -20px;
    margin-bottom: -48px;
  }

  .service-issue__card {
    padding: 0 20px;
    margin-bottom: 48px;
  }

  .service-issue__card-body {
    padding-bottom: 32px;
  }

  .service-issue__card-name {
    font-size: 25px;
  }

  .service-issue__card-text {
    margin: 32px 0 0;
  }

  .service-acc__item {
    margin-bottom: 20px;
    padding: 30px;
  }

  .service-acc__item-btn {
    font-size: 25px;
  }

  .service-acc__item-btn:after {
    width: 40px;
    height: 40px;
    background-size: 24px;
  }

  .service-features__name {
    font-size: 25px;
  }

  .service-approach__row {
    margin-right: -60px;
    margin-left: -60px;
  }

  .service-approach__card {
    padding-right: 60px;
    padding-left: 60px;
    padding-top: 80px;
  }

  .service-approach__name {
    font-size: 25px;
  }

  .textarea h3 {
    font-size: 25px;
  }

  .footer__top {
    flex-wrap: nowrap;
  }

  .footer__bottom {
    margin-top: 80px;
  }

  .footer__nav {
    width: auto;
    order: 2;
    margin-top: 0;
    margin-right: 7%;
    margin-left: auto;
  }

  .footer__btn-presentation {
    order: 3;
  }

  .footer__col {
    min-width: 280px;
  }

  .case-intro {
    margin-top: -86px;
    padding-top: 86px;
  }

  .case-intro__title {
    font-size: 61px;
  }

  .case-short {
    min-width: 426px;
    max-width: 426px;
  }

  .case-slabs__title {
    font-weight: 400;
    font-size: 31px;
    line-height: 1.2;
    text-transform: none;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 16.6%;
    margin-bottom: 0;
    padding: 3% 0;
  }

  .case-slabs__card {
    width: 16.6%;
  }

  .case-slabs__card:nth-child(even) .case-slabs__card-body {
    top: -3px;
    margin-top: 100%;
  }

  .case-solution__list-item:before {
    font-size: 49px;
  }

  .case-others .portfolio__card {
    width: 25%;
  }
}

@media (min-width: 1260px) and (max-width: 1380px) {
  .case-slabs__card-inner {
    padding: 16px;
  }

  .case-slabs__card-inner:before {
    font-size: 36px;
  }
}

@media (max-width: 1024px) {
  .industry__slider {
    width: auto;
    margin: 0 -24px;
  }
}

@media (max-width: 580px) {
  .industry__slider {
    width: auto;
    margin: 0 -20px;
  }
}

@media (max-width: 430px) {
  .home-stack__headline {
    font-size: 26px;
  }
}

@media (max-width: 767px) {
  .grid-nav {
    max-height: 40px;
    overflow: hidden;
    width: 100%;
  }

  .grid-nav__list {
    padding-bottom: 120px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
  }

  .grid-nav__item {
    white-space: nowrap;
    min-height: 40px;
    padding: 0 10px;
    margin-right: 4px;
    scroll-snap-align: start;
  }

  .grid-nav__item:last-child {
    margin-right: 4px;
  }

  .hide-md-down {
    display: none;
  }

  .home-stack__logo {
    display: none;
  }

  .home-approach__img--wrap {
    margin-right: auto;
    margin-left: auto;
  }

  .home-faq .grid-container__aside {
    display: none;
  }

  .footer__bottom .footer__copy {
    display: none;
  }

  .footer__col:first-child {
    display: none;
  }
}

@media (max-width: 579px) {
  .form__send {
    width: 100%;
  }

  .hide-sm-down {
    display: none;
  }

  .industry__actions .btn {
    width: 100%;
  }

  .home-about__actions .btn {
    width: 100%;
  }

  .home-about__item::before {
    border-width: 1px;
  }

  .portfolio__actions .btn {
    width: 100%;
  }

  .service-options__card-actions .btn {
    width: 100%;
  }

  .service-issue__card:last-child .service-issue__card-body {
    padding-bottom: 0;
    border-bottom: 0;
  }

  .service-approach__inner {
    padding-bottom: 20px;
  }

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

  .footer__copy a:not([class]) {
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 4px;
  }

  .footer__commun-link.-accent- {
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 4px;
  }

  .case-slabs__card-inner {
    border-width: 1px;
  }
}

@media (max-width: 1259px) {
  .hide-xl-down {
    display: none;
  }

  .header__menu {
    position: fixed;
    top: 0;
    right: 0;
    background: #fff;
    max-width: 224px;
    height: 100%;
    padding: 44px 24px 16px;
    overflow: auto;
    visibility: hidden;
    z-index: -1;
    transition: .2s linear;
    transform: translateX(100%);
    overflow: hidden;
  }

  .header__nav {
    width: 100%;
    position: relative;
    order: 2;
  }

  .header__nav-item {
    border-bottom: 1px solid #d6d6d6;
  }

  .header__nav-link {
    padding: 12px 0;
  }

  .header__nav-submenu {
    height: calc(100vh - 140px - 48px);
    overflow-x: hidden;
    overflow-y: auto;
    transform: translateX(100%);
    transition: .4s;
    visibility: hidden;
  }

  .header__nav-submenu.is-active {
    visibility: visible;
    transform: translateX(0%);
  }

  .header__nav-submenu-list {
    padding: 0;
  }

  .header__nav-submenu-item {
    border-bottom: 1px solid #d6d6d6;
  }

  .header__nav-submenu-item:last-child {
    border: none;
  }

  .header__nav-submenu-link {
    padding: 12px 0;
  }

  .header__nav-child {
    padding: 0 24px;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    height: calc(100vh - 140px - 48px);
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 4;
    width: 100%;
    transform: translateX(100%);
    transition: .4s;
    visibility: hidden;
  }

  .header__nav-child.is-active {
    visibility: visible;
    transform: translateX(0%);
  }

  .header__nav-child-item {
    border-bottom: 1px solid #d6d6d6;
  }

  .header__nav-child-item:last-child {
    border: none;
  }

  .header__nav-child-link {
    padding: 12px 0;
  }

  .header__commun {
    width: 100%;
    order: 1;
  }

  .header__commun-link {
    color: var(--azat-team-red);
  }

  .header__btn-feedback {
    min-height: 40px;
    background: var(--azat-team-red);
    border-color: var(--azat-team-red);
  }

  .header__btn-feedback:after {
    filter: brightness(0) invert(1);
  }

  .header-mobile-menu .header__menu {
    transform: translateX(0);
    visibility: visible;
    opacity: 1;
    z-index: 120;
  }

  .header-mobile-menu .header__overlay {
    opacity: 1;
    visibility: visible;
    z-index: 101;
  }

  .home-about__img--wrap {
    display: none;
  }
}

@media (max-width: 1023px) {
  .hide-lg-down {
    display: none;
  }

  .benefits__nav-item.tabs__nav-item--active {
    padding-left: 24px;
  }

  .industry {
    padding-top: 32px;
  }

  .industry .grid-container__group {
    display: block;
  }

  .industry .grid-container__aside {
    width: 100%;
    border: none;
    padding: 0;
    margin-bottom: 32px;
  }

  .industry .grid-container__main {
    width: 100%;
    padding: 0;
  }

  .home-about {
    padding-top: 32px;
  }

  .home-about .grid-container__group {
    display: block;
  }

  .home-about .grid-container__aside {
    width: 100%;
    border: none;
    padding: 0;
    margin-bottom: 32px;
  }

  .home-about .grid-container__main {
    width: 100%;
    padding: 0;
  }

  .team {
    overflow-x: auto;
    overflow-y: hidden;
  }

  .team__list {
    min-width: 1200px;
    overflow: auto;
  }

  .team__card-popup.is-show {
    display: block;
    animation: fadeIn .2s forwards;
  }

  .feedback__logo {
    display: none;
  }

  .service-intro__nav {
    height: 52px;
    overflow: hidden;
  }

  .service-intro__nav-list {
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
  }

  .service-intro__nav-item {
    scroll-snap-align: start;
  }

  .service-approach__inner {
    padding-bottom: 32px;
    border-bottom: 1px solid var(--azat-team-gray-dark);
  }
}
