@import url(https://fonts.googleapis.com/css2?family=Roboto+Flex:opsz,wght@8..144,100..1000&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap);
* {
  padding: 0px;
  margin: 0px;
  border: 0px;
}

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

html,
body {
  height: 100%;
  min-width: 320px;
}

body {
  color: #272727;
  line-height: 1;
  font-family: "Roboto Flex";
  font-size: 24px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

input,
button,
textarea {
  font-family: "Roboto Flex";
  font-size: inherit;
}

button {
  cursor: pointer;
  color: inherit;
  background-color: inherit;
}

a {
  color: inherit;
}

a:link,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
  max-width: 100%;
}

video {
  max-width: 100%;
}


h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
}

[class*=-ibg] {
  position: relative;
}

[class*=-ibg] img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

[class*=-ibg_contain] img {
  -o-object-fit: contain;
     object-fit: contain;
}

.dev, .services, .cases, .ratings, .form, .items-block, .key-figures, .realization {
  padding: 80px 0;
  border-bottom: 1px solid rgba(39,39,39,.15);
}
.breadcrumbs + * {
  padding-top: 0 !important;
}
@media (max-width: 991.98px) {
  .dev, .services, .cases, .ratings, .form, .items-block, .key-figures, .realization {
    padding: 60px 0;
  }
}
@media (max-width: 575.98px) {
  .dev, .services, .cases, .ratings, .form, .items-block, .key-figures, .realization {
    padding: 40px 0;
  }
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 16px 0;
  z-index: 10;
}

.header a {
  display: block;
}

.header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  max-width: 699px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 81px;
}

.header__phone {
  font-weight: 500;
  font-size: 16px;
  line-height: 110%;
  letter-spacing: -0.03em;
  margin-right: 14px;
  opacity: .4;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.main-page .header__phone {
  color: #fff;
  opacity: 1;
}

.header__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}

.header__social svg {
  fill: #272727;
  opacity: .2;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.main-page .header__social svg {
  fill: #fff;
  opacity: 1;
}

.header__button {
  font-weight: 500;
  font-size: 16px;
  line-height: 110%;
  letter-spacing: -0.03em;
  padding: 15px 30px;
  border-radius: 6px;
  background: #c9ad7f;
  color: #fff;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.main-page .header__button {
  background: #fff;
  color: #272727;
}

.logo {
  font-weight: 600;
  font-size: 30px;
  line-height: 110%;
  letter-spacing: -0.04em;
  font-family: Roboto;
  position: relative;
  z-index: 5;
  -webkit-transition: all .5s;
  transition: all .5s;
  padding-right: 30px;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  display: inline-flex;
}

.logo::before {
  content: "";
  border-radius: 50%;
  background: #c9ad7f;
  position: absolute;
  width: 20px;
  height: 20px;
  bottom: 4px;
  right: 0;
}

.main-page .logo {
  color: #fff;
}

.menu-open .logo {
  color: #010101;
}

.menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.menu__item {
  font-weight: 500;
  font-size: 16px;
  line-height: 110%;
  letter-spacing: -0.03em;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.main-page .menu__item {
  color: #fff;
}

.menu__info {
  margin-bottom: 56px;
}

.info-menu__item:not(:last-child),
.form__link:not(:last-child) {
  margin-bottom: 20px;
}

.info-menu__item span:first-child,
.form__link span:first-child, 
.form__link a:first-child,
.address
{
  font-size: 16px;
  line-height: 100%;
  opacity: .5;
  display: block;
  margin-bottom: 5px;
}
.address {
  margin-bottom: 15px;
}

.info-menu__item span:last-child,
.info-menu__item a,
.form__link span:last-child,
.form__link a {
  font-weight: 500;
  font-size: 20px;
  line-height: 110%;
  letter-spacing: -0.02em;
}

.info-menu__item a,
.form__link a {
  -webkit-transition: all .5s;
  transition: all .5s;
}

.btns-menu__item,
.btns-menu a.btns-menu__item {
  border-radius: 6px;
  padding: 68px 15px 15px;
  font-weight: 500;
  font-size: 24px;
  line-height: 110%;
  letter-spacing: -0.02em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  gap: 15px;
  width: 100%;
  max-width: 360px;
  background: #fff;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.btns-menu__item svg,
.btns-menu a.btns-menu__item svg {
  fill: #272727;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.btns-menu__item:not(:last-child),
.btns-menu a.btns-menu__item:not(:last-child) {
  margin-bottom: 10px;
}

.form .btns-menu__item:not(:last-child),
.form .btns-menu a.btns-menu__item:not(:last-child) {
  margin-bottom: 0;
}

.btns-menu__item:first-child,
.btns-menu a.btns-menu__item:first-child {
  background: #c9ad7f;
  color: #fff;
}

.btns-menu__item:first-child svg,
.btns-menu a.btns-menu__item:first-child svg {
  fill: #fff;
}

.form .btns-menu__item:first-child,
.form .btns-menu a.btns-menu__item:first-child {
  background: #f7f8fc;
  color: #272727;
}

.form .btns-menu__item:first-child svg,
.form .btns-menu a.btns-menu__item:first-child svg {
  fill: #272727;
}

.form .btns-menu__item,
.form .btns-menu a.btns-menu__item {
  background: #f7f8fc;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.submenu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  opacity: 0;
  visibility: hidden;
  width: 0;
  height: 0;
  -webkit-transition: margin .7s;
  transition: margin .7s;
}

.submenu.active .submenu__list {
  width: auto;
  height: auto;
  visibility: visible;
  opacity: 1;
  padding-right: 7px;
  margin-top: 10px;
  margin-bottom: 30px;
}

.submenu .menu__item {
  border-radius: 6px;
  padding: 8px;
  background: #fff;
  line-height: 110%;
  font-size: 16px;
}

.icon-menu {
  display: none;
}

.footer {
  background: #141414;
  padding-top: 95px;
}

.footer__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  margin-bottom: 200px;
}

.footer__item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 calc(25% - 40px);
          flex: 1 1 calc(25% - 40px);
}

.footer__item span:first-child {
  font-size: 16px;
  line-height: 100%;
  color: #757575;
  margin-bottom: 25px;
  display: block;
}

.footer__item span:last-child,
.footer__item a {
  font-weight: 500;
  font-size: 20px;
  line-height: 110%;
  letter-spacing: -0.02em;
  color: #fff;
}

.footer__item a {
  -webkit-transition: all .5s;
  transition: all .5s;
}

.footer__item.contacts a {
  display: block;
}

.footer__item.contacts a:not(:last-child) {
  margin-bottom: 5px;
}

.footer__item.contacts a[href^="mailto:"] {
  margin-top: 35px;
}

.footer__item.nav a {
  display: block;
}

.footer__item.nav li:not(:last-child) {
  margin-bottom: 5px;
}

.footer__social {
  margin-top: 54px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

.footer__social a {
  border-radius: 4px;
  width: 50px;
  height: 50px;
  background: #c9ad7f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.footer__social a svg {
  fill: #fff;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.footer__social a:first-child svg {
  margin-top: 5px;
}

.footer__logo {
  margin-bottom: 15px;
  color: #fff;
}

.footer__bottom {
  border-top: 1px solid hsla(0,0%,100%,.2);
  padding: 25px 0;
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  color: #757575;
  /* gap: 20px; */
}
.footer__bottom, .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -10px;
}

.footer__bottom * {
  /* white-space: nowrap; */
}

.footer__bottom div:first-child {
  /* width: 100%; */
}
.footer__bottom_col, .row > div {
  padding: 0 10px;
}
.footer__bottom_col {
  width: 50%;
  display: flex;
  flex-direction: column;
}

.footer__bottom a {
  /* margin-left: 84px; */
  -webkit-transition: all .5s;
  transition: all .5s;
}
.footer__bottom_col.last {
  padding-left: 84px;
}

.swiper {
  overflow: hidden;
  touch-action: pan-y;
  -webkit-overflow-scrolling: touch;
}

.swiper-wrapper {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

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

.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.swiper-initialized .swiper-slide {
	transition-property: transform;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.swiper-backface-hidden .swiper-slide {
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.swiper-android .swiper-slide,
.swiper-android .swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}

.swiper-button-lock {
  display: none !important;
}

.svg-icon {
  display: none;
}

.title {
  font-weight: 600;
  font-size: 50px;
  line-height: 100%;
  letter-spacing: -0.04em;
  font-family: Roboto;
  margin-bottom: 60px;
    margin-left: -3px;
}
.title:not(.full) {
  max-width: 833px;
}

.title_big {
  font-size: 65px;
}

.title_main {
  font-weight: 600;
  font-size: 70px;
  line-height: 100%;
  letter-spacing: -0.04em;
  max-width: 773px;
}

.realization.support .title,
.realization.audit .title {
  font-size: 30px;
}

.breadcrumbs {
  margin-top: 104px;
  margin-bottom: 60px;
}

.breadcrumbs__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 18px;
}

.breadcrumbs__item {
  font-size: 16px;
  line-height: 110%;
  letter-spacing: -0.03em;
  color: rgba(39,39,39,.3);
  position: relative;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.breadcrumbs__item:not(:last-child)::before {
  content: "/";
  position: absolute;
  top: 0;
  right: -12px;
}

.breadcrumbs__item.active {
  color: #272727;
}

.breadcrumbs__link {
  display: block;
}

.main {
  /* margin-bottom: 116px; */
  height: 100vh;
  max-height: 100vh;
  overflow: hidden;
  position: relative;
}

.main__container {
  position: relative;
}

.main__video {
  width: 100%;
  height: 100%;
  position: relative;
  background: #000;
}

.main__video video {
  position: relative;
  z-index: 2;
}

.main__video video,
.main__video img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.main__video img {
  position: absolute;
  top: 0;
  left: 0;
}

.main__video::before,
.main__video::after {
  content: "";
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.7)), color-stop(40%, rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 40%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.main__video::before {
  rotate: 180deg;
}

.main__title {
  color: #fff;
  position: absolute;
  z-index: 3;
  left: 20px;
  bottom: 42px;
}

.b-b {
  border-bottom: 1px solid rgba(39,39,39,.15);
}

.dev .title {
  margin-bottom: 80px;
}

.dev__slider {
  margin-bottom: 30px;
}

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

.dev__num {
  font-weight: 600;
  font-size: 70px;
  line-height: 100%;
  letter-spacing: -0.03em;
  margin-bottom: 60px;
}

.dev__slide,
.info__slide {
  max-width: 335px;
  padding-left: 20px;
}

.dev__slide:not(:first-child) {
  border-left: 1px solid rgba(39,39,39,.15);
}

.info__slide {
  border: none;
  background: #f7f8fc;
  padding: 20px;
  border-radius: 6px;
}

.dev__text,
.dev__name,
.info__name {
  font-weight: 500;
  font-size: 16px;
  line-height: 110%;
  letter-spacing: -0.03em;
  opacity: .4;
}

.dev__name,
.info__name {
  opacity: 1;
  margin-bottom: 5px;
}

.info__img {
  margin-bottom: 80px;
}

.dev__nav,
.info__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  margin-top: 20px;
  gap: 10px;
}

.dev__button-prev,
.dev__button-next,
.info__button-prev,
.info__button-next {
  -webkit-transition: all .5s;
  transition: all .5s;
}

.dev__button-prev.swiper-button-disabled,
.dev__button-next.swiper-button-disabled,
.info__button-prev.swiper-button-disabled,
.info__button-next.swiper-button-disabled {
  opacity: .3;
}

.services__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}

.services__block {
  max-width: 74.6%;
  width: 100%;
}

.services__block__inner {
  width: 100%;
}

.services__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}

.services__item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 calc(50% - 20px);
          flex: 1 1 calc(50% - 20px);
  max-width: calc(50% - 10px);
}

.item-services {
  border-radius: 6px;
  background: #f7f8fc;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  position: relative;
}

.item-services:hover {
      background: #C9AD7F;
}

.item-services:hover .item-services__name, .item-services:hover .item-services__text, .item-services:hover .info-services__name {
  color: white;
  opacity: 1;
}

.item-services__name::before {
  content: "";
  background-image: url(../img/icon-10.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  width: 19px;
  height: 19px;
  position: absolute;
  top: 27px;
  right: 20px;
}

.item-services:hover .item-services__name::before {
  background-image: url(../img/icon-10-hover.svg);
  background-size: 100%;
  background-repeat: no-repeat;
}

.item-services__name {
  font-weight: 500;
  font-size: 30px;
  line-height: 100%;
  letter-spacing: -0.02em;
  margin-bottom: 16px;
  max-width: calc(100% - 34px);
}

.item-services__text {
  font-weight: 500;
  font-size: 16px;
  line-height: 110%;
  letter-spacing: -0.03em;
  max-width: 352px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.item-services__info {
  margin-top: 134px;
}

.info-services__name {
  opacity: .4;
  margin-bottom: 16px;
}

.info-services__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* flex-wrap: wrap; */
}

.info-services__item {
  -webkit-box-shadow: 0 2px 22px 0 rgba(0,0,0,.03);
          box-shadow: 0 2px 22px 0 rgba(0,0,0,.03);
  height: 50px;
  padding: 9px;
  border-radius: 50px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0;
  position: relative;
  -webkit-transition: min-width .5s ease,padding .5s ease;
  transition: min-width .5s ease,padding .5s ease;
  overflow: hidden;
  white-space: nowrap;
}

.info-services__item:not(:first-child) {
  /* margin-left: -13px; */
}

.info-services__icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 32px;
  height: 32px;
}

.info-services__icon img {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  opacity: .3;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.info-services__text {
  font-weight: 500;
  font-size: 14px;
  line-height: 110%;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  opacity: 0;
  visibility: hidden;
  white-space: nowrap;
  -webkit-transition: max-width .5s ease,visibility .5s ease;
  transition: max-width .5s ease,visibility .5s ease;
  max-width: 0;
}

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

.cases__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 20px;
}

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

.cases__item:nth-child(6n+1),
.cases__item:nth-child(6n+6) {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 calc(37% - 20px);
          flex: 1 1 calc(37% - 20px);
  max-width: calc(37% - 10px);
}

.cases__item:nth-child(6n+2),
.cases__item:nth-child(6n+5) {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 calc(63% - 20px);
          flex: 1 1 calc(63% - 20px);
  max-width: calc(63% - 10px);
}

.cases__item:nth-child(6n+3),
.cases__item:nth-child(6n+4) {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 calc(50% - 20px);
          flex: 1 1 calc(50% - 20px);
  max-width: calc(50% - 10px);
}

.cases__link,
.team__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  border-radius: 6px;
  padding: 37px 15px;
  background: #f7f8fc;
  width: 100%;
  font-weight: 500;
  font-size: 24px;
  line-height: 110%;
  letter-spacing: -0.02em;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.cases__link svg,
.team__link svg {
  fill: #272727;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.team__link {
  margin-top: 20px;
}

.item-cases {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 100%;
  height: 500px;
  overflow: hidden;
  border-radius: 6px;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.item-cases__img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.item-cases__video {
  display: flex;
  justify-content: center;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.item-cases__video video {
  height: 100%;
  max-width: unset;
}

.item-cases__video video[poster] {
    object-fit: cover;
    width: 100%;
}

.item-cases__img img {
  width: 100%;
  height: 100%;
  max-height: 500px;
  border-radius: 6px;
  -o-object-fit: cover;
     object-fit: cover;
  /* -o-object-position: right;
     object-position: right; */
  -o-object-position: center;
     object-position: center;
}

.item-cases__desc {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 20px 20px;
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* .item-cases:hover .item-cases__desc,  */
.item-cases__desc {
  justify-content: space-between;
}

.item-cases:hover {
  background: #f7f8fc;
}

.item-cases:hover .item-cases__img {
  /* display: none; */
}

.item-cases__name {
  display: inline-block;
  font-weight: 500;
  font-size: 30px;
  line-height: 100%;
  letter-spacing: -0.02em;
  /* color: black; */
  position: relative;
  margin-top: 10px;
  padding: 10px;
      background: #fff;
      border-radius: 6px;
  /* max-width: 501px; */
  /* text-shadow: 0px 8px 10px rgba(0, 0, 0, 1); */

  /* backdrop-filter: blur(10px) saturate(150%);
    -webkit-backdrop-filter: blur(10px) saturate(150%);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
    border-radius: 6px; */
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
}

.item-cases__text {
  font-size: 16px;
  line-height: 120%;
  /* color: #fff; */
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .6s;
  transition: all .6s;
  /* margin-top: calc(45% - 190px); */
  margin-top: 10px;
  max-width: 335px;
  background: #fff;
      border-radius: 6px;
  /* text-shadow: 0px 8px 10px rgba(0, 0, 0, 1); */
  /* backdrop-filter: blur(10px) saturate(150%);
  -webkit-backdrop-filter: blur(10px) saturate(150%);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1); */
  padding: 5px;
  border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
}

.item-cases__tags {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-transition: all .5s;
  transition: all .5s;
  margin-top: 20px;
  gap: 3px;
}

.item-cases__tag {
  background: #fff;
  border-radius: 4px;
  padding: 10px 18px;
  font-weight: 500;
  font-size: 16px;
  line-height: 110%;
  letter-spacing: -0.03em;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
}

.item-cases__block {
  /* display: none !important; */
  opacity: 0;
  visibility: hidden;
  translate: 0 30%;
  -webkit-transition: translate .7s,visibility .6s;
  transition: translate .7s,visibility .6s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}

.item-cases__info {
  /* backdrop-filter: blur(16px); */
  /* background: hsla(0,0%,100%,.1); */
  background: #fff;
  border-radius: 6px;
  /* max-width: 323px; */
}

.item-cases__info span {
  display: block;
  /* color: #fff; */
}

.item-cases__info span:first-child {
  font-weight: 500;
  font-size: 50px;
  line-height: 100%;
  letter-spacing: -0.03em;
  margin-bottom: 18px;
  position: relative;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}

.item-cases__info span:first-child svg {
  width: 11px;
  height: 11px;
  position: absolute;
  top: 0;
  right: -15px;
}

.cases__item:nth-child(6n+1) .item-cases__info span:first-child,
.cases__item:nth-child(6n+6) .item-cases__info span:first-child {
  font-size: 40px;
  margin-bottom: 10px;
}

.item-cases__info span:last-child {
  font-size: 16px;
  line-height: 110%;
  letter-spacing: -0.02em;
}

.item-cases__btn {
  background: #fff;
  border-radius: 6px;
  font-weight: 500;
  font-size: 24px;
  line-height: 110%;
  letter-spacing: -0.02em;
  /* color: #fff; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  width: 100%;
  max-width: 250px;
}

.item-cases__btn svg {
  fill: #fff;
}

.cases__item:nth-child(6n+1) .item-cases__btn,
.cases__item:nth-child(6n+6) .item-cases__btn {
  font-size: 20px;
}

.item-cases__info,
.item-cases__btn {
  height: 0;
  opacity: 0;
  -webkit-transition: all .5s;
  transition: all .5s;
  border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
}

.form.form_border {
  padding-top: 35px;
  border-top: 1px solid rgba(39,39,39,.15);
}

.form__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.form__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  max-width: 515px;
}

.form__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}

.form__item {
  max-width: 530px;
}

.form-block__title {
  font-family: Roboto;
  font-weight: 600;
  font-size: 30px;
  line-height: 100%;
  letter-spacing: -0.02em;
  margin-bottom: 30px;
}

.form-block__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  row-gap: 15px;
  margin-bottom: 20px;
}

.form-block__items .input {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 calc(50% - 10px);
          flex: 1 1 calc(50% - 10px);
  width: 100%;
}

.pay-form .form-block__items .input {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  width: 100%;
}

.select-service {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-position: right 20px center;
    background-image: url(../img/select-arrow.png);
    background-size: 20px;
    background-repeat: no-repeat;
    cursor: pointer;
}

.form-block__items textarea.input {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
}

.form-block__text {
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  margin-bottom: 15px;
}

.form-block__text.form__policy, .form__policy .checkbox-label {
  font-size: 12px;
}
.form__policy label {
  display: flex;
  gap: 10px;
}
.form__policy a {
  color: #c9ad7f;
}
.ajax_form .error {
  border: 1px solid brown;
}

.form-block__checkbox {
  margin-bottom: 15px;
}

.form-block__button {
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  color: #fff;
  border: 1px solid rgba(0,0,0,.1);
  border-radius: 6px;
  background: #c9ad7f;
  padding: 16px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  border: 1px solid #c9ad7f;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.input {
  background: #f7f8fc;
  border: 1px solid rgba(0,0,0,.1);
  border-radius: 6px;
  padding: 18px 20px;
  font-size: 14px;
  line-height: 100%;
  color: #272727;
  outline: none;
}

.dop-sum.hide {
	display: none;
}
.no-active {
	pointer-events:none;
	opacity:0.5;
}
@media (max-width: 991.98px) {
	.select-service {
		background-size: 15px;
	}
}

/* Для Chrome, Safari, Edge, Opera */
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Для Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.input::-webkit-input-placeholder {
  opacity: .3;
}

.input::-moz-placeholder {
  opacity: .3;
}

.input:-ms-input-placeholder {
  opacity: .3;
}

.input::-ms-input-placeholder {
  opacity: .3;
}

.input::placeholder {
  opacity: .3;
}

textarea.input {
  height: 150px;
  resize: none;
}

.checkbox-input {
  display: none;
}

.checkbox-label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  font-size: 16px;
  margin-right: 15px;
  position: relative;
  padding-left: 30px;
}

.checkbox-label::before {
  content: "";
  width: 20px;
  height: 20px;
  border: 1px solid rgba(0,0,0,.1);
  border-radius: 4px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #f7f8fc;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.checkbox-label::after {
  content: "";
  width: 10px;
  height: 5px;
  border-left: 2px solid rgba(0,0,0,0);
  border-bottom: 2px solid rgba(0,0,0,0);
  -webkit-transform: translate(0, -50%) rotate(-45deg);
      -ms-transform: translate(0, -50%) rotate(-45deg);
          transform: translate(0, -50%) rotate(-45deg);
  position: absolute;
  left: 5px;
  top: 50%;
  -webkit-transition: border-color .5s;
  transition: border-color .5s;
}

.checkbox-input:checked+.checkbox-label::before {
  background: #272727;
  border-color: #272727;
}

.checkbox-input:checked+.checkbox-label::after {
  border-color: #fff;
}

.cases-sort {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px;
  padding-top: 40px;
  margin-bottom: 40px;
  position: relative;
}

.cases-sort::before {
  content: "";
  background: rgba(39,39,39,.1);
  height: 1px;
  width: 300%;
  position: absolute;
  top: 0;
  left: -50%;
}

.cases-sort__btn {
  min-height: 100px;
  border-radius: 6px;
  background: #f7f8fc;
  padding: 15px 15px 15px 50px;
  font-weight: 500;
  font-size: 18px;
  line-height: 110%;
  letter-spacing: -0.02em;
  color: #272727;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  text-align: right;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.cases-sort__btn.active {
  background: #c9ad7f;
  color: #fff;
  pointer-events: none;
}

.title-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 60px;
  gap: 40px;
}

.title-top h2 {
  max-width: 429px;
  margin-bottom: 0;
}

.realization.audit .title-top {
  margin-bottom: 15px;
}

.title-top__text {
  max-width: 505px;
  margin-top: 3px;
}

.title-top__text p {
  font-weight: 500;
  font-size: 24px;
  line-height: 110%;
  letter-spacing: -0.02em;
}

.title-top__text p:first-child {
  font-size: 16px;
  letter-spacing: -0.03em;
  opacity: .3;
}

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

.title-top__text span {
  text-decoration: underline;
}

.title-top_width .title-top__text {
  max-width: 460px;
  margin-right: 55px;
}

.realization.support .title-top__text {
  max-width: 31%;
  margin-right: 9%;
}

.title-block {
  /* padding-bottom: 27px; */
  /* border-bottom: 1px solid rgba(39,39,39,.1); */
  /* margin-bottom: 60px; */
}

.title-block.title-block_custom {
  /* margin-bottom: 40px; */
}

.title-block.title-block_border {
  /* border-bottom: none; */
}

.title-block__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  gap: 40px;
}

.title-block__text {
  font-weight: 500;
  font-size: 16px;
  line-height: 110%;
  letter-spacing: -0.03em;
  margin-right: 9%;
}

.title-block_text-size .title-block__text {
  font-size: 20px;
}

.title-block_custom .title-block__text {
  max-width: 31%;
}

.img-block {
  margin-bottom: 120px;
  position: relative;
}

.img-block.img-block_border {
  margin-bottom: 35px;
  padding-bottom: 120px;
  border-bottom: 1px solid rgba(39,39,39,.1);
}

.img-block.img-block_margin {
  margin-bottom: 40px;
}

.img-block img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.img-block__body {
  position: absolute;
  width: 100%;
  bottom: 20px;
}

.img-block__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}

.img-block__text {
  max-width: 460px;
}

.img-block__text p {
  font-weight: 500;
  font-size: 24px;
  line-height: 110%;
  letter-spacing: -0.02em;
  color: #fff;
}

.team {
  padding-bottom: 60px;
  border-bottom: 1px solid rgba(39,39,39,.1);
}

.team.accreditation,
.team.about {
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: 120px;
}

.team__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  position: relative;
}

.team__item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 calc(50% - 20px);
          flex: 1 1 calc(50% - 20px);
  max-width: calc(50% - 10px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.item-team {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  width: 100%;
}

.item-team__img {
  background: #f7f8fc;
  border-radius: 6px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  margin-bottom: 15px;
  min-height: 365px;
}

.item-team__img img {
  width: 100%;
  border-radius: 6px;
  -o-object-fit: cover;
     object-fit: cover;
  min-height: 100%;
  min-height: 365px;
}

.team.about .item-team__img img,
.team.accreditation .item-team__img img {
  max-width: 471px;
  margin: 0 auto;
  display: block;
}

.item-team__info {
  border-radius: 6px;
  background: #f7f8fc;
  padding: 15px 45px 15px 15px;
  position: relative;
}

.item-team__info::before {
  content: "";
  background-image: url(../img/icon-10.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  width: 19px;
  height: 19px;
  position: absolute;
  bottom: 21px;
  right: 20px;
}

.item-team__name {
  font-weight: 500;
  font-size: 24px;
  line-height: 110%;
  letter-spacing: -0.02em;
  margin-bottom: 15px;
}

.item-team__text {
  font-size: 16px;
  line-height: 110%;
  letter-spacing: -0.03em;
  opacity: .3;
}

.employees {
  padding: 40px 0 83px;
  border-bottom: 1px solid rgba(39,39,39,.1);
}

.employees__container {
  position: relative;
}

.employees__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.employees__info h2 {
  font-weight: 500;
  font-size: 16px;
  line-height: 110%;
  letter-spacing: -0.03em;
  opacity: .3;
}

.employees__item {
  width: 100%;
  max-width: 74.6%;
  margin-top: 40px;
}

.employees__img {
  margin-bottom: 22px;
}

.employees__img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 6px;
}

.employees__name {
  font-weight: 500;
  font-size: 18px;
  line-height: 110%;
  letter-spacing: -0.02em;
  margin-bottom: 10px;
}

.employees__title {
  font-size: 16px;
  line-height: 110%;
  letter-spacing: -0.03em;
  opacity: .3;
}

.employees__nav,
.ratings-tabs__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  margin-top: 20px;
  gap: 10px;
}

.employees__button-prev,
.employees__button-next,
.ratings-tabs__button-prev,
.ratings-tabs__button-next,
.project-sldr__button-prev,
.project-sldr__button-next,
.realization__button-prev,
.realization__button-next,
.result__button-prev,
.result__button-next,
.items-block__button-prev,
.items-block__button-next {
  -webkit-transition: all .5s;
  transition: all .5s;
}

.employees__button-prev.swiper-button-disabled,
.employees__button-next.swiper-button-disabled,
.ratings-tabs__button-prev.swiper-button-disabled,
.ratings-tabs__button-next.swiper-button-disabled,
.project-sldr__button-prev.swiper-button-disabled,
.project-sldr__button-next.swiper-button-disabled,
.realization__button-prev.swiper-button-disabled,
.realization__button-next.swiper-button-disabled,
.result__button-prev.swiper-button-disabled,
.result__button-next.swiper-button-disabled,
.items-block__button-prev.swiper-button-disabled,
.items-block__button-next.swiper-button-disabled {
  opacity: .3;
}

.history {
  padding: 40px 0 60px;
  border-bottom: 1px solid rgba(39,39,39,.1);
}

.history__slider.swiper {
  overflow: visible;
}

.history__slide {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: .3;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.history__slide:nth-child(odd) {
  width: 71.93%;
}

.history__slide:nth-child(even) {
  width: 48.57%;
}

.history__slide.swiper-slide-active {
  opacity: 1;
}

.history__block {
  border-radius: 6px;
  height: 100%;
  background: #f7f8fc;
  width: 100%;
  max-width: 680px;
  position: relative;
}

.history__slide:nth-child(odd) .history__block {
  height: calc(100% - 60px);
  padding: 20px;
}

.history__slide:nth-child(odd) .history__block::before {
  content: "";
  width: 19px;
  height: 25px;
  background-image: url(../img/icon-39.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  top: 20px;
  right: 20px;
}

.history__text {
  position: absolute;
  bottom: 20px;
  left: 20px;
  width: 100%;
  max-width: 449px;
  z-index: 2;
}

.history__slide:nth-child(even) .history__text {
  color: #fff;
}

.history__title {
  font-weight: 500;
  font-size: 30px;
  line-height: 100%;
  letter-spacing: -0.02em;
  margin-bottom: 20px;
}

.history__desc {
  font-size: 16px;
  line-height: 110%;
  letter-spacing: -0.02em;
}

.history__info {
  max-width: 400px;
  margin-left: -73px;
  z-index: 2;
}

.history__info img {
  border-radius: 6px;
  width: 100%;
  margin-bottom: 20px;
}

.history__info p {
  padding-left: 93px;
  font-weight: 500;
  font-size: 16px;
  line-height: 110%;
  letter-spacing: -0.02em;
}

.history__img {
  position: relative;
  height: 100%;
}

.history__img img {
  width: 100%;
  border-radius: 6px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.history__img::before {
  content: "";
  width: 100%;
  height: 200px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(0, 0, 0)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to bottom, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  rotate: 180deg;
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 6px;
  opacity: .4;
}

.ratings-tabs {
  max-width: 74.6%;
  margin-left: auto;
}

.ratings-tabs__navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}

.ratings-tabs__title {
  border-radius: 6px;
  padding: 15px;
  background: #f7f8fc;
  height: 100px;
  width: 180px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  font-weight: 500;
  font-size: 24px;
  line-height: 110%;
  letter-spacing: -0.02em;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.ratings-tabs__title._tab-active {
  color: #fff;
  background: #c9ad7f;
}

.ratings-tabs__content {
  margin-top: 20px;
}

.ratings-tabs__slide {
  width: 100%;
  max-width: 335px;
  /* max-height: 400px; */
}

.ratings-item {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          /* justify-content: space-between; */
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #d9222a;
  border-radius: 6px;
  padding: 20px;
  position: relative;
  color: white;
}

.ratings-item__img {
  /* position: absolute; */
  /* top: 11px; */
  /* right: 0; */
  margin-bottom: 20px;
}

.ratings-item__img img {
  max-width: 150px;
}

.ratings-item__info {
  z-index: 2;
}

.ratings-item__place {
  /* font-weight: 700; */
  font-size: 32px;
  line-height: 110%;
  letter-spacing: -0.02em;
  margin-bottom: 20px;
}

.ratings-item__name {
  font-size: 20px;
  line-height: 110%;
  letter-spacing: -0.02em;
  /* margin-bottom: 28px; */
}

.ratings-item__name span {
  display: block;
  margin-bottom: 5px;
}

.ratings-item__desc {
  font-size: 16px;
  line-height: 110%;
  letter-spacing: -0.03em;
  opacity: .3;
}

.key-figures {
  /* padding-bottom: 120px;
  margin-bottom: 40px;
  border-bottom: 1px solid rgba(39,39,39,.1); */
}

.key-figures.key-figures_custom {
  /* padding-bottom: 25px;
  border-top: 1px solid rgba(39,39,39,.1); */
}

.key-figures__block {
  background: rgba(247,248,252,.3);
  border-radius: 6px;
  /* padding: 40px 20px; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-height: 552px;
}

.key-figures_custom .key-figures__block {
  background: rgba(0,0,0,0);
}

.key-figures__slider {
  width: 100%;
  max-width: 36.4%;
}

.key-figures__item {
  border-bottom: 1px solid rgba(39,39,39,.1);
}

.key-figures__num {
  font-weight: 600;
  font-size: 100px;
  line-height: 100%;
  letter-spacing: -0.04em;
  color: #272727;
  opacity: .1;
  margin-bottom: 20px;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.key-figures__slide.swiper-slide-active .key-figures__num {
  color: #c9ad7f;
  opacity: 1;
}

.key-figures__name {
  font-weight: 600;
  font-size: 55px;
  line-height: 100%;
  letter-spacing: -0.03em;
  color: #272727;
  opacity: .1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}

.key-figures__slide.swiper-slide-active .key-figures__name {
  color: #c9ad7f;
  opacity: 1;
}

.key-figures__name span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-transform: uppercase;
}

.key-figures__name span:first-child {
  min-width: 78px;
  min-height: 78px;
  max-width: 78px;
  max-height: 78px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #fff;
  border-radius: 50%;
  -webkit-box-shadow: 0 2px 22px 0 rgba(0,0,0,.03);
          box-shadow: 0 2px 22px 0 rgba(0,0,0,.03);
}

.key-figures__name span:first-child img {
  width: 50px;
    filter: sepia(1);
}

.key-figures__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 110%;
  letter-spacing: -0.03em;
  color: #272727;
  opacity: .3;
  margin-bottom: 15px;
}

.project-info__top {
  padding-bottom: 60px;
  border-bottom: 1px solid rgba(39,39,39,.1);
  margin-bottom: 40px;
}

.project-info__top .project-info__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}

.project-info__desc {
  width: 100%;
  max-width: 460px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 35px;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}

.project-info__content {
  max-width: 510px;
  margin-bottom: 60px;
}

.project-info__title {
  font-size: 16px;
  line-height: 110%;
  letter-spacing: -0.03em;
  color: rgba(39,39,39,.3);
  margin-bottom: 20px;
}

.project-info__text {
  font-weight: 500;
  font-size: 24px;
  line-height: 110%;
  letter-spacing: -0.02em;
}

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

.desc-project__item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 calc(50% - 20px);
          flex: 1 1 calc(50% - 20px);
  max-width: calc(50% - 10px);
}

.desc-project__name {
  font-size: 16px;
  line-height: 110%;
  letter-spacing: -0.03em;
  color: rgba(39,39,39,.3);
  margin-bottom: 12px;
}

.desc-project__text {
  font-weight: 500;
  font-size: 18px;
  line-height: 110%;
  letter-spacing: -0.03em;
}

.stack__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.stack__item span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.stack__item:not(:last-child) {
  margin-bottom: 11px;
}

.project-sldr {
  background: #f7f8fc;
  padding: 40px 0 20px;
  margin-bottom: 115px;
}

.project-sldr__slider {
  max-width: 875px;
  margin: 0 auto;
}

.project-sldr__slide img {
  width: 100%;
}

.project-sldr__nav {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.task {
  border-top: 1px solid rgba(39,39,39,.1);
  padding-top: 40px;
  margin-bottom: 80px;
}

.realization {
  background: #f7f8fc;
  /* padding: 40px 0; */
  /* margin-bottom: 80px; */
}

.realization.realization_custom {
  margin-bottom: 0;
  border-bottom: 1px solid rgba(39,39,39,.1);
}

.realization.audit {
  /* margin-bottom: 120px; */
}

.realization.audit + .realization.audit {
  /* margin-top: -120px; */
}

.realization.types {
  background: rgba(0,0,0,0);
  /* margin-bottom: 120px;
  border-top: 1px solid rgba(39,39,39,.1); */
}

.realization.audit .realization__container {
  position: relative;
}

.realization__slider {
  width: 100%;
  max-width: 74.6%;
  margin-left: auto;
}

.realization__slider.swiper {
  overflow: visible;
}

.realization_custom .realization__slider,
.realization.support .realization__slider {
  max-width: 100%;
  margin-right: 0;
}

.realization.audit .realization__slider,
.realization.types .realization__slider {
  max-width: 74.6%;
  margin-right: 0;
}

.realization.audit .realization__slider.swiper,
.realization.types .realization__slider.swiper {
  overflow: hidden;
}

.realization__slide {
  border-radius: 6px;
  background: #fff;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  max-width: 460px;
  min-height: 400px;
}

.realization.support .realization__slide {
  overflow: hidden;
}

.realization.audit .realization__slide,
.realization.types .realization__slide {
  max-width: 335px;
  min-height: 260px;
}

.realization.types .realization__slide {
  background: #f7f8fc;
}

.realization__icon {
  border-radius: 50%;
  background: #fff;
  -webkit-box-shadow: 0 2px 22px 0 rgba(0,0,0,.03);
          box-shadow: 0 2px 22px 0 rgba(0,0,0,.03);
  width: 60px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.realization__name {
  font-weight: 500;
  font-size: 24px;
  line-height: 110%;
  letter-spacing: -0.02em;
  margin-bottom: 20px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.realization.support .realization__name {
  font-size: 22px;
}

.realization.audit .realization__name {
  font-size: 22px;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}

.realization.types .realization__name {
  font-size: 16px;
  margin-bottom: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}

.realization.types .realization__name span {
  display: block;
}

.realization.types .realization__name span:last-child {
  color: rgba(39,39,39,.4);
}

.realization__text {
  font-size: 16px;
  line-height: 110%;
  letter-spacing: -0.02em;
  max-width: 400px;
}

.realization__text p:not(:last-child) {
  margin-bottom: 16px;
}

.realization.support .realization__text {
  font-weight: 600;
  font-size: 55px;
  line-height: 100%;
  letter-spacing: -0.03em;
  text-align: right;
  color: #c9ad7f;
  position: relative;
}

.realization.support .realization__text::before {
  /* content: "";
  width: 100%;
  height: 178px;
  background-image: url(../img/icon-26.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  bottom: -60px;
  left: 0; */
}

.realization__nav {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}

.realization_custom .realization__nav,
.realization.support .realization__nav,
.realization_btn .realization__nav {
  margin-top: 0;
  margin-bottom: 20px;
}

.realization.audit .realization__nav {
  margin-top: 0;
  position: absolute;
  right: 20px;
  top: 0;
}

.result {
  background: #f7f8fc;
  padding: 40px 0 60px;
  margin-bottom: 80px;
}

.result .title {
  margin-bottom: 40px;
}

.result__container {
  position: relative;
}

.result__img {
  margin-bottom: 35px;
}

.result__img img {
  width: 100%;
}

.result__num {
  font-weight: 600;
  font-size: 60px;
  line-height: 100%;
  letter-spacing: -0.04em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}

.result__info.info-result {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 57px;
}

.result__nav {
  position: absolute;
  top: 10px;
  right: 20px;
}

.result__slider {
  max-width: 100%;
}

.result__slider.swiper {
  overflow: visible;
}

.result__slide {
  max-width: 555px;
  width: 100%;
  min-height: 410px;
  border-radius: 6px;
  background: #fff;
  padding: 20px;
}

.result__slide:first-child .result__num {
  margin-bottom: 21px;
}

.result__slide:first-child .result__num span:first-child,
.result__slide:first-child .result__num span:nth-child(2) {
  opacity: .2;
}

.result__slide:first-child .info-result__item:first-child {
  opacity: .3;
}

.result__slide:first-child .info-result__item:first-child .info-result__text {
  max-width: 183px;
}

.result__slide:first-child .info-result__item:last-child .info-result__text {
  max-width: 231px;
}

.result__slide:first-child .result__num span:last-child {
  color: #c9ad7f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}

.result__slide:first-child .result__num span:last-child svg {
  margin-top: 10px;
}

.result__slide:nth-child(3) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}

.result__slide:nth-child(3) .info-result__name {
  max-width: 350px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.result__slide:nth-child(3) .result__num {
  gap: 57px;
}

.result__slide:nth-child(3) .result__num span span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}

.result__slide:nth-child(3) .result__num span span.info-result__text {
  color: #272727;
}

.result__slide:nth-child(3) .result__num span:last-child {
  color: #c9ad7f;
}

.result__slide:nth-child(3) .result__num span:last-child .info-result__text {
  color: #c9ad7f;
}

.info-result {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 27px;
}

.info-result__name {
  font-weight: 500;
  font-size: 24px;
  line-height: 110%;
  letter-spacing: -0.02em;
  margin-bottom: 10px;
}

.info-result__text {
  font-weight: 500;
  font-size: 16px;
  line-height: 110%;
  letter-spacing: -0.03em;
  max-width: 337px;
}

.result-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  padding: 26px 20px 20px;
  background: #f7f8fc;
  border-radius: 6px;
  margin-bottom: 37px;
}

.result-info__img {
  margin-bottom: 8px;
}

.result-info__img img {
  width: 100%;
}

.result-info__num {
  font-weight: 500;
  font-size: 20px;
  line-height: 110%;
  letter-spacing: -0.02em;
  margin-bottom: 8px;
}

.result-info__text {
  font-weight: 500;
  font-size: 12px;
  line-height: 110%;
  letter-spacing: -0.03em;
  color: rgba(39,39,39,.4);
}

.items-block {
  /* margin-bottom: 119px; */
}

.items-block.items-block_custom {
  /* margin-bottom: 40px;
  padding-bottom: 120px;
  border-bottom: 1px solid rgba(39,39,39,.1); */
}

.items-block__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.items-block__title {
  font-weight: 500;
  font-size: 16px;
  line-height: 110%;
  letter-spacing: -0.03em;
  color: rgba(39,39,39,.3);
}

.items-block__content {
  width: 100%;
  max-width: 74.64%;
}

.items-block__item {
  min-height: 360px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-radius: 6px;
  background: #f7f8fc;
  padding: 20px;
}

.items-block__info {
  margin-top: auto;
  display: flex;
  flex-direction: column;
  justify-content: start;
  /* height: 100px; */
  height: 114px;
}

.items-block__icon {
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #c9ad7f;
  width: 35px;
  height: 35px;
}

.items-block__name {
  font-weight: 500;
  font-size: 24px;
  line-height: 110%;
  letter-spacing: -0.02em;
  margin-bottom: 20px;
}

.items-block_custom .items-block__name {
  font-size: 22px;
}

.items-block__text {
  font-size: 16px;
  line-height: 110%;
  letter-spacing: -0.02em;
}

.items-block__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  gap: 10px;
  margin-top: 20px;
}

.lock body {
  overflow: hidden;
  -ms-touch-action: none;
      touch-action: none;
}

.wrapper {
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
}

.wrapper>main {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.wrapper>* {
  min-width: 0;
}

[class*=__container] {
  max-width: 87.5rem;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  margin: 0 auto;
  padding: 0 20px;
}

@media (min-width: 991.98px) {
  .menu__info,
  .menu__btns {
    display: none;
  }

  .submenu {
    position: relative;
  }

  .submenu__body {
    padding-top: 20px;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .5s;
    transition: all .5s;
  }

  .submenu__list {
    width: 204px;
    height: auto;
    -webkit-transition: all .5s;
    transition: all .5s;
    border-radius: 6px;
    background: #fff;
    -webkit-box-shadow: 0 2px 22px 0 rgba(0,0,0,.1);
            box-shadow: 0 2px 22px 0 rgba(0,0,0,.1);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 15px;
  }

  .submenu .menu__item {
    padding: 0;
    color: #272727;
  }

  .dev__wrapper,
  .info__wrapper {
    gap: 20px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
  }

  .dev__slide,
  .info__slide {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(25% - 20px);
            flex: 1 1 calc(25% - 20px);
  }

  .dev__nav,
  .info__nav {
    display: none;
  }

  .items-block__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .items-block__slide {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(50% - 20px);
            flex: 1 1 calc(50% - 20px);
    max-width: calc(50% - 10px);
  }

  .items-block__nav {
    display: none;
  }
}

@media (min-width: 1200.98px) {
  .items-block__slide {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(33.333% - 20px);
            flex: 1 1 calc(33.333% - 20px);
    max-width: calc(33.333% - 10px);
  }
}

@media (max-width: 1366.98px) {
  .form__content {
    max-width: 415px;
  }
}

@media (max-width: 1360.98px) {
  .header__left {
    max-width: 599px;
  }

  .header__right {
    gap: 40px;
  }
}

@media (max-width: 1200.98px) {
  .header__left {
    max-width: 490px;
  }

  .header__right {
    gap: 30px;
  }

  .header__button {
    padding: 10px 20px;
  }

  .menu__list {
    gap: 15px;
  }
}

@media (max-width: 991.98px) {
  .header {
    padding: 12px 0;
  }

  .header__left {
    max-width: 100%;
  }

  .header__right {
    display: none;
  }

  .menu__body {
    position: fixed;
    overflow: auto;
    width: 100%;
    height: 100%;
    top: 0;
    left: -100%;
    -webkit-transition: left .3s ease 0s;
    transition: left .3s ease 0s;
    background: #f7f8fc;
    padding-top: 114px;
    padding-bottom: 30px;
    z-index: 4;
  }

  .menu__body::before {
    content: "";
    position: fixed;
    top: 0;
    width: 100%;
    left: -100%;
    -webkit-transition: left .3s ease 0s;
    transition: left .3s ease 0s;
    background: #f7f8fc;
    min-height: 80px;
    z-index: 4;
  }

  .menu-open .menu__body {
    left: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .menu-open .menu__body::before {
    left: 0;
  }

  .menu__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    gap: 5px;
    margin-bottom: 57px;
  }

  .menu__item {
    font-weight: 600;
    font-size: 30px;
    line-height: 140%;
    font-family: Roboto;
    color: #272727;
  }

  .main-page .menu__item {
    color: #272727;
  }

  .form .btns-menu__item,
  .form .btns-menu a.btns-menu__item {
    padding: 43px 15px 15px;
    font-size: 20px;
  }

  .form .btns-menu__item svg,
  .form .btns-menu a.btns-menu__item svg {
    width: 16px;
  }

  .icon-menu {
    display: block;
    position: relative;
    padding: 11px 44px 11px 12px;
    height: 40px;
    background: #fff;
    border-radius: 6px;
    cursor: pointer;
    z-index: 5;
    font-weight: 500;
    font-size: 16px;
    line-height: 110%;
    letter-spacing: -0.03em;
    width: 98px;
    -webkit-transition: all .5s;
    transition: all .5s;
  }

  .icon-menu span {
    display: block;
    -webkit-transition: width .3s;
    transition: width .3s;
  }

  .icon-menu span:last-child {
    width: 0;
    height: 0;
    opacity: 0;
  }

  .icon-menu::before,
  .icon-menu::after {
    content: "";
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    right: 12px;
    position: absolute;
    width: 20px;
    height: 2px;
    background: #bebebe;
  }

  .icon-menu::before {
    top: 15px;
  }

  .icon-menu::after {
    bottom: 15px;
  }

  .menu-open .icon-menu {
    width: 116px;
  }

  .menu-open .icon-menu span:last-child {
    width: auto;
    height: auto;
    opacity: 1;
  }

  .menu-open .icon-menu span:first-child {
    width: 0;
    height: 0;
    opacity: 0;
  }

  .menu-open .icon-menu::before {
    top: calc(50% - 1px);
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }

  .menu-open .icon-menu::after {
    bottom: calc(50% - 1px);
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }

  .footer {
    padding-top: 60px;
  }

  .footer__top {
    margin-bottom: 60px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: relative;
  }

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

  .footer__item:nth-child(3),
  .footer__item:nth-child(4) {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(50% - 40px);
            flex: 1 1 calc(50% - 40px);
  }

  .footer__item:nth-child(4) {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
    -ms-flex-item-align: end;
        -ms-grid-row-align: end;
        align-self: end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
  }

  .footer__bottom {
    padding: 20px 0 22px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .footer__bottom div:first-child {
    width: auto;
  }

  .footer__bottom a {
    margin-left: 0;
  }

  .agima {
    position: absolute;
    bottom: -95px;
    right: 0;
  }

  .title {
    font-size: 30px;
    margin-bottom: 40px;
  }

  .breadcrumbs {
    margin-top: 80px;
    margin-bottom: 40px;
  }

  .main {
    /* margin-bottom: 80px; */
    height: 100svh;
    max-height: 100svh;
  }

  .dev .title {
    margin-bottom: 60px;
  }

  .dev__slider {
    margin-bottom: 60px;
  }

  .dev__slider.swiper,
  .info__slider.swiper {
    overflow: visible;
  }

  .dev__slide,
  .info__slide {
    width: 100%;
  }

  .dev__slide:first-child {
    display: none;
  }

  .services__block {
    max-width: 100%;
  }

  .item-services {
    padding: 15px;
  }

  .item-services__name::before {
    top: 17px;
    right: 15px;
  }

  .item-services__name {
    font-size: 24px;
  }

  .item-services__info {
    margin-top: 111px;
  }

  .info-services__item {
    /* height: 55px; */
  }

  .info-services__icon {
    /* width: 33px; */
    /* height: 33px; */
  }

  .info-services__icon img {
    /* width: 33px; */
    /* height: 33px; */
  }

  .cases {
    /* padding-bottom: 80px; */
    /* margin-bottom: 40px; */
  }

  .cases__link,
  .team__link {
    font-size: 20px;
    padding: 29px 15px;
  }

  .cases__link svg,
  .team__link svg {
    width: 16px;
  }

  .item-cases {
    height: 306px;
  }

  .item-cases__name {
    font-size: 20px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }

  .item-cases__tags {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: auto;
  }

  .form__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 60px;
  }

  .form__content {
    max-width: 100%;
    gap: 80px;
  }

  .form__btns {
    gap: 10px;
  }

  .form__item {
    max-width: 100%;
  }

  .form-block__title {
    font-size: 24px;
  }

  .cases-sort {
    padding-top: 20px;
  }

  .cases-sort__btn {
    padding: 15px 15px 15px 29px;
    min-height: 60px;
    font-size: 16px;
  }

  .title-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 40px;
  }

  .realization.support .title-top {
    gap: 30px;
  }

  .title-top__text p {
    font-size: 16px;
  }

  .realization.support .title-top__text {
    margin-right: 0;
    max-width: 75%;
  }

  .title-block {
    /* margin-bottom: 40px; */
  }

  .title-block.title-block_border {
    /* border-bottom: 1px solid rgba(39,39,39,.1);
    padding-bottom: 20px; */
  }

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

  .title-block_custom .title-block__text {
    max-width: 100%;
  }

  .img-block.img-block_border {
    padding-bottom: 80px;
    margin-bottom: 15px;
  }

  .img-block.img-block_margin {
    margin-bottom: 20px;
  }

  .img-block {
    margin-bottom: 80px;
  }

  .img-block img {
    min-height: 300px;
  }

  .img-block__text {
    max-width: 233px;
  }

  .img-block__text p {
    font-size: 18px;
  }

  .team {
    padding-bottom: 80px;
  }

  .team.accreditation,
  .team.about {
    margin-bottom: 80px;
  }

  .team.about .item-team__img img,
  .team.accreditation .item-team__img img {
    min-height: 365px;
    scale: 1.3;
    position: absolute;
    bottom: -17%;
    left: 15%;
  }

  .team.about .item-team__img,
  .team.accreditation .item-team__img {
    min-height: 365px;
    position: relative;
    overflow: hidden;
  }

  .team.about .item-team__name,
  .team.accreditation .item-team__name {
    font-size: 20px;
  }

  .employees {
    padding: 20px 0 80px;
  }

  .employees__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }

  .employees__item {
    max-width: 100%;
    margin-top: 0;
  }

  .employees__slider.swiper {
    overflow: visible;
  }

  .employees__nav {
    position: absolute;
    top: -20px;
    right: 15px;
  }

  .history__slide:nth-child(odd) {
    width: auto;
  }

  .history__slide:nth-child(even) {
    width: auto;
  }

  .history__slide:nth-child(odd) .history__block {
    min-width: 360px;
    height: 460px;
  }

  .history__slide:nth-child(odd) .history__block::before {
    top: 15px;
    right: 15px;
  }

  .history__block {
    max-width: 360px;
  }

  .history__text {
    max-width: 68%;
  }

  .history__title {
    font-size: 24px;
    margin-bottom: 16px;
  }

  .ratings-tabs {
    max-width: 100%;
  }

  .ratings-tabs__navigation {
    overflow: auto;
    margin: 0 -15px;
    padding: 0 15px;
  }

  .ratings-tabs__title {
    width: 140px;
    height: 80px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 140px;
            flex: 0 0 140px;
    font-size: 20px;
  }

  .key-figures {
    /* padding-bottom: 40px; */
  }

  .key-figures__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px;
    max-height: 570px;
  }

  .key-figures__slider {
    max-width: 100%;
  }

  .key-figures__slide {
    min-height: 141px;
  }

  .key-figures__num {
    font-size: 70px;
    margin-bottom: 25px;
  }

  .key-figures_custom .key-figures__name {
    font-size: 44px;
  }

  .project-info__top .project-info__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }

  .project-info__top .project-info__container .title {
    margin-bottom: 0;
  }

  .project-info__top {
    padding-bottom: 54px;
    margin-bottom: 0;
    border-bottom: none;
  }

  .project-info__content {
    margin-bottom: 80px;
  }

  .project-info__text {
    font-size: 16px;
  }

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

  .project-sldr {
    margin-bottom: 80px;
  }

  .project-sldr__nav {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
  }

  .task {
    padding-top: 20px;
  }

  .realization {
    /* padding-top: 20px; */
  }

  .realization.support,
  .realization.audit {
    /* margin-bottom: 60px; */
  }

  .realization.types {
    /* margin-bottom: 80px; */
  }

  .realization.support .realization__container,
  .realization.audit .realization__container,
  .realization.types .realization__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .realization__slider {
    max-width: 100%;
  }

  .realization.audit .realization__slider.swiper,
  .realization.types .realization__slider.swiper {
    overflow: visible;
    max-width: 100%;
  }

  .realization__slide {
    min-height: 360px;
    max-width: 335px;
  }

  .realization__text {
    font-size: 14px;
  }

  .realization.support .realization__nav,
  .realization.audit .realization__nav,
  .realization.types .realization__nav {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-top: 20px;
    margin-bottom: 0;
  }

  .realization.audit .realization__nav {
    position: static;
  }

  .result {
    padding: 20px 0 40px;
  }

  .result__num {
    font-size: 38px;
    gap: 23px;
  }

  .result__info.info-result {
    gap: 15px;
  }

  .result__nav {
    display: none;
  }

  .result__wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
  }

  .result__slide:first-child .info-result__item:first-child .info-result__text {
    max-width: 130px;
  }

  .result__slide:first-child .info-result__item:last-child .info-result__text {
    max-width: 150px;
  }

  .result__slide:first-child .result__num span:last-child svg {
    width: 8px;
    margin-top: 0;
  }

  .result__slide:nth-child(3) .result__num span span {
    margin-top: 10px;
  }

  .result__slide:nth-child(3) .result__num {
    gap: 20px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .result__slide {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(50% - 20px);
            flex: 1 1 calc(50% - 20px);
    max-width: calc(50% - 10px);
    min-height: 265px;
  }

  .info-result__name {
    font-size: 16px;
    margin-bottom: 6px;
  }

  .info-result__text {
    font-size: 11px;
  }

  .result-info {
    gap: 12px;
    margin-bottom: 24px;
    padding: 16px 12px 12px;
  }

  .result-info__img {
    margin-bottom: 5px;
  }

  .result-info__num {
    font-size: 12px;
    margin-bottom: 5px;
  }

  .result-info__text {
    font-size: 8px;
  }

  .items-block {
    margin-bottom: 0;
    padding-bottom: 60px;
    border-bottom: 1px solid rgba(39,39,39,.1);
  }

  .items-block.items-block_custom {
    padding-bottom: 80px;
  }

  .items-block__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }

  .items-block__content {
    max-width: 100%;
  }

  .items-block__slider {
    overflow: visible;
  }

  .items-block__slide {
    width: 100%;
    width: 335px;
  }

  .items-block__name {
    margin-bottom: 16px;
  }

  [class*=__container] {
    padding: 0 15px;
  }
}

@media (max-width: 767.98px) {
  .footer__item span:last-child,
  .footer__item a {
    font-size: 18px;
  }

  .footer__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }

  .services__item {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
  }

  .cases__item:nth-child(6n+1),
  .cases__item:nth-child(6n+6),
  .cases__item:nth-child(6n+2),
  .cases__item:nth-child(6n+5),
  .cases__item:nth-child(6n+3),
  .cases__item:nth-child(6n+4) {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
  }

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

  .team__item {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
  }

  .result__slide {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
  }
}

@media (max-width: 576.98px) {
  .title_main {
    font-size: 35px;
  }

  .main__title {
    left: 15px;
    bottom: 40px;
  }
}

@media (max-width: 374.98px) {
  .footer__social a {
    width: 40px;
    height: 40px;
  }
}

@media (max-width: 360.98px) {
  .result__num {
    font-size: 28px;
  }

  .result-info__num {
    font-size: 9px;
  }
}

@media (any-hover: hover) {
  .header__phone:hover {
    color: #c9ad7f;
    opacity: 1;
  }

  .header__social svg:hover {
    fill: #c9ad7f;
    opacity: 1;
  }

  .main-page .header__button:hover {
    background: #c9ad7f;
    color: #fff;
  }

  .logo:hover {
    color: #c9ad7f;
  }

  .menu__item:hover {
    color: #c9ad7f;
  }

  .info-menu__item a:hover,
  .form__link a:hover {
    color: #c9ad7f;
  }

  .form .btns-menu__item:first-child:hover,
  .form .btns-menu a.btns-menu__item:first-child:hover {
    background: #c9ad7f;
    color: #fff;
  }

  .form .btns-menu__item:first-child:hover svg,
  .form .btns-menu a.btns-menu__item:first-child:hover svg {
    fill: #fff;
  }

  .btns-menu__item:hover,
  .btns-menu a.btns-menu__item:hover {
    background: #c9ad7f;
    color: #fff;
  }

  .btns-menu__item:hover svg,
  .btns-menu a.btns-menu__item:hover svg {
    fill: #fff;
  }

  .submenu:hover .submenu__body {
    visibility: visible;
    opacity: 1;
  }

  .submenu:hover .submenu__list {
    visibility: visible;
    opacity: 1;
  }

  .submenu__list .menu__item:hover {
    color: #c9ad7f;
  }

  .footer__item a:hover {
    color: #c9ad7f;
  }

  .footer__social a:hover {
    background: #fff;
  }

  .footer__social a:hover svg {
    fill: #c9ad7f;
  }

  .footer__bottom a:hover {
    color: #c9ad7f;
  }

  .breadcrumbs__item:hover {
    color: #272727;
  }
}
  

  .info-services__item:hover, .info-services__item.hover {
    padding: 15px;
    z-index: 2;
    gap: 9px;
  }

  .info-services__item:hover .info-services__icon img, .info-services__item.hover .info-services__icon img {
    opacity: 1;
    -webkit-filter: grayscale(0);
            filter: grayscale(0);
  }

  .info-services__item:hover .info-services__text, .info-services__item.hover .info-services__text {
    opacity: 1;
    visibility: visible;
    max-width: 200px;
  }

  .cases__link:hover,
  .team__link:hover {
    background: #c9ad7f;
    color: #fff;
  }

  .cases__link:hover svg,
  .team__link:hover svg {
    fill: #fff;
  }

  .item-cases:hover {
    /* -webkit-box-shadow: 0 4px 4px 0 rgba(0,0,0,.25); */
            /* box-shadow: 0 4px 4px 0 rgba(0,0,0,.25); */
  }

  .item-cases:hover .item-cases__text {
    opacity: 1;
    visibility: visible;
    margin-top: 10px;
  }

  .item-cases:hover .item-cases__tags {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }

  .item-cases:hover .item-cases__block {
    opacity: 1;
    visibility: visible;
    translate: 0;
    /* display: flex !important; */
  }

  .item-cases:hover .item-cases__info {
    /* padding: 15px 6px 15px 15px; */
    padding: 15px;
        /* text-shadow: 0px 7px 14px rgba(0, 0, 0, 1); */
  }

  .item-cases:hover .item-cases__btn {
    padding: 68px 15px 15px;
  }

  .cases__item:nth-child(6n+1) .item-cases:hover .item-cases__btn,
  .cases__item:nth-child(6n+6) .item-cases:hover .item-cases__btn {
    /* padding: 58px 15px 15px; */
  }

  .item-cases:hover .item-cases__info,
  .item-cases:hover .item-cases__btn {
    height: auto;
    opacity: 1;
  }

  .form-block__button:hover {
    color: #272727;
    background: #fff;
  }

  .cases-sort__btn:hover {
    background: #c9ad7f;
    color: #fff;
  }


.cookie-new {
    display: none;
    position: fixed;
    width: 100%;
    bottom: 0;
    padding: 15px 0;
    background: white;
    z-index: 999999999999;
    border-top: 1.12px solid black;
}
.cookie-new.show {
    display: block;
}
.cookie-new .row {
  align-items: center;
}
.cookie-text {
    font-size: 16px;
}
@media (max-width: 1199.98px) {
	.cookie-text {
	    font-size: 14px;
	}
}
.cookie-text a {
	color: #c9ad7f;
}
.cookie-but {
    width: 100%;
    text-align: center;
    display: block;
    background-color: #c9ad7f;
    color: white;
    cursor: pointer;
    padding: 10px;
    border-radius: 5px;
    font-size: 16px;
    min-width: 200px;
}
@media (max-width: 991.98px) {
    .item-cases:not(:hover) .item-cases__block {
      display: none;
    }
    .item-cases__tags, .item-cases__block {
      margin-top: 10px;
      gap: 10px;
    }
    .item-cases__btn {
      font-size: 20px;
      justify-content: center;
      padding: 8px;
    }
    .item-cases:hover .item-cases__info {
      padding: 10px;
    }
    .item-cases__text {
      font-size: 14px;
    }
    .item-cases__info span:first-child {
      font-size: 20px !important;
      white-space: nowrap;
      margin-bottom: 10px !important;
    }
    .item-cases__info span:last-child {
      font-size: 12px;
    }
    .item-cases:hover .item-cases__btn {
        padding: 8px;
        width: unset;
    }
    .item-cases__block {
      /* flex-wrap: wrap; */
    }
    .submenu > .menu__link {
      pointer-events: none;
    }
}
@media (max-width: 576.98px) {
    .cookie-new .row {
        flex-direction: column;
        gap: 10px;
    }
    .cookie-new .row .col-lg-3 {
        width: 100%;
    }
}
@media (max-width: 389.98px) {
  .item-cases__text {
      font-size: 12px;
    }
    .item-cases__tag {
      padding: 6px 12px;
    }
    .item-cases:hover .item-cases__btn {
      padding: 5px !important;
    }
    .item-cases:hover .item-cases__info {
      padding: 6px;
    }
}
.text-info {
  margin-bottom: 60px;
}
.text__content {
  font-size: 18px;
}
.text__content h1, .text__content h2, .text__content h3 {
  font-weight: bold;
}
.text__content h1 {
  margin: 30px 0;
  font-size: 150%;
}
.text__content h2, .text__content h3 {
  margin: 20px 0;
  font-size: 125%;
}
.text__content p:not(:last-child), .text__content ul:not(:last-child), .text__content ol:not(:last-child) {
  margin-bottom: 20px;
}
.text__content ul ul, .text__content ol ol {
  margin: 20px 0;
}
.text__content li:not(:last-child) {
  margin-bottom: 20px;
}
.text__content li li:not(:last-child) {
  margin-bottom: 15px;
}
.text__content a {
  color: #c9ad7f;
}
.text__content ol, .text__content ul {
  padding-left: 20px;
}
.text__content ol li, .text__content ul li {
  list-style: disc;
}
/* .img-animate {
  filter: blur(4px);
  transform: scale(1);
  transition: all 0.8s ease;
}
.img-animate.active {
  filter: blur(0);
  transform: scale(1.1);
} */

.img-animate {
  filter: blur(2px);
  transform: scale(1);
  transition: all 1.5s ease;
}
.img-animate.active {
  filter: blur(0);
  transform: scale(1.05);
}

/* Эффект "дыхания" */
.img-animate.breathing {
  animation: breathing 3s ease-in-out infinite;
}

@keyframes breathing {
  0%   { transform: scale(1.05); }
  50%  { transform: scale(1); }
  100% { transform: scale(1.05); }
}

.pe-n {
  pointer-events: none;
}
.input.error, .form__textarea.error {
    border: 1px solid #b22222;
    color: #b22222;
}