* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    max-width: 100%;
  }
  html {
    -webkit-text-size-adjust: none;
  }
  a,
  address,
  b,
  body,
  center,
  code,
  div,
  em,
  embed,
  footer,
  form,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  header,
  html,
  img,
  label,
  li,
  menu,
  nav,
  object,
  p,
  section,
  small,
  span,
  ul,
  var {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
  }
  body.__hidden {
    overflow: hidden;
  }
  footer,
  header,
  menu,
  nav,
  section {
    display: block;
  }
  ul {
    list-style: none;
  }
  a {
    text-decoration: none;
  }
  button,
  input {
    resize: none;
    border: none;
    background-color: transparent;
    outline: 0;
    padding: 0;
  }
  img {
    max-width: 100%;
  }
  body,
  html {
    -webkit-overflow-scrolling: touch;
  }
  html {
    height: 100%;
    -moz-text-size-adjust: none;
    -webkit-text-size-adjust: none;
    text-size-adjust: none;
  }
  body {
    overflow-x: hidden;
    height: 100%;
  }
  .flex_w {
    display: flex;
    flex-wrap: wrap;
  }
  .flex_w.__ai_c {
    align-items: center;
  }
  .flex_w.__jc_sb {
    justify-content: space-between;
  }
  .flex_w.__jc_c {
    justify-content: center;
  }
  @-webkit-keyframes BackLine {
    0% {
      background-position: 0 2%;
    }
    50% {
      background-position: 100% 99%;
    }
    100% {
      background-position: 0 2%;
    }
  }
  @-moz-keyframes BackLine {
    0% {
      background-position: 0 2%;
    }
    50% {
      background-position: 100% 99%;
    }
    100% {
      background-position: 0 2%;
    }
  }
  @-o-keyframes BackLine {
    0% {
      background-position: 0 2%;
    }
    50% {
      background-position: 100% 99%;
    }
    100% {
      background-position: 0 2%;
    }
  }
  @keyframes BackLine {
    0% {
      background-position: 0 2%;
    }
    50% {
      background-position: 100% 99%;
    }
    100% {
      background-position: 0 2%;
    }
  }
  @keyframes moveLight {
    from {
      height: 1px;
      transform: translateX(-4em) skewX(-45deg);
    }
    to {
      height: 100%;
      transform: translateX(30em) skewX(-45deg);
    }
  }
  @font-face {
    font-family: Inter;
    src: url(https://1.testanvexa.ru/wp-content/themes/templatewp/static/fonts/Inter-Bold.ttf);
    font-weight: 700;
    font-style: normal;
    font-display: swap;
  }
  @font-face {
    font-family: Inter;
    src: url(https://1.testanvexa.ru/wp-content/themes/templatewp/static/fonts/Inter-Medium.ttf);
    font-weight: 500;
    font-style: normal;
    font-display: swap;
  }
  @font-face {
    font-family: Inter;
    src: url(https://1.testanvexa.ru/wp-content/themes/templatewp/static/fonts/Inter-Regular.ttf);
    font-weight: 400;
    font-style: normal;
    font-display: swap;
  }
  @font-face {
    font-family: Inter;
    src: url(https://1.testanvexa.ru/wp-content/themes/templatewp/static/fonts/Inter-SemiBold.ttf);
    font-weight: 600;
    font-style: normal;
    font-display: swap;
  }
  .t_center {
    text-align: center;
  }
  .t_right {
    text-align: right;
  }
  .c_img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
  }
  .b_img {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
  }
  .container {
    max-width: 1360px;
    padding-left: 10px;
    padding-right: 10px;
    margin: 0 auto;
  }
  body {
    background-color: #fff;
    color: #1c1c1c;
    font-size: 18px;
    font-family: Mulish, sans-serif;
  }
  .header {
    border-bottom: 1px solid #f0f0f0;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 10001;
  }
  .header__logo {
    width: 113px;
  }
  .header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .menu {
    display: flex;
    align-items: center;
    gap: 30px;
  }
  .header__wr {
    display: flex;
    align-items: center;
  }
  .menu__point {
    color: #1c1c1c;
    font-family: Mulish;
    font-size: 14px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    cursor: pointer;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
  }
  .enter {
    border-radius: 1000px;
    background: #1c1c1c;
    padding: 6px 16px;
    box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.05);
    color: #fff;
    cursor: pointer;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    font-family: Mulish;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .main {
    background: linear-gradient(180deg, #f4f3f5 -2.03%, #fff 100%);
  }
  .main .container {
    padding-top: 170px;
  }
  .main__content {
    width: 564px;
  }
  .main__head {
    margin-bottom: 60px;
    color: #1c1c1c;
    font-family: Mulish;
    font-size: 54px;
    font-style: normal;
    font-weight: 900;
    line-height: 59px;
  }
  .main__name-list {
    margin-bottom: 15px;
    color: #1c1c1c;
    font-family: Mulish;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .main__list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px 0;
    margin-bottom: 80px;
  }
  .main__point {
    color: #3c3c3c;
    font-family: Mulish;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    position: relative;
    padding-left: 30px;
  }
  .main__point::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    background-image: url(https://1.testanvexa.ru/wp-content/themes/templatewp/static/imgs/icons/li-item.svg);
  }
  .main__inform {
    display: flex;
    align-items: center;
  }
  .main__btn {
    padding: 17px 22px;
    border-radius: 1000px;
    background: #7b61ff;
    box-shadow: 0 6px 20px 0 rgba(107, 83, 231, 0.58);
    color: #fff;
    font-family: Mulish;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    cursor: pointer;
    transition: all 0.1s linear;
  }
  .advantages-section {
    position: relative;
    padding: 60px 0;
  }
  .advantages-section .advantages-section__bg {
    position: absolute;
    left: 650px;
    top: -300px;
    z-index: -1;
    width: 764px;
    height: 882px;
  }
  .advantages-section .advantages-items {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
  }
  .advantages-item .icon {
    width: 76px;
  }
  .advantages-section .advantages-items .advantages-item {
    width: 180px;
    height: auto;
    max-height: 185px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
  }
  .advantages-section .advantages-items .advantages-item .description {
    width: 100%;
    height: auto;
    text-align: center;
  }
  .advantages-section .advantages-items .advantages-item .description .titles {
    font-family: Mulish;
    font-size: 18px;
    font-weight: 800;
    line-height: 22.59px;
    text-align: center;
    margin-bottom: 10px;
    color: #000;
  }
  .advantages-section .advantages-items .advantages-item .description p {
    font-family: Mulish;
    font-size: 16px;
    font-weight: 400;
    line-height: 20.08px;
    text-align: center;
    color: #1c1c1c;
  }
  .slogan-section {
    margin-top: -60px;
    padding-top: 90px;
    margin-bottom: 6px;
  }
  .slogan-section .slogan-block {
    width: 378px;
    border-radius: 6px;
    padding: 3px 6px 3px 6px;
    margin: 0 auto;
    text-align: center;
    z-index: 10;
    background: linear-gradient(86deg, #ffc700, #f7d763, #ffe791, #ffc700);
    background-size: 500% 800%;
    transform: skew(-5deg);
  }
  .slogan-section .slogan-block span {
    font-family: Mulish;
    font-size: 18px;
    font-weight: 700;
    line-height: 26px;
    color: #1c1c1c;
    z-index: 20;
  }
  .main__btn {
    margin-right: 2px;
  }
  .main {
    margin-bottom: 120px;
  }
  .main .container {
    position: relative;
  }
  .main__shadow {
    position: absolute;
    max-width: 100000px;
    top: -441px;
    left: 172px;
  }
  .header {
    z-index: 10001;
  }
  .main__line {
    position: absolute;
    top: -22px;
    right: 135px;
    z-index: 5;
  }
  .main__ek {
    position: absolute;
    top: 0;
    right: -270px;
    z-index: 7;
    max-width: 1290px;
    filter: drop-shadow(0 4px 35px rgba(0, 0, 0, 0.3));
  }
  .main__img-top {
    position: absolute;
    top: 168px;
    border-radius: 7.922px;
    right: 492px;
    z-index: 9;
    box-shadow: 0 5.281px 112.769px 0 rgba(0, 0, 0, 0.18);
  }
  .format__top {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 39px;
  }
  .format__name {
    margin-bottom: 21px;
    color: #1c1c1c;
    text-align: center;
    font-family: Mulish;
    width: 632px;
    font-size: 40px;
    font-style: normal;
    font-weight: 900;
    line-height: 43px;
  }
  .format__text {
    color: #1c1c1c;
    text-align: center;
    font-family: Mulish;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    width: 700px;
  }
  .format__blocks {
    display: flex;
    gap: 21px 15px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
  }
  .format__block {
    padding: 13px 25px;
    border-radius: 300px;
    backdrop-filter: blur(52px);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .format__block.bg-active p {
    color: #201072;
  }
  .format__block p {
    color: #1c1c1c;
    font-family: Mulish;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .format__block:first-of-type p {
    color: #fff;
  }
  .format__item {
    margin-right: 12px;
  }
  .format__item img {
    width: 52px;
  }
  .format .container {
    position: relative;
  }
  .format__blocks {
    position: relative;
    z-index: 10;
  }
  .format__top {
    position: relative;
    z-index: 10;
  }
  .format__shadow {
    top: 0;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    opacity: 0.1;
  }
  .format {
    padding-bottom: 138px;
    background: linear-gradient(180deg, #fff 41.1%, #fcfbfc 96.206%);
  }
  .main__img-top {
    right: 485px;
    top: 168px;
  }
  .support__name {
    margin-bottom: 38px;
    color: #1c1c1c;
    text-align: center;
    font-family: Mulish;
    font-size: 40px;
    font-style: normal;
    font-weight: 900;
    width: 996px;
    line-height: 43px;
  }
  .support__content .container {
    padding-top: 8px;
  }
  .support .container-v2 {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .support__tabs {
    display: flex;
    align-items: center;
    border-radius: 40px;
    background: #242432;
    justify-content: center;
    padding: 0;
    border: 0.5px solid #ffffff30;
  }
  .support__tab {
    padding: 10px 31px;
    border-radius: 1000px;
    color: #fff;
    font-family: Mulish;
    font-size: 16px;
    cursor: pointer;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
  }
  .support__tabs__wr {
    position: sticky;
    top: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all ease-in-out 0.2s;
    z-index: 400;
    transform: translateY(50%);
    -webkit-transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
    -ms-transition: all ease-in-out 0.2s;
    -o-transition: all ease-in-out 0.2s;
  }
  .support__tab.active {
    background-color: #7b61ff;
    color: #fff;
  }
  .support__top {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: -40px;
  }
  .support__top-head {
    margin-bottom: 8px;
    font-family: Mulish;
    font-size: 33px;
    font-style: normal;
    font-weight: 800;
    line-height: 43px;
  }
  .support__top p {
    color: #1c1c1c;
    text-align: center;
    font-family: Mulish;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    width: 616px;
  }
  .support__img {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 20;
    cursor: pointer;
    width: 57%;
  }
  .support__content .container {
    position: relative;
  }
  .support__top {
    position: relative;
    top: 20px;
    z-index: 10;
  }
  .support__shadow1 {
    position: absolute;
    bottom: -187px;
    left: -106px;
    display: none;
  }
  .support__shadow2 {
    position: absolute;
    bottom: -192px;
    right: -90px;
    display: none;
  }
  .prices .container {
    position: relative;
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 1135px;
    margin: 0 auto;
    margin-bottom: 30px;
  }
  .support__block-tab:first-child .support__block-tab-wr::after {
    content: "";
    position: absolute;
    width: 1000px;
    height: 1000px;
    border-radius: 50%;
    top: -120px;
    right: -250px;
    opacity: 0.2;
    transform: rotate(288deg);
    background: linear-gradient(180deg, #00c2ff 0, #ff29c3 100%);
    filter: blur(140px);
  }
  .support__content
    .support__block-tab
    .support__block-content
    .support__block-tab-content {
    width: 43%;
    z-index: 21;
  }
  .support__content .support__block-tab .support__block-content h3 {
    font-family: Mulish;
    font-size: 32px;
    font-weight: 900;
    line-height: 43px;
    text-align: left;
    position: relative;
  }
  .support__content .support__block-tab .support__block-content p {
    font-family: Mulish;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    text-align: left;
    color: inherit;
  }
  .support__img-desc {
    position: absolute;
    bottom: -24px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 14px;
    color: #ffffff50;
  }
  .support__content .support__block-tab:nth-of-type(2n) .support__top-tabs {
    justify-content: flex-end;
    padding-right: 90px;
  }
  .support__content
    .support__block-tab:nth-of-type(2n)
    .support__top-tabs
    .support__top-tab:last-of-type {
    padding-right: 0;
  }
  .support__content
    .support__block-tab:nth-of-type(2n)
    .support__block-tab-content {
    max-width: 48%;
  }
  .support__top-tabs {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    color: #fff;
    gap: 40px;
  }
  .support__top-tabs .support__top-tab {
    opacity: 0.7;
    font-family: Mulish;
    font-size: 18px;
    font-weight: 700;
    line-height: 22.59px;
    text-align: left;
    padding-bottom: 2px;
    color: #fff;
    cursor: pointer;
    border-bottom: 3px solid transparent;
  }
  .support__top-tabs .support__top-tab:first-of-type {
    padding-left: 0;
  }
  .support__top-tabs .support__top-tab.active {
    color: #fff;
    opacity: 1;
    border-bottom: 3px solid #fff;
  }
  .prices__head {
    width: 100%;
    max-width: 600px;
    height: auto;
  }
  .prices__head h4 {
    color: #1c1c1c;
    font-family: Mulish;
    font-size: 54px;
    font-weight: 900;
    line-height: 55px;
  }
  .prices__head h4 img {
    width: 245px;
    position: relative;
    top: 14px;
  }
  .prices__head h4 span {
    display: none;
  }
  .prices__head p {
    margin-top: 25px;
    font-family: Mulish;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    text-align: left;
    color: #1c1c1c;
  }
  .prices__content {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .prices__content .prices__blocks_tabs {
    width: 100%;
    height: auto;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 0;
    background-color: #e1dbfd;
    border-radius: 20px;
    width: fit-content;
    border: 2px solid #e1dbfd;
    position: relative;
  }
  .switcher {
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 24px;
    background-color: #fff;
    display: block;
    z-index: 1;
    height: 100%;
    transition: all 0.2s linear;
  }
  .prices__block--year {
    display: none;
  }
  .prices__block,
  .prices__block--year {
    width: 100%;
  }
  .prices__block--year.--active {
    display: block;
  }
  .prices__block--heading {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: nowrap;
    width: 100%;
    margin-bottom: 15px;
  }
  .prices__prew {
    font-family: Mulish;
    font-size: 30px;
    font-weight: 900;
    line-height: 33px;
    text-align: center;
    color: #2e436c;
    max-width: 277px;
    position: relative;
    display: block;
  }
  .prices__prew p {
    font-family: Mulish;
    font-size: 16px;
    font-weight: 400;
    line-height: 22.4px;
    text-align: left;
    color: #2e436c;
  }
  .prices__name p {
    color: #1c1c1c;
    font-family: Mulish;
    font-size: 40px;
    font-style: normal;
    font-weight: 900;
    line-height: 43px;
  }
  .prices__sum {
    font-family: Mulish;
    font-size: 30px;
    font-weight: 900;
    line-height: 33px;
    text-align: center;
    color: #2e436c;
  }
  .prices__sum span {
    display: block;
    text-align: right;
    width: 100%;
    font-family: Mulish;
    font-size: 16px;
    font-weight: 400;
    line-height: 22.4px;
    color: #2e436c;
  }
  .prices__inform li {
    position: relative;
    width: 100%;
    font-family: Mulish;
    font-size: 16px;
    font-weight: 500;
    line-height: 22.4px;
    text-align: left;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    color: #2e436c;
    border-bottom: 1px solid rgba(51, 68, 102, 0.15);
    padding: 7px 0;
  }
  .prices__inform li:last-child {
    border: none;
  }
  .prices__inform li::before {
    position: relative;
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(https://1.testanvexa.ru/wp-content/themes/templatewp/static/imgs/icons/check-icon.svg);
  }
  .prices {
    background: linear-gradient(180deg, #fcfbfc, #eef4ff 100%);
    padding-bottom: 54px;
  }
  .button-showmore {
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    padding: 7px 10px 30px;
    font-family: Mulish;
    font-size: 16px;
    font-weight: 400;
    line-height: 22.4px;
    text-align: center;
    color: #2e436c80;
    position: relative;
  }
  .prices__inform {
    /* max-height: 190px; */
    overflow: hidden;
    margin-bottom: 7px;
    transition: max-height 0.2s linear;
  }
  .button-showmore::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 15px;
    width: 10px;
    height: 8px;
    opacity: 0.6;
    background-image: url(https://1.testanvexa.ru/wp-content/themes/templatewp/static/imgs/icons/form-arr.svg);
    background-repeat: no-repeat;
  }
  .button-showmore span {
    display: block;
    width: 100%;
    text-align: center;
  }
  .button-showmore span:last-child {
    display: none;
  }
  .button-showmore.--active span:first-child {
    display: none;
  }
  .button-showmore.--active span:last-child {
    display: block;
  }
  .button-showmore.--active::after {
    transform: translateX(-50%) rotate(180deg);
    bottom: 57px;
  }
  .button-showmore.--active {
    padding-top: 15px;
  }
  .prices__btn {
    cursor: pointer;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    padding: 17px 22px;
    border-radius: 1000px;
    width: 380px;
    height: 55px;
    text-align: center;
    color: #fff;
    font-family: Mulish;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    display: block;
    margin: 0 auto;
    margin-top: auto;
    margin-bottom: 28px;
    background: #7b61ff;
    box-shadow: 0 6px 10px 0 #6b53e74d;
  }
  .prices__block {
    position: relative;
    z-index: 10;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .prices__tab--item {
    border-radius: 24px;
    color: #2e436c;
    font-family: Mulish;
    font-size: 14px;
    font-weight: 400;
    line-height: 20.3px;
    text-align: center;
    padding: 5px 14px;
    cursor: pointer;
    position: relative;
    z-index: 2;
  }
  .support {
    margin-bottom: 58px;
  }
  .prices__sum {
    margin-bottom: 6px;
  }
  .prices__head {
    margin-top: 102px;
    position: relative;
    z-index: 10;
  }
  .prices-line {
    position: absolute;
    bottom: -40px;
    left: -136px;
  }
  .prices__shadow {
    top: -51px;
    z-index: -1;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  .assistance {
    padding-bottom: 20px;
    background: linear-gradient(180deg, #eef4ff, #eef4ff 100%);
  }
  .assistance__content {
    width: 451px;
  }
  .assistance__text {
    margin-bottom: 30px;
  }
  .assistance__content .phone-assistance {
    margin-bottom: 20px;
  }
  .header__contacts{
    display: flex;
    align-items: center;
    gap: 16px;
  }
  .sep{
    background: #ececec;
    height: 17px;
    width: 1px;
  }
  .header .assistance-link,
  .header .assistance-link span{
    color: #000;
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
  }
  .header .assistance-link:hover,
  .header .assistance-link:hover span{
    color: #7b61ff;
  }
  .assistance-link {
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: nowrap;
  }
  .assistance-link svg {
    margin-right: 7px;
    height: 100%;
    max-height: 31px;
  }
  .assistance-link span {
    font-family: Mulish;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    text-align: left;
    color: #fff;
  }
  .assistance__prew {
    color: #7b61ff;
    font-family: Mulish;
    font-size: 14px;
    font-style: normal;
    font-weight: 800;
    line-height: 43px;
    letter-spacing: 1.68px;
    text-transform: uppercase;
  }
  .assistance__name {
    margin-bottom: 27px;
    color: #fff;
    font-family: Mulish;
    font-size: 40px;
    font-style: normal;
    font-weight: 900;
    line-height: 43px;
  }
  .assistance__text p {
    color: #fff;
    font-family: Mulish;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 26px;
  }
  .assistance__text p:last-child {
    margin-bottom: 0;
  }
  .assistance__content-wr {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 65px 80px 80px;
    border-radius: 18px;
    background: #1c1c1c;
  }
  .assistance__img {
    position: relative;
    top: 9px;
    left: 7px;
  }
  .assistance .container {
    position: relative;
  }
  .assistance__content {
    position: relative;
    z-index: 10;
  }
  .assistance__img {
    position: relative;
    z-index: 10;
  }
  .assistance__shadow {
    position: absolute;
    bottom: -218px;
    right: -104px;
  }
  .assistance .container {
    max-width: 1050px;
    overflow: hidden;
  }
  .try .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .try__logo {
    margin-bottom: 19px;
  }
  .try__name {
    margin-bottom: 24px;
    color: #1c1c1c;
    text-align: center;
    font-family: Mulish;
    font-size: 40px;
    font-style: normal;
    width: 792px;
    font-weight: 900;
    line-height: 40px;
  }
  .try__text {
    color: #1c1c1c;
    text-align: center;
    font-family: Mulish;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 24px;
  }
  .try {
    position: relative;
  }
  .try__btn {
    padding: 17px 22px;
    font-size: 17px;
    font-weight: 700;
    margin-right: 0;
  }
  .try__line {
    position: absolute;
    bottom: 0;
    left: 1px;
  }
  .try__shadow {
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    top: 0;
    opacity: 0.1 !important;
  }
  .format__shadow {
    opacity: 0.1 !important;
  }
  .try {
    overflow: hidden;
  }
  .try .container {
    position: relative;
    padding-bottom: 285px;
  }
  .try__logo {
    position: relative;
    z-index: 10;
  }
  .try__name {
    position: relative;
    z-index: 10;
  }
  .try__text {
    position: relative;
    z-index: 10;
  }
  .try__btn {
    position: relative;
    z-index: 10;
  }
  .footer {
    background: #eef4ff;
  }
  .footer .container {
    max-width: 1220px;
  }
  .footer__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 30px;
    padding-bottom: 27px;
  }
  .footer-c {
    font-family: Mulish;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
  }
  .footer__menu {
    display: flex;
    align-items: center;
  }
  .footer__menu li {
    padding: 10px;
    margin-right: 10px;
  }
  .footer__menu li:last-child {
    margin-right: 0;
  }
  .footer__menu li a {
    color: #1c1c1c;
    font-family: Mulish;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
  }
  .footer__socials {
    display: flex;
    align-items: center;
  }
  .footer__social {
    margin-right: 19px;
    cursor: pointer;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
  }
  .footer__social svg path {
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
  }
  .footer__social:last-child {
    margin-right: 0;
  }
  .header__burger {
    width: 25px;
    margin-left: 20px;
  }
  .header__burger div {
    width: 21px;
    height: 2px;
    margin-bottom: 4px;
    border-radius: 194px;
    background-color: #212529;
    transition: transform 0.2s linear;
  }
  .header__burger div:last-child {
    margin-bottom: 0;
  }
  .header__burger.active div:nth-child(1) {
    transform: translateY(4px) rotate(45deg);
  }
  .header__burger.active div:nth-child(2) {
    display: none;
  }
  .header__burger.active div:nth-child(3) {
    transform: translateY(-2px) rotate(-45deg);
  }
  .dark {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 100;
    background: rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(2px);
    display: block;
    transition: opacity 0.2s ease-in;
  }
  .burger-menu {
    width: 100%;
    height: 100vh;
    max-height: calc(100vh - 50px);
    overflow-y: auto;
    max-height: -webkit-fill-available;
    position: fixed;
    right: 0;
    padding-top: 0;
    overflow-x: hidden;
    z-index: 300;
    top: 52px;
    transition: 0.2s;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    transform: translateX(100%);
    bottom: 0;
    background: #fff;
    color: #1c1c1c;
  }
  .burger__list {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .burger-menu.active {
    transform: translateX(0);
  }
  .header__burger {
    display: none;
  }
  .burger__wr {
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: space-between;
    gap: 30px;
    padding: 30px 30px 100px;
  }
  .burger__logo {
    margin-bottom: 14px;
  }
  .burger__list li {
    padding: 10px 0;
  }
  .burger__list li a {
    color: #1c1c1c;
    font-family: Mulish;
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
  }
  .burger__socials a span {
    display: flex;
    align-items: center;
    gap: 15px;
    font-family: Mulish;
    color: #1c1c1c;
    font-size: 16px;
    font-weight: 800;
  }
  .burger__socials {
    display: flex;
    flex-direction: column;
    gap: 35px;
  }
  .burger__socials svg path {
    fill: #1c1c1c;
  }
  .menu__point a {
    color: #1c1c1c;
    font-family: Mulish;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
  }
  .header {
    position: fixed;
    z-index: 10001;
  }
  .main__notification {
    display: flex;
    align-items: center;
    color: #1c1c1c;
    font-family: Mulish;
    font-size: 17px;
    font-style: normal;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    font-weight: 700;
    height: 55px;
    line-height: normal;
    padding: 17px 22px;
    border-radius: 1000px;
    border: none;
  }
  .main__notification svg {
    margin-right: 7px;
    transition: transform 0.2s linear;
  }
  .main__content {
    position: relative;
    z-index: 14;
  }
  .format-v2 {
    margin-bottom: 186px;
  }
  
  .prices__block {
    padding: 40px 40px 0 40px;
    width: 100%;
    background: #fff;
    border-radius: 20px;
    max-width: 460px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
  }
  .format__block {
    cursor: pointer;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
  }
  .format__block svg path {
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
  }
  .assistance__shadow-hover {
    border-radius: 18px;
    background: linear-gradient(67deg, #1c1c1c 10.04%, #7b61ff 162.08%);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
    opacity: 0;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    width: 100%;
  }
  .assistance__shadow {
    z-index: 6;
  }
  @keyframes spin {
    0% {
      transform: translate3d(0, -20%, 0) rotate(5deg);
    }
    50% {
      transform: translate3d(0, 20%, 0) rotate(5deg);
    }
    100% {
      transform: translate3d(0, -20%, 0) rotate(5deg);
    }
  }
  
  .advantages__title {
    color: #7b61ff;
    font-family: Mulish;
    font-size: 14px;
    font-weight: 800;
    line-height: 43px;
    letter-spacing: 12%;
    text-align: center;
    text-transform: uppercase;
  }
  .advantages__block {
    padding: 30px;
    box-sizing: border-box;
    border: 2px solid #e9e4fb;
    border-radius: 18px;
    backdrop-filter: blur(104px);
    background: rgba(255, 255, 255, 0.6);
    width: 385px;
  }
  .advantages__blocks {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 24px 0;
    position: relative;
    z-index: 10;
  }
  .advantages__block-icon {
    width: 100%;
  }
  .advantages__bg {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .advantages__blocks-wr {
    position: relative;
  }
  .advantages__block-title {
    color: #1c1c1c;
    font-family: Mulish;
    font-size: 18px;
    font-weight: 800;
    line-height: 23px;
    letter-spacing: 0;
    text-align: left;
    margin-bottom: 5px;
  }
  .advantages__block-desc {
    color: #1c1c1c;
    font-family: Mulish;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0;
    text-align: left;
  }
  .support .container {
    width: 1380px;
  }
  .support__block-tab {
    max-width: 1380px;
    margin: 0 auto 50px;
    padding: 0 10px;
    position: relative;
  }
  .support__block-tab:nth-child(4) {
    margin-bottom: 25px;
  }
  .support__block-tab:last-child {
    width: 100%;
    max-width: none;
    background-color: #202020;
    margin-bottom: 0;
  }
  .support__block-tab:last-child .support__img {
    background-image: url(https://1.testanvexa.ru/wp-content/themes/templatewp/static/imgs/bg/ipad-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
  }
  .support__block-tab:last-child .support__img p {
    display: none;
  }
  .support__block-tab-wr {
    width: 100%;
    padding: 90px 80px;
    color: #fff;
    display: flex;
    gap: 50px;
    justify-content: space-between;
    min-height: 580px;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
    z-index: 10;
  }
  .support__block-tab:not(:last-child) .support__block-tab-wr {
    align-items: start;
  }
  .support__block-tab:last-child .support__block-tab-wr {
    background-color: transparent;
    max-width: 1280px;
    min-height: 740px;
    margin: 0 auto;
    padding: 0 10px;
  }
  .support__block-tab:nth-child(even):not(:last-child) .support__block-tab-wr {
    flex-direction: row-reverse;
  }
  .support__block-tab:nth-child(1) .support__block-tab-wr {
    background-color: #1c1c1c;
  }
  .support__block-tab:nth-child(2) .support__block-tab-wr {
    position: relative;
    background-color: #2c198c;
  }
  .support__block-tab:nth-child(2) .support__block-tab-wr::after {
    content: "";
    position: absolute;
    left: -30%;
    top: 0;
    width: 1300px;
    height: 1300px;
    border-radius: 50%;
    filter: blur(20px);
    background: radial-gradient(
      50% 50% at 50% 50%,
      #ff0de7,
      rgba(255, 13, 231, 0) 100%
    );
    opacity: 0.3;
  }
  .support__block-tab:nth-child(3) .support__block-tab-wr {
    background-color: #eadcff;
  }
  .support__block-tab:nth-child(4) .support__block-tab-wr {
    background-color: #bef3b1;
  }
  .support__block-left {
    width: calc(41.7% - 25px);
  }
  .support__img {
    position: relative;
    width: calc(58.3% - 25px);
    z-index: 30;
  }
  .support__block-tab:not(:last-child) .support__img {
    aspect-ratio: 17/10;
  }
  .support__img img,
  .support__img video{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    border-radius: 8px;
  }
  .support__block-nav {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    margin: 34px 0;
    font-size: 18px;
    font-weight: 700;
    z-index: 10;
  }
  .support__block-tab:last-child .support__block-nav {
    margin-top: 0;
    margin-bottom: 27px;
    padding-top: 240px;
  }
  .support__block-tab:nth-child(1) .support__block-tab-wr .support__block-nav {
    gap: 44px;
  }
  .support__block-tab:last-child .support__top-tab,
  .support__block-tab:nth-child(1) .support__top-tab,
  .support__block-tab:nth-child(2) .support__top-tab {
    color: #b4b4b4;
  }
  .support__block-tab .support__top-tab.--active {
    color: #fff;
    border-bottom: 2px solid #fff;
  }
  .support__block-tab:nth-child(2) .support__top-tab.--active {
    color: #aeffd3;
    border-bottom: 2px solid #aeffd3;
  }
  .support__block-tab:nth-child(3) .support__top-tab,
  .support__block-tab:nth-child(4) .support__top-tab {
    color: #7264b5;
  }
  .support__block-tab:nth-child(3) .support__top-tab.--active,
  .support__block-tab:nth-child(4) .support__top-tab.--active {
    color: #201072;
    border-bottom: 2px solid #201072;
  }
  .support__block-tab:nth-child(1) .support__block-content,
  .support__block-tab:nth-child(2) .support__block-content {
    color: #fff;
  }
  .support__block-tab:nth-child(3) .support__block-content,
  .support__block-tab:nth-child(3) .support__block-desc,
  .support__block-tab:nth-child(4) .support__block-content,
  .support__block-tab:nth-child(4) .support__block-desc {
    color: #201072;
  }
  .support__top-tab {
    padding-bottom: 4px;
    cursor: pointer;
    border-bottom: 2px solid transparent;
    transition: border 0.2s ease-in;
  }
  .support__top-head {
    margin-bottom: 16px;
  }
  .support__block-content {
    line-height: 1.4;
  }
  .support__nav {
    display: none;
    height: 33px;
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
    max-width: 548px;
    border-radius: 40px;
    background: #242432;
    border: 0.5px solid #ffffff30;
  }
  .support__nav::-webkit-scrollbar {
    display: none;
  }
  .support__img p {
    font-size: 14px;
    color: #b4b4b4;
    position: absolute;
    bottom: -25px;
    left: 50%;
    transform: translateX(-50%);
  }
  .support__block-tab:nth-child(odd) img {
    transform-origin: center right;
    transition: transform 0.5s linear, opacity 0.7s ease-in-out, right 0.5s linear,
      bottom 0.5s linear, filter 0.7s linear;
  }
  .support__block-tab:nth-child(even) img {
    transform-origin: center left;
    transition: transform 0.5s linear, opacity 0.7s ease-in-out, left 0.5s linear,
      bottom 0.5s linear, filter 0.7s linear;
  }
  .support__block-tab:nth-child(odd) .support__img img.--active {
    box-shadow: -60px 60px 60px 0 rgba(0, 11, 49, 0.12);
  }
  .support__block-tab:nth-child(even) .support__img img.--active {
    box-shadow: 60px 60px 60px 0 rgba(0, 11, 49, 0.12);
  }
  .support__block-content {
    position: relative;
  }
  .support__block-content-tab {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    transition: opacity 0.5s linear;
  }
  .support__block-content-tab.--active {
    position: static;
  }
  .support__block-tab:nth-child(1),
  .support__block-tab:nth-child(3) {
    z-index: 3;
  }
  .support__block-tab:nth-child(2)::after {
    content: "";
    position: absolute;
    right: -140px;
    top: -167px;
    width: 506px;
    height: 429px;
    z-index: 1;
    background-image: url(https://1.testanvexa.ru/wp-content/themes/templatewp/static/imgs/bg/line.svg);
    background-repeat: no-repeat;
  }
  .support__block-tab:nth-child(4)::before {
    content: "";
    position: absolute;
    left: -460px;
    top: -196px;
    width: 700px;
    height: 650px;
    z-index: 1;
    background-image: url(https://1.testanvexa.ru/wp-content/themes/templatewp/static/imgs/bg/line2.svg);
    background-repeat: no-repeat;
    background-size: contain;
  }
  .support__block-content-tab ul{
    margin-bottom: 10px;
  }
  .support__block-content-tab li{
    position: relative;
    width: 100%;
    font-weight: 500;
    text-align: left;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    padding: 7px 0;
}
  .support__block-content-tab li::before {
    position: relative;
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../imgs/icons/check_icon_w.svg);
  }
    
  .--glitter {
    position: relative;
    overflow: hidden;
  }
  .--glitter::before {
    content: "";
    position: absolute;
    right: 120%;
    top: -40px;
    width: 40px;
    height: 140px;
    transform: rotate(20deg);
    filter: blur(35px);
    background: #fff;
    opacity: 0.8;
    animation: glitter 5s linear infinite;
  }
  .main__head {
    position: relative;
    display: inline-block;
    overflow: hidden;
    margin-bottom: 0;
    padding-bottom: 120px;
  }
  .main__head-slide span {
    color: #7b61ff;
  }
  .main__head-slide {
    position: absolute;
    left: 0;
    bottom: 60px;
    opacity: 0;
    transform: translateY(100%);
    animation: slide 4.5s infinite;
  }
  .main__head-slide img {
    position: relative;
    top: 10px;
    left: 10px;
  }
  .main__head-slide:nth-child(2) {
    animation-delay: 1.5s;
  }
  .main__head-slide:nth-child(3) {
    animation-delay: 3s;
  }
  .support__nav-tabs {
    display: flex;
    align-items: center;
    border-radius: 40px;
    background: #242432;
    position: relative;
    height: 100%;
    width: max-content;
  }
  .support__nav-tab {
    border-radius: 1000px;
    color: #fff;
    font-family: Mulish;
    cursor: pointer;
    font-weight: 800;
    line-height: normal;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    padding: 5px 25px;
    font-size: 18px;
  }
  .support__nav-tab.--active {
    background-color: #7b61ff;
    color: #fff;
    z-index: 10;
  }
  .support__block-tab:nth-last-child(2) .support__nav::after {
    content: none;
  }
  .support__block-tab:last-child .support__nav {
    display: none;
  }
  .support__block-tab:last-child .support__block-tab-wr {
    gap: 0;
    justify-content: flex-start;
  }
  .support__block-tab:last-child .support__block-left {
    width: 40%;
  }
  .support__block-tab:last-child .support__img {
    width: 60%;
  }
  .support__block-tab:last-child .support__img img {
    width: 65.8%;
    left: 17.6%;
    top: 25.5%;
    height: auto;
    aspect-ratio: 169/127;
    transform: rotate(-0.6deg);
    border-radius: 10px;
    opacity: 0;
    transition: opacity 0.5s linear;
  }
  .support__block-content-tab.--active,
  .support__block-tab:last-child .support__img img.--active {
    opacity: 1;
    z-index: 10;
    transition: opacity 0.5s linear;
  }
  .terminal-mobile-desc {
    display: none;
    font-size: 22px;
    font-weight: 900;
    color: #fff;
  }
  @keyframes slide {
    0% {
      opacity: 0;
      transform: translateY(100%);
    }
    10% {
      opacity: 1;
      transform: translateY(0);
    }
    29% {
      opacity: 1;
      transform: translateY(0);
    }
    30% {
      opacity: 1;
      transform: translateY(10px);
    }
    100%,
    40% {
      opacity: 0;
      transform: translateY(-100%);
    }
  }
  @keyframes glitter {
    0% {
      right: 120%;
    }
    20% {
      right: -120%;
    }
    100% {
      right: -120%;
    }
  }
  .coffee,
  .kitchen,
  .rest,
  .bar,
  .cafe,
  .pastry,
  .foodtruck {
    overflow-x: hidden;
  }
  
  body {
    overflow-x: hidden;
    height: 100%;
    color: #1c1c1c;
    font-family: Mulish;
  }
  
  .container-v2 {
    max-width: 1220px;
    padding: 0 10px;
    margin: 0 auto;
  }
  
  .h1 {
    font-weight: 900;
    font-size: 2.5rem;
    line-height: 1.2;
    letter-spacing: 1px;
  }
  
  .h2 {
    font-size: 2.5rem;
    font-weight: 900;
    line-height: 1.1;
  }
  
  .h3 {
    font-size: 1.75rem;
    font-weight: 900;
    line-height: 1.1;
  }
  .h4 {
    font-size: 1.25rem;
    font-weight: 800;
    line-height: 1.1;
  }
  
  .title-accent {
    color: #7b61ff;
  }
  
  .blue-bg {
    background: rgb(238, 244, 255);
  }
  
  .title-desc {
    display: block;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #7b61ff;
  }
  
  .icon-circle {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    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;
  }
  .icon-circle img {
    width: 40px;
    height: 40px;
  }
  
  .rest .hero__img {
    right: -190px;
  }
  .coffee .tasks__icon-item:nth-child(1) .icon-circle {
    background-color: #dff3ff;
  }
  
  .coffee .tasks__icon-item:nth-child(2) .icon-circle {
    background-color: #dfeaff;
  }
  
  .coffee .tasks__icon-item:nth-child(3) .icon-circle {
    background-color: #dfe0ff;
  }
  
  .coffee .tasks__icon-item:nth-child(4) .icon-circle {
    background-color: #eddfff;
  }
  
  .bar .integration {
    background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgb(238, 244, 255)),
      to(rgb(255, 255, 255))
    );
    background: linear-gradient(
      180deg,
      rgb(238, 244, 255),
      rgb(255, 255, 255) 100%
    );
  }
  
  .bar .tasks__title {
    width: 65%;
  }
  
  .bar .tasks__text {
    width: 35%;
  }
  
  .bar .hero__info {
    max-width: 594px;
  }
  
  .bar .hero {
    padding-top: 144px;
    padding-bottom: 213px;
  }
  
  .bar .hero__img {
    top: -127px;
  }
  
  .bar .tasks .icon-circle {
    background-color: #e1e2ff;
  }
  
  .bar .integration__info {
    max-width: 568px;
  }
  
  .bar .integration__wr {
    padding-bottom: 65px;
  }
  
  .bar .functions-v2 .functions-block:first-child {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  
  .bar .functions-v2 .functions-block:last-child {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  
  .bar .functions-v2 .functions-block:first-child .functions-block__img {
    background-color: #fff0df;
  }
  
  .bar .functions-v2 .functions-block:last-child .functions-block__img {
    background-color: #eef4ff;
  }
  
  .cafe .hero {
    padding-top: 126px;
    padding-bottom: 120px;
  }
  
  .cafe .hero__img {
    top: -112px;
  }
  
  .cafe .hero__h1 {
    margin-bottom: 14px;
  }
  
  .cafe .hero p:last-of-type {
    margin-bottom: 44px;
  }
  
  .cafe .tasks {
    padding-bottom: 85px;
  }
  
  .cafe .tasks__icon-list {
    grid-template-columns: 1fr 1fr 1fr;
  }
  
  .cafe .tasks__icon-list .icon-circle {
    background-color: #dae2ff;
  }
  
  .cafe .tasks__text {
    width: 35%;
  }
  
  .cafe .tasks__title {
    width: 58%;
  }
  
  .cafe .tasks__info {
    margin-bottom: 48px;
  }
  
  .cafe .integration {
    background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgb(238, 244, 255)),
      to(rgb(255, 255, 255))
    );
    background: linear-gradient(
      180deg,
      rgb(238, 244, 255),
      rgb(255, 255, 255) 100%
    );
  }
  .cafe .integration__line {
    left: -310px;
    bottom: -220px;
    width: 80%;
  }
  .cafe .integration__list {
    max-width: 434px;
  }
  
  .cafe .integration__info {
    max-width: 578px;
  }
  
  .cafe .functions {
    background: #fff;
  }
  .cafe .functions-block:last-child {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  
  .cafe .functions-block:last-child .functions-block__img {
    background-color: #f0e4ff;
  }
  
  .cafe .functions-block:last-child .list-block__h3 {
    padding-left: 70px;
  }
  
  .cafe .functions-block__item .h4::before {
    background: url(../imgs/icons/li-item.svg) no-repeat;
  }
  
  .cafe .price {
    background: #eef4ff;
  }
  
  .cafe .price {
    padding-bottom: 78px;
  }
  
  .cafe .assistance {
    padding-top: 60px;
  }
  
  .cafe .hero__img-mobile::before,
  .cafe .hero__img-mobile::after {
    background-color: #f59c80;
  }
  .foodtruck .hero {
    padding-top: 150px;
    padding-bottom: 162px;
  }
  
  .foodtruck .hero__info {
    max-width: 580px;
  }
  
  .foodtruck .hero__h1 {
    letter-spacing: 0;
    margin-bottom: 14px;
  }
  
  .foodtruck .hero p {
    margin-bottom: 27px;
  }
  
  .foodtruck .hero__shadow {
    right: -660px;
    top: -220px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  
  .foodtruck .hero__img {
    right: -170px;
  }
  
  .foodtruck .automation__list {
    grid-template-columns: repeat(24, 1fr);
  }
  
  .foodtruck .automation__item:nth-child(1),
  .foodtruck .automation__item:nth-child(4) {
    grid-column: span 11;
  }
  
  .foodtruck .automation__item:nth-child(2),
  .foodtruck .automation__item:nth-child(3) {
    grid-column: span 13;
  }
  
  .foodtruck .os {
    padding-bottom: 83px;
  }
  
  .foodtruck .tasks {
    background-color: #fff;
    padding-top: 55px;
    padding-bottom: 60px;
  }
  
  .foodtruck .tasks__title {
    width: auto;
    max-width: 740px;
  }
  
  .foodtruck .tasks__text {
    width: auto;
    max-width: 420px;
  }
  
  .foodtruck .tasks__icon-list {
    gap: 21px;
  }
  
  .foodtruck .integration-v2 {
    padding-top: 19px;
  }
  
  .foodtruck .tasks__icon-list .icon-circle {
    background-color: #e1e2ff;
  }
  
  .foodtruck .price__wr {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  
  .foodtruck .price {
    padding-top: 77px;
    padding-bottom: 136px;
    background: #eef4ff;
  }
  .kitchen .hero {
    background: #fff;
    padding-top: 104px;
    padding-bottom: 60px;
  }
  
  .kitchen .hero__wr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 780px;
    margin: 0 auto;
  }
  
  .kitchen .hero__h1 {
    font-size: 2.25rem;
    line-height: 1.1;
    text-align: center;
    margin-bottom: 40px;
  }
  
  .kitchen .hero__img-mobile::before {
    width: 90%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 7px;
  }
  
  .kitchen .hero__img-mobile::after {
    width: 80%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 17px;
  }
  
  .kitchen .hero__img-wr {
    width: 100%;
    aspect-ratio: 778/400;
    border-radius: 10px;
    border: 3px solid #1c1c1c;
    position: relative;
    margin-bottom: 30px;
  }
  .kitchen .hero__img-wr::before {
    content: "";
    width: 91%;
    height: 12px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    position: absolute;
    top: -15px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #7b61ff;
    opacity: 0.7;
  }
  .kitchen .hero__img-wr::after {
    content: "";
    width: 82%;
    height: 21px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    position: absolute;
    top: -24px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #7b61ff;
    opacity: 0.4;
  }
  .kitchen .hero__img-wr img {
    position: static;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 10px;
  }
  
  .kitchen .hero p {
    margin-bottom: 9px;
  }
  
  .kitchen .tasks {
    background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgb(255, 255, 255)),
      color-stop(73.997%, rgb(238, 244, 255))
    );
    background: linear-gradient(
      180deg,
      rgb(255, 255, 255),
      rgb(238, 244, 255) 73.997%
    );
  }
  .kitchen .tasks__wr {
    padding: 40px 40px 0 40px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    background-color: #eef4ff;
  }
  .kitchen .tasks__title {
    width: auto;
    max-width: 682px;
  }
  
  .kitchen .tasks__text {
    width: auto;
    max-width: 434px;
  }
  
  .kitchen .tasks__icon-list .icon-circle {
    background-color: #fff;
    border-radius: 20px;
  }
  
  .kitchen .tasks__info {
    margin-bottom: 46px;
  }
  
  .kitchen .os {
    padding-bottom: 80px;
  }
  
  .kitchen .functions-v2 {
    padding-top: 60px;
  }
  
  .kitchen .functions-v2 .functions-block:first-child {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  
  .kitchen .functions-v2 .functions-block:last-child {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  
  .kitchen .functions-v2 .functions-block:first-child .functions-block__img {
    background-color: #e4dfff;
  }
  
  .kitchen .integration-v2 {
    background-color: #fff;
  }
  
  .kitchen .price {
    background: #fff;
    padding-bottom: 60px;
  }
  
  .kitchen .price__wr {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  
  .kitchen .prices__block {
    background-color: #eef4ff;
  }
  
  .kitchen .automation {
    padding-top: 56px;
  }
  
  .kitchen .automation .title-desc {
    text-align: center;
    margin-bottom: 10px;
  }
  
  .kitchen .automation__list {
    grid-template-columns: repeat(9, 1fr);
  }
  
  .kitchen .automation__item:nth-child(1),
  .kitchen .automation__item:nth-child(2),
  .kitchen .automation__item:nth-child(3),
  .kitchen .automation__item:nth-child(5) {
    grid-column: span 3;
  }
  
  .kitchen .automation__item:nth-child(4) {
    grid-column: span 6;
  }
  
  .pastry .hero {
    padding-top: 75px;
    padding-bottom: 71px;
  }
  
  .pastry .hero__h1 {
    margin-bottom: 14px;
  }
  
  .pastry .hero__img {
    top: 41px;
    right: -66px;
  }
  
  .pastry .title-desc {
    margin-bottom: 10px;
  }
  .pastry .tasks {
    background-color: #eef4ff;
    padding-bottom: 90px;
  }
  .pastry .tasks__icon-list {
    grid-template-columns: repeat(20, 1fr);
    gap: 24px;
  }
  .pastry .tasks__icon-list .icon-circle {
    padding: 0;
    background-color: transparent;
    justify-content: start;
    align-items: start;
    width: auto;
    height: auto;
  }
  .pastry .tasks__title {
    width: auto;
  }
  .pastry .tasks__text {
    max-width: 457px;
    width: auto;
  }
  .pastry .tasks__icon-item {
    background-color: #fff;
    border-radius: 20px;
    padding: 20px 20px 35px;
  }
  .pastry .tasks__icon-item:nth-child(1) {
    grid-column: span 12;
  }
  .pastry .tasks__icon-item:nth-child(2) {
    grid-column: span 8;
  }
  .pastry .tasks__icon-item:nth-child(3) {
    grid-column: span 11;
  }
  .pastry .tasks__icon-item:nth-child(4) {
    grid-column: span 9;
  }
  .pastry .os {
    padding-bottom: 72px;
  }
  
  .pastry .automation {
    background-color: #fff;
    padding-top: 60px;
  }
  .pastry .automation__h2 {
    text-align: center;
    margin-bottom: 28px;
  }
  .pastry .automation__icon {
    width: 80px;
    height: 80px;
    margin-bottom: 18px;
    padding: 20px;
    background-color: #e1e2ff;
    border-radius: 50%;
  }
  .pastry .automation__list {
    grid-template-columns: repeat(12, 1fr);
    text-align: center;
    gap: 68px 40px;
  }
  .pastry .automation__item {
    padding: 0;
  }
  .pastry .automation__item:nth-child(1),
  .pastry .automation__item:nth-child(2),
  .pastry .automation__item:nth-child(3) {
    grid-column: span 4;
  }
  .pastry .automation__item:nth-child(4),
  .pastry .automation__item:nth-child(5),
  .pastry .automation__item:nth-child(6),
  .pastry .automation__item:nth-child(7) {
    grid-column: span 3;
  }
  
  .pastry .integration-v2 {
    background: -webkit-gradient(
      linear,
      left bottom,
      left top,
      from(rgb(255, 255, 255)),
      color-stop(73.997%, rgb(238, 244, 255))
    );
    background: linear-gradient(
      0deg,
      rgb(255, 255, 255),
      rgb(238, 244, 255) 73.997%
    );
    padding-top: 20px;
  }
  
  .pastry .integration__wr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  
  .pastry .integration-v2 .integration__list {
    max-width: none;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 24px;
  }
  .pastry .integration-v2 .icon-circle {
    align-items: start;
    justify-content: start;
    width: auto;
    height: auto;
    background: transparent;
  }
  .pastry .integration__item {
    padding: 20px;
    border-radius: 20px;
    background-color: rgba(255, 255, 255, 0.05);
  }
  
  .pastry .integration__item:nth-child(1),
  .pastry .integration__item:nth-child(4) {
    grid-column: span 5;
  }
  
  .pastry .integration__item:nth-child(2),
  .pastry .integration__item:nth-child(3) {
    grid-column: span 7;
  }
  
  .pastry .integration-v2 .integration__wr::before {
    bottom: -20%;
    width: 100%;
    height: 60%;
    background: linear-gradient(
      200deg,
      rgb(0 194 255 / 52%),
      rgb(255, 41, 195) 100%
    );
    opacity: 0.3;
    left: 0;
  }
  
  .pastry .price {
    background: #fff;
  }
  
  .pastry .prices__block {
    background-color: #eef4ff;
  }
  
  .pastry .advantages {
    padding-top: 56px;
  }
  
  .pastry .advantages__list {
    grid-template-columns: repeat(6, 1fr);
  }
  
  .pastry .advantages__item {
    padding: 20px;
    min-height: auto;
  }
  
  .pastry .advantages__item:nth-child(1),
  .pastry .advantages__item:nth-child(2),
  .pastry .advantages__item:nth-child(9),
  .pastry .advantages__item:nth-child(10) {
    grid-column: span 3;
  }
  
  .pastry .advantages__item:nth-child(3),
  .pastry .advantages__item:nth-child(4),
  .pastry .advantages__item:nth-child(5),
  .pastry .advantages__item:nth-child(6),
  .pastry .advantages__item:nth-child(7),
  .pastry .advantages__item:nth-child(8) {
    grid-column: span 2;
  }
  .regular-btn {
    position: relative;
    padding: 17px 22px;
    border-radius: 1000px;
    font-size: 17px;
    font-weight: 700;
    cursor: pointer;
    -webkit-transition: all 0.1s linear;
    transition: border 0.2s linear, color 0.2s linear, box-shadow 0.3s 0.1s linear;
    color: #1c1c1c;
    border: 1px solid #1c1c1c;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .regular-btn span {
    position: relative;
    z-index: 1;
  }
  .regular-btn::before {
    content: "";
    position: absolute;
    right: 102%;
    top: 0;
    width: 110%;
    height: 100%;
    background: #1c1c1c;
    transition: right 0.3s 0.2s;
    transform: skew(-20deg);
    z-index: 0;
  }
  .regular-btn:hover {
    color: #fff;
    /* border-color: #7b61ff; */
    transition: border 0.2s linear, color 0.2s linear, box-shadow 0.3s 0.1s linear;
    box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.28);
  }
  .regular-btn:hover::before {
    right: -2px;
  }
  .main__btn {
    padding: 17px 22px;
    border-radius: 1000px;
    background: #7b61ff;
    -webkit-box-shadow: 0 6px 20px 0 rgba(107, 83, 231, 0.58);
    box-shadow: 0 6px 20px 0 rgba(107, 83, 231, 0.58);
    color: #fff;
    font-family: Mulish;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    cursor: pointer;
    -webkit-transition: all 0.1s linear;
    transition: all 0.1s linear;
    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;
  }
  
  .assistance {
    padding-bottom: 20px;
    background-color: #eef4ff;
  }
  
  .assistance-v2 {
    background: #fff;
  }
  
  .assistance__content {
    width: 451px;
  }
  
  .assistance__text {
    margin-bottom: 30px;
  }
  
  .assistance__content .phone-assistance {
    margin-bottom: 20px;
  }
  
  .assistance-link {
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  
  .assistance-link svg {
    margin-right: 7px;
    height: 100%;
    max-height: 31px;
  }
  
  .assistance-link span {
    font-family: Mulish;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    text-align: left;
    color: #fff;
  }
  
  .assistance__prew {
    color: #7b61ff;
    font-family: Mulish;
    font-size: 14px;
    font-style: normal;
    font-weight: 800;
    line-height: 43px;
    letter-spacing: 1.68px;
    text-transform: uppercase;
  }
  
  .assistance__name {
    margin-bottom: 27px;
    color: #fff;
    font-family: Mulish;
    font-size: 40px;
    font-style: normal;
    font-weight: 900;
    line-height: 43px;
  }
  
  .assistance__text p {
    color: #fff;
    font-family: Mulish;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 26px;
  }
  
  .assistance__text p:last-child {
    margin-bottom: 0;
  }
  
  .assistance__content-wr {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 65px 80px 80px;
    border-radius: 18px;
    background: #1c1c1c;
  }
  .assistance__img {
    position: relative;
    top: 9px;
    left: 7px;
  }
  
  .assistance .container {
    position: relative;
  }
  
  .assistance__content {
    position: relative;
    z-index: 10;
  }
  
  .assistance__img {
    position: relative;
    z-index: 10;
  }
  
  .assistance__shadow {
    position: absolute;
    bottom: -218px;
    right: -104px;
  }
  
  .assistance .container-v2 {
    overflow: hidden;
  }
  
  .hero {
    padding-top: 125px;
    padding-bottom: 90px;
    background: rgb(238, 244, 255);
  }
  .hero__wr {
    position: relative;
  }
  .hero__shadow {
    position: absolute;
    right: -500px;
    top: -380px;
    z-index: 0;
  }
  .hero__info {
    max-width: 564px;
  }
  .hero__img-mobile {
    display: none;
    position: relative;
    width: 50%;
    z-index: 3;
    margin-bottom: 40px;
  }
  .hero__img-mobile::before,
  .hero__img-mobile::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 6px;
    background-color: #7b61ff;
    z-index: -1;
  }
  .hero__img-mobile::before {
    left: -7px;
    top: 3px;
    opacity: 0.7;
  }
  .hero__img-mobile::after {
    left: -14px;
    top: 11px;
    opacity: 0.4;
  }
  .hero__img-mobile img {
    width: 100%;
    border-radius: 6px;
    border: 2px solid #1c1c1c;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .hero__img {
    position: absolute;
    top: -167px;
    right: -139px;
    z-index: 1;
  }
  .hero__h1 {
    margin-bottom: 26px;
  }
  .hero p {
    font-weight: 400;
    line-height: 1.44;
    font-size: 1.125rem;
    margin-bottom: 16px;
  }
  .hero p:last-of-type {
    margin-bottom: 0;
  }
  .hero__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
  }
  
  .hero-v2 {
    padding-top: 160px;
    padding-bottom: 240px;
  }
  .hero-v2 .hero__info {
    max-width: 594px;
  }
  .hero-v2 .hero__h1 {
    margin-bottom: 11px;
    font-size: 2.375rem;
    line-height: 1.3;
  }
  .hero-v2 .hero__text {
    max-width: 550px;
    line-height: 1.45;
  }
  .hero-v2 .hero__shadow {
    top: -430px;
  }
  
  .os {
    padding-bottom: 120px;
    background: rgb(238, 244, 255);
  }
  .os__wr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .os__info {
    width: 50%;
  }
  .os__h2 {
    margin-bottom: 20px;
  }
  .os__text {
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.5;
  }
  
  .os-v2 {
    padding-bottom: 113px;
  }
  .os-v2 .os__wr {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  
  .tasks {
    position: relative;
    padding-bottom: 123px;
    background: rgb(238, 244, 255);
  }
  
  .tasks__line {
    position: absolute;
    top: -100px;
    left: 25%;
  }
  .tasks__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 28px;
  }
  .tasks__title {
    width: 50%;
  }
  .tasks__text {
    width: 50%;
  }
  .tasks__text p {
    font-size: 1.125rem;
    line-height: 1.5;
    margin-bottom: 20px;
    font-weight: 600;
  }
  .tasks__text p:last-child {
    margin-bottom: 0;
  }
  .tasks__icon-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 30px;
  }
  .tasks__icon-list .icon-circle {
    margin-bottom: 10px;
  }
  .tasks__icon-item p {
    font-size: 1rem;
    line-height: 1.6;
  }
  .tasks__icon-h4 {
    margin-bottom: 10px;
    font-weight: 800;
    font-size: 1.3rem;
  }
  .tasks .title-desc {
    margin-bottom: 15px;
  }
  
  .tasks-v2 {
    padding-bottom: 120px;
  }
  .tasks-v2 .tasks__title {
    width: 70%;
  }
  .tasks-v2 .tasks__text {
    width: 30%;
  }
  .tasks-v2 .tasks__desc {
    line-height: 1.3;
  }
  .tasks-v2 .icon-circle {
    background-color: #c0f7ff;
  }
  
  .integration {
    background: rgb(238, 244, 255);
    color: #fff;
    padding-bottom: 90px;
  }
  .integration__wr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 50px;
    padding: 75px;
    background: rgb(28, 28, 28);
    border-radius: 18px;
    position: relative;
    overflow: hidden;
  }
  .integration__wr::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -60%;
    width: 1109px;
    height: 1109px;
    -webkit-filter: blur(125.85px);
    filter: blur(125.85px);
    background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(0, 194, 255, 0.46)),
      to(rgba(255, 41, 195, 0.79))
    );
    background: linear-gradient(
      180deg,
      rgba(0, 194, 255, 0.46),
      rgba(255, 41, 195, 0.79) 100%
    );
    opacity: 0.4;
  }
  .integration__info {
    position: relative;
  }
  .integration__info p {
    font-size: 1.125rem;
    margin-bottom: 15px;
    line-height: 1.5;
    font-weight: 300;
  }
  .integration__info p:last-child {
    margin-bottom: 0;
  }
  .integration__h2 {
    margin-bottom: 20px;
    line-height: 1.3;
  }
  .integration__list {
    position: relative;
    max-width: 500px;
    z-index: 1;
  }
  .integration__item {
    margin-bottom: 18px;
  }
  .integration__item p {
    font-size: 1rem;
    line-height: 1.6;
    font-weight: 300;
  }
  .integration__line {
    position: absolute;
    left: -90px;
    bottom: -140px;
  }
  .integration .title-desc {
    margin-bottom: 21px;
  }
  .integration .icon-circle {
    background: rgba(255, 255, 255, 0.1);
    margin-bottom: 15px;
  }
  .integration .h4 {
    margin-bottom: 12px;
  }
  
  .integration-v2 {
    padding-bottom: 0;
  }
  .integration-v2 .integration__line {
    display: none;
  }
  .integration-v2 .integration__list {
    max-width: 460px;
  }
  .integration-v2 .integration__wr::before {
    left: 7%;
    bottom: -25%;
    opacity: 0.9;
    width: 500px;
    height: 500px;
    -webkit-filter: blur(125.85px);
    filter: blur(100.85px);
    background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(255, 41, 195, 0)),
      to(rgb(255, 41, 195))
    );
    background: linear-gradient(
      180deg,
      rgba(255, 41, 195, 0),
      rgb(255, 41, 195) 100%
    );
    opacity: 0.9;
    border-radius: 50%;
  }
  
  .price {
    padding: 60px 0 99px;
    background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgb(252, 251, 252)),
      to(rgb(238, 244, 255))
    );
    background: linear-gradient(
      180deg,
      rgb(252, 251, 252),
      rgb(238, 244, 255) 100%
    );
    position: relative;
  }
  .price__line {
    position: absolute;
    left: 40%;
    top: 34%;
  }
  .price__wr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 50px;
    padding: 0 40px;
  }
  .price__info {
    max-width: 606px;
    position: relative;
    z-index: 5;
  }
  .price__info p {
    font-size: 1.25rem;
    line-height: 1.5;
    font-weight: 500;
    margin-bottom: 20px;
  }
  .price__info p:last-child {
    margin-bottom: 0;
  }
  .price__title {
    padding-top: 36px;
    margin-bottom: 23px;
    font-size: 3.375rem;
    line-height: 1;
    font-weight: 900;
  }
  
  .price-v2 {
    background: #eef4ff;
    padding-bottom: 81px;
    margin-bottom: 60px;
  }
  
  .prices__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;
  }
  
  .prices__content .prices__blocks_tabs {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 0;
    background-color: #e1dbfd;
    border-radius: 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    border: 2px solid #e1dbfd;
    position: relative;
  }
  
  .switcher {
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 24px;
    background-color: #fff;
    display: block;
    z-index: 1;
    height: 100%;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }
  
  .prices__block--year {
    display: none;
  }
  
  .prices__block,
  .prices__block--year {
    width: 100%;
  }
  
  .prices__block--year.--active {
    display: block;
  }
  
  .prices__block--heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: 100%;
    margin-bottom: 15px;
  }
  
  .prices__prew {
    font-family: Mulish;
    font-size: 30px;
    font-weight: 900;
    line-height: 33px;
    text-align: center;
    color: #2e436c;
    max-width: 277px;
    position: relative;
    display: block;
  }
  
  .prices__prew p {
    font-family: Mulish;
    font-size: 16px;
    font-weight: 400;
    line-height: 22.4px;
    text-align: left;
    color: #2e436c;
  }
  
  .prices__name p {
    color: #1c1c1c;
    font-family: Mulish;
    font-size: 40px;
    font-style: normal;
    font-weight: 900;
    line-height: 43px;
  }
  
  .prices__sum {
    font-family: Mulish;
    font-size: 30px;
    font-weight: 900;
    line-height: 33px;
    text-align: center;
    color: #2e436c;
  }
  
  .prices__sum span {
    display: block;
    text-align: right;
    width: 100%;
    font-family: Mulish;
    font-size: 16px;
    font-weight: 400;
    line-height: 22.4px;
    color: #2e436c;
  }
  
  .prices__inform li {
    position: relative;
    width: 100%;
    font-family: Mulish;
    font-size: 16px;
    font-weight: 500;
    line-height: 22.4px;
    text-align: left;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 10px;
    color: #2e436c;
    border-bottom: 1px solid rgba(51, 68, 102, 0.15);
    padding: 7px 0;
  }
  
  .prices__inform li:last-child {
    border: none;
  }
  
  .prices__inform li::before {
    position: relative;
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../imgs/icons/check_icon.svg);
  }

  
  .prices {
    background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(#fcfbfc),
      to(#eef4ff)
    );
    background: linear-gradient(180deg, #fcfbfc, #eef4ff 100%);
    padding-bottom: 54px;
  }
  
  .button-showmore {
    cursor: pointer;
    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-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    padding: 7px 10px 30px;
    font-family: Mulish;
    font-size: 16px;
    font-weight: 400;
    line-height: 22.4px;
    text-align: center;
    color: rgba(46, 67, 108, 0.5019607843);
    position: relative;
  }
  
  .prices__inform {
    /* max-height: 190px; */
    overflow: hidden;
    margin-bottom: 7px;
    -webkit-transition: max-height 0.2s linear;
    transition: max-height 0.2s linear;
  }
  
  .button-showmore::after {
    content: "";
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 15px;
    width: 10px;
    height: 8px;
    opacity: 0.6;
    background-image: url(https://1.testanvexa.ru/wp-content/themes/templatewp/static/imgs/icons/form-arr.svg);
    background-repeat: no-repeat;
  }
  
  .button-showmore span {
    display: block;
    width: 100%;
    text-align: center;
  }
  
  .button-showmore span:last-child {
    display: none;
  }
  
  .button-showmore.--active span:first-child {
    display: none;
  }
  
  .button-showmore.--active span:last-child {
    display: block;
  }
  
  .button-showmore.--active::after {
    -webkit-transform: translateX(-50%) rotate(180deg);
    transform: translateX(-50%) rotate(180deg);
    bottom: 57px;
  }
  
  .button-showmore.--active {
    padding-top: 15px;
  }
  
  .prices__btn {
    cursor: pointer;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    padding: 17px 22px;
    border-radius: 1000px;
    width: 380px;
    height: 55px;
    text-align: center;
    color: #fff;
    font-family: Mulish;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    display: block;
    margin: 0 auto;
    margin-top: auto;
    margin-bottom: 28px;
    background: #7b61ff;
    -webkit-box-shadow: 0 6px 10px 0 rgba(107, 83, 231, 0.3019607843);
    box-shadow: 0 6px 10px 0 rgba(107, 83, 231, 0.3019607843);
  }
  
  .prices__block {
    padding: 40px;
    width: 100%;
    background: #fff;
    border-radius: 20px;
    max-width: 460px;
    position: relative;
    z-index: 10;
    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-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  
  .prices__tab--item {
    border-radius: 24px;
    color: #2e436c;
    font-family: Mulish;
    font-size: 14px;
    font-weight: 400;
    line-height: 20.3px;
    text-align: center;
    padding: 5px 14px;
    cursor: pointer;
    position: relative;
    z-index: 2;
  }
  
  .functions {
    padding-bottom: 57px;
    background: rgb(238, 244, 255);
  }
  .functions__line {
    position: absolute;
    right: -24%;
    top: 47%;
  }
  .functions__wr {
    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;
    gap: 80px;
  }
  
  .functions-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
  }
  .functions-block__img {
    position: relative;
    background-color: #e4dfff;
    padding: 40px 0 53px;
    border-radius: 30px;
    overflow: hidden;
    width: calc(51.5% - 20px);
  }
  .functions-block__img img {
    height: 409px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: left;
    object-position: left;
    position: relative;
    left: 70px;
    border-radius: 15px;
    border: 3px solid #1c1c1c;
    -webkit-box-shadow: 1px 1px 30px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 1px 30px 10px rgba(0, 0, 0, 0.2);
  }
  .functions-block__list {
    width: calc(48.5% - 20px);
  }
  .functions-block__item {
    margin-bottom: 35px;
  }
  .functions-block__item:last-child {
    margin-bottom: 0;
  }
  .functions-block__item .h4 {
    padding-left: 30px;
    margin-bottom: 15px;
    position: relative;
  }
  .functions-block__item .h4::before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background: url(../imgs/icons/li-item.svg) no-repeat;
    left: 0;
    top: 2px;
  }
  .functions-block__item p {
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 1.5;
  }
  .functions-block:last-child {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .functions-block:last-child .functions-block__img {
    padding: 0;
    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: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #dfeaff;
  }
  .functions-block:last-child .list-block__h3 {
    padding: 0;
    margin-bottom: 33px;
  }
  
  .list-block__h3 {
    margin-bottom: 20px;
    padding: 0 70px;
    line-height: 1.3;
  }
  
  .functions-v2 {
    background-color: #fff;
    padding-bottom: 77px;
  }
  .functions-v2 .functions-block {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .functions-v2 .functions-block__img {
    padding: 40px 0 0;
  }
  .functions-v2 .functions-block__img img {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    left: 50px;
    top: 30px;
  }
  .functions-v2 .functions-block:first-child {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .functions-v2 .functions-block:first-child img {
    height: 453px;
  }
  .functions-v2 .functions-block:first-child .list-block__h3 {
    padding-left: 50px;
    margin-bottom: 0;
  }
  .functions-v2 .functions-block:first-child .functions-block__img {
    background-color: #dfeaff;
  }
  .functions-v2 .functions-block:last-child {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  
  .functions-v2 .functions-block:last-child .functions-block__img {
    padding: 40px 0 0;
  }
  .functions-v2 .functions-block:last-child .list-block__h3 {
    padding-left: 50px;
    margin-bottom: 0;
  }
  .functions-v2 .functions-block:last-child .functions-block__img {
    background-color: #e2ffd0;
  }
  
  .advantages {
    background-color: #eef4ff;
    padding-bottom: 75px;
  }
  .advantages__h2 {
    text-align: center;
    margin-bottom: 32px;
  }
  .advantages__list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 24px;
  }
  .advantages__item {
    background-color: #fff;
    padding: 20px 20px 40px;
    border-radius: 20px;
    min-height: 302px;
    overflow: hidden;
  }
  .advantages__item.--empty-item {
    padding: 0;
  }
  .advantages__item p {
    font-size: 1rem;
    line-height: 1.6;
    font-weight: 400;
  }
  .advantages__icon {
    width: 40px;
    height: 40px;
    margin-bottom: 16px;
  }
  .advantages__h4 {
    margin-bottom: 20px;
  }
  .advantages__item-img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .advantages .title-desc {
    text-align: center;
    margin-bottom: 20px;
    width: 70%;
    margin: 0 auto 10px;
  }
  
  .lead {
    background-color: #eef4ff;
    text-align: center;
    padding-top: 60px;
    padding-bottom: 80px;
  }
  .lead__wr {
    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-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .lead__h3 {
    margin-bottom: 23px;
    max-width: 880px;
    line-height: 1.2;
  }
  .lead__text {
    font-size: 1.25rem;
    line-height: 1.5;
    font-weight: 500;
    max-width: 880px;
    margin-bottom: 19px;
  }
  .lead__logo {
    margin-bottom: 20px;
  }
  .lead .main__btn {
    padding: 17px 35px;
  }
  .lead-v2 {
    background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgb(255, 255, 255)),
      color-stop(87.492%, rgb(238, 244, 255))
    );
    background: linear-gradient(
      180deg,
      rgb(255, 255, 255) 0%,
      rgb(238, 244, 255) 87.492%
    );
  }
  
  .automation {
    background-color: #eef4ff;
    padding-bottom: 90px;
  }
  .automation__h2 {
    margin-bottom: 32px;
    text-align: center;
  }
  .automation__list {
    display: grid;
    grid-template-columns: repeat(20, 1fr);
    gap: 24px;
  }
  .automation__item {
    background-color: #fff;
    border-radius: 20px;
    padding: 20px 20px 35px;
    overflow: hidden;
  }
  .automation__item.--empty-item {
    padding: 0;
  }
  .automation__item:nth-child(1),
  .automation__item:nth-child(2) {
    grid-column: span 10;
  }
  .automation__item:nth-child(5) {
    grid-column: span 11;
  }
  .automation__item:nth-child(6) {
    grid-column: span 9;
  }
  .automation__item:nth-child(3) {
    grid-column: span 13;
  }
  .automation__item:nth-child(4) {
    grid-column: span 7;
  }
  .automation__icon {
    width: 40px;
    height: 40px;
    margin-bottom: 18px;
  }
  .automation__h4 {
    margin-bottom: 20px;
  }
  .automation__text {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.6;
  }
  .automation__item-bg {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
  }
  .automation__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 64px;
  }
  .automation__title {
    max-height: 720px;
  }
  .automation__title__h2 {
    text-align: left;
  }
  
  .soft {
    background-color: #fff;
    padding: 60px 0 79px;
  }
  .soft__wr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 60px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .soft__tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 40px;
    background: #242432;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
    border: 0.5px solid rgba(255, 255, 255, 0.1882352941);
  }
  .soft__tab {
    padding: 10px 31px;
    border-radius: 40px;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    font-weight: 800;
    line-height: normal;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    white-space: nowrap;
    border-radius: 1000px;
  }
  .soft__tab.--active {
    background-color: #7b61ff;
  }
  .soft__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 50px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    display: none;
  }
  .soft__inner.--active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .soft__content {
    position: relative;
    top: 33px;
    max-width: 511px;
  }
  .soft__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 35px;
  }
  .soft__nav-item {
    font-size: 1.125rem;
    font-weight: 800;
    color: rgba(28, 28, 28, 0.7215686275);
    padding-bottom: 5px;
    border-bottom: 2px solid transparent;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    cursor: pointer;
  }
  .soft__nav-item.--active {
    color: #7b61ff;
    border-color: #7b61ff;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
  }
  .soft__info-wr {
    position: relative;
  }
  .soft__info {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear;
  }
  .soft__info.--active {
    position: relative;
    opacity: 1;
    -webkit-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear;
  }
  .soft__info p {
    font-size: 1.125rem;
    line-height: 1.44;
    margin-bottom: 10px;
  }
  .soft__info p:last-of-type {
    margin-bottom: 0;
  }
  .soft__h3 {
    font-size: 2rem;
    margin-bottom: 20px;
  }
  .soft__img {
    border-radius: 8px;
    width: 100%;
    aspect-ratio: 640/400;
    overflow: hidden;
    position: relative;
  }
  .soft__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: opacity 0.2s ease-in;
    transition: opacity 0.2s ease-in;
  }
  .soft__img img.--active {
    position: relative;
    opacity: 1;
    -webkit-transition: opacity 0.2s ease-in;
    transition: opacity 0.2s ease-in;
  }
  @media only screen and (max-width: 1400px) {
    .main__ek {
      width: 85%;
      right: -150px;
      top: 40px;
    }
    .support__block-tab:not(:last-child) .support__block-tab-wr {
      align-items: center;
    }
    .support__img {
      aspect-ratio: 17/10;
    }
    .hero__shadow {
      right: -300px;
    }
    .hero__img {
      width: 50%;
      right: 0;
    }
  }
  @media only screen and (max-width: 1300px) {
    .support__block-tab:last-child .support__block-tab-wr {
      min-height: 580px;
    }
    .support__block-tab:last-child .support__img img {
      top: 14.4vw;
    }
    .support__block-tab:last-child .support__block-nav {
      padding: 0;
    }
    .support__block-tab:last-child .support__block-left {
      align-self: center;
    }
  }
  @media only screen and (max-width: 1200px) {
    .support__block-tab:not(:last-child) .support__block-left {
      width: 55%;
    }
    .support__block-tab:not(:last-child) .support__img {
      width: 45%;
    }
    .main__ek {
      width: 75%;
    }
    .support__block-nav {
      font-size: 12px;
      gap: 12px;
    }
    .support__content .support__block-tab .support__block-content h3 {
      font-size: 22px;
      line-height: 1.4;
    }
    .support__content .support__block-tab .support__block-content p {
      font-size: 16px;
    }
  }
  @media only screen and (max-width: 1100px) {
    .foodtruck .hero__info {
      max-width: none;
    }
    .hero {
      padding: 0;
    }
    .hero__wr {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
    }
    .hero__shadow {
      right: 10%;
      top: -340px;
    }
    .hero__info {
      max-width: none;
    }
    .hero__img {
      position: static;
      width: 50%;
    }
  }
  @media only screen and (max-width: 1000px) {
    .header__contacts{
      display: none;
    }
    
    .support__block-tab:last-child .support__block-nav {
      margin-bottom: 30px;
    }
    .support__block-tab:last-child .support__block-tab-wr {
      align-items: center;
      padding: 30px 20px 50px;
    }
    .support__block-tab:last-child .support__img {
      background-image: url(https://1.testanvexa.ru/wp-content/themes/templatewp/static/imgs/bg/ipad.webp);
      background-size: contain;
      width: 100%;
      background-position-x: center;
      margin-bottom: 50px;
    }
    .support__block-tab:last-child .support__img img {
      left: 14.3%;
      top: 4.5%;
      width: 71.4%;
      transform: rotate(0);
      border-radius: 6px;
    }
    .support__block-tab:last-child .support__block-left {
      width: 100%;
    }
    .main .container {
      display: flex;
      flex-direction: column;
      padding-top: 0;
    }
    .main__ek {
      position: relative;
      width: 80%;
      top: auto;
      right: auto;
    }
    .intro__image-main {
      display: flex;
      justify-content: center;
    }
    .main__content {
      width: 100%;
    }
    .main__head {
      font-size: 45px;
    }
    .menu {
      display: none;
    }
    .header__burger {
      display: block;
    }
  }
  @media only screen and (max-width: 1000px) {
    .kitchen .functions-v2 .functions-block:first-child {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
    }
    .kitchen .functions-v2 .functions-block:last-child {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
    }
    .pastry .tasks__icon-list {
      grid-template-columns: 1fr;
      gap: 24px;
    }
    .pastry .tasks__icon-item:nth-child(1),
    .pastry .tasks__icon-item:nth-child(2),
    .pastry .tasks__icon-item:nth-child(3),
    .pastry .tasks__icon-item:nth-child(4) {
      grid-column: span 1;
    }
    .pastry .advantages__item:nth-child(3),
    .pastry .advantages__item:nth-child(4),
    .pastry .advantages__item:nth-child(5),
    .pastry .advantages__item:nth-child(6),
    .pastry .advantages__item:nth-child(7),
    .pastry .advantages__item:nth-child(8) {
      grid-column: span 3;
    }
    .os__wr {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      gap: 20px;
    }
    .os__info {
      width: 100%;
    }
    .os__h2 {
      text-align: center;
    }
    .os-v2 .os__wr {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      gap: 20px;
    }
    .tasks__info {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      gap: 30px;
    }
    .tasks__title {
      width: 100%;
    }
    .tasks__text {
      width: 100%;
    }
    .tasks__icon-list {
      grid-template-columns: 1fr 1fr;
    }
    .integration__wr {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      padding: 75px 75px 300px;
    }
    .price__line {
      display: none;
    }
    .price__wr {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse;
      padding: 0;
    }
    .price__info {
      max-width: none;
    }
    .functions-block__img {
      width: 100%;
    }
    .functions-block__list {
      width: 100%;
    }
    .functions-block:last-child .functions-block__img {
      display: block;
      padding: 40px 0;
    }
    .functions-block:last-child {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
    }
    .functions-block {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
    }
    .functions-v2 .functions-block:first-child img,
    .functions-v2 .functions-block:last-child img {
      height: 400px;
    }
    .advantages__h2 br {
      display: none;
    }
    .advantages__list {
      grid-template-columns: 1fr 1fr;
    }
    .advantages .title-desc {
      width: 100%;
    }
    .automation__list {
      grid-template-columns: 1fr 1fr;
    }
    .automation__item:nth-child(1),
    .automation__item:nth-child(2),
    .automation__item:nth-child(3),
    .automation__item:nth-child(4),
    .automation__item:nth-child(5),
    .automation__item:nth-child(6) {
      grid-column: span 1;
    }
  }
  @media only screen and (max-width: 768px) {
    .terminal-mobile-desc {
      display: block;
      margin-bottom: 25px;
    }
    .support__block-tab:first-child .support__block-tab-wr::after {
      width: 100%;
      height: 100%;
      top: 0;
      right: 0;
    }
    .support__block-tab:nth-child(2) .support__block-tab-wr::after {
      content: none;
      width: 100%;
      height: 100%;
      bottom: 0;
      left: 0;
      opacity: 0.4;
      filter: blur(100px);
      z-index: -1;
    }
    .main-wr {
      overflow-x: hidden;
      height: 100%;
    }
    .prices__head,
    .prices__head p {
      text-align: center;
    }
    .prices .container {
      flex-direction: column;
      align-items: center;
      gap: 40px;
    }
    .support__block-tab-wr {
      padding: 50px 20px;
      flex-direction: column-reverse !important;
    }
    .support__block-tab:not(:last-child) .support__block-left,
    .support__block-tab:not(:last-child) .support__img {
      width: 100%;
    }
    .support__block-tab .support__img img {
      left: auto !important;
      right: auto !important;
      transform-origin: center center;
    }
    .support__img p {
      display: none;
    }
    .support__block-tab:first-child img {
      transform-origin: center center;
      right: auto !important;
    }
    .support__nav {
      display: block;
      position: relative;
      z-index: 100;
    }
    .support__tabs__wr {
      display: none;
    }
    .support__tabs {
      position: relative;
    }
    .bar .tasks__title {
      width: 100%;
    }
    .bar .tasks__text {
      width: 100%;
    }
    .bar .functions-v2 .functions-block:first-child {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
    }
    .bar .functions-v2 .functions-block:last-child {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
    }
    .cafe .tasks__title,
    .cafe .tasks__text {
      width: 100%;
    }
    .cafe .tasks__icon-list {
      grid-template-columns: 1fr 1fr;
    }
    .cafe .functions-block:last-child {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
    }
    .cafe .functions-block__img img {
      left: 40px;
    }
    .foodtruck .automation__list {
      grid-template-columns: 1fr;
    }
    .foodtruck .automation__item:nth-child(1),
    .foodtruck .automation__item:nth-child(2),
    .foodtruck .automation__item:nth-child(3),
    .foodtruck .automation__item:nth-child(4) {
      grid-column: span 1;
    }
    .kitchen .hero__img-wr {
      display: none;
    }
    .kitchen .automation__list {
      grid-template-columns: 1fr;
    }
    .kitchen .automation__item:nth-child(1),
    .kitchen .automation__item:nth-child(2),
    .kitchen .automation__item:nth-child(3),
    .kitchen .automation__item:nth-child(5) {
      grid-column: span 1;
    }
    .kitchen .automation__item:nth-child(4) {
      grid-column: span 1;
    }
    .pastry .hero__shadow {
      display: block;
      width: 100%;
      right: 0px;
      top: 0px;
    }
    .pastry .automation__list{
        grid-template-columns: 1fr 1fr;
    }    
    .pastry .integration-v2 .integration__list {
      grid-template-columns: 1fr;
    }
    .pastry .automation__item:nth-child(1),
    .pastry .automation__item:nth-child(2),
    .pastry .automation__item:nth-child(3),
    .pastry .automation__item:nth-child(4),
    .pastry .automation__item:nth-child(5),
    .pastry .automation__item:nth-child(6),
    .pastry .automation__item:nth-child(7){
        grid-column: span 1;
    }
    .pastry .integration__item:nth-child(1),
    .pastry .integration__item:nth-child(4),
    .pastry .integration__item:nth-child(2),
    .pastry .integration__item:nth-child(3) {
      grid-column: span 1;
    }
    .pastry .advantages__item:nth-child(1),
    .pastry .advantages__item:nth-child(2),
    .pastry .advantages__item:nth-child(9),
    .pastry .advantages__item:nth-child(10) {
      grid-column: span 6;
    }
    .pastry .advantages__item:nth-child(3),
    .pastry .advantages__item:nth-child(4),
    .pastry .advantages__item:nth-child(5),
    .pastry .advantages__item:nth-child(6),
    .pastry .advantages__item:nth-child(7),
    .pastry .advantages__item:nth-child(8) {
      grid-column: span 6;
    }
    .hero {
      padding-top: 65px;
      padding-bottom: 50px;
    }
    .hero__shadow {
      display: none;
    }
    .hero__info {
      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-align: center;
      -ms-flex-align: center;
      align-items: center;
    }
    .hero__img-mobile {
      display: block;
      width: 70%;
    }
    .hero__img {
      display: none;
    }
    .tasks-v2 .tasks__title {
      width: 100%;
    }
    .tasks-v2 .tasks__text {
      width: 100%;
    }
    .functions-v2 .functions-block:first-child {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
    }
    .functions-v2 .functions-block:last-child {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
    }
    .automation__list {
      grid-template-columns: 1fr;
    }
    .automation__item.--empty-item {
      height: 300px;
    }
    .automation__info {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
    }
    .soft__inner {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse;
    }
  }
  @media only screen and (max-width: 600px) {
    .header .container {
      padding-top: 4px;
      padding-bottom: 4px;
    }
    .header__logo {
      width: 152px;
    }
    .main__ek {
      width: 100%;
      position: absolute;
      top: 18px;
    }
    .intro__image-main {
      padding-bottom: 344px;
    }
    .main__head {
      font-size: 38px;
      padding-bottom: 62px;
      line-height: 46px;
    }
    .main__head-slide {
      bottom: 15px;
    }
    .main__list {
      grid-template-columns: 1fr;
      gap: 16px;
      bottom: 16px;
      margin-bottom: 37px;
    }
    .main__inform {
      flex-direction: column;
      gap: 20px;
    }
    .main__btn {
      width: 100%;
      text-align: center;
    }
    .main {
      margin-bottom: 17px;
    }
    .advantages-section .advantages-items {
      gap: 40px 0;
    }
    .advantages-section {
      padding: 60px 0 30px;
    }
    .support__block-tab:nth-child(2)::after,
    .support__block-tab:nth-child(4)::before {
      content: none;
    }
    .support__block-tab {
      margin-bottom: 6px !important;
    }
    .support__block-tab {
      padding: 0;
    }
    .slogan-section {
      margin-bottom: 24px;
    }
    .support__block-tab-wr,
    .support__block-tab:last-child {
      border-radius: 10px;
    }
    .support__block-tab-wr {
      padding: 39px 13px 63px;
      gap: 28px;
    }
    .support__block-nav {
      font-size: 18px;
      margin: 30px 0;
    }
    .support__content .support__block-tab .support__block-content h3 {
      font-size: 28px;
      line-height: 1.1;
    }
    .support__content .support__block-tab .support__block-content p {
      font-size: 18px;
    }
    .format {
      padding-bottom: 93px;
    }
    .format__blocks {
      gap: 8px;
    }
    .format__block {
      padding: 8px 13px;
    }
    .format__item img {
      width: 34px;
    }
    .format__block p {
      font-size: 18px;
    }
    .format__name {
      font-size: 36px;
    }
    .format__top {
      margin-bottom: 18px;
    }
    .prices__head h4 {
      font-size: 34px;
      line-height: 38px;
    }
    .prices__head h4 img {
      display: none;
    }
    .prices__head h4 span {
      display: block;
    }
    .prices__head {
      margin-top: 9px;
    }
    .prices__content {
      align-items: center;
    }
    .assistance .container,
    .assistance .container-v2 {
      padding: 0;
    }
    .assistance__content-wr {
      border-radius: 10px;
      padding: 30px 20px 60px;
      flex-direction: column-reverse;
    }
    .prices {
      padding-bottom: 34px;
    }
    .assistance__img {
      width: 300px;
      top: auto;
    }
    .assistance__name {
      font-size: 28px;
      line-height: normal;
      margin-bottom: 20px;
    }
    .assistance__text {
      margin-bottom: 44px;
    }
    .assistance__content .phone-assistance,
    .assistance_social {
      display: flex;
      justify-content: center;
    }
    .assistance__shadow-hover {
      opacity: 0.4;
    }
    .footer__inner {
      flex-direction: column-reverse;
      padding-top: 14px;
      gap: 10px;
    }
    .footer__menu {
      flex-direction: column;
    }
    .footer__menu li a {
      font-size: 18px;
    }
    .footer__menu li {
      padding: 16px;
    }
  }
  @media only screen and (max-width: 500px) {
    .main__notification {
      position: relative;
      left: -7px;
    }
    html {
      font-size: 14px;
    }
    .container-v2 {
      padding: 0 18px;
    }
    .bar .hero {
      padding-top: 65px;
      padding-bottom: 80px;
    }
    .bar .integration__wr {
      padding-bottom: 200px;
    }
    .cafe .hero {
      padding-top: 65px;
      padding-bottom: 80px;
    }
    .cafe .os {
      padding-bottom: 80px;
    }
    .cafe .integration__line {
      left: -40px;
      bottom: -80px;
      width: 100%;
    }
    .cafe .tasks__icon-list {
      grid-template-columns: 1fr;
    }
    .foodtruck .hero {
      padding-top: 65px;
      padding-bottom: 50px;
    }
    .kitchen .hero {
      background-color: #eef4ff;
      padding-top: 65px;
    }
    .kitchen .tasks {
      background: #eef4ff;
    }
    .kitchen .tasks__wr {
      padding: 0;
      border-radius: 0;
    }
    .pastry .hero {
      padding-top: 65px;
    }
    .pastry .automation__list{
      grid-template-columns: 1fr;
    }
    .advantages__item.--empty-item {
      max-height: 300px;
    }
    .assistance__content-wr {
      padding: 65px 15px 80px;
    }
    .hero__img-mobile {
      width: 100%;
    }
    .hero p {
      font-size: 1.15rem;
      font-weight: 500;
      line-height: 1.5;
    }
    .hero__buttons {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      width: 100%;
    }
    .hero-v2 {
      padding-top: 65px;
      padding-bottom: 60px;
    }
    .hero-v2 .hero__text {
      font-size: 1.15rem;
      font-weight: 500;
      line-height: 1.5;
    }
    .os__text {
      font-size: 1.15rem;
      font-weight: 500;
      line-height: 1.5;
    }
    .tasks {
      padding-bottom: 80px;
    }
    .tasks__line {
      display: none;
    }
    .tasks__text p {
      font-size: 1.15rem;
      font-weight: 500;
      line-height: 1.5;
    }
    .tasks__icon-list {
      grid-template-columns: 1fr;
    }
    .tasks__icon-item p {
      font-size: 1.15rem;
      font-weight: 500;
      line-height: 1.5;
    }
    .tasks .title-desc {
      text-align: center;
    }
    .tasks__h2 {
      text-align: center;
    }
    .integration {
      padding-bottom: 20px;
    }
    .integration .container-v2 {
      padding-left: 2px;
      padding-right: 2px;
    }
    .integration__wr {
      padding: 30px 15px 250px;
    }
    .integration__wr::before {
      bottom: 0;
      opacity: 0.1;
      width: 100%;
      height: 100%;
      filter: none;
    }
    .integration__item p {
      font-size: 1.15rem;
      font-weight: 400;
      line-height: 1.5;
    }
    .integration__line {
      left: -40px;
      bottom: -100px;
    }
    .price {
      padding-top: 20px;
    }
    .price__info {
      text-align: center;
    }
    .price__title {
      font-size: 2.375rem;
      line-height: 1.5;
    }
    .functions__line {
      display: none;
    }
    .functions-block__img img {
      left: 20px;
    }
    .functions-block__item p {
      font-size: 1.15rem;
      font-weight: 500;
      line-height: 1.5;
    }
    .list-block__h3 {
      padding: 0 20px;
    }
    .advantages__list {
      grid-template-columns: 1fr;
    }
    .advantages__item p {
      font-size: 1.15rem;
      font-weight: 500;
      line-height: 1.5;
    }
    .lead .main__btn {
      width: auto;
      padding: 17px 25px;
    }
    .soft__wr {
      gap: 40px;
    }
    .soft__tab {
      padding: 8px 20px;
      font-size: 13px;
    }
    .soft__tabs-wr {
      height: 33px;
      overflow-x: auto;
      overflow-y: hidden;
      width: 100%;
      max-width: 548px;
      border-radius: 40px;
      background: #242432;
      border: 0.5px solid #ffffff30;
    }
    .soft__tabs {
      display: flex;
      align-items: center;
      border-radius: 40px;
      background: #242432;
      position: relative;
      height: 100%;
      width: max-content;
    }
    .soft__inner {
      gap: 10px;
    }
    .hero-v2 .hero__h1,
    .hero .hero__h1 {
      font-size: 2rem;
      line-height: 1.3;
    }
    .h2 {
      line-height: 1.3;
      font-size: 2rem;
    }
    .h3 {
      line-height: 1.3;
      font-size: 2rem;
    }
    .h4 {
      font-size: 1.25rem;
      font-weight: 800;
    }
    .functions-v2 .functions-block:last-child .list-block__h3,
    .functions-v2 .functions-block:first-child .list-block__h3 {
      padding-left: 20px;
    }
    .functions-v2 .functions-block__img img {
      left: 20px;
    }
    .--glitter::before {
      animation: none;
    }
  }
  @media only screen and (max-width: 420px) {
    .main__ek {
      width: 135%;
    }
    .main__head-slide img {
      position: absolute;
      top: 0;
      right: -60px;
      left: auto;
      width: 50px;
    }
  }
  @media only screen and (min-width: 768px) {
    .support__block-tab .support__img img {
      bottom: auto !important;
    }
  }
  @media only screen and (min-width: 1000px) {
    .menu__point:hover {
      color: #7b61ff;
    }
    .enter:hover {
      background-color: #7b61ff;
    }
    .main__btn:hover,
    .prices__btn:hover {
      transform: scale(1.04);
      box-shadow: 0 6px 20px 0 #747474ad;
      transition: all 0.1s linear;
    }
    .support__tab:not(.active):hover {
      color: #7b61ff;
    }
    .support__top-tabs .support__top-tab:hover {
      color: #fff;
      opacity: 1;
      border-bottom: 3px solid #fff;
    }
    .prices__btn:hover {
      background-color: #7b61ff;
    }
    .footer__menu li a:hover {
      color: #7b61ff;
    }
    .footer__social:hover svg path {
      fill: #7b61ff;
    }
    .burger__list li a:hover {
      color: #7b61ff;
    }
    .menu__point a:hover {
      color: #7b61ff;
    }
    .main__notification:hover svg {
      transform: scale(1.04);
      transition: transform 0.2s linear;
    }
    .format__block:hover {
      transform: scale(1.03);
    }
    .support__top-tab:hover {
      border-bottom: 1.5px solid #7b61ff;
      transition: all 0.2s linear;
    }
  }



  /******************LLTR*****************/
  .enter{
    position: relative;
  }
  .users{
    position: absolute;
    background: rgba(255, 255, 255, 1);
    border-radius: 10px;
    box-shadow: 0px 5.09px 108.58px 0px rgba(0, 0, 0, 0.18);
    padding: 10px 16px;
    right: 0;
    top: 40px;
    display: none;
    flex-direction: column;
    width: 200px;
    min-width: 200px;
    color: #222;
  }
  .users > div{
    padding: 10px 0;
    text-align: left;
    display: flex;
    flex-direction: column;
    gap: 5px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1)
  }
  .users > div p{
    transition: all ease-in-out 0.2s;
    -webkit-transition: all ease-in-out 0.2s;
    -ms-transition: all ease-in-out 0.2s;
    -o-transition: all ease-in-out 0.2s;
  }
  .users > div:hover p{
    color: rgba(123, 97, 255, 1);
  }
  .users > div:hover span{
    color: rgba(123, 97, 255, .5);
  }
  .users > div p.user_login{
    font-family: Mulish;
    font-weight: 800;
    font-style: ExtraBold;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;
  }
  .users > div p.user_email,
  .users > div p.user_email span{
    font-family: Mulish;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
  }
  .users > div p.user_email{
    color: rgba(28, 28, 28, 1);
  }
  .users > div p.user_email span{
    color: rgba(28, 28, 28, .5);
  }
  .users div:last-child{
    border-bottom: none;
  }
  .users div:last-child p{
    font-family: Mulish;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    line-height: 100%;  
    letter-spacing: 0%;

  }
  .header{
    backdrop-filter: blur(40px);
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.05);

  }
  .resto_menu{
    position: fixed;
    max-height: calc(100vh - 50px);
    overflow-y: auto;
    top: -999px;
    width: 100%;
    z-index: 999;
    background: rgba(255, 255, 255, 1);
    border-bottom: 1px solid rgba(240, 240, 240, .9);
    backdrop-filter: blur(40px);
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.1);
    padding: 52px 10px 40px;
    transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
  }
  .resto_menu.active{
    top: 50px;
  }
  .gta.active{
    color: rgba(123, 97, 255, 1);
  }
  .resto_menu .resto-type-list{
    max-width: 100%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 40px 60px;
    justify-items: left;
  }
  .resto_menu .resto-type-list .resto-type-item{
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 0;
    border-radius: 100px;
    background: #fff;
    border: none; 
    transition: outline-offset .28s ease, outline-color .2s ease;
    outline: 2px dotted transparent;
    outline-offset: 0;
    position: relative;
    justify-content: center;
    padding: 10px 0;
  }
  .resto_menu .resto-type-list .resto-type-item:hover{            
    outline-color: rgba(28, 28, 28, .5);
    outline-offset: 6px;      
  }

  @media (prefers-reduced-motion: reduce){
     .resto_menu .resto-type-list .resto-type-item{ transition: none; }
  }
  .resto_menu .resto-type-list .resto-type-item img{
    max-width: 17.5%;
  }
  .resto_menu .resto-type-list .resto-type-item span{
    color: rgba(32, 16, 114, 1);
    font-family: Mulish;
    font-weight: 700;
    font-style: Bold;
    font-size: 18px;
    letter-spacing: 0px;
  }
  .bottom_presents_out{
    max-width: 100%;
    margin: 60px auto 0 auto;
    display: flex;
    justify-content: center;
  }
  .bottom_presents{
    display: flex;
    justify-content: space-between;
    /* width: 66%; */
    align-items: center;
    position: relative;
  }
  .bottom_presents img{
    width: 300px;
  }
  .bottom_presents .bottom_presents_title{
    font-family: Mulish;
    font-weight: 400;
    font-style: Italic;
    font-size: 15px;
    line-height: 100%;
    letter-spacing: normal;
    max-width: 216px;
    position: relative;
    color: rgba(28, 28, 28, .6);
    transform: rotate(-2deg);
    left: 40px;
    top: -20px;
  }
  .bottom_presents .bottom_presents_btn{
    font-family: Mulish;
    font-weight: 700;
    font-style: Bold;
    font-size: 17px;
    line-height: 100%;
    letter-spacing:normal;
    color: rgba(255, 255, 255, 1);
    background: rgba(123, 97, 255, 1);
    border-radius: 1000px;
    width: 192px;
    max-width: 192px;
    padding: 17px 0;
    text-align: center;
    box-shadow: 0 6px 20px 0 #747474ad;
  }
  .bottom_presents .bottom_presents_btn:hover{
    transform: scale(1.04);
    box-shadow: 0 6px 20px 0 #747474ad;
    transition: all 0.1s linear;
  }
  .main__notification p{
    font-family: Mulish;
    font-weight: 700;
    font-style: Bold;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0%;
  }
  .main__notification p span{
    color: #39df86;
  }
  .prices__content .prices__blocks_tabs{
    display: none;
  }
  .prices__block--year{
    display: block!important;
  }
  /******************LLTR*****************/




input.valid {
  background: url(../imgs/icons/reg-ok.svg) no-repeat right 1em center;
}
input.invalid {
  background: url(../imgs/icons/reg-close.svg) no-repeat right 1em center;
}
.dropdown {
  min-width: 20em;
}
.dropdown, .dropdown li {
  border-radius: .5em;
}

#prices, #assistance{
  padding-top: 60px;
  margin-top: -60px;
}

/* Доработка вывода фото / видео / фрейм */
.main__media{
    position: absolute;
    top: 170px;
    right: calc((1360px - 100vw) / 2);
    z-index: 7;
    width: calc(100vw - 564px - 30px - (100vw - 1360px) / 2);
    max-width: 960px;
    aspect-ratio: 16 / 9;
    filter: drop-shadow(0 4px 35px rgba(0, 0, 0, 0.3));
}
.main__media-el{
    width: 100%;
    height: auto;
    display: block;
    border: 0;
    border-radius: 6px;
}

.resto_menu__close{
  position: absolute;
  top: 12px;
  right: 12px;
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 10px;
  background: rgba(0,0,0,.08);
  cursor: pointer;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 5;
}

.resto_menu__close span{
  font-size: 28px;
  line-height: 1;
  color: #000;
}

@media only screen and (max-width: 1400px) {
    .main__media {
        right: 0;
        width: calc(100vw - 564px - 30px);
    }
}

@media only screen and (max-width: 1024px){
  .resto_menu .resto-type-list{
    grid-template-columns: repeat(4, 1fr);
  }
}

@media only screen and (max-width: 1000px) {
    .main__media {
        position: relative;
        width: 100%;
        top: auto;
        right: auto;
        margin: 0 auto;
    }
    .intro__image-main{
        margin-top: 80px;
    }
}

@media only screen and (max-width: 768px){
  .resto_menu__close{
    display: flex;
  }
  .resto_menu .resto-type-list{
    grid-template-columns: repeat(3, 1fr);
  }
  .bottom_presents .bottom_presents_title,
  .bottom_presents img{
    display: none;
  }
}

@media only screen and (max-width: 600px) {
  .intro__image-main{
    padding-bottom: 30px;
  }
  .main__ek{
    position: static;
  }
  .resto_menu .resto-type-list{
    grid-template-columns: repeat(2, 1fr);
  }
}

/* video в support__img ведет себя как img */
.support__img video {
width: 100%;
height: 100%;
object-fit: cover;
position: absolute;
border-radius: 8px;
}


/* тени и анимации для активного элемента — и для video тоже */
.support__block-tab:nth-child(odd) .support__img video {
transform-origin: center right;
transition: transform 0.5s linear, opacity 0.7s ease-in-out, right 0.5s linear,
bottom 0.5s linear, filter 0.7s linear;
}
.support__block-tab:nth-child(even) .support__img video {
transform-origin: center left;
transition: transform 0.5s linear, opacity 0.7s ease-in-out, left 0.5s linear,
bottom 0.5s linear, filter 0.7s linear;
}
.support__block-tab:nth-child(odd) .support__img video.--active {
box-shadow: -60px 60px 60px 0 rgba(0, 11, 49, 0.12);
}
.support__block-tab:nth-child(even) .support__img video.--active {
box-shadow: 60px 60px 60px 0 rgba(0, 11, 49, 0.12);
}


/* на последнем блоке (терминал) — там отдельные правила, продублируем для video */
.support__block-tab:last-child .support__img video {
width: 65.8%;
left: 17.6%;
top: 25.5%;
height: auto;
aspect-ratio: 169/127;
transform: rotate(-0.6deg);
border-radius: 10px;
opacity: 0;
transition: opacity 0.5s linear;
}
.support__block-content-tab.--active,
.support__block-tab:last-child .support__img video.--active {
opacity: 1;
z-index: 10;
transition: opacity 0.5s linear;
}


@media only screen and (max-width: 1000px) {
.support__block-tab:last-child .support__img video {
left: 14.3%;
top: 4.5%;
width: 71.4%;
transform: rotate(0);
border-radius: 6px;
}
}
