

/* Start:/promo-page/style.css?177520055055819*/
 /* Первый экран блок 1.1 */
.p-page-hero, .p-page-about, .p-page-stages {
  position: relative;
}

.p-page-hero__img-bg1, .p-page-about__img-bg1 {
  animation-duration: 7s;
  animation-name: right-move-and-pulse-big;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: linear;
}

.p-page-hero__img-bg1 {
  position: absolute;
  top: 3%;
  right: 23%;
  z-index: -1;
  width: 1222.71px;
  height: 319.66px;
  background: radial-gradient(66.6% 153.39% at 39.27% 62.44%, #0A1E86 0%, #4B0278 100%);
  mix-blend-mode: normal;
  filter: blur(100px);
  z-index: -1;
}

.p-page__hero-container {
  display: flex;
  grid-gap: 30px;
  margin-bottom: 96px;
}

.p-page__text {
  width: 50%;
  margin-top: 75px;
}

.p-page__title {
  font-size: 64px;
  line-height: 70.4px;
  margin-bottom: 22px;
}

.p-page__descript {
  font-size: 24px;
  line-height: 31.2px;
  margin-bottom: 55px;
}

.p-page__btn {
  font-size: 20px;
  line-height: 26px;
  padding: 18px 61px;
  color: #fff !important;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-page__hero-container .p-page__btn {
  border: none;
}

.p-page__img {
  margin: auto;
}

.p-page__img img {
  max-width: none;
}

@media (max-width: 1279px) {
  .p-page__hero-container {
    margin-bottom: 96px;
  }
  .p-page__img {
    display: flex;
    align-items: center;
  }
  .p-page__img img {
    max-width: 100%;
  }
  .p-page__title {
    font-size: 52px;
    line-height: 55.4px;
  }
  .p-page__btn {
    font-size: 18px;
    padding: 18px 51px;
  }
}

@media (max-width: 966px) {
  .p-page__hero-container {
    margin-bottom: 89px;
    grid-gap: 10px;
    flex-direction: column;
  }
  .p-page__text {
    margin-top: 88px;
    width: 100%;
  }
  .p-page__title {
    font-size: 44px;
    line-height: 48.4px;
  }
  .p-page__descript {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 40px;
  }
  .p-page__btn {
    font-size: 20px;
    padding: 15px 62px;
  }
}
@media (max-width: 698px) {
  .p-page__hero-container {
    margin-bottom: 80px;
  }
}

@media (max-width: 400px) {
  .p-page__title {
    font-size: 24px;
    line-height: 26.4px;
    margin-bottom: 15px;
  }
  .p-page__descript {
    font-size: 16px;
    line-height: 20.8px;
    margin-bottom: 35px;
  }
  .p-page__btn {
    font-size: 18px;
    padding: 10px 70px;
    line-height: 23.4px;
  }
}

 /* Первый экран блок 1.1 здесь стили только для правой панели */

.p-page__partner {
  margin: 0 auto;
  margin-top: 75px;
}

.partner-wrapper {
  display: flex;
  flex-direction: column;
  min-width: 310px;
  background: linear-gradient(90deg, #005062 0%, #003881 100%);
  background: -webkit-linear-gradient(left, #005062 0%, #003881 100%);
  background: -moz-linear-gradient(left, #005062 0%, #003881 100%);
  background: -o-linear-gradient(left, #005062 0%, #003881 100%);
  padding: 32px;
  border-radius: 12px;
  gap: 40px;
}

.partner-card {
  display: flex;
  justify-content: space-between;
}

.partner-card .logos {
  display: flex;
  flex-direction: column;
  gap: 15px;
  font-size: 18px;
  font-weight: 600;
}

.partner-card .bitrix24 {
    display: flex;
}

.partner-card .bitrix {
  font-size: 14px;
}

.partner-card .line {
  width: 2px;
  background: linear-gradient(90deg, #2AA1C6, #39A16A);
  background-size: 200% 200%;
  animation: gradientMove 3s ease infinite;
}

.partner-card .gradient-partner {
  background: linear-gradient(90deg, #2AA1C6 0%, #39A16A 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  display: inline-block;
  font-size: 28px;
  line-height: 120%;
  font-weight: 300;
}

.partner-wrapper .description {
    color: rgba(255, 255, 255, 0.5);
}

@media (max-width: 1279px) {
  .partner-wrapper {
    min-width: 200px;
  }
  .partner-card {
    gap: 15px;
  }
  .partner-card .logos {
    font-size: 14px;
  }
  .partner-card .bitrix {
    font-size: 12px;
  }

  .partner-card .gradient-partner {
    font-size: 22px;
  }
  .partner-wrapper .description {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .p-page__partner {
    margin: 0;
    margin-top: 48px;
  }
}

 /* Заголовок блок 2.1 */
.p-page__title-2-1 {
  margin-bottom: 26px;
  font-size: 18px;
  font-weight: 400;
  line-height: 23.4px;
  text-align: left;
  color: #828996;
}
.p-page-descript-2-1 {
  margin-bottom: 94px;
  width: 75%;
  font-size: 48px;
  line-height: 52.8px;
}

@media (max-width: 1279px) {
  .p-page-descript-2-1 {
    width: 80%;
    font-size: 44px;
  }
}

@media (max-width: 966px) {
  .p-page__title-2-1  {
    margin-bottom: 25px;
  }
  .p-page-descript-2-1 {
    margin-bottom: 45px;
    line-height: 48.4px;
  }
}

@media (max-width: 698px) {
  .p-page-descript-2-1 {
    width: 100%;
    font-size: 32px;
    line-height: 38.4px;
  }
}

@media (max-width: 400px) {
  .p-page__title-2-1 {
    font-size: 12px;
    line-height: 15.6px;
    margin-bottom: 17px;
  }
  .p-page-descript-2-1 {
    font-size: 24px;
    line-height: 26.4px;
    margin-bottom: 30px;
  }
}

/* Класс для выдеоения текста заловка Градиентным зеленым фоном */

.p-page-text__bg-full-green {
  background: var(--txt-gadient-green);
  padding: 8px 24px 8px;
  border-radius: 16px;
}

@media (max-width: 966px) {
  .p-page-text__bg-full-green {
    padding: 2px 20px 5px;
    border-radius: 12px;
  }
}

@media (max-width: 400px) {
  .p-page-text__bg-full-green {
    padding: 2px 12px 2px;
  }
}

/* Разворачивающийся заголовок */

.drop-down-list__head {
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}
.drop-down-list__head:after {
  content: '';
  display: block;
  width: 56px;
  height: 56px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='12' viewBox='0 0 22 12' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.973135 0.468629C1.60398 -0.15621 2.62679 -0.15621 3.25763 0.468629L11 8.13726L18.7424 0.468629C19.3732 -0.15621 20.396 -0.15621 21.0269 0.468629C21.6577 1.09347 21.6577 2.10653 21.0269 2.73137L12.1422 11.5314C11.5114 12.1562 10.4886 12.1562 9.85775 11.5314L0.973135 2.73137C0.342288 2.10653 0.342288 1.09347 0.973135 0.468629Z' fill='white'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  flex: 0 0 56px;
}
.drop-down-list__head.active:after {
  transform: rotate(180deg);
}



/* Класс для выдеоения текста заловка Градиентным зеленым бордером */

.p-page-text__br-green {
  -webkit-border-radius: 16px;
  border-radius: 16px;
  padding: 4px 30px 8px;
  display: inline-block;
  position: relative;
}
.p-page-text__br-green::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-border-radius: 16px;
  border-radius: 16px;
  border: 2px solid transparent;
  background: -webkit-gradient(linear, left top, right top, from(#2AD0C6), color-stop(#317BE9), color-stop(#EE35E7), to(#7323C2)) border-box;
  background: -o-linear-gradient(left, #2AD0C6, #317BE9, #EE35E7, #7323C2) border-box;
  background: linear-gradient(90deg, #2AD0C6, #317BE9, #EE35E7, #7323C2) border-box;
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) padding-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: source-out;
  mask-composite: exclude;
}
.p-page-text__br-green::before {
  background: linear-gradient(90deg, #0088EA, #00E39F) border-box;
}

/* Блок с кнопкой */

.p-page__form {
  display: flex;
  justify-content: space-between;
  margin-bottom: 48px;
}
.p-page__form-descript {
  width: 61%;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 400;
  line-height: 31.2px;
  text-align: left;
  color: #828996;
}

@media (max-width: 1279px) {
  .p-page__form {
    align-items: flex-end;
  }
}

@media (max-width: 966px) {
  .p-page__form-descript {
    font-size: 18px;
    line-height: 23.4px;
    width: 65%;
  }
}

@media (max-width: 698px) {
  .p-page__form {
    align-items: flex-start;
    flex-direction: column;
    margin-bottom: 96px;
  }
  .p-page__form-descript {
    width: 100%;
    margin-bottom: 24px;
  }
}

@media (max-width: 400px) {
  .p-page__form-descript {
    font-size: 16px;
    line-height: 20.8px;
  }
}

 /* Блок карточка "О нас" 4  */

.p-page-reward {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 62px 9px 71px 27px;
  border-radius: 32px;
  background-image: url(/services/zakaznaya-razrabotka-infosistem/img/frame-awards.png);
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 48px;
}
.p-page-reward__wrapper {
  width: 100%;
  display: flex;
}
.reward__item {
  display: flex;
  flex-direction: column;
  font-size: 18px;
  width: 49%;
  padding: 0 30px;
}
.reward__item-title {
  font-size: 80px;
  line-height: 88px;
  margin-bottom: 2px;
}
.reward__item-subtitle {
  width: 80%;
  font-size: 18px;
  font-weight: 400;
  line-height: 21.4px;
  text-align: left;
}
.reward__item img {
  width: 188px;
  height: 140px;
}
.reward__item:first-child img {
  display: none;
}
.reward-flex {
  display: flex;
}
.reward__item + .reward__item {
  border-left: 1px solid rgba(255, 255, 255, .12);
  width: 100%;
  flex-direction: row;
}
.reward__list-item {
  width: 95%;
  font-size: 18px;
  font-weight: 400;
  line-height: 23.4px;
  margin-bottom: 24px;
}
.reward__list-item:last-child {
  margin-bottom: 0;
}
.reward__list-item .reward__list-item-link {
  text-decoration: underline;
}

@media (max-width: 1279px) {
  .p-page-reward {
    padding: 32px;
  }
  .p-page-reward__wrapper {
    flex-wrap: wrap;
    row-gap: 32px;
  }
  .reward__item {
    padding: 0;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
  }
  .reward__item + .reward__item {
    padding-top: 32px;
    border-left: none;
    border-top: 1px solid rgba(255, 255, 255, .12);
  }
  .reward__item-list {
    padding-inline-start: 20px;
  }
  .reward__list-item {
    width: 100%;
  }
  .reward__item:first-child img {
    display: block;
  }
  .reward__item img {
    display: none;
  }
}

@media (max-width: 966px) {
  .p-page-reward {
    background-image: url(/services/zakaznaya-razrabotka-infosistem/img/frame-awards_768.png);
    padding: 32px 20px 32px 32px;
    border-radius: 16px;
  }
  .reward__item-title {
    font-size: 65px;
    line-height: 69px;
    margin-bottom: 2px;
  }
  .reward__item-subtitle {
    font-size: 18px;
    line-height: 21.4px;
    width: 82%;
  }
  .reward__item img {
    width: 188px;
    height: 110px;
  }
  .reward__list-item {
    font-size: 18px;
  }
}

@media (max-width: 698px) {
  .p-page-reward {
    padding: 20px;
    margin-bottom: 64px;
  }
  .p-page-reward__wrapper {
    flex-direction: column;
    row-gap: 20px;
  }
  .reward__item:first-child {
    align-items: flex-start;
    flex-direction: row;
    padding-bottom: 20px;
  }
  .reward__item-title {
    margin-bottom: 0;
    width: 20%;
    font-size: 40px;
    line-height: 60px;
  }
  .reward__item-subtitle {
    width: 80%;
  }

  .reward__item:last-child {
    border-bottom: none;
  }
  .reward__item + .reward__item {
    border-left: none;
    padding-bottom: 20px;
  }
  .reward__list-item {
    font-size: 16px;
  }
  .reward__item img {
    width: 266px;
    height: 90px;
  }
}

@media (max-width: 400px) {
  .p-page-reward {
    padding: 21px 14px 15px 21px;
    margin-bottom: 64px;
    border-radius: 16px;
  }
  .p-page-reward__wrapper {
    row-gap: 0;
  }
  .reward__item:first-child {
    padding-bottom: 23px;
  }

  .reward__item-title {
    line-height: 44px;
    width: 33%;
  }
  .reward__item-subtitle {
    font-size: 14px;
    line-height: 18.2px;
    width: 95%;
  }
  .reward__item img {
    width: 266px;
    height: 75px;
  }
  .reward__item:last-child {
    padding-bottom: 0;
  }
  .reward__item + .reward__item {
    padding-top: 24px;
  }
  .reward__item-list {
    padding-inline-start: 16px;
  }
  .reward__list-item {
    font-size: 14px;
    margin-bottom: 16px;
    line-height: 21px;
  }
}

 /* Блок карточка "О нас" 5  */

.p-page__stack-sertificate {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 45px 48px;
  border-radius: 16px;
  background-image: url(/services/zakaznaya-razrabotka-infosistem/img/backround_sertificate.png);
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 48px;
}
.p-page__sertificate-item {
  display: flex;
  align-items: stretch;
}
.p-page__partner-card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
}
.p-page__partner-card .logos {
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-width: 94px;
  font-size: 16px;
  font-weight: 600;
}
.p-page__partner-card .bitrix24 {
  display: flex;
}
.p-page__partner-card .bitrix {
  font-size: 12px;
}
.p-page__partner-card .line {
  width: 2px;
  height: 100%;
  background: linear-gradient(90deg, #2AA1C6, #39A16A);
  background-size: 200% 200%;
  animation: gradientMove 3s ease infinite;
}
.p-page__partner-card .p-page__gradient-partner {
  display: inline-block;
  font-size: 20px;
  line-height: 120%;
  font-weight: 300;
}
.p-page__gradient-text {
  background: linear-gradient(90deg, #2AA1C6 0%, #39A16A 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.p-page__sertificate-item-descript {
  padding-left: 23px;
  font-size: 18px;
  font-weight: 400;
  line-height: 23.4px;
  text-align: left;
  color: #A7ACB6;
}

.p-page__sertificate-item:last-child {
  width: 49%;
}

@media (max-width: 1279px) {
  .p-page__stack-sertificate {
    flex-direction: column;
    padding: 32px;
  }
  .p-page__sertificate-item {
    padding-bottom: 24px;
    width: 100%;
    justify-content: space-between;
    border-bottom: 1px solid rgba(42, 161, 198, 0.7);
  }
  .p-page__sertificate-item-descript {
    width: 50%;
  }
  .p-page__sertificate-item:last-child {
    padding-top: 24px;
    padding-bottom: 0;
    width: 100%;
    justify-content: space-between;
    border-bottom: none;
  }
}

@media (max-width: 966px) {
  .p-page__stack-sertificate {
    margin-bottom: 55px;
  }
  .p-page__sertificate-item-descript {
    padding-left: 0;
    font-size: 16px;
  }
  .p-page__sertificate-item-descript br {
    display: none;
  }
  .p-page__sertificate-item img {
    max-width: 180px;
  }
  .p-page__sertificate-item img {
    max-width: 213px;
    margin-bottom: 10px;
  }
}

@media (max-width: 698px) {
  .p-page__sertificate-item {
    width: 100%;
    align-items: flex-start;
    flex-direction: column;
  }
  .p-page__partner-card {
    margin-bottom: 10px;
  }
  .p-page__sertificate-item-descript {
    width: 100%;
  }
  .p-page__partner-card .line {
    width: 2px;
    height: 48px;
  }
}

@media (max-width: 400px) {
  .p-page__stack-sertificate {
    border-radius: 16px;
    margin-bottom: 35px;
    padding: 32px 24px;
    background-image: url(/services/zakaznaya-razrabotka-infosistem/img/backround_sertificate_320.png);
  }
  .p-page__sertificate-item {
    padding-bottom: 24px;
  }
  .p-page__sertificate-item-descript {
    font-size: 14px;
    line-height: 18.2px;
  }
  .p-page__sertificate-item img  {
    max-width: 180px;
    margin-bottom: 10px;
  }
}

 /* Блок карточка "О нас" 6  */

.p-page-reward-6 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 62px 9px 53px 27px;
  border-radius: 32px;
  background-image: url(/services/informatsyonaya-besopasnost/img/backgr-about-desctop.png);
  background-repeat: no-repeat;
  margin-bottom: 48px;
}

.p-page-reward-6__wrapper {
  width: 100%;
  display: flex;
}

.reward-6__item {
  display: flex;
  flex-direction: column;
  font-size: 18px;
  width: 49%;
  padding: 0 30px;
}

.reward-6__list-item {
  width: 68%;
  min-height: 67px;
  font-size: 18px;
  font-weight: 400;
  line-height: 23.4px;
}

.reward-6__item-list {
  max-height: 230px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  padding-left: 22px;
}
.reward-6__item-list li:nth-child(odd) {
  margin-right: 100px;
  margin-bottom: 50px;
}

.reward-6__item-list_mobail {
  display: none;
}
.reward-6__list-item:last-child {
  margin-bottom: 0;
}
.reward-6-flex {
  display: flex;
}

@media (max-width: 1279px) {
  .p-page-reward-6 {
    background-image: url(/services/informatsyonaya-besopasnost/img/backgr-about-768.png);
    background-size: cover;
  }
  .reward-6__item {
    width: 70%;
  }

  .reward-6__list-item {
    width: 100%;
    min-height: 10px;
    margin-bottom: 24px;
  }
  
  .reward-6__item-list li:nth-child(odd) {
    margin-right: 0;
    margin-bottom: 24px;
  }
  .reward-6__item-list_desctop {
    display: none;
  }
  .reward-6__item-list_mobail {
    display: flex;
  }
  .reward-6__item-list {
    max-height: 359px;
    flex-wrap: nowrap;
  }
}

@media (max-width: 966px) {
  .p-page-reward-6 {
    padding: 32px 9px 32px 0;
    margin-bottom: 93px;
    border-radius: 16px;
  }
  .p-page-reward-6__wrapper {
    width: 92%;
  }
  .reward-6__item {
    width: 95%;
  }
}

@media (max-width: 698px) {
  .p-page-reward-6 {
    background-image: url(/services/informatsyonaya-besopasnost/img/backgr-about-698.png);
    padding: 20px;
  }
  .reward-6__item {
    padding: 0 10px;
    width: 100%;
  }
  .reward-6__list-item {
    font-size: 14px;
    line-height: 21px;
  }
}

 /* Блок карточка "О нас" 7  */

.p-page-block-7 {
  margin-bottom: 48px;
}

.row-items {
  display: flex;
  flex-flow: row;
  height: 156px;
}

.item-flex {
  padding-left: 24px;
  padding-right: 24px;
  border-left: 1px solid #313B49;
  width: 296px;
  opacity: 0;
}
.item-flex__title {
  font-size: 48px;
  line-height: 110%;
  color: #FFFFFF;
}
.item-flex__subtitle {
  margin-top: 40px;
  font-size: 16px;
  line-height: 130%;
  color: #FFFFFF;
}

@media screen and (max-width: 767px) {
  .row-items {
    height: auto;
    flex-direction: column;
  }
  .item-flex:not(:last-child) {
    margin-bottom: 24px;
  }
  .item-flex__title {
    font-size: 20px;
  }
  .item-flex__subtitle {
    font-size: 12px;
    margin-top: 16px;
  }
}


/* Блок карточка "Плитка без гиперсылок" 8  */

.p-page__list-item {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  gap: 24px;
  margin-bottom: 55px;
}
.item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 45px 40px 40px;
  isolation: isolate;
  width: 390px;
  max-height: 334px;
  height: 334px;
  border-radius: 16px;
  animation-fill-mode: both;
  animation-duration: 0.3s;
  /* animation-name: cardZoomOut; */
  background-size: cover;
  background-repeat: no-repeat;
}
.item-title {
  font-size: 28px;
  line-height: 110%;
  margin-bottom: 80px;
  white-space: normal;
}
.item:last-child p {
  margin-bottom: -15px;
  width: 50%;
}
.item-link {
  display: flex;
  flex-flow: row;
  align-items: center;
  padding-top: 4px;
  padding-bottom: 4px;
  height: 29px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

@media (max-width: 1279px) {
  .p-page__list-item {
    gap: 12px;
    display: flex;
    overflow-x: auto;
    padding-left: 6px;
    position: relative;
    bottom: -10px;
    margin: 0 -5px;
    flex-wrap: nowrap;
    margin-bottom: 118px;
    padding-bottom: 10px;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .item {
    padding: 29px;
    min-width: 320px;
    width: 320px;
    height: 255px;
    border-radius: 12px;
  }
  .item-title {
    font-size: 20px;
    line-height: 110%;
    margin-bottom: 0;
  }
  .p-page__list-item .item-link {
    font-size: 12px;
  }
  .item:last-child p {
    margin-bottom: -10px;
  }
}

@media (max-width: 966px) {
  .p-page__list-item {
    margin-bottom: 42px;
    padding-bottom: 10px;
  }
  .item {
    min-width: 280px;
    height: 224px;
    border-radius: 16px;
  }
  .item:last-child p {
    width: 100%;
  }
}

/* Блок Преимущества/Услуги в плитке "Плитка с гиперссылками" 9  */

.block_2__card-block {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  gap: 24px;
  margin-bottom: 48px;
}
.card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 40px;
  gap: 24px;
  isolation: isolate;
  width: 390px;
  height: 264px;
  border-radius: 16px;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  animation-fill-mode: both;
  animation-duration: 0.3s;
  animation-name: cardZoomOut;
  background-size: cover;
  background-repeat: no-repeat;
}

.card:hover {
  animation-fill-mode: both;
  animation-duration: 0.3s;
  animation-name: cardZoomIn;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}

@keyframes cardZoomIn {
  0% {
    background-size: 100%;
  }
  100% {
    background-size: 120%;
  }
}

@keyframes cardZoomOut {
  0% {
    background-size: 120%;
  }
  100% {
    background-size: 100%;
  }
}
.card-title {
  font-size: 28px;
  line-height: 110%;
  margin-bottom: 0;
  white-space: normal;
}
.card-link {
  display: flex;
  flex-flow: row;
  padding-top: 4px;
  padding-bottom: 4px;
  width: 106px;
  height: 29px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}
.card-link__arrow {
  margin: auto 0 auto auto;
  width: 10px;
  height: 10px;
  fill: #FFFFFF;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}

.card:hover .card-link__arrow {
  fill: #01B2C8;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}

@media screen and (max-width: 1279px) {
  .block_2__card-block {
    gap: 12px;
    display: flex;
    overflow-x: auto;
    white-space: nowrap;
    padding-left: 6px;
    position: relative;
    bottom: -10px;
    margin: 0 -5px;
    flex-wrap: nowrap;
    margin-bottom: 128px;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  .card {
    min-width: 280px;
    width: 280px;
    height: 224px;
    border-radius: 12px;
  }
  .card-title {
    font-size: 24px;
  }

  @keyframes cardZoomIn {
    0% {
      background-size: 120%;
    }
    100% {
      background-size: 140%;
    }
  }

  @keyframes cardZoomOut {
    0% {
      background-size: 140%;
    }
    100% {
      background-size: 120%;
    }
  }
}

@media screen and (max-width: 767px) {
  .block_2__card-block {
    margin-bottom: 24px;
  }
  .card {
    min-width: 250px;
    width: 250px;
    height: 160px;
    padding: 16px;
    border-radius: 8px;
  }
  .card-title {
    font-size: 20px;
  }
}

/* Блок Преимущества/Услуги в плитке "Горизонтальная плашка с гиперссылками" 10  */

.services-main {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  background-image: url(/local/html/img/services.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 48px;
}
.services-main__info {
  display: flex;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  box-sizing: border-box;
  padding: 56px 48px;
}

.services-main__items {
  flex-grow: 1;
  display: grid;
  grid-template-areas:
      "a a"
      "b c"
      "b c";
}

.services-main__item {
  margin-right: 80px;
  display: flex;
}

.services-main__item:nth-child(1) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.services-main__item:nth-child(2) {
  grid-column: 1;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.services-main__item:nth-child(3) {
  grid-column: 1;
}
.services-main__item:nth-child(4) {
  grid-column: 2;
  grid-row: 1;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.services-main__item:nth-child(5) {
  padding-bottom: 32px;
  margin-bottom: 32px;
  grid-column: 2;
  grid-row: 2;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.services-main__item:nth-child(6) {
  grid-column: 2;
  grid-row: 3;
}

.services-main__item:nth-child(-n+4) {
  padding-bottom: 32px;
  margin-bottom: 32px;
}

.services-main__item:nth-child(3n+3) {
  padding-bottom: 0;
  margin-bottom: 0;
}

.services-main__item-num {
  padding-right: 24px;
  font-size: 16px;
  line-height: 130%;
}

.services-main__link {
  flex: 0 0 200px;
  text-align: right;
}

a.services-main__item-num__hover-link:hover {
  color: #00E39F;
}

@media (max-width: 1279px) {
  .services-main__info {
    flex-direction: column;
    align-items: start;
    padding: 40px 32px;
  }
  .services-main__items {
    width: 100%;
    margin-bottom: 0;
  }
  .services-main__item:nth-child(-n+4) {
    padding-bottom: 24px;
    margin-bottom: 24px;
  }
  .services-main__item:nth-child(odd) {
    margin-right: 48px;
  }
  .services-main__item-num {
    font-size: 14px;
  }
  .services-main__item:nth-child(2) {
    margin-right: 48px;
  }
  .services-main__item:nth-child(4) {
    grid-column: 2;
    grid-row: 1;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .services-main__item:nth-child(5) {
    margin-right: 0;
    padding-bottom: 24px;
    margin-bottom: 24px;
  }
  .services-main__link {
    flex: 0;
  }
  
}
@media (max-width: 767px) {
  .services-main__info {
    padding: 20px 24px;
  }
  .services-main__items {
    margin-bottom: 32px;
    display: flex;
    flex-direction: column;
  }
  .services-main__item:not(:last-child) {
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    margin-right: 0;
  }
  .services-main__link {
    width: 100%;
  }
  .services-main__link .arrow-link-btn {
    display: block;
    text-align: center;
  }
}

/* Блок Преимущества/Услуги в плитке "Плашка с кнопками без Гиперссылок" 11  */

.integrations {
  background: #0E1B31;
  border-radius: 24px;
  overflow: hidden;
  padding: 72px 80px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  position: relative;
  margin-top: 120px;
  margin-bottom: 49px;
}
.integrations-bg {
  position: absolute;
  width: 889px;
  height: 547px;
  background: radial-gradient(65.49% 244.71% at 68.54% 48.05%, #005E6B 0%, #002C81 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
  mix-blend-mode: normal;
  opacity: 0.7;
  filter: blur(131px);
  transform: rotate(164.95deg);
  z-index: 0;
  top: -62%;
}
.integrations-bg {
  animation-duration: 5s;
  animation-name: right-and-pulse;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: linear;
}
.integrations-bg-bottom {
  position: absolute;
  width: 1131px;
  height: 613px;
  background: radial-gradient(65.49% 244.71% at 68.54% 48.05%, #130C3F 0%, #0F498D 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
  mix-blend-mode: normal;
  opacity: 0.6;
  filter: blur(131px);
  transform: rotate(-15deg);
  bottom: -300px;
}
.integrations__count {
  z-index: 2;
}
.integrations__count-title {
  font-size: 80px;
  line-height: 110%;
}
.integrations__count-text {
  font-size: 28px;
  line-height: 120%;
}
.integrations__services {
  display: flex;
  flex-wrap: wrap;
  margin-top: 90px;
  z-index: 2;
}

.integrations__services-item__no-visabily {
  opacity: 0;
}
.integrations__services-item {
  padding: 20px;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 16px;
  display: flex;
  justify-content: space-between;
  width: calc(33.333333333% - 8px);
  font-size: 18px;
  line-height: 130%;
  margin-top: 8px;
}
.integrations__services-item:not(:nth-child(3n+1)) {
  margin-left: 8px;
}
.integrations__services-item-img {
  width: 20px;
  height: 20px;
}

@media screen and (max-width: 1279px) {
  .integrations {
    padding: 32px 40px;
    margin-top: 80px;
  }
  .integrations__count-title {
    font-size: 64px;
  }
  .integrations__count-text {
    font-size: 24px;
    line-height: 130%;
  }
  .integrations__services {
    margin-top: 40px;
  }
  integrations__services__items-6 {

  }
  .integrations__services-item__no-visabily {
    display: none;
  }
  .integrations__services-item:not(:nth-child(3n+1)) {
    margin-left: 0;
  }
  .integrations__services-item:nth-child(odd) {
    margin-left: 10px;
  }

  integrations__services-item__items-6:not(:nth-child(3n+1)) {
    margin-left: 0;
  }
  .integrations__services-item__items-6:nth-child(odd) {
    margin-left: 0;
  }
  .integrations__services-item__items-6 {
    margin-bottom: 3px;
  }

  .integrations__services__items-6 {
    row-gap: 5px;
    column-gap: 10px;
  }

  integrations__services-item__items-7:not(:nth-child(3n+1)) {
    margin-left: 0;
  }
  .integrations__services-item__items-7:nth-child(odd) {
    margin-left: 0;
  }
  .integrations__services-item__items-7 {
    margin-bottom: 3px;
  }

  .integrations__services__items-7 {
    row-gap: 5px;
    column-gap: 10px;
  }
  
  .integrations__services-item-img {
    width: 16px;
    height: 16px;
  }
  .integrations__services-item {
    width: calc(50% - 8px);
    font-size: 14px;
    padding: 16px;
    border-radius: 12px;
  }
}
@media screen and (max-width: 767px) {
  .integrations {
    padding: 16px;
    margin-top: 48px;
  }
  .integrations__count-title {
    font-size: 40px;
  }
  .integr ations__count-text {
    font-size: 18px;
  }
  .integrations__services {
    margin-top: 32px;
  }
  .integrations__services-item {
    width: 100%;
    font-size: 12px;
    padding: 12px;
    border-radius: 8px;
  }
  .integrations__services-item:not(:nth-child(3n+1)) {
    margin-left: 0;
  }
  .integrations__services-item:nth-child(odd) {
    margin-left: 0;
  }
}


 /* Блок Преимущества/Услуги в плитке "Табы с текстом" 12  */

.p-page-text-tabs__content {
  margin-bottom: 48px;
}

.p-page-text-tabs__content-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.p-page-text-tabs__tabs {
  max-width: 42%;
}
.p-page-text-tabs__tab {
  width: 80%;
  cursor: pointer;
  margin-bottom: 24px;
  font-size: 40px;
  font-weight: 400;
  line-height: 44px;
  text-align: left;
  color: #67717D;
}
.p-page-text-tabs__tab_active {
  color: #FFFFFF;
  transition: color 0.3s ease-in-out;
}
.p-page-text-tabs__tabs-content {
  position: relative;
  width: 58%;
  min-height: 458px;
}

.p-page-text-tabs__tabs-item {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  top: 0;
  left: 0;
  opacity: 0;
  padding: 40px 40px;
  margin-bottom: 38px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.12);
}
.p-page-text-tabs__tabs-item_active {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}
.p-page-text-tabs__tabs-item-container {
  display: flex;
  margin-bottom: 17px;
  height: 100px;
}
.p-page-text-tabs__tabs-img-info {
  width: 56px;
}
.p-page-text-tabs__tabs-img-info img {
  width: 100%;
}
.p-page-text-tabs__tabs-info {
  padding-left: 23px;
}
.p-page-text-tabs__tabs-title {
  max-width: 540px;
  font-size: 24px;
  font-weight: 400;
  line-height: 31.2px;
  text-align: left;
}
.p-page-text-tabs__tabs-item-container:last-child {
  margin-bottom: 0;
}

@media (max-width: 1279px) {
  .p-page-text-tabs__tab {
    font-size: 28px;
    line-height: 32px;
  }
  .p-page-text-tabs__tabs-content {
    min-height: 420px;
  }
  .p-page-text-tabs__tabs-item {
    padding: 24px;
  }
}

@media (max-width: 966px) {
  .p-page-text-tabs__tabs {
    max-width: 34%;
  }
  .p-page-text-tabs__tab {
    font-size: 24px;
    line-height: 26px;
  }

  .p-page-text-tabs__tabs-content {
    width: 66%;
    min-height: 380px;
  }
  .p-page-text-tabs__tabs-item {
    padding: 32px 24px;
    height: 340px;
  }
  .p-page-text-tabs__tabs-item-container {
    column-gap: 17px;
    margin-bottom: 28px;
    height: auto;
  }
  .p-page-text-tabs__tabs-img-info {
    width: 40px;
  }
  .p-page-text-tabs__tabs-info {
    padding-left: 0;
  }
  .p-page-text-tabs__tabs-title {
    max-width: 570px;
    font-size: 18px;
    line-height: 23.4px;
  }
  .p-page-text-tabs__tabs-item-container {
    column-gap: 17px;
  }
  
}

@media (max-width: 698px) {
  .p-page-text-tabs__content-wrapper {
    flex-direction: column;
    row-gap: 24px;
  }
  .p-page-text-tabs__tabs {
    display: flex;
    max-width: 100%;
    overflow-x: scroll;
    flex-wrap: nowrap;
    column-gap: 45px;
    scrollbar-width: none;
    height: 40px;
    align-items: center;
  }
  .p-page-text-tabs__tab {
    font-size: 16px;
    line-height: 18px;
    min-width: 155px;
    margin-bottom: 0;
  }
  .p-page-text-tabs__tab + .p-page-text-tabs__tab {
    min-width: 140px;
  }
  .p-page-text-tabs__tabs-content {
    width: 100%;
    min-height: 330px;
  }
  .p-page-text-tabs__tabs-item {
    height: 320px;
    margin-bottom: 32px;
  }
  .p-page-text-tabs__tabs-title {
    font-size: 16px;
    line-height: 22.4px;
  }
}

@media (max-width: 400px) {
  .p-page-text-tabs__content-wrapper {
    row-gap: 22px;
  }
  .p-page-text-tabs__tabs {
    column-gap: 12px;
  }
  .p-page-text-tabs__tab {
    font-size: 14px;
    line-height: 18.2px;
    min-width: 135px;
  }

  .p-page-text-tabs__tab + .p-page-text-tabs__tab {
    min-width: 100px;
  }
  .p-page-text-tabs__tab:nth-child(2) {
    min-width: 75px;
  }
  .p-page-text-tabs__tabs-content {
    min-height: 310px;
  }
  .p-page-text-tabs__tabs-item {
    padding: 20px 24px;
    height: 310px;
  }
  .p-page-text-tabs__tabs-item-container {
    column-gap: 10px;
    margin-bottom: 22px;
  }
  .p-page-text-tabs__tabs-img-info {
    width: 32px;
  }
  .p-page-text-tabs__tabs-title {
    font-size: 14px;
    line-height: 18.2px;
  }
}

 /* Блок Преимущества/Услуги в плитке "Табы с изображениями" 13  */

.partner-companies__container {
  display: flex;
  margin-bottom: 48px;
}
.partner-companies__tabs {
  width: 50%;
  position: -webkit-sticky;
  position: sticky;
  top: 74px;
  height: max-content;
}

.partner-companies__text {
  font-size: 16px;
  line-height: 150%;
  color: #828996;
  padding-top: 96px;
  max-width: 400px;
}
.partner-companies__section {
  font-size: 48px;
  line-height: 110%;
  cursor: pointer;
  color: #67717D;
  margin-bottom: 16px;
}
.lang-ru .partner-companies__section {
  margin-bottom: 24px;
}
.partner-companies__section.active {
  color: #ffffff;
  transition: color 1.5s;
}
.lang-ru .partner-companies__section:last-child {
  margin-bottom: 0;
}
.partner-companies__tabs-container {
  width: 50%;
  position: relative;
}
.partner-companies__tabs-item {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.partner-companies__tabs-item.active {
  display: block;
  opacity: 1;
  font-size: 0;
  position: static;
  transition: opacity 1.5s;
}
.partner-companies__tabs-img {
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 20px;
  margin-bottom: 8px;
  width: calc(50% - 4px);
  display: inline-block;
}
.partner-companies__tabs-img:nth-child(odd) {
  margin-right: 8px;
}


@media (max-width: 1279px) {
  .partner-companies__text {
    font-size: 14px;
  }
  .lang-ru .partner-companies__section {
    margin-bottom: 20px;
  }
  .partner-companies__tabs-img {
    border-radius: 16px;
  }
  .partner-companies__section {
    font-size: 32px;
  }
}

@media (max-width: 767px) {
  .partner-companies__container {
    flex-direction: column;
  }
  .partner-companies__tabs {
    width: 100%;
    position: static;
  }
  .partner-companies__tab {
    display: flex;
    overflow-x: auto;
    white-space: nowrap;
    padding-left: 6px;
    position: relative;
    bottom: -10px;
    margin: 0 -5px;
  }
  .partner-companies__text {
    padding-top: 16px;
    padding-bottom: 24px;
  }
  .lang-ru .partner-companies__section {
    margin-bottom: 0;
  }
  .partner-companies__section {
    font-size: 18px;
    margin-right: 16px;
  }
  .partner-companies__tabs-container {
    width: 100%;
  }
}

 /* Блок Преимущества/Услуги в плитке " Вертикальный скролл слева с иконкой" 14  */

.p-page-work__sertificate {
  padding: 86px;
  display: flex;
  background-image: url(/services/zakaznaya-razrabotka-infosistem/img/background_work.png);
  background-repeat: no-repeat;
  border-radius: 24px;
  max-height: 558px;
  margin-bottom: 48px;
}

.p-page-work__sertificate-left-wrapper {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 396px;
}
.p-page-work__sertificate-left-wrapper img {
  max-width: 396px;
  position: absolute;
  top: 0;
  left: 0;
}
.p-page-work__sertificate-item-img {
  opacity: 0;
}
.p-page-work__sertificate-item-img-active {
  opacity: 1;
  transition: opacity 0.2s ease-in-out;
}
.p-page-work__sertificate-left {
  overflow-y: scroll;
  width: 0.5%;
}
.p-page-work__sertificate-left-scroll {
  height: 1500px;
}
.p-page-work__sertificate-right {
  overflow-y: scroll;
  width: 55.5%;
  padding-left: 62px;
}

.p-page-work__sertificate-item-text {
  margin-bottom: 115px;
  opacity: 0.3;
}

.p-page-work__sertificate-item-active {
  transition: opacity 0.2s ease-in-out;
  opacity: 1;
}
.p-page-work__sertificate-item-title {
  margin-bottom: 24px;
  font-size: 48px;
  font-weight: 400;
  line-height: 52.8px;
  text-align: left;
}
.p-page-work__sertificate-item-desccript {
  width: 80%;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  text-align: left;
}

.p-page-work__sertificate-left::-webkit-scrollbar {
  height: 18px;
  width: 2px;
}
.p-page-work__sertificate-left::-webkit-scrollbar-track {
  border-radius: 5px;
  background-color: #3F4A58;
}

.p-page-work__sertificate-left::-webkit-scrollbar-track:hover {
  background-color: #3F4A58;
}

.p-page-work__sertificate-left::-webkit-scrollbar-track:active {
  background-color: #3F4A58;
}

.p-page-work__sertificate-left::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: linear-gradient(to bottom, #0088EA, #00E39F);
}

.p-page-work__sertificate-left::-webkit-scrollbar-thumb:hover {
  background-color: #00E39F;
}

.p-page-work__sertificate-left::-webkit-scrollbar-thumb:active {
  background-color: #00E39F;
}
.p-page-work__sertificate-right::-webkit-scrollbar {
  height: 0;
  width: 0;
}

.p-page-work__sertificate-mobile {
  display: none;
}

@media (max-width: 1279px) {
  .p-page-work__sertificate {
    display: none;
  }

  .p-page-work__sertificate-mobile {
    display: block;
    margin-bottom: 64px;
  }
  .p-page-work__sertificate-mobile-list {
    display: flex;
    overflow-x: scroll;
    column-gap: 12px;
    flex-wrap: nowrap;
    padding-bottom: 20px;
  }
  .p-page-work__sertificate-mobile-item {
    max-height: 346px;
    max-width: 280px;
    width: 100%;
    background-image: url(/services/zakaznaya-razrabotka-infosistem/img/backround-item-sertifi.png);
    background-repeat: no-repeat;
    border-radius: 16px;
    padding: 32px;
  }
  .p-page-work__sertificate-mobile-item-img {
    margin-bottom: 18px;
    max-height: 144px;
  }
  .p-page-work__sertificate-mobile-item-text {
    width: 220px;
  }
  .p-page-work__sertificate-mobile-item-title {
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
    text-align: left;
    margin-bottom: 12px;
  }
  .p-page-work__sertificate-mobile-item-desccript {
    font-size: 14px;
    font-weight: 400;
    line-height: 18.2px;
    text-align: left;
    color: #828996;
  }
  .p-page-work__sertificate-mobile-list::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: linear-gradient(to right, #0088EA, #00E39F);
  }
  .p-page-work__sertificate-mobile-list::-webkit-scrollbar {
    height: 2px;
    width: 2px;
  }
  .p-page-work__sertificate-mobile-list::-webkit-scrollbar-track {
    border-radius: 5px;
    background-color: #3F4A58;
  }
}

@media (max-width: 698px) {
  .p-page-work__sertificate-mobile-item {
    max-height: 300px;
    max-width: 248px;
    padding: 24px;
  }
  .p-page-work__sertificate-mobile-item-img {
    max-width: 115px;
  }
  .p-page-work__sertificate-mobile-item-text {
    width: 200px;
  }
  .p-page-work__sertificate-mobile-item-title {
    font-size: 18px;
    line-height: 19px;
  }
  .p-page-work__sertificate-mobile-item-desccript {
    font-size: 12px;
  }
}


/* Блок Преимущества/Услуги в плитке "Горизонтальный скролл картинок с подписью" 15*/

.direction-swiper__button {
  margin-bottom: 40px;
  font-size: 0;
  text-align: right;
}
.square_link {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  padding: 16px;
  cursor: pointer;
}
.square_link img {
  height: 16px;
  width: 16px;
}

.button-prev img {
  transform: rotate(180deg);
}

.button-prev {
  margin-right: 8px;
}

.direction-swiper {
  overflow: hidden;
  position: relative;
  padding-left: 40px;
  padding-right: 40px;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}
.direction-swiper .swiper-slide {
  width: 380px;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}
.swiper-slide {
  -webkit-flex-shrink: 0 !important;
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}
.direction-list__img-wrapper {
  display: block;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 32px;
}
.direction-list__img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 280px;
  width: 380px;
}
.direction-swiper__info-title {
  display: block;
  font-size: 28px;
  line-height: 130%;
  margin-bottom: 16px;
}
.direction-swiper__info-text {
  font-size: 16px;
  line-height: 150%;
  color: #828996;
}

@media screen and (max-width: 1279px) {
  .direction-swiper {
    padding-left: 20px;
  }
  .direction-swiper__info-title {
    font-size: 24px;
    margin-bottom: 12px;
  }
  .direction-swiper__info-text {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .direction-swiper {
    padding-left: 16px;
    padding-right: 16px;
  }
  .direction-swiper .swiper-slide {
    width: 260px;
  }
  .direction-list__img-wrapper {
    border-radius: 8px;
    margin-bottom: 16px;
  }
  .direction-list__img {
    height: 190px;
    width: 260px;
  }
  .direction-swiper__info-title {
    font-size: 20px;
    margin-bottom: 12px;
  }
  .direction-swiper__info-text {
    font-size: 12px;
  }
}


/* Блок Преимущества/Услуги в плитке "Горизонтальный скролл инфоблоков" 16 */

.service-tabs__container {
  padding-top: 56px;
}

.service-tabs__nav {
  display: flex;
  align-items: end;
  overflow-y: hidden;
  overflow-x: auto;
}
.service-tabs__nav {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.service-tabs__nav-item {
  min-width: 240px;
  width: 25%;
  border-bottom: 2px solid #313B49;
  padding-bottom: 24px;
  font-size: 20px;
  line-height: 26px;
  color: #828996;
  cursor: pointer;
}

.service-tabs__nav-item--active {
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 2px solid white;
  border-image: linear-gradient(89.91deg, #0088EA 0.06%, #00E39F 99.91%);
  border-image-slice: 1;
  cursor: default;
  color: #FFFFFF;
}

.service-tabs__body {
  margin-top: 56px;
  margin-bottom: 160px;
}

.service-tabs__body-info {
  width: 59%;
  display: flex;
  flex-direction: column;
  padding-right: 40px;
}
.service-tabs__body-text {
    font-size: 20px;
    line-height: 26px;
    color: #828996;
    margin-bottom: 40px;
}

.service-tabs__body-inner {
  display: none;
}

.active-tabs__content {
  display: flex;
}
.service-tabs__body-title {
  font-size: 40px;
  line-height: 44px;
  color: #FFFFFF;
  margin-bottom: 40px;
}

.service-tabs__body-list {
  font-size: 20px;
  line-height: 26px;
  color: #FFFFFF;
}
.service-tabs__body-list ul {
  margin: 0;
  padding: 0 20px;
}
.service-tabs__body-list ul li {
  margin-bottom: 20px;
}
.service-tabs__body-list ul li::marker {
  color: #67717D;
}
.service-tabs__body-list ul li:last-child {
  margin-bottom: 0;
}
.service-tabs__body-image {
  width: 41%;
  background: url(/local/templates/nota_main/components/bitrix/news/services/bitrix/news.list/russian/./images/image-tabs-preview.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.service-tabs__body-image img {
  width: 100%;
}

@media screen and (max-width: 1279px) {
  .service-tabs__container.container {
    padding: 48px 0 0 40px;
  }
  .service-tabs__nav-item {
    font-size: 18px;
    line-height: 23px;
    min-width: 200px;
  }
  .container.service-tabs__body {
    padding: 0;
  }
  .service-tabs__body-inner {
    flex-direction: column;
  }
  .service-tabs__body-info {
    width: 100%;
  }
  .service-tabs__body-text {
    font-size: 18px;
    line-height: 23px;
  }
  .service-tabs__body-title {
    font-size: 28px;
    line-height: 31px;
    margin-bottom: 32px;
  }
  .service-tabs__body-image {
    width: 100%;
    background-size: cover;
    border-radius: 16px;
    padding-right: 40px;
  }
  .service-tabs__body-image img {
    width: 100%;
    height: auto;
  }
  .service-tabs__body-list ul {
    margin-bottom: 48px;
  }
  .service-tabs__body-list ul li {
    margin-bottom: 16px;
  }
}

@media screen and (max-width: 767px) {
  .drop-down-list__body {
    margin-top: 24px;
  }
  .service-tabs__container.container {
    padding: 24px 0 0 16px;
  }
  .service-tabs__nav-item {
    padding-bottom: 16px;
  }

  .container.service-tabs__body {
    padding-left: 0;
  }

  .service-tabs__body-info {
    padding-right: 0;
  }
  .service-tabs__body-text {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 24px;
  }
  .service-tabs__body-image {
    padding-right: 16px;
  }
  .service-tabs__body-title {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 24px;
  }
  .service-tabs__body-list {
    font-size: 14px;
    line-height: 18px;
  }
  .service-tabs__body-list ul {
    margin-bottom: 32px;
  }
}


/* Блок Преимущества/Услуги в плитке "Подзаголовки и текст таблицей 6,4 " 17 */

.p-page-stages__stack-list {
  display: flex;
  flex-wrap: wrap;
  gap: 46px;
  margin-bottom: 96px;
}

.p-page-stages__stack-item {
  width: 47%;
}

.p-page-stages__stack-item-title {
  margin-bottom: 5px;
  font-size: 24px;
  font-weight: 400;
  line-height: 31.2px;
  text-align: left;
}

.p-page-stages__stack-item-descript {
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  text-align: left;
  color: #A7ACB6;
}

@media (max-width: 1279px) {
  .p-page-stages__stack-item-title {
    font-size: 20px;
  }
  .p-page-stages__stack-item-descript {
    font-size: 18px;
  }
}

@media (max-width: 966px) {
  .p-page-stages__stack-list {
    row-gap: 32px;
    margin-bottom: 54px;
  }
  .p-page-stages__stack-item {
    width: 44%;
  }
  .p-page-stages__stack-item-title {
    font-size: 18px;
    line-height: 23.2px;
  }
  .p-page-stages__stack-item-descript {
    font-size: 16px;
    line-height: 24px;
  }
  
}
@media (max-width: 698px) {
  .p-page-stages__stack-item {
    width: 75%;
  }
}

@media (max-width: 400px) {
  .p-page-stages__stack-list {
    row-gap: 24px;
    margin-bottom: 60px;
  }
  .p-page-stages__stack-item-title {
    font-size: 14px;
    line-height: 18.2px;
  }
  .p-page-stages__stack-item-descript {
    font-size: 12px;
    line-height: 15.6px;
  }
}

/* Блок Преимущества/Услуги в плитке "Подзаголовки и текст таблицей " 18  */

.drop-down-list__body-list {
  display: flex;
  padding-top: 56px;
  margin-bottom: 30px;
}
.drop-down-list__body-item {
  width: 50%;
}
.drop-down-list__body-title {
  font-size: 40px;
  line-height: 110%;
  margin-bottom: 24px;
}
.drop-down-list__body-ul {
  margin: 0;
  padding: 0;
}
.drop-down-list__body-li {
  font-size: 20px;
  line-height: 130%;
  list-style: none;
  padding-left: 22px;
  position: relative;
}
.drop-down-list__body-li:not(:last-child) {
  margin-bottom: 20px;
}
.drop-down-list__body-li:before {
  content: "•";
  color: #67717D;
  position: absolute;
  left: 0;
}

@media screen and (max-width: 1279px) {
  .drop-down-list__body-list {
    padding-top: 48px;
  }
  .drop-down-list__body-item:nth-child(1) {
    padding-right: 20px;
  }
  .drop-down-list__body-title {
    font-size: 28px;
    margin-bottom: 20px;
  }
  .drop-down-list__body-li:not(:last-child) {
    margin-bottom: 16px;
  }
  .drop-down-list__body-li {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .drop-down-list__body-list {
    flex-direction: column;
    padding-top: 24px;
  }
  .drop-down-list__body-item:nth-child(1) {
    padding-right: 0;
    margin-bottom: 28px;
  }
  .drop-down-list__body-title {
    margin-bottom: 16px;
  }
  .drop-down-list__body-li:not(:last-child) {
    margin-bottom: 12px;
  }
}

/* Блок Преимущества/Услуги в плитке "Подзаголовки и текст таблицей " 19 */


.about-why {
  display: flex;
  margin-bottom: 204px;
}
.about-why__tag {
  font-size: 18px;
  line-height: 130%;
  color: #828996;
  flex: 0 0 450px;
}
.p-page-work__why-we-title {
  font-size: 48px;
  font-weight: 400;
  line-height: 52.8px;
  text-align: left;
  margin-bottom: 32px;
}
.about-why__item {
  position: relative;
  padding: 48px 0 48px 168px;
  opacity: 0;
}
.p-page-work__why-we .p-page-work__why-we-form {
  cursor: pointer;
  color: #FFFFFF !important;
}
.about-why__item:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.about-why__item:first-child {
  padding-top: 0;
}

.about-why__item:first-child .about-why__item-img {
  top: 0;
}
.about-why__item-title {
  font-size: 40px;
  line-height: 110%;
  margin-bottom: 24px;
}
.about-why__item-info {
  font-size: 18px;
  line-height: 130%;
  color: #828996;
}
.about-why__item-img {
  position: absolute;
  left: 0;
  top: 48px;
  display: block;
  max-width: 140px;
  max-height: 140px;
}
.p-page-work__why-we-descript {
  max-width: 360px;
  font-weight: 400;
  font-size: 24px;
  line-height: 130%;
  letter-spacing: 0%;
  margin-bottom: 52px;
}


@media (max-width: 1279px) {
  .about-why {
    margin-bottom: 96px;
    padding-top: 96px;
    flex-direction: column;
  }
  .about-why__tag {
    font-size: 16px;
    flex: 0 0 100%;
    margin-bottom: 56px;
  }
  .about-why__item-img {
    top: 32px;
    max-width: 120px;
    max-height: 120px;
  }
  .about-why__item-title {
    font-size: 28px;
    margin-bottom: 16px;
  }
  .about-why__item-info {
    font-size: 16px;
  }
}

@media (max-width: 966px) {
  .p-page-work__why-we-title {
    margin-bottom: 37px;
  }
  .about-why__item {
    padding: 32px 0 32px 167px;
  }
  .about-why__item-title {
    margin-bottom: 25px;
  }
  .about-why__item-info {
    width: 95%;
  }
}

@media (max-width: 767px) {
  .about-why {
    padding-left: 0px;
    margin-bottom: 80px;
    padding-top: 0;
  }
  .about-why__tag {
    font-size: 16px;
    position: relative;
    margin-bottom: 16px;
  }
  .p-page-work__why-we-title {
    font-size: 32px;
    margin-bottom: 22px;
    line-height: 38.4px;
  }
  .about-why__item {
    padding: 24px 0 24px 76px;
  }
  .about-why__item-img {
    top: 24px;
    max-width: 56px;
    max-height: 56px;
  }
  .about-why__item-title {
    font-size: 18px;
    margin-bottom: 16px;
  }
  .about-why__item-info {
    font-size: 14px;
  }
  .p-page-work__why-we-descript {
    max-width: 100%;
    font-size: 18px;
  }
}


/* Блок Преимущества/Услуги в плитке "Текст и картинка " 20 */


.p-page-block-21 {
  display: flex;
  gap: 140px;
  margin-bottom: 48px;
}

.p-page-block-21__wrapper {
  width: 50%;
}

.p-page-block-21__wrapper img{
  max-height: 300px;
}
.p-page-block-21__title {
  font-weight: 400;
  font-size: 48px;
  line-height: 110%;
  margin-bottom: 24px;
}
.p-page-block-21__descript {
  font-weight: 400;
  font-size: 24px;
  line-height: 130%;
  letter-spacing: 0%;
}

@media (max-width: 1279px) {
  .p-page-block-21 {
    flex-direction: column;
    gap: 60px;
  }
  .p-page-block-21__wrapper {
    width: 100%;
  }
  .p-page-block-21__wrapper img{
    max-height: 400px;
  }
  .p-page-block-21__wrapper:last-child {
    display: flex;
    justify-content: center;
  }
}

@media (max-width: 767px) {
  .p-page-block-21__title {
    font-size: 48px;
    margin-bottom: 16px;
  }
  .p-page-block-21__descript {
    font-size: 18px;
  }
}

@media (max-width: 400px) {
  .p-page-block-21 {
    gap: 32px;
  }
  .p-page-block-21__title {
    font-size: 24px;
    margin-bottom: 8px;
  }
  .p-page-block-21__descript {
    font-size: 14px;
  }
  .p-page-block-21__wrapper img{
    max-height: 200px;
  }
}


/* Блок Баннер с кнопкой в плитке "Стандарт" 21 */

.banner {
  padding: 0 80px;
  border-radius: 32px;
  height: 350px;
  overflow: hidden;
  margin-bottom: 120px;
  display: flex;
  align-items: center;
  background-size: 100% 100%;
  transition: background-size .3s ease-in;
  -moz-transition: background-size .3s ease-in;
  -web-kit-transition: background-size .3s ease-in;
}

.lang-ru .banner {
  background-image: url(/local/html/img/bg-banner-ru.jpg);
}

.banner__container {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: 100%;
}
.banner__text {
  font-size: 48px;
  line-height: 110%;
  max-width: 650px;
}

@media (max-width: 1279px) {
  .lang-ru .banner__container {
    flex-direction: column;
    align-items: start;
  }
  .lang-ru .banner__text {
    font-size: 32px;
    max-width: 100%;
    margin-bottom: 48px;
  }
}

@media (max-width: 767px) {
  .banner {
    padding: 40px 32px;
    border-radius: 16px;
    margin-bottom: 40px;
    height: 264px;
  }
  .lang-ru .banner {
    padding: 40px 24px;
  }
  .lang-ru .banner__text {
    margin-bottom: 40px;
    font-size: 20px;
  }
  .banner__link {
    width: 100%;
  }
  .banner__container .arrow-link {
    width: 100%;
    text-align: center;
  }
}


/* Блок клиентов/партнеров  "Стандарт" 22 */

.lang-ru .partner-carousel__row {
  overflow: hidden;
  margin-bottom: 36px;
}
.partner-carousel__row .js-marquee {
  display: flex;
}
.partner-carousel__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  width: 193px;
  height: 232px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 20px;
  text-align: center;
  padding: 40px;
  margin: 0 4px;
}
.partner-carousel__img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 96px;
}
.partner-carousel__name {
  font-weight: 400;
  font-size: 12px;
  color: #828996;
}
/* End */


/* Start:/local/templates/nota_main/components/dnext/portfolio.sections/first_three_keys/style.css?17752005501427*/
.display_none{
    display: none;
}
.display_block{
    display: block;
}
.portfolio__item-badge.comig_soon
{
    background: transparent;
    color: #828996;
    border: 1px solid #313B49;
}

.video-item {
    z-index: 10000;
    position: absolute;
    top: 0;
    left: 0;
}
video {
    width: 100%;
    height: 100%;
    object-fit: fill;
    overflow: hidden !important;
    border-radius: 15px;
    padding: 5px;
}


.telephone-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 100px;
    height: 100%;
}
.telephone-image {
    width: 340.06px;
    height: 690px;
}

.telephone-wrapper {
    margin-top: 49px;
    margin-bottom: 49px;
    margin-right: auto;
    margin-left: auto;
}

.video-container {
    width: 143.98px;
    overflow: unset !important;
}

.no-overflov {
    overflow: unset !important;
}

@media screen and (max-width: 1279px){
    .telephone-container {
        width: 100px;
        height: 100%;
        transform: matrix(1, 0.08, -0.08, 1, 0, 0);
    }

    video {
        width: 100px;
    }
}


@media screen and (max-width: 769px){
    video {
        width: 72px;
        height: 148px;
    }

    .telephone-container {
        width: 72px;
        height: 148px;
    }
}
.portfolio-page{
    padding-top: 20px !important;
}

.portfolio-block-9-1 .portfolio__item-img {
    top: 0;
    pointer-events: none;
    will-change: transform, opacity;
}
/* End */
/* /promo-page/style.css?177520055055819 */
/* /local/templates/nota_main/components/dnext/portfolio.sections/first_three_keys/style.css?17752005501427 */
