a {
  text-decoration: none; }

.logo {
  max-width: 166px;
  display: flex;
  align-items: center;
  gap: 20px; }
  .logo .img {
    width: 70px; }
    .logo .img img {
      width: 100%; }
  .logo p {
    margin: 0;
    width: calc(100% - 90px);
    font-weight: 700;
    font-size: 20px;
    line-height: 120%;
    color: #2B3F51; }

.soc {
  display: flex;
  margin: 0;
  padding: 0;
  list-style-type: none;
  gap: 12px; }
  .soc li {
    line-height: 1; }
    .soc li a {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 24px;
      height: 24px;
      transition: 0.3s; }
      .soc li a:hover svg path {
        fill: #FF6809;
        transition: 0.3s; }
      .soc li a svg {
        max-width: 100%;
        max-height: 100%; }

.section {
  padding: 56px 0; }

.desr {
  text-align: center; }
  .desr small {
    display: inline-flex;
    padding: 0 24px;
    margin: 0 auto 24px;
    justify-content: center;
    align-items: center;
    height: 44px;
    text-transform: uppercase;
    color: #0A66C2;
    font-size: 12px;
    font-weight: 700;
    background: #FFFFFF;
    border-radius: 16px; }

.block_title {
  display: block;
  margin-bottom: 12px;
  font-size: 48px;
  line-height: 58px;
  text-align: center;
  letter-spacing: -0.01em;
  color: #2B3F51; }

.page-desc {
  margin-bottom: 46px;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #2B3F51; }

.btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  height: 48px;
  padding: 0 24px;
  background: rgba(10, 102, 194, 0.1);
  border: none;
  color: #0A66C2;
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  border-radius: 16px;
  transition: 0.3s;
  cursor: pointer; }
  .btn:hover {
    opacity: 0.8; }

.btn.wh {
  background: #FFFFFF;
  color: #0A66C2; }

.btn.blue {
  background: #0A66C2;
  color: #FFFFFF; }

.btn.dp {
  height: 88px;
  padding: 0 64px;
  font-size: 16px;
  border-radius: 24px; }

.btn.accent {
  background: #FF6809;
  color: #ffff; }

header .h_top {
  padding: 24px 0; }
  header .h_top .h_top_wrap {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    header .h_top .h_top_wrap .h_menu {
      display: flex;
      gap: 50px;
      margin: 0;
      padding: 0;
      list-style-type: none; }
      header .h_top .h_top_wrap .h_menu li a {
        position: relative;
        display: flex;
        align-items: center;
        gap: 8px;
        color: #2B3F51;
        font-size: 16px;
        line-height: 24px;
        transition: 0.3s; }
        header .h_top .h_top_wrap .h_menu li a:hover {
          color: #0A66C2; }
          header .h_top .h_top_wrap .h_menu li a:hover svg path {
            fill: #0A66C2; }
    header .h_top .h_top_wrap .hamburger {
      display: none;
      justify-content: center;
      align-items: center;
      width: 24px;
      height: 24px; }

footer {
  padding: 56px 0;
  border-top: 1px solid rgba(10, 102, 194, 0.2); }
  footer .f_top .f_top_wrap {
    display: flex;
    justify-content: space-between; }
    footer .f_top .f_top_wrap .col {
      flex: unset; }
      footer .f_top .f_top_wrap .col:first-child {
        display: flex;
        justify-content: space-between;
        flex-direction: column; }
      footer .f_top .f_top_wrap .col:last-child {
        display: flex;
        justify-content: space-between;
        flex-direction: column; }
      footer .f_top .f_top_wrap .col.menu {
        display: flex;
        justify-content: space-between;
        width: 327px; }
    footer .f_top .f_top_wrap ul {
      margin: 0;
      padding: 0;
      list-style-type: none; }
    footer .f_top .f_top_wrap .soc {
      margin-top: auto; }
    footer .f_top .f_top_wrap .f_menu {
      display: flex;
      flex-direction: column;
      gap: 30px; }
      footer .f_top .f_top_wrap .f_menu li {
        line-height: 1; }
        footer .f_top .f_top_wrap .f_menu li a {
          font-size: 16px;
          color: #2B3F51;
          line-height: 24px;
          transition: 0.3s; }
          footer .f_top .f_top_wrap .f_menu li a.active {
            color: #0A66C2; }
          footer .f_top .f_top_wrap .f_menu li a:hover {
            color: #0A66C2; }
    footer .f_top .f_top_wrap .f_info {
      display: flex;
      flex-direction: column;
      gap: 8px;
      margin: 32px 0; }
      footer .f_top .f_top_wrap .f_info li {
        line-height: 1; }
        footer .f_top .f_top_wrap .f_info li a, footer .f_top .f_top_wrap .f_info li p {
          font-size: 16px;
          line-height: 1;
          color: #2B3F51; }
        footer .f_top .f_top_wrap .f_info li a {
          text-decoration: underline; }
  footer .links {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin: 0;
    padding: 0;
    list-style-type: none; }
    footer .links li {
      line-height: 1; }
      footer .links li a {
        font-size: 16px;
        color: #2B3F51;
        line-height: 24px;
        transition: 0.3s; }
        footer .links li a.active {
          color: #0A66C2; }
        footer .links li a:hover {
          color: #0A66C2; }
  footer .copy {
    margin: 0;
    font-size: 16px;
    line-height: 24px;
    color: #2B3F51;
    opacity: 0.3; }
  footer .f_bottom {
    margin-top: 32px;
    padding-top: 32px;
    border-top: 1px solid rgba(10, 102, 194, 0.2);
    display: none; }
    footer .f_bottom .links {
      gap: 16px;
      margin-bottom: 32px; }

.s-chat .chat_wrap {
  padding: 48px;
  background: #ffff;
  border-radius: 50px; }
.s-chat .chat_info {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-bottom: 166px; }
  .s-chat .chat_info .rows:nth-child(even) .item {
    justify-content: flex-start; }
    .s-chat .chat_info .rows:nth-child(even) .item .desc, .s-chat .chat_info .rows:nth-child(even) .item .ava {
      background: #F5F7FA; }
  .s-chat .chat_info .item {
    display: flex;
    gap: 16px;
    justify-content: flex-end; }
    .s-chat .chat_info .item .desc {
      max-width: 70%;
      padding: 16px 24px;
      display: inline-flex;
      flex-direction: column;
      gap: 4px;
      background: rgba(10, 102, 194, 0.1);
      border-radius: 16px;
      overflow-wrap: anywhere; }
      .s-chat .chat_info .item .desc p, .s-chat .chat_info .item .desc span {
        margin: 0;
        color: #2B3F51;
        font-size: 16px;
        line-height: 24px; }
      .s-chat .chat_info .item .desc time {
        font-size: 14px;
        line-height: 18px;
        color: #2B3F51;
        opacity: 0.2; }
    .s-chat .chat_info .item .ava {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 56px;
      height: 56px;
      background: rgba(10, 102, 194, 0.1);
      border-radius: 16px; }
      .s-chat .chat_info .item .ava img {
        max-width: 100%;
        max-height: 100%; }
.s-chat .chat_send {
  position: relative; }
  .s-chat .chat_send input {
    padding: 24px 60px 24px 77px;
    width: 100%;
    height: 72px;
    color: #2B3F51;
    font-size: 16px;
    border: 1px solid rgba(10, 102, 194, 0.2);
    border-radius: 16px;
    transition: 0.3s; }
    .s-chat .chat_send input:focus {
      border-color: #0A66C2; }
    .s-chat .chat_send input::placeholder {
      color: #2B3F51;
      font-size: 16px;
      opacity: 0.4; }
  .s-chat .chat_send .file {
    position: absolute;
    top: 26px;
    left: 24px;
    height: 24px;
    padding-right: 15px;
    border-right: 1px solid rgba(43, 63, 81, 0.15); }
    .s-chat .chat_send .file svg path {
      fill: #aab2b9; }
  .s-chat .chat_send .send {
    position: absolute;
    top: 26px;
    right: 24px;
    width: 20px;
    height: 20px;
    padding: 0;
    background: 0 0;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center; }
    .s-chat .chat_send .send svg {
      max-width: 100%;
      max-height: 100%; }

@media (max-width: 991px) {
  .s-chat .chat_wrap {
    padding: 32px;
    border-radius: 32px; }
  .s-chat .chat_info {
    padding-bottom: 140px; }
  .s-chat .chat_send input {
    height: 64px;
    padding: 20px 56px 20px 70px; } }
@media (max-width: 767px) {
  .s-chat .chat_wrap {
    padding: 24px;
    border-radius: 24px; }
  .s-chat .chat_info {
    gap: 12px;
    padding-bottom: 120px; }
    .s-chat .chat_info .item {
      gap: 12px; }
      .s-chat .chat_info .item .desc {
        max-width: 100%;
        padding: 12px 16px; }
        .s-chat .chat_info .item .desc p, .s-chat .chat_info .item .desc span {
          font-size: 15px;
          line-height: 22px; }
        .s-chat .chat_info .item .desc time {
          font-size: 13px;
          line-height: 17px; }
      .s-chat .chat_info .item .ava {
        width: 44px;
        height: 44px; }
  .s-chat .chat_send input {
    height: 56px;
    padding: 16px 52px 16px 62px;
    font-size: 15px; }
    .s-chat .chat_send input::placeholder {
      font-size: 15px; }
  .s-chat .chat_send .file {
    top: 16px;
    left: 16px;
    padding-right: 12px; }
  .s-chat .chat_send .send {
    top: 18px;
    right: 16px; } }
@media (max-width: 575px) {
  .s-chat .chat_wrap {
    padding: 20px; }
  .s-chat .chat_info {
    padding-bottom: 104px; }
  .s-chat .chat_send input {
    border-radius: 14px; }
  .s-chat .chat_send .file {
    border-right: none; } }
.adv-lite.type {
  margin-top: 48px; }

.tabs_items {
  display: flex;
  justify-content: center;
  margin: 0 0 48px;
  padding: 0;
  list-style-type: none; }
  .tabs_items li {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 24px;
    height: 44px;
    color: #0A66C2;
    font-size: 12px;
    font-weight: 700;
    background: rgba(10, 102, 194, 0);
    text-transform: uppercase;
    border-radius: 16px;
    transition: 0.3s;
    cursor: pointer; }
    .tabs_items li.active {
      background: rgba(10, 102, 194, 0.06); }
    .tabs_items li:hover {
      background: rgba(10, 102, 194, 0.06); }

.adv-lite {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style-type: none; }
  .adv-lite li {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 32px;
    background: #FFFFFF;
    border-radius: 24px; }
    .adv-lite li p {
      margin-bottom: 8px;
      color: #0A66C2;
      font-size: 70px;
      line-height: 1;
      font-weight: 700; }
    .adv-lite li small {
      color: #2B3F51;
      font-size: 16px;
      line-height: 24px; }

.video {
  position: relative;
  margin-top: 48px;
  cursor: pointer; }
  .video img {
    width: 100%;
    border-radius: 24px; }
  .video button {
    position: absolute;
    top: 50%;
    left: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 100px;
    border-radius: 24px;
    background: #ffff;
    transform: translate(-50%, -50%); }

.s-nalog .nalog_list {
  margin: 0;
  padding: 0;
  list-style-type: none; }
  .s-nalog .nalog_list li {
    display: flex;
    padding: 32px;
    justify-content: flex-start;
    gap: 32px;
    align-items: center;
    background: #ffff;
    border-radius: 24px;
    margin-bottom: 16px; }
    .s-nalog .nalog_list li:last-child {
      margin-bottom: 0; }
    .s-nalog .nalog_list li .cols {
      display: flex;
      align-items: center;
      gap: 32px; }
      .s-nalog .nalog_list li .cols.center {
        align-items: flex-start;
        flex-direction: column;
        gap: 8px; }
      .s-nalog .nalog_list li .cols.last {
        margin-left: auto; }
    .s-nalog .nalog_list li .date {
      padding-right: 14px;
      display: flex;
      gap: 8px;
      align-items: center;
      color: #0A66C2;
      font-size: 12px;
      font-weight: 700;
      text-transform: uppercase; }
      .s-nalog .nalog_list li .date svg {
        margin-top: -2px; }
    .s-nalog .nalog_list li .img {
      width: 140px;
      height: 140px;
      border-radius: 16px;
      overflow: hidden; }
      .s-nalog .nalog_list li .img img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
    .s-nalog .nalog_list li .title {
      display: block;
      font-size: 30px;
      line-height: 36px;
      letter-spacing: -0.01em;
      color: #2B3F51; }
    .s-nalog .nalog_list li small {
      color: #2B3F51;
      font-size: 16px;
      line-height: 24px; }
    .s-nalog .nalog_list li .st {
      display: flex;
      gap: 8px;
      align-items: center;
      color: #0A66C2;
      font-size: 14px;
      line-height: 18px; }

.s-video .video_wrap {
  padding: 86px;
  border: 1px solid rgba(10, 102, 194, 0.2);
  border-radius: 50px; }

.s-changes .changes_wrap {
  padding: 86px;
  border: 1px solid rgba(10, 102, 194, 0.2);
  text-align: center;
  border-radius: 50px; }
  .s-changes .changes_wrap .btn {
    margin: 2px auto 48px; }
  .s-changes .changes_wrap .changes_wp {
    display: flex;
    gap: 64px; }
    .s-changes .changes_wrap .changes_wp .image {
      width: 100%;
      max-width: 430px; }
      .s-changes .changes_wrap .changes_wp .image img {
        width: 100%;
        object-fit: contain; }
    .s-changes .changes_wrap .changes_wp .text {
      width: calc(100% - 494px); }
    .s-changes .changes_wrap .changes_wp ul {
      margin: 0;
      padding: 0;
      list-style-type: none; }
      .s-changes .changes_wrap .changes_wp ul li {
        display: flex;
        gap: 32px;
        margin-bottom: 48px; }
        .s-changes .changes_wrap .changes_wp ul li:last-child {
          margin-bottom: 0; }
        .s-changes .changes_wrap .changes_wp ul li .icon {
          display: flex;
          justify-content: center;
          align-items: center;
          width: 72px;
          height: 72px;
          border: 1px solid rgba(10, 102, 194, 0.2);
          border-radius: 24px;
          margin-bottom: 24px; }
        .s-changes .changes_wrap .changes_wp ul li .desc {
          width: calc(100% - 104px); }
        .s-changes .changes_wrap .changes_wp ul li span {
          display: block;
          margin-bottom: 8px;
          font-size: 30px;
          line-height: 36px;
          letter-spacing: -0.01em;
          color: #2B3F51;
          text-align: left; }
        .s-changes .changes_wrap .changes_wp ul li p {
          margin: 0;
          font-size: 16px;
          line-height: 24px;
          color: #2B3F51;
          text-align: left; }

.s-tracking .tracking_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  margin: 0;
  padding: 0;
  list-style-type: none; }
  .s-tracking .tracking_list li {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    padding: 48px;
    background: #FFFFFF;
    border-radius: 50px; }
    .s-tracking .tracking_list li .icon {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 72px;
      height: 72px;
      border: 1px solid rgba(10, 102, 194, 0.2);
      border-radius: 24px;
      margin-bottom: 32px; }
    .s-tracking .tracking_list li span {
      display: block;
      margin-bottom: 8px;
      font-size: 30px;
      line-height: 36px;
      letter-spacing: -0.01em;
      color: #2B3F51;
      text-align: left; }
    .s-tracking .tracking_list li p {
      margin: 0;
      font-size: 16px;
      line-height: 24px;
      color: #2B3F51;
      text-align: left; }
    .s-tracking .tracking_list li .btn {
      margin-top: 32px; }

.s-steps .timeline {
  position: relative;
  margin: 0 auto 40px;
  padding-left: 64px;
  padding-bottom: 8px;
  overflow: hidden; }
  .s-steps .timeline::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    width: 100000px;
    bottom: 18px;
    height: 2px;
    border: 2px dashed #2B3F51;
    opacity: 0.3;
    z-index: 1; }
.s-steps .timeline_months {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 64px;
  margin: 0;
  padding: 0;
  list-style-type: none; }
  .s-steps .timeline_months li {
    position: relative;
    padding-bottom: 34px;
    cursor: pointer; }
    .s-steps .timeline_months li span {
      display: inline-flex;
      justify-content: center;
      align-items: center;
      height: 46px;
      padding: 0 24px;
      border-radius: 9px;
      font-size: 20px;
      color: #2B3F51;
      line-height: 1;
      font-weight: 300;
      background: #ffff;
      transition: 0.3s; }
    .s-steps .timeline_months li::after {
      content: "";
      position: absolute;
      left: 50%;
      bottom: 0;
      transform: translateX(-50%);
      width: 26px;
      height: 26px;
      border-radius: 50%;
      background: #0A66C2;
      border: 8px solid #ffff;
      box-shadow: 0px 4px 14px rgba(5, 5, 10, 0.1);
      z-index: 2; }
    .s-steps .timeline_months li.active span {
      color: #ffff;
      background: #FF6809;
      box-shadow: 0px 4px 14px rgba(255, 104, 9, 0.4); }
    .s-steps .timeline_months li.active::after {
      background: #FF6809; }
    .s-steps .timeline_months li:hover span {
      color: #ffff;
      background: #FF6809;
      box-shadow: 0px 4px 14px rgba(255, 104, 9, 0.4); }
.s-steps .tabs_items {
  margin-bottom: 40px; }
.s-steps .steps_content {
  display: flex;
  gap: 80px;
  text-align: left; }
  .s-steps .steps_content .left {
    width: 100%;
    max-width: 480px; }
    .s-steps .steps_content .left .block_title {
      text-align: left; }
    .s-steps .steps_content .left .page-desc {
      text-align: left;
      margin-bottom: 48px; }
  .s-steps .steps_content .right {
    width: calc(100% - 560px);
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px; }
    .s-steps .steps_content .right ul {
      display: flex;
      flex-direction: column;
      gap: 16px;
      margin: 0;
      padding: 0;
      list-style-type: none; }
      .s-steps .steps_content .right ul li {
        padding: 32px;
        background: #ffff;
        border-radius: 24px; }
        .s-steps .steps_content .right ul li .icon {
          width: 52px;
          height: 52px;
          margin-bottom: 24px;
          display: flex;
          justify-content: center;
          align-items: center;
          border: 1px solid rgba(10, 102, 194, 0.2);
          border-radius: 16px; }
        .s-steps .steps_content .right ul li p {
          margin: 0;
          color: #2B3F51;
          font-size: 18px;
          line-height: 27px;
          font-weight: 700; }
@media (max-width: 1199px) {
  .s-steps .steps_content {
    gap: 48px; }
    .s-steps .steps_content .left {
      max-width: 420px; }
    .s-steps .steps_content .right {
      width: calc(100% - 468px);
      grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 991px) {
  .s-steps .timeline {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 18px; }
    .s-steps .timeline::after {
      left: 16px;
      right: 16px; }
  .s-steps .timeline_months {
    justify-content: flex-start;
    gap: 16px;
    padding: 0 16px; }
    .s-steps .timeline_months li {
      flex: 0 0 auto;
      min-width: 92px; }
  .s-steps .steps_content {
    flex-direction: column;
    gap: 32px; }
    .s-steps .steps_content .left {
      max-width: none; }
    .s-steps .steps_content .right {
      width: 100%;
      grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 575px) {
  .s-steps .timeline_months li {
    min-width: 84px; }
    .s-steps .timeline_months li span {
      height: 34px;
      padding: 0 14px; }
  .s-steps .steps_content .right {
    grid-template-columns: 1fr; }
  .s-steps .steps_content .left .page-desc {
    margin-bottom: 28px; } }

@media (max-width: 1199px) {
  .adv-lite {
    grid-template-columns: repeat(2, 1fr); }

  .s-video .video_wrap {
    padding: 64px;
    border-radius: 40px; }

  .s-changes .changes_wrap {
    padding: 64px;
    border-radius: 40px; }
    .s-changes .changes_wrap .changes_wp {
      gap: 40px; }

  .s-tracking .tracking_list {
    grid-template-columns: repeat(2, 1fr); }

  .s-nalog .nalog_list li {
    flex-direction: column;
    align-items: flex-start; }
    .s-nalog .nalog_list li .cols:first-child {
      flex-direction: column;
      gap: 15px; }
      .s-nalog .nalog_list li .cols:first-child .date {
        order: 2; }
    .s-nalog .nalog_list li .cols.last {
      margin-left: unset; } }
@media (max-width: 991px) {
  .tabs_items {
    justify-content: flex-start;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    gap: 8px;
    padding: 0 16px;
    margin-bottom: 32px; }
    .tabs_items li {
      flex: 0 0 auto;
      white-space: nowrap; }

  .adv-lite {
    grid-template-columns: repeat(2, 1fr); }
    .adv-lite li {
      padding: 24px; }
      .adv-lite li p {
        font-size: 54px; }

  .video button {
    width: 80px;
    height: 80px;
    border-radius: 20px; }

  .s-video .video_wrap {
    padding: 40px;
    border-radius: 32px; }

  .s-changes .changes_wrap {
    padding: 40px;
    border-radius: 32px; }
    .s-changes .changes_wrap .btn {
      margin-bottom: 32px; }
    .s-changes .changes_wrap .changes_wp {
      flex-direction: column;
      align-items: center;
      gap: 32px; }
      .s-changes .changes_wrap .changes_wp .image {
        max-width: 360px; }
      .s-changes .changes_wrap .changes_wp .text {
        width: 100%; }

  .s-nalog .nalog_list li {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px; }
    .s-nalog .nalog_list li .cols {
      width: 100%;
      gap: 16px; }
      .s-nalog .nalog_list li .cols.last {
        margin-left: 0;
        justify-content: space-between; }
    .s-nalog .nalog_list li .img {
      width: 110px;
      height: 110px; }
    .s-nalog .nalog_list li .title {
      font-size: 24px;
      line-height: 30px; }

  .s-tracking .tracking_list {
    grid-template-columns: 1fr;
    gap: 16px; }
    .s-tracking .tracking_list li {
      padding: 32px;
      border-radius: 32px; }
      .s-tracking .tracking_list li span {
        font-size: 24px;
        line-height: 30px; }

  .s-work.type .work_wrap ul {
    grid-template-columns: 1fr; }
    .s-work.type .work_wrap ul li:nth-child(1), .s-work.type .work_wrap ul li:nth-child(2), .s-work.type .work_wrap ul li:nth-child(3) {
      grid-column: auto;
      grid-row: auto; }
    .s-work.type .work_wrap ul li .img {
      margin-top: 0;
      margin-bottom: 24px; }
    .s-work.type .work_wrap ul li .head {
      margin-bottom: 24px; } }
@media (max-width: 575px) {
  .adv-lite {
    grid-template-columns: 1fr; }
    .adv-lite li p {
      font-size: 46px; }
    .adv-lite li small {
      font-size: 14px;
      line-height: 20px; }

  .video {
    margin-top: 32px; }
    .video img {
      border-radius: 18px; }
    .video button {
      width: 64px;
      height: 64px;
      border-radius: 18px; }

  .s-video .video_wrap,
  .s-changes .changes_wrap {
    padding: 24px;
    border-radius: 24px; }

  .s-nalog .nalog_list li {
    padding: 24px;
    border-radius: 20px; }
    .s-nalog .nalog_list li .date {
      padding-right: 0; }
    .s-nalog .nalog_list li .st {
      font-size: 12px;
      line-height: 16px; }

  .s-changes .changes_wrap .changes_wp ul li {
    flex-direction: column;
    gap: 16px; }
    .s-changes .changes_wrap .changes_wp ul li .icon {
      margin-bottom: 0;
      width: 56px;
      height: 56px;
      border-radius: 18px; }
    .s-changes .changes_wrap .changes_wp ul li .desc {
      width: 100%; }
    .s-changes .changes_wrap .changes_wp ul li span {
      font-size: 22px;
      line-height: 28px; } }
.head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 48px; }
  .head p {
    margin-bottom: 0;
    text-align: left; }

.control {
  display: flex;
  gap: 8px; }

.swiper-button-prev, .swiper-button-next {
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  margin: unset;
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 24px;
  background: rgba(10, 102, 194, 0.1);
  transition: 0.3s; }
  .swiper-button-prev:hover, .swiper-button-next:hover {
    opacity: 0.8; }
  .swiper-button-prev::after, .swiper-button-next::after {
    display: none; }

.swiper-button-next svg {
  transform: rotate(-180deg); }

.s-image .image_wrap img {
  width: 100%;
  border-radius: 50px; }

.s-param .form {
  display: flex;
  max-width: 642px;
  margin: 0 auto 48px;
  padding-top: 2px;
  gap: 16px; }
  .s-param .form input {
    flex: 1;
    padding: 0 20px;
    height: 88px;
    background: #ffff;
    border-radius: 24px;
    border: none;
    font-size: 16px;
    color: #2B3F51; }
    .s-param .form input::placeholder {
      font-size: 16px;
      color: #2B3F51;
      opacity: 0.4; }
.s-param .dr {
  display: block;
  text-align: center;
  font-size: 14px;
  line-height: 18px;
  color: #2B3F51;
  opacity: 0.4; }

.s-reviews .reviews_wrap .reviews_list {
  margin: 0;
  padding: 0;
  list-style-type: none; }
  .s-reviews .reviews_wrap .reviews_list li {
    padding: 48px;
    border: 1px solid rgba(10, 102, 194, 0.2);
    border-radius: 50px; }
    .s-reviews .reviews_wrap .reviews_list li .image {
      margin-bottom: 16px; }
      .s-reviews .reviews_wrap .reviews_list li .image img {
        max-height: 48px; }
    .s-reviews .reviews_wrap .reviews_list li .desc {
      color: #2B3F51;
      font-size: 16px;
      line-height: 24px;
      margin-bottom: 32px; }
    .s-reviews .reviews_wrap .reviews_list li .profile {
      display: flex;
      align-items: center;
      gap: 16px;
      margin-bottom: 32px; }
      .s-reviews .reviews_wrap .reviews_list li .profile .ava {
        width: 50px;
        height: 50px;
        border-radius: 50%;
        overflow: hidden; }
        .s-reviews .reviews_wrap .reviews_list li .profile .ava img {
          width: 100%;
          height: 100%;
          object-fit: cover; }
      .s-reviews .reviews_wrap .reviews_list li .profile .info {
        width: calc(100% - 66px); }
      .s-reviews .reviews_wrap .reviews_list li .profile span {
        display: block;
        color: #2B3F51;
        font-size: 18px;
        line-height: 27px;
        font-weight: 500; }
      .s-reviews .reviews_wrap .reviews_list li .profile small {
        font-size: 14px;
        line-height: 18px;
        color: #2B3F51; }

.page-content .page-content_wrap {
  display: flex;
  align-items: flex-start;
  gap: 64px; }
  .page-content .page-content_wrap .side {
    width: 100%;
    max-width: 420px;
    padding: 48px;
    background: #fff;
    border-radius: 50px; }
    .page-content .page-content_wrap .side .title {
      display: block;
      font-size: 30px;
      line-height: 36px;
      letter-spacing: -0.01em;
      color: #2B3F51;
      margin-bottom: 32px; }
    .page-content .page-content_wrap .side ul {
      margin: 0;
      padding: 0;
      list-style-type: none; }
      .page-content .page-content_wrap .side ul li {
        line-height: 1;
        margin-bottom: 16px; }
        .page-content .page-content_wrap .side ul li:last-child {
          margin-bottom: 0; }
        .page-content .page-content_wrap .side ul li a {
          display: flex;
          align-items: center;
          justify-content: space-between;
          color: #2B3F51;
          font-size: 20px;
          line-height: 30px;
          font-weight: 300;
          transition: 0.3s; }
          .page-content .page-content_wrap .side ul li a.active {
            color: #0A66C2;
            font-weight: 700; }
          .page-content .page-content_wrap .side ul li a:hover {
            color: #0A66C2; }
  .page-content .page-content_wrap .desc {
    width: calc( 100% - 484px ); }
  .page-content .page-content_wrap p {
    margin-bottom: 16px;
    color: #2B3F51;
    font-size: 20px;
    line-height: 30px; }
  .page-content .page-content_wrap p:has(img) {
    padding-top: 48px; }
  .page-content .page-content_wrap strong {
    font-weight: 700; }
  .page-content .page-content_wrap img {
    width: 100%;
    border-radius: 24px; }
  .page-content .page-content_wrap .dx {
    padding: 16px 24px 48px;
    color: #2B3F51;
    font-size: 14px;
    line-height: 18px; }
  .page-content .page-content_wrap h2 {
    margin-bottom: 16px;
    color: #2B3F51;
    font-weight: 400;
    font-size: 48px;
    line-height: 58px;
    letter-spacing: -0.01em; }
  .page-content .page-content_wrap h3 {
    margin: 24px 0;
    color: #2B3F51;
    font-weight: 400;
    font-size: 36px;
    line-height: 43px;
    letter-spacing: -0.01em; }
  .page-content .page-content_wrap h4 {
    margin: 24px 0 16px;
    color: #2B3F51;
    font-weight: 400;
    font-size: 30px;
    line-height: 36px;
    letter-spacing: -0.01em; }
  .page-content .page-content_wrap h5, .page-content .page-content_wrap h6 {
    margin: 20px 0 16px;
    color: #2B3F51;
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: -0.01em; }
  .page-content .page-content_wrap blockquote {
    margin: 32px 0;
    padding: 24px 32px;
    border: 1px solid rgba(10, 102, 194, 0.2);
    border-radius: 24px; }
    .page-content .page-content_wrap blockquote p {
      margin: 0;
      color: #2B3F51;
      font-size: 16px;
      line-height: 24px; }

@media (max-width: 1300px) {
  .s-param .form {
    margin-bottom: 32px; }
    .s-param .form input {
      height: 60px; } }
@media (max-width: 1199px) {
  .page-content .page-content_wrap {
    gap: 32px; }
    .page-content .page-content_wrap .side {
      max-width: 340px;
      padding: 36px; }
      .page-content .page-content_wrap .side .title {
        font-size: 26px;
        line-height: 32px; }
      .page-content .page-content_wrap .side ul li a {
        font-size: 18px;
        line-height: 27px; }
    .page-content .page-content_wrap .desc {
      width: calc(100% - 372px); }
  .page-content p {
    font-size: 18px;
    line-height: 28px; }
  .page-content h2 {
    font-size: 42px;
    line-height: 50px; }
  .page-content h3 {
    font-size: 32px;
    line-height: 40px; } }
@media (max-width: 991px) {
  .head {
    margin-bottom: 32px;
    flex-wrap: wrap;
    gap: 16px; }

  .control {
    width: 100%;
    justify-content: flex-end; }

  .swiper-button-prev, .swiper-button-next {
    width: 64px;
    height: 64px;
    border-radius: 18px; }

  .s-param .form {
    max-width: 100%;
    margin-bottom: 32px; }

  .s-reviews .reviews_wrap .reviews_list li {
    padding: 32px;
    border-radius: 32px; }
    .s-reviews .reviews_wrap .reviews_list li .desc {
      margin-bottom: 24px; }
    .s-reviews .reviews_wrap .reviews_list li .profile {
      margin-bottom: 24px; }

  .page-content .page-content_wrap {
    flex-direction: column;
    gap: 24px; }
    .page-content .page-content_wrap .side, .page-content .page-content_wrap .desc {
      max-width: 100%;
      width: 100%; }
    .page-content .page-content_wrap .side {
      padding: 32px;
      border-radius: 32px; }
  .page-content p:has(img) {
    padding-top: 32px; }
  .page-content .dx {
    padding: 12px 16px 32px; }
  .page-content h2 {
    font-size: 36px;
    line-height: 43px; }
  .page-content h3 {
    font-size: 30px;
    line-height: 36px; }
  .page-content h4 {
    font-size: 26px;
    line-height: 32px; } }
@media (max-width: 767px) {
  .s-image .image_wrap img {
    border-radius: 24px; }

  .s-param .form {
    flex-direction: column;
    gap: 12px;
    margin-bottom: 20px; }
    .s-param .form input {
      min-height: 56px;
      height: 56px;
      border-radius: 16px;
      font-size: 15px; }
    .s-param .form .btn {
      width: 100%; }
  .s-param .dr {
    font-size: 13px;
    line-height: 17px; }

  .s-reviews .reviews_wrap .reviews_list li {
    padding: 24px;
    border-radius: 24px; }
    .s-reviews .reviews_wrap .reviews_list li .profile {
      gap: 12px; }
      .s-reviews .reviews_wrap .reviews_list li .profile .ava {
        width: 44px;
        height: 44px; }
      .s-reviews .reviews_wrap .reviews_list li .profile .info {
        width: calc(100% - 56px); }
      .s-reviews .reviews_wrap .reviews_list li .profile span {
        font-size: 16px;
        line-height: 24px; }

  .page-content .page-content_wrap .side {
    padding: 24px;
    border-radius: 24px; }
    .page-content .page-content_wrap .side .title {
      font-size: 24px;
      line-height: 30px;
      margin-bottom: 20px; }
    .page-content .page-content_wrap .side ul li a {
      font-size: 17px;
      line-height: 25px; }
  .page-content p {
    font-size: 16px;
    line-height: 24px; }
  .page-content p:has(img) {
    padding-top: 24px; }
  .page-content .dx {
    padding-bottom: 24px; }
  .page-content h2 {
    font-size: 30px;
    line-height: 36px; }
  .page-content h3 {
    font-size: 26px;
    line-height: 32px; }
  .page-content h4 {
    font-size: 22px;
    line-height: 28px; } }
@media (max-width: 575px) {
  .head {
    margin-bottom: 24px; }
    .head .block_title {
      margin-bottom: 8px; }

  .swiper-button-prev, .swiper-button-next {
    width: 52px;
    height: 52px;
    border-radius: 14px; }

  .s-reviews .reviews_wrap .reviews_list li .desc {
    font-size: 15px;
    line-height: 22px; }
  .s-reviews .reviews_wrap .reviews_list li .profile small {
    font-size: 13px;
    line-height: 17px; }

  .page-content .page-content_wrap .side {
    padding: 20px; }
    .page-content .page-content_wrap .side ul li {
      margin-bottom: 12px; }
      .page-content .page-content_wrap .side ul li a {
        font-size: 15px; }
  .page-content .page-content_wrap p {
    font-size: 16px;
    line-height: 24px; }
  .page-content .page-content_wrap p:has(img) {
    padding-top: 8px; }
  .page-content .page-content_wrap .dx {
    padding: 10px 0 4px; }
  .page-content .page-content_wrap blockquote {
    margin: 24px 0;
    padding: 15px; }
    .page-content .page-content_wrap blockquote p {
      font-size: 14px;
      line-height: 1.2; }
  .page-content .page-content_wrap h2 {
    margin: 24px 0 16px;
    font-size: 24px;
    line-height: 30px; }
  .page-content .page-content_wrap h3 {
    margin: 24px 0 16px;
    font-size: 22px;
    line-height: 28px; }
  .page-content .page-content_wrap h4 {
    font-size: 20px;
    line-height: 26px; } }
@media (max-width: 450px) {
  .s-reviews .head {
    justify-content: center;
    align-items: center; }
    .s-reviews .head .dx {
      width: 100%; }
    .s-reviews .head span, .s-reviews .head p {
      width: 100%;
      text-align: center; } }
@media (max-width: 420px) {
  .s-param .buttons {
    flex-direction: column; } }
@media (max-width: 380px) {
  .s-reviews .reviews_wrap .reviews_list li .profile small {
    display: block;
    font-size: 12px; }
  .s-reviews .reviews_wrap .reviews_list li .btn {
    width: 100%; } }
.s-text .text_wrap {
  display: flex;
  gap: 96px; }
  .s-text .text_wrap .image {
    width: 100%;
    max-width: 736px;
    margin-bottom: 0; }
    .s-text .text_wrap .image img {
      width: 100%;
      border-radius: 50px; }
  .s-text .text_wrap .text {
    width: calc(100% - 832px); }
  .s-text .text_wrap .desr {
    text-align: left; }
  .s-text .text_wrap .block_title {
    text-align: left; }
  .s-text .text_wrap .page-desc {
    margin-bottom: 48px;
    text-align: left; }
  .s-text .text_wrap .buttons {
    display: flex;
    gap: 16px; }

@media(max-width: 996px) {
  .s-text .text_wrap {
    flex-direction: column;
    gap: 40px; }
    .s-text .text_wrap .text {
      width: 100%; }
    .s-text .text_wrap .page-desc {
      margin-bottom: 32px; }
    .s-text .text_wrap .image {
      margin: 0 auto;
      max-width: unset; } }
@media(max-width: 768px) {
  .s-text .text_wrap {
    gap: 32px; }
    .s-text .text_wrap .image img {
      border-radius: 15px; } }
.scroll-box {
  padding-right: 32px;
  max-height: 500px; }

.simplebar-track.simplebar-vertical .simplebar-scrollbar::before {
  top: 0;
  left: 0;
  width: 100%;
  background: #0A66C2;
  border-radius: 10px;
  opacity: 1; }

.simplebar-track.simplebar-vertical {
  width: 8px !important;
  background: rgba(10, 102, 194, 0.1);
  border-radius: 10px; }

.block_title.type2 {
  font-size: 30px;
  line-height: 36px;
  letter-spacing: -0.01em; }

.page.type2 .page_wrap {
  display: flex;
  gap: 96px; }
  .page.type2 .page_wrap .col:first-child {
    width: calc(100% - 832px); }
    .page.type2 .page_wrap .col:first-child .desr {
      text-align: left; }
    .page.type2 .page_wrap .col:first-child .page-desc {
      margin-bottom: 48px; }
    .page.type2 .page_wrap .col:first-child .buttons {
      display: flex;
      gap: 16px; }
  .page.type2 .page_wrap .col:last-child {
    width: 100%;
    max-width: 736px; }

.config {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 32px; }
  .config .nf {
    display: flex;
    align-items: center;
    gap: 8px; }
  .config p {
    margin: 0;
    color: #2B3F51;
    font-size: 16px;
    line-height: 24px;
    opacity: 0.5; }
  .config span {
    font-size: 16px;
    font-weight: 400;
    color: #2B3F51;
    opacity: 1; }

.status {
  display: flex;
  align-items: center;
  padding: 0 24px;
  height: 56px;
  margin-bottom: 32px;
  gap: 8px;
  background: rgba(10, 102, 194, 0.06);
  border-radius: 16px; }
  .status span {
    color: #2B3F51;
    font-size: 16px;
    line-height: 24px;
    opacity: 0.5; }
  .status p {
    margin: 0;
    color: #2B3F51;
    font-size: 16px;
    line-height: 24px; }

.info-list {
  display: flex;
  flex-direction: column;
  gap: 32px; }
  .info-list aside {
    background: #ffffff;
    padding: 48px 56px;
    border-radius: 40px;
    box-shadow: 0 8px 40px rgba(43, 63, 81, 0.06); }
    .info-list aside:last-child .page-desc {
      margin-bottom: 16px !important; }
    .info-list aside.full {
      padding: 48px; }
    .info-list aside.df .page-desc {
      margin-bottom: 0 !important; }
  .info-list .block_title {
    margin-bottom: 8px;
    color: #2c3e50; }
  .info-list .page-desc {
    margin-bottom: 32px !important;
    color: #2B3F51;
    font-size: 16px;
    line-height: 24px; }
  .info-list .param {
    display: flex;
    gap: 16px;
    margin-bottom: 36px; }
    .info-list .param.type2 {
      margin-bottom: 32px; }
    .info-list .param .rows {
      position: relative;
      display: flex;
      flex: 1; }
      .info-list .param .rows .palaceholder {
        position: absolute;
        width: 100%;
        top: 32px;
        left: 0;
        padding: 0 32px;
        display: flex;
        align-items: center;
        justify-content: space-between; }
        .info-list .param .rows .palaceholder span {
          color: #2B3F51;
          font-size: 14px; }
      .info-list .param .rows input {
        width: 100%;
        height: 110px;
        padding: 58px 32px 28px;
        color: #2B3F51;
        font-size: 16px;
        background: #f0f4f8;
        border-radius: 16px;
        border: none; }
        .info-list .param .rows input::placeholder {
          font-size: 16px;
          opacity: 0.35;
          color: #2B3F51; }
      .info-list .param .rows select {
        width: 100%;
        height: 82px;
        padding: 32px;
        color: #2B3F51;
        font-size: 14px;
        background-color: #f0f4f8;
        appearance: none;
        background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMC4zMzEyIDEzLjA1MjRDMTAuMTQ4MSAxMy4yMzU1IDkuODUxMzYgMTMuMjM1NSA5LjY2ODI5IDEzLjA1MjRMNC44ODkyNSA4LjI3MzM3QzQuNzA2MTkgOC4wOTAzMSA0LjcwNjE5IDcuNzkzNTYgNC44ODkyNSA3LjYxMDQ5TDUuMTEwMjIgNy4zODk0OUM1LjI5MzI4IDcuMjA2NDMgNS41OTAwNyA3LjIwNjQzIDUuNzczMTMgNy4zODk0OUw5Ljk5OTczIDExLjYxNjFMMTQuMjI2NCA3LjM4OTQ5QzE0LjQwOTQgNy4yMDY0MyAxNC43MDYyIDcuMjA2NDMgMTQuODg5MiA3LjM4OTQ5TDE1LjExMDIgNy42MTA0OUMxNS4yOTMzIDcuNzkzNTYgMTUuMjkzMyA4LjA5MDMxIDE1LjExMDIgOC4yNzMzN0wxMC4zMzEyIDEzLjA1MjRaIiBmaWxsPSIjMkIzRjUxIi8+Cjwvc3ZnPgo=);
        background-size: 20px;
        background-repeat: no-repeat;
        background-position: right 32px center;
        border-radius: 24px;
        border: none; }
        .info-list .param .rows select::placeholder {
          font-size: 14px;
          color: #2B3F51; }

.osv-chart {
  margin-bottom: 32px; }
  .osv-chart.df {
    margin-bottom: 0; }

.osv-chart__caption {
  margin: 0 0 24px;
  color: #2B3F51;
  line-height: 18px;
  opacity: 0.5; }

.osv-chart__plot {
  display: flex;
  gap: 12px;
  align-items: stretch;
  min-height: 220px; }

.osv-chart__y {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-shrink: 0;
  padding-bottom: 27px;
  width: 36px;
  text-align: left;
  font-size: 14px;
  line-height: 1;
  color: #2B3F51; }
  .osv-chart__y span:nth-child(1) {
    margin-top: -4px; }

.osv-chart__canvas {
  position: relative;
  flex: 1;
  min-width: 0;
  height: 220px;
  padding-bottom: 5px;
  box-sizing: content-box; }

.osv-chart__grid {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: absolute;
  width: 100%;
  height: calc(100% - 34px); }
  .osv-chart__grid .line {
    width: 100%;
    height: 1px;
    border: 1px dashed #2B3F51;
    opacity: 0.3; }

.osv-chart__bars {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 23px;
  position: relative;
  z-index: 1;
  height: 220px;
  margin: 0;
  padding: 0 20px;
  list-style: none; }

.osv-chart__bar-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
  min-width: 0;
  height: 220px; }

.osv-chart__bar-col {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  flex: 1;
  width: 100%;
  min-height: 0;
  height: 100%; }

.osv-chart__bar {
  display: block;
  width: 100%;
  max-width: 89px;
  height: var(--bar-h, 40%);
  min-height: 8px;
  border-radius: 16px;
  background: #DEE9F4;
  transition: background 0.2s ease; }

.osv-chart__bar-item--active .osv-chart__bar {
  background: #0A66C2; }

.osv-chart__pin {
  position: absolute;
  left: 50%;
  bottom: var(--bar-h);
  transform: translate(-50%, 50%);
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #FF6809;
  border: 4px solid #ffff;
  box-sizing: border-box;
  z-index: 2; }

.osv-chart__tooltip {
  position: absolute;
  left: 50%;
  bottom: calc(var(--bar-h) + 13px);
  transform: translateX(-50%);
  padding: 8px;
  font-size: 12px;
  line-height: 1;
  font-weight: bold;
  color: #fff;
  white-space: nowrap;
  background: #FF6809;
  border-radius: 9px;
  box-shadow: 0px 4px 14px rgba(255, 104, 9, 0.4);
  z-index: 3; }

.osv-chart__x-label {
  display: block;
  margin-top: 12px;
  font-size: 14px;
  color: #2B3F51;
  text-align: center;
  line-height: 1.2;
  width: 100%;
  max-width: 100%;
  padding: 0 2px;
  box-sizing: border-box;
  overflow-wrap: anywhere;
  word-break: break-word;
  hyphens: auto; }

.osv-export {
  display: flex;
  flex-wrap: wrap;
  gap: 16px; }

.osv-export__btn {
  display: flex;
  align-items: center;
  gap: 8px;
  height: 48px;
  padding: 0 24px;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  text-decoration: none;
  color: #0A66C2;
  background: rgba(10, 102, 194, 0.1);
  border-radius: 16px;
  transition: background 0.2s ease, color 0.2s ease; }
  .osv-export__btn:hover {
    background: #d4e3fd;
    color: #004080; }

.osv-export__clip {
  flex-shrink: 0;
  color: #0066cc;
  opacity: 0.9; }

.report-rows {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 16px; }

.report-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 24px 24px 24px 32px;
  background: #ffffff;
  border: 1px solid rgba(10, 102, 194, 0.2);
  border-radius: 24px; }

.report-row__title {
  font-size: 18px;
  line-height: 27px;
  color: #2B3F51;
  font-weight: 500;
  flex: 1;
  min-width: 0; }

.report-row__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  flex-shrink: 0; }

.report-row__actions .osv-export__btn {
  flex-shrink: 0; }

.history-table-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; }

.history-table {
  width: 100%;
  min-width: 600px;
  border-collapse: collapse;
  font-size: 15px;
  line-height: 1.45;
  text-align: left; }

.history-table th {
  padding: 18px 32px 24px 0;
  font-weight: bold;
  color: #2B3F51;
  font-size: 14px;
  border-bottom: 1px solid rgba(10, 102, 194, 0.2);
  vertical-align: bottom;
  white-space: nowrap; }
  .history-table th:last-child {
    padding-right: 0; }

.history-table td {
  padding: 24px 32px 24px 0;
  color: #2B3F51;
  font-size: 14px;
  border-bottom: 1px solid rgba(10, 102, 194, 0.2);
  vertical-align: middle; }
  .history-table td:last-child {
    padding-right: 0; }

.history-table tbody tr:last-child td {
  border-bottom: none; }

.option_wrap.grid .hd {
  display: flex;
  justify-content: space-between;
  gap: 32px; }
  .option_wrap.grid .hd span {
    width: 106px; }
  .option_wrap.grid .hd span:nth-child(1) {
    width: 174px; }
  .option_wrap.grid .hd span:nth-child(1), .option_wrap.grid .hd span:nth-child(3) {
    flex: unset; }
  .option_wrap.grid .hd span:nth-child(2) {
    width: 54px; }
  .option_wrap.grid .hd span:nth-child(3) {
    width: 40px;
    padding: 0; }
.option_wrap.grid .item {
  display: flex;
  justify-content: space-between;
  gap: 32px; }
  .option_wrap.grid .item:last-child {
    padding-bottom: 0; }
  .option_wrap.grid .item .elem {
    display: flex;
    align-items: center;
    width: 106px; }
  .option_wrap.grid .item .elem:nth-child(1) {
    width: 174px; }
  .option_wrap.grid .item .elem:nth-child(1), .option_wrap.grid .item .elem:nth-child(3) {
    flex: unset; }
  .option_wrap.grid .item .elem:nth-child(2) {
    width: 54px; }
  .option_wrap.grid .item .elem:nth-child(3) {
    width: 40px;
    padding: 0; }

.option_wrap.grid2 .hd {
  display: flex;
  justify-content: space-between;
  gap: 32px; }
  .option_wrap.grid2 .hd span {
    width: 166px; }
  .option_wrap.grid2 .hd span:nth-child(1), .option_wrap.grid2 .hd span:nth-child(3) {
    flex: unset; }
  .option_wrap.grid2 .hd span:nth-child(2) {
    width: 126px; }
  .option_wrap.grid2 .hd span:nth-child(3) {
    width: 54px;
    padding: 0; }
  .option_wrap.grid2 .hd span:nth-child(4) {
    padding-right: 36px; }
.option_wrap.grid2 .item {
  display: flex;
  justify-content: space-between;
  gap: 32px; }
  .option_wrap.grid2 .item:last-child {
    padding-bottom: 0; }
  .option_wrap.grid2 .item .elem {
    width: 166px; }
  .option_wrap.grid2 .item .elem:nth-child(1) {
    width: 174px; }
  .option_wrap.grid2 .item .elem:nth-child(1), .option_wrap.grid2 .item .elem:nth-child(3) {
    flex: unset; }
  .option_wrap.grid2 .item .elem:nth-child(2) {
    width: 126px; }
  .option_wrap.grid2 .item .elem:nth-child(3) {
    width: 54px;
    padding: 0; }
  .option_wrap.grid2 .item .elem:nth-child(4) {
    padding-right: 36px; }

.option_wrap .hd {
  display: flex;
  gap: 32px;
  grid-template-rows: repeat(3, auto);
  padding-bottom: 24px;
  line-height: 1; }
  .option_wrap .hd span {
    color: #2B3F51;
    font-size: 14px;
    line-height: 18px;
    font-weight: 700; }
  .option_wrap .hd span:nth-child(1), .option_wrap .hd span:nth-child(3) {
    flex: 1; }
  .option_wrap .hd span:nth-child(2) {
    width: 100px; }
  .option_wrap .hd span:nth-child(3) {
    padding-right: 36px; }
.option_wrap .item {
  display: flex;
  gap: 32px;
  grid-template-rows: repeat(3, auto);
  line-height: 1;
  padding: 24px 0;
  border-top: 1px solid rgba(10, 102, 194, 0.2); }
  .option_wrap .item .elem {
    position: relative;
    padding: 1px 0;
    min-width: 0; }
  .option_wrap .item .elem:nth-child(1), .option_wrap .item .elem:nth-child(3) {
    flex: 1; }
  .option_wrap .item .elem:nth-child(2) {
    width: 100px; }
  .option_wrap .item .elem:nth-child(3) {
    padding-right: 36px; }
  .option_wrap .item p {
    width: 100%;
    margin: 0;
    color: #2B3F51;
    font-size: 14px; }
  .option_wrap .item input {
    width: 100%;
    height: 18px;
    color: #2B3F51;
    font-size: 14px;
    border: none;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap; }
    .option_wrap .item input::placeholder {
      color: #2B3F51;
      font-size: 14px; }
  .option_wrap .item button {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 20px;
    border: none;
    background: url(../images/Edit.svg) center no-repeat;
    background-size: contain;
    z-index: 3; }

@media (max-width: 1300px) {
  .info-list .param .rows .palaceholder {
    top: 17px; }
  .info-list .param .rows input {
    padding: 29px 32px 0;
    height: 86px; }
  .info-list .param .rows select {
    padding: 0 20px;
    height: 50px;
    font-size: 14px;
    border-radius: 16px; }
    .info-list .param .rows select::placeholder {
      font-size: 14px; } }
@media (max-width: 1199px) {
  .page.type2 .page_wrap {
    flex-direction: column;
    gap: 48px; }
    .page.type2 .page_wrap .col:first-child {
      width: 100%; }
    .page.type2 .page_wrap .col:last-child {
      max-width: 100%; } }
@media (max-width: 992px) {
  .info-list {
    gap: 24px; }
    .info-list aside {
      padding: 36px 32px;
      border-radius: 28px; }

  .block_title.type2 {
    font-size: 26px;
    line-height: 32px; }

  .page.type2 .page_wrap {
    gap: 40px; }
    .page.type2 .page_wrap .col:first-child .page-desc {
      margin-bottom: 32px; } }
@media (max-width: 768px) {
  .config span, .status span {
    font-size: 14px; }
  .config p, .status p {
    font-size: 14px; }

  .info-list aside {
    padding: 28px 20px;
    border-radius: 24px; }
    .info-list aside.full {
      padding: 28px 20px; }
  .info-list .param {
    flex-direction: column;
    margin-bottom: 28px; }
    .info-list .param.type2 {
      margin-bottom: 24px; }
  .info-list .page-desc {
    font-size: 14px;
    line-height: 1.2;
    opacity: 0.7; }

  .block_title.type2 {
    font-size: 26px;
    line-height: 1.2; }

  .osv-chart__bars {
    height: calc(100% - 10px);
    gap: 10px;
    padding: 0 8px; }

  .osv-chart__bar {
    max-width: 56px;
    border-radius: 12px; }

  .osv-chart__x-label {
    font-size: 10px;
    margin-top: 8px;
    line-height: 1.2; }

  .osv-chart__y {
    width: 32px;
    font-size: 12px;
    padding-bottom: 22px; }

  .history-table {
    font-size: 14px; }

  .history-table th,
  .history-table td {
    padding: 14px 12px 14px 0; }

  .report-row {
    padding: 18px 16px;
    border-radius: 16px; }

  .report-row__title {
    font-size: 15px; }

  .scroll-box {
    padding-right: 16px;
    max-height: 420px; }

  .option_wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .option_wrap .hd, .option_wrap .item {
      gap: 16px;
      min-width: 620px; }
    .option_wrap .hd {
      padding-bottom: 16px; }
    .option_wrap .item {
      padding: 18px 0; }
    .option_wrap .hd span {
      font-size: 13px; }
    .option_wrap .item p, .option_wrap .item input {
      font-size: 13px; }
    .option_wrap .hd span:nth-child(3),
    .option_wrap .item .elem:nth-child(3) {
      padding-right: 28px; }

  .option_wrap.grid .hd, .option_wrap.grid .item {
    min-width: 700px; }

  .option_wrap.grid2 .hd, .option_wrap.grid2 .item {
    min-width: 760px; } }
@media (max-width: 620px) {
  .report-row {
    flex-direction: column;
    align-items: stretch; }

  .report-row__actions {
    justify-content: flex-start; } }
@media (max-width: 576px) {
  .config {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 8px;
    margin-bottom: 12px; }

  .page.type2 .page_wrap .col:first-child .buttons {
    flex-direction: column;
    align-items: stretch; }
    .page.type2 .page_wrap .col:first-child .buttons .btn {
      width: 100%;
      box-sizing: border-box; }

  .osv-chart {
    margin-bottom: 24px; }

  .osv-chart__plot {
    min-height: 180px; }

  .osv-chart__bars {
    height: calc(100% - 14px); }

  .osv-chart__bars {
    gap: 25px;
    padding: 0 15px; }

  .osv-chart__bar {
    max-width: 100%;
    min-height: 6px; }

  .osv-chart__x-label {
    font-size: 8px;
    margin-top: 6px;
    line-height: 1.15;
    letter-spacing: -0.02em; }

  .osv-chart__y {
    width: 28px;
    font-size: 11px;
    padding-bottom: 27px; }

  .osv-chart__pin {
    width: 14px;
    height: 14px;
    border-width: 3px; }

  .osv-chart__tooltip {
    padding: 6px;
    font-size: 11px; }

  .osv-export {
    gap: 10px; }

  .osv-export__btn {
    height: 44px;
    padding: 0 18px;
    font-size: 11px; }

  .history-table {
    min-width: 520px;
    font-size: 13px; }

  .option_wrap .hd, .option_wrap .item {
    min-width: 560px; }

  .option_wrap.grid .hd, .option_wrap.grid .item {
    min-width: 620px; }

  .option_wrap.grid2 .hd, .option_wrap.grid2 .item {
    min-width: 680px; } }
@media (max-width: 460px) {
  .osv-chart__bars {
    gap: 14px; } }
@media (max-width: 430px) {
  .osv-chart__bars {
    gap: 10px; } }
@media (max-width: 400px) {
  .info-list aside {
    padding: 22px 16px; }

  .block_title.type2 {
    font-size: 20px;
    line-height: 26px; }

  .osv-chart__bars {
    height: calc(100% - 16px);
    gap: 10px;
    padding: 0; }

  .osv-chart__x-label {
    font-size: 7px;
    padding: 0 1px;
    line-height: 1.1; } }
.s-razdel .razdel_wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px; }
  .s-razdel .razdel_wrap ul {
    display: flex;
    flex-direction: column;
    gap: 32px;
    margin: 0;
    padding: 0;
    list-style-type: none; }
    .s-razdel .razdel_wrap ul li {
      padding: 8px;
      background: #FFFFFF;
      border-radius: 50px; }
      .s-razdel .razdel_wrap ul li.lb p {
        margin-bottom: 68px; }
      .s-razdel .razdel_wrap ul li:not(.im) {
        padding-top: 48px; }
      .s-razdel .razdel_wrap ul li .image {
        height: 220px;
        border-radius: 42px;
        margin-bottom: 32px;
        overflow: hidden; }
        .s-razdel .razdel_wrap ul li .image img {
          width: 100%;
          height: 100%;
          object-fit: cover; }
      .s-razdel .razdel_wrap ul li .desc {
        padding: 0 40px 40px; }
      .s-razdel .razdel_wrap ul li small {
        display: block;
        color: #2B3F51;
        font-size: 14px;
        line-height: 1;
        opacity: 0.3; }
      .s-razdel .razdel_wrap ul li .icon {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 72px;
        height: 72px;
        border: 1px solid rgba(10, 102, 194, 0.2);
        border-radius: 24px;
        margin-bottom: 32px; }
      .s-razdel .razdel_wrap ul li span {
        display: block;
        margin-top: 8px;
        margin-bottom: 8px;
        font-size: 30px;
        line-height: 36px;
        letter-spacing: -0.01em;
        color: #2B3F51; }
      .s-razdel .razdel_wrap ul li p {
        margin: 0 0 32px;
        font-size: 16px;
        line-height: 24px;
        color: #2B3F51; }

.s-work .work_wrap ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
  margin: 0;
  padding: 0;
  list-style-type: none; }
  .s-work .work_wrap ul li {
    padding: 48px;
    border: 1px solid rgba(10, 102, 194, 0.2);
    border-radius: 50px; }
    .s-work .work_wrap ul li:nth-child(2) {
      grid-row: span 2/span 2; }
    .s-work .work_wrap ul li:nth-child(3) {
      grid-row-start: 2; }
    .s-work .work_wrap ul li .head {
      display: flex;
      justify-content: space-between;
      align-items: flex-end; }
    .s-work .work_wrap ul li .num {
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 0 20px;
      min-width: 86px;
      height: 60px;
      font-weight: 700;
      font-size: 12px;
      line-height: 1;
      text-transform: uppercase;
      color: #0A66C2;
      border: 1px solid rgba(10, 102, 194, 0.2);
      border-radius: 24px; }
    .s-work .work_wrap ul li span {
      display: block;
      font-size: 30px;
      line-height: 36px;
      letter-spacing: -0.01em;
      color: #2B3F51; }
    .s-work .work_wrap ul li p {
      margin: 8px 0 0;
      font-size: 16px;
      line-height: 24px;
      color: #2B3F51; }
    .s-work .work_wrap ul li .img {
      margin-top: 32px; }
      .s-work .work_wrap ul li .img img {
        width: 100%;
        border-radius: 24px; }
    .s-work .work_wrap ul li .buttons {
      display: flex;
      gap: 16px;
      margin-top: 32px; }

.s-work.type .work_wrap ul li {
  padding: 48px; }
  .s-work.type .work_wrap ul li:nth-child(1) {
    grid-row: span 2;
    grid-column: 1; }
  .s-work.type .work_wrap ul li:nth-child(2) {
    grid-row: 1;
    grid-column: 2; }
  .s-work.type .work_wrap ul li:nth-child(3) {
    grid-row: 2;
    grid-column: 2; }
  .s-work.type .work_wrap ul li .img {
    margin-top: 0;
    margin-bottom: 32px; }
  .s-work.type .work_wrap ul li .head {
    align-items: flex-start;
    margin-bottom: 32px; }

.s-why.type5 .why_wrap {
  gap: 64px; }
  .s-why.type5 .why_wrap .image {
    display: flex;
    width: 100%;
    max-width: 280px;
    margin: 0; }
    .s-why.type5 .why_wrap .image img {
      width: 100%;
      height: auto; }
  .s-why.type5 .why_wrap .text {
    max-width: unset !important;
    width: calc(100% - 344px); }

.s-param .buttons {
  display: flex;
  justify-content: center;
  gap: 16px; }

.s-work.defer .work_wrap ul li {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  gap: 32px;
  padding: 48px;
  grid-row: unset;
  grid-column: unset; }
  .s-work.defer .work_wrap ul li .head {
    margin-bottom: 0; }
  .s-work.defer .work_wrap ul li .desr {
    margin-bottom: 32px;
    text-align: left; }
    .s-work.defer .work_wrap ul li .desr small {
      margin-bottom: 0; }
  .s-work.defer .work_wrap ul li .buttons {
    margin-top: 0; }

@media(min-width: 1300px) {
  .s-work .work_wrap ul li {
    padding: 40px; } }
@media(min-width: 1199px) {
  .s-param .block_title {
    font-size: 72px;
    line-height: 86px; } }
@media(max-width: 1199px) {
  .s-razdel .razdel_wrap {
    grid-template-columns: repeat(2, 1fr); }
    .s-razdel .razdel_wrap ul:last-child {
      grid-column: span 2;
      display: flex;
      flex-direction: row;
      align-items: flex-start; }
      .s-razdel .razdel_wrap ul:last-child li {
        width: calc(100% - 16px); }

  .s-work.type .work_wrap ul li {
    padding: 25px; }
  .s-work.type .work_wrap ul li:nth-child(1) {
    grid-row: unset;
    grid-column: unset; }
  .s-work.type .work_wrap ul li:nth-child(2) {
    grid-row: unset;
    grid-column: unset; }
  .s-work.type .work_wrap ul li:nth-child(3) {
    grid-row: unset;
    grid-column: unset; } }
@media(max-width: 1100px);
@media(max-width: 992px) {
  .s-razdel .razdel_wrap ul li.lb p {
    margin-bottom: 32px; }
  .s-razdel .razdel_wrap ul li .icon {
    margin-bottom: 20px; }
  .s-razdel .razdel_wrap ul li span {
    margin-bottom: 12px; }
  .s-razdel .razdel_wrap ul li p {
    margin-bottom: 32px; }

  .s-work .work_wrap ul li span {
    margin-bottom: 12px; } }
@media(max-width: 860px) {
  .s-razdel .razdel_wrap {
    grid-template-columns: repeat(1, 1fr); }
    .s-razdel .razdel_wrap ul {
      width: 100%;
      max-width: 600px;
      margin: 0 auto; }
      .s-razdel .razdel_wrap ul li .image {
        height: auto; }

  .s-razdel .razdel_wrap ul:nth-child(2) li:not(.im) {
    order: 2; }
  .s-razdel .razdel_wrap ul:nth-child(2) li.im {
    order: 1; }

  .s-razdel .razdel_wrap ul:last-child {
    grid-column: unset;
    flex-direction: column; }
    .s-razdel .razdel_wrap ul:last-child li {
      width: 100%; } }
@media(max-width: 768px) {
  .s-razdel .razdel_wrap ul li {
    padding: 24px;
    border-radius: 32px; }
    .s-razdel .razdel_wrap ul li .desc {
      padding: 0; }
    .s-razdel .razdel_wrap ul li .image {
      border-radius: 32px; }

  .s-razdel .razdel_wrap ul li:not(.im) {
    padding-top: 24px; }

  .s-work.defer .work_wrap ul li {
    padding: 32px 24px; }

  .s-steps .timeline {
    padding-left: 0; }

  .s-steps .timeline_months li span {
    font-size: 14px; }

  .s-steps .timeline_months li {
    min-width: unset !important;
    flex: unset !important; }

  .s-steps .timeline::after {
    bottom: 28px !important; } }
@media(max-width: 520px) {
  .s-razdel .razdel_wrap ul li span {
    font-size: 26px;
    line-height: 1.2; }
  .s-razdel .razdel_wrap ul li p {
    margin-bottom: 32px;
    font-size: 14px;
    line-height: 1.2;
    opacity: 0.7; }
  .s-razdel .razdel_wrap ul li.lb p {
    margin-bottom: 32px; }

  .s-work .work_wrap ul li span {
    font-size: 26px;
    line-height: 1.2; }
  .s-work .work_wrap ul li p {
    margin-bottom: 32px;
    font-size: 14px;
    line-height: 1.2;
    opacity: 0.7; }

  .s-nalog .nalog_list li .cols {
    align-items: flex-start; }
    .s-nalog .nalog_list li .cols.last {
      flex-direction: column; } }
form .form_row {
  margin-bottom: 16px;
  line-height: 1; }
form .group {
  display: flex;
  gap: 16px;
  margin-bottom: 16px;
  line-height: 1; }
  form .group input[type="text"] {
    flex: 1; }
form .type {
  margin: 32px 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between; }
  form .type small {
    display: block;
    max-width: 140px;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    color: #2B3F51; }
  form .type ul {
    width: 100%;
    max-width: 265px;
    margin: 0;
    padding: 0;
    list-style-type: none; }
    form .type ul li {
      display: flex;
      gap: 16px;
      align-items: center;
      margin-bottom: 12px; }
      form .type ul li:last-child {
        margin-bottom: 0; }
form input[type="text"], form select, form textarea {
  width: 100%;
  height: 88px;
  padding: 0 32px;
  color: #2B3F51;
  font-size: 16px;
  background: #FFFFFF;
  border: none;
  border-radius: 24px; }
  form input[type="text"]::placeholder, form select::placeholder, form textarea::placeholder {
    color: #2B3F51;
    font-size: 16px; }
form textarea {
  padding: 32px;
  height: 200px;
  resize: none; }
form select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMC4zMzEyIDEzLjA1MjRDMTAuMTQ4MSAxMy4yMzU1IDkuODUxMzYgMTMuMjM1NSA5LjY2ODI5IDEzLjA1MjRMNC44ODkyNSA4LjI3MzM3QzQuNzA2MTkgOC4wOTAzMSA0LjcwNjE5IDcuNzkzNTYgNC44ODkyNSA3LjYxMDQ5TDUuMTEwMjIgNy4zODk0OUM1LjI5MzI4IDcuMjA2NDMgNS41OTAwNyA3LjIwNjQzIDUuNzczMTMgNy4zODk0OUw5Ljk5OTczIDExLjYxNjFMMTQuMjI2NCA3LjM4OTQ5QzE0LjQwOTQgNy4yMDY0MyAxNC43MDYyIDcuMjA2NDMgMTQuODg5MiA3LjM4OTQ5TDE1LjExMDIgNy42MTA0OUMxNS4yOTMzIDcuNzkzNTYgMTUuMjkzMyA4LjA5MDMxIDE1LjExMDIgOC4yNzMzN0wxMC4zMzEyIDEzLjA1MjRaIiBmaWxsPSIjMkIzRjUxIi8+Cjwvc3ZnPgo=);
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: right 32px center; }
form input[type="checkbox"] {
  -webkit-appearance: none;
  position: relative;
  width: 22px;
  height: 22px;
  min-width: 22px;
  border-radius: 6px;
  border: 1px solid rgba(10, 102, 194, 0.2);
  cursor: pointer;
  transition: 0.2s; }
  form input[type="checkbox"]:checked {
    background-color: #0A66C2;
    border-color: #0A66C2; }
  form input[type="checkbox"]:checked::after {
    content: '';
    position: absolute;
    left: 6px;
    top: 2px;
    width: 6px;
    height: 11px;
    border: 2px solid #fff;
    border-top: none;
    border-left: none;
    transform: rotate(45deg); }
form label {
  color: #2B3F51;
  font-size: 16px;
  line-height: 24px; }
form .check {
  margin: 34px 0;
  display: flex;
  gap: 16px;
  align-items: center;
  color: #2B3F51;
  font-size: 16px;
  line-height: 24px; }

.page .page_wrap.type {
  display: flex; }
  .page .page_wrap.type .col:first-child {
    max-width: 450px; }
  .page .page_wrap.type .col:last-child {
    width: calc(100% - 514px); }

.page {
  padding: 56px 0; }
  .page .page_wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 64px;
    text-align: left; }
  .page .col {
    width: 100%;
    flex: unset; }
  .page .links {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin: 0;
    padding: 0;
    list-style-type: none; }
    .page .links li {
      display: flex;
      align-items: center;
      gap: 16px; }
      .page .links li .icon {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 26px;
        height: 26px; }
      .page .links li a {
        font-size: 16px;
        line-height: 24px;
        text-decoration-line: underline;
        color: #2B3F51;
        transition: 0.3s; }
  .page .block_title {
    text-align: left; }
  .page .page-desc {
    margin-bottom: 64px;
    text-align: left; }

@media(max-width: 1300px) {
  form input[type="text"], form select {
    height: 60px; }

  form .type {
    flex-wrap: wrap;
    margin: 25px 0 30px; }
    form .type small {
      width: 100%;
      max-width: unset;
      margin-bottom: 16px; }
    form .type ul {
      width: calc(50% - 24px); } }
@media(max-width: 1140px) {
  .page .page_wrap.type .col:first-child {
    max-width: 400px; }

  .page .page_wrap.type .col:last-child {
    width: calc(100% - 464px); } }
@media(max-width: 996px) {
  .page {
    padding: 48px 0; }
    .page .page-desc {
      margin-bottom: 32px; }
    .page .page_wrap {
      grid-template-columns: repeat(1, 1fr);
      gap: 46px; }
    .page .page_wrap.type {
      flex-direction: column;
      gap: 46px; }
      .page .page_wrap.type .col {
        width: 100% !important; }

  .page .page_wrap.type .links {
    margin-bottom: 32px; }

  .page .page_wrap.type {
    gap: 14px; } }
@media(max-width: 768px) {
  .page {
    padding: 40px 0; }

  form input[type="text"], form select {
    height: 50px;
    font-size: 14px;
    padding: 0 20px;
    border-radius: 16px; }
    form input[type="text"]::placeholder, form select::placeholder {
      font-size: 14px; }
  form textarea {
    height: 90px !important;
    font-size: 14px;
    padding: 20px;
    border-radius: 16px; }
    form textarea::placeholder {
      font-size: 14px; }
  form .btn {
    height: 50px !important; }

  form .check {
    margin: 20px 0 24px; } }
@media(max-width: 490px) {
  form .group {
    flex-direction: column; }
    form .group input {
      min-height: 50px; }

  form .type {
    flex-direction: column;
    gap: 16px; }
    form .type small {
      margin-bottom: 0; }
    form .type ul {
      width: 100%; } }
.s-tariff .tariff_wrap .tariff_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  margin: 0;
  padding: 0;
  list-style-type: none; }
  .s-tariff .tariff_wrap .tariff_list li .top, .s-tariff .tariff_wrap .tariff_list li .bottom {
    padding: 48px;
    background: #FFFFFF;
    border-radius: 50px; }
  .s-tariff .tariff_wrap .tariff_list li .bottom {
    position: relative;
    margin-top: 4px; }
    .s-tariff .tariff_wrap .tariff_list li .bottom::before {
      content: "";
      position: absolute;
      top: -4px;
      left: 0;
      width: 100%;
      height: 4px;
      background: url(../images/line.png) center no-repeat;
      z-index: 2; }
    .s-tariff .tariff_wrap .tariff_list li .bottom p {
      max-width: 88px;
      margin: 0;
      font-size: 16px;
      line-height: 24px;
      color: #2B3F51; }
      .s-tariff .tariff_wrap .tariff_list li .bottom p::before {
        display: none; }
    .s-tariff .tariff_wrap .tariff_list li .bottom .price {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 32px; }
    .s-tariff .tariff_wrap .tariff_list li .bottom .cost {
      font-size: 48px;
      line-height: 58px;
      letter-spacing: -0.01em;
      color: #2B3F51;
      display: flex;
      align-items: flex-end; }
      .s-tariff .tariff_wrap .tariff_list li .bottom .cost p {
        padding-bottom: 8px; }
    .s-tariff .tariff_wrap .tariff_list li .bottom .btn {
      width: 100%; }
  .s-tariff .tariff_wrap .tariff_list li .hb {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 32px; }
  .s-tariff .tariff_wrap .tariff_list li small {
    display: block;
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 14px;
    color: #2B3F51;
    opacity: 0.3; }
  .s-tariff .tariff_wrap .tariff_list li span {
    font-size: 30px;
    line-height: 36px;
    letter-spacing: -0.01em;
    color: #2B3F51; }
  .s-tariff .tariff_wrap .tariff_list li .icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 52px;
    height: 52px;
    background: rgba(10, 102, 194, 0.1);
    border-radius: 16px; }
  .s-tariff .tariff_wrap .tariff_list li p {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    line-height: 24px;
    color: #2B3F51;
    margin-bottom: 12px; }
    .s-tariff .tariff_wrap .tariff_list li p:last-child {
      margin-bottom: 0; }
    .s-tariff .tariff_wrap .tariff_list li p.hide {
      opacity: 0.2; }
    .s-tariff .tariff_wrap .tariff_list li p::before {
      content: "";
      display: block;
      width: 12px;
      height: 12px;
      background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzIwNTVfMTQ2NikiPgo8cGF0aCBkPSJNMS44NTcgNS4yMjI4MUwzLjk1NzE0IDguNzc0MDVDNi4xMzM2OSA1LjM3NTYgOC41Nzc1MSAyLjM5NzAxIDEwLjc5MjQgMC42Nzg4MzdDMTEuMjg4NyAwLjIyMDU5IDEyLjA1MjQgMC40ODc5MjggMTEuNTE3OCAwLjk4NDMxNEM5LjAzNTcyIDMuNTQyNjMgNy4xMjY2NiA2LjQ0NDgyIDUuMTc5MSAxMC45ODg4QzQuNDE1MzkgMTEuNTIzNCAzLjUzNzEyIDExLjc5MDcgMy4xMTcwNSAxMS4yOTQzTDAuMzY3NjQ2IDYuMzY4MzNDLTAuMDE0MTY3MSA1Ljc1NzM5IDEuMzIyMjYgNC4zNDQ1NyAxLjg1Njg2IDUuMjIyODFMMS44NTcgNS4yMjI4MVoiIGZpbGw9IiMwQTY2QzIiLz4KPC9nPgo8ZGVmcz4KPGNsaXBQYXRoIGlkPSJjbGlwMF8yMDU1XzE0NjYiPgo8cmVjdCB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIGZpbGw9IndoaXRlIi8+CjwvY2xpcFBhdGg+CjwvZGVmcz4KPC9zdmc+Cg==) center no-repeat; }

@media(max-width: 1300px) {
  .s-tariff .tariff_wrap .tariff_list li .bottom::before {
    left: 50%;
    max-width: 286px;
    transform: translate(-50%, 0); }
  .s-tariff .tariff_wrap .tariff_list li .bottom .cost {
    font-size: 30px;
    line-height: 36px; }
    .s-tariff .tariff_wrap .tariff_list li .bottom .cost p {
      padding-bottom: 0; } }
@media(max-width: 1199px) {
  .s-tariff .tariff_wrap .tariff_list {
    grid-template-columns: repeat(2, 1fr); }
    .s-tariff .tariff_wrap .tariff_list li .bottom::before {
      max-width: unset; } }
@media(max-width: 840px) {
  .s-tariff .tariff_wrap .tariff_list li .bottom::before {
    max-width: 260px; } }
@media(max-width: 768px) {
  .s-tariff .tariff_wrap .tariff_list li .bottom::before {
    display: none; }

  .s-tariff .tariff_wrap .tariff_list li .bottom .cost p {
    padding-bottom: 2px; } }
@media(max-width: 520px) {
  .s-tariff .tariff_wrap .tariff_list li span {
    font-size: 26px;
    line-height: 1.2; }
  .s-tariff .tariff_wrap .tariff_list li p {
    font-size: 14px; }
  .s-tariff .tariff_wrap .tariff_list li .bottom p {
    font-size: 14px;
    line-height: 1.2; } }
@media(max-width: 375px) {
  .s-tariff .tariff_wrap .tariff_list li .bottom::before {
    display: block;
    max-width: 234px; } }
@media(max-width: 340px) {
  .s-tariff .tariff_wrap .tariff_list li .top {
    padding-right: 10px !important; } }
.s-faq .faq_wrap {
  display: flex;
  align-items: flex-start;
  gap: 32px; }
  .s-faq .faq_wrap .form {
    width: 100%;
    max-width: 510px;
    padding: 48px;
    max-height: 756px;
    background: #2B3F51;
    border-radius: 50px; }
    .s-faq .faq_wrap .form span {
      display: block;
      font-size: 36px;
      line-height: 43px;
      text-align: center;
      letter-spacing: -0.01em;
      color: #FFFFFF;
      text-align: center; }
    .s-faq .faq_wrap .form p {
      margin: 12px 0 40px;
      font-size: 16px;
      line-height: 24px;
      text-align: center;
      color: #FFFFFF; }
    .s-faq .faq_wrap .form .form_row {
      margin-bottom: 16px;
      line-height: 1; }
    .s-faq .faq_wrap .form input, .s-faq .faq_wrap .form textarea {
      width: 100%;
      padding: 0 32px;
      height: 88px;
      background: #FFFFFF;
      border: none;
      border-radius: 32px;
      font-size: 16px;
      color: #2B3F51; }
      .s-faq .faq_wrap .form input::placeholder, .s-faq .faq_wrap .form textarea::placeholder {
        font-size: 16px;
        color: #2B3F51;
        opacity: 1; }
    .s-faq .faq_wrap .form textarea {
      padding-top: 32px;
      height: 147px;
      resize: none; }
    .s-faq .faq_wrap .form button {
      width: 100%; }
    .s-faq .faq_wrap .form label {
      display: block;
      margin: 40px auto 0;
      font-size: 14px;
      line-height: 21px;
      text-align: center;
      color: #FFFFFF;
      opacity: 0.3; }
      .s-faq .faq_wrap .form label a {
        color: #FFFFFF;
        font-weight: bold;
        text-decoration: underline; }
  .s-faq .faq_wrap .faq_list {
    width: calc( 100% - 542px );
    margin: 0;
    padding: 0;
    list-style-type: none; }
    .s-faq .faq_wrap .faq_list li.view-item {
      padding: 40px;
      padding-left: 48px;
      margin-bottom: 8px;
      background: #ffff;
      border-radius: 50px; }
      .s-faq .faq_wrap .faq_list li.view-item.active button::after {
        background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik00LjQxMDU4IDQuNDEwNThDNC43MzYwMiA0LjA4NTE0IDUuMjYzNjYgNC4wODUxNCA1LjU4OTA5IDQuNDEwNThMMTUuNTg5MSAxNC40MTA2QzE1LjkxNDUgMTQuNzM2IDE1LjkxNDUgMTUuMjYzNyAxNS41ODkxIDE1LjU4OTFDMTUuMjYzNyAxNS45MTQ1IDE0LjczNiAxNS45MTQ1IDE0LjQxMDYgMTUuNTg5MUw0LjQxMDU4IDUuNTg5MDlDNC4wODUxNCA1LjI2MzY2IDQuMDg1MTQgNC43MzYwMiA0LjQxMDU4IDQuNDEwNThaIiBmaWxsPSIjMEE2NkMyIi8+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMTUuNTg5MiA0LjQxMDU4QzE1LjI2MzcgNC4wODUxNCAxNC43MzYxIDQuMDg1MTQgMTQuNDEwNyA0LjQxMDU4TDQuNDEwNjYgMTQuNDEwNkM0LjA4NTIyIDE0LjczNiA0LjA4NTIyIDE1LjI2MzcgNC40MTA2NiAxNS41ODkxQzQuNzM2MSAxNS45MTQ1IDUuMjYzNzQgMTUuOTE0NSA1LjU4OTE3IDE1LjU4OTFMMTUuNTg5MiA1LjU4OTA5QzE1LjkxNDYgNS4yNjM2NiAxNS45MTQ2IDQuNzM2MDIgMTUuNTg5MiA0LjQxMDU4WiIgZmlsbD0iIzBBNjZDMiIvPgo8L3N2Zz4K) !important;
        background-position: center; }
      .s-faq .faq_wrap .faq_list li.view-item .view-item_header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        cursor: pointer; }
        .s-faq .faq_wrap .faq_list li.view-item .view-item_header span {
          display: block;
          width: calc( 100% - 70px );
          font-size: 30px;
          line-height: 36px;
          letter-spacing: -0.01em;
          color: #2B3F51; }
        .s-faq .faq_wrap .faq_list li.view-item .view-item_header button {
          position: relative;
          display: flex;
          align-items: center;
          justify-content: center;
          padding: 0;
          width: 52px;
          height: 52px;
          background-color: rgba(10, 102, 194, 0.1);
          border-radius: 16px;
          border: none;
          border: none; }
          .s-faq .faq_wrap .faq_list li.view-item .view-item_header button::after {
            content: "";
            display: block;
            width: 20px;
            height: 20px;
            background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0yLjA5NTQyIDEwLjAwMDVDMi4wOTU0MiA5LjU0MDI1IDIuNDY4NTIgOS4xNjcxNSAyLjkyODc2IDkuMTY3MTVMMTcuMDcwOSA5LjE2NzE1QzE3LjUzMTEgOS4xNjcxNSAxNy45MDQyIDkuNTQwMjUgMTcuOTA0MiAxMC4wMDA1QzE3LjkwNDIgMTAuNDYwNyAxNy41MzExIDEwLjgzMzggMTcuMDcwOSAxMC44MzM4TDIuOTI4NzYgMTAuODMzOEMyLjQ2ODUyIDEwLjgzMzggMi4wOTU0MiAxMC40NjA3IDIuMDk1NDIgMTAuMDAwNVoiIGZpbGw9IiMwQTY2QzIiLz4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik05Ljk5OTc2IDIuMDk2MTVDOS41Mzk1MiAyLjA5NjE1IDkuMTY2NDIgMi40NjkyNSA5LjE2NjQyIDIuOTI5NDlMOS4xNjY0MiAxNy4wNzE2QzkuMTY2NDIgMTcuNTMxOSA5LjUzOTUyIDE3LjkwNSA5Ljk5OTc2IDE3LjkwNUMxMC40NiAxNy45MDUgMTAuODMzMSAxNy41MzE5IDEwLjgzMzEgMTcuMDcxNkwxMC44MzMxIDIuOTI5NDlDMTAuODMzMSAyLjQ2OTI1IDEwLjQ2IDIuMDk2MTUgOS45OTk3NiAyLjA5NjE1WiIgZmlsbD0iIzBBNjZDMiIvPgo8L3N2Zz4K);
            background-position: center; }
      .s-faq .faq_wrap .faq_list li.view-item .view-item_content {
        display: none;
        padding-top: 8px; }
        .s-faq .faq_wrap .faq_list li.view-item .view-item_content p {
          max-width: 618px;
          margin-bottom: 15px;
          font-size: 16px;
          color: #2B3F51;
          line-height: 24px; }
          .s-faq .faq_wrap .faq_list li.view-item .view-item_content p:last-child {
            margin-bottom: 8px; }

@media(max-width: 1300px) {
  .s-faq .faq_wrap .faq_list li.view-item {
    padding: 30px;
    border-radius: 25px; }
    .s-faq .faq_wrap .faq_list li.view-item .view-item_header span {
      font-size: 22px;
      line-height: 1; }

  .s-faq .faq_wrap .form {
    border-radius: 25px; }
    .s-faq .faq_wrap .form input {
      height: 60px;
      border-radius: 24px; }
    .s-faq .faq_wrap .form textarea {
      height: 120px;
      border-radius: 24px; }
    .s-faq .faq_wrap .form label {
      margin-top: 25px; } }
@media(max-width: 1199px) {
  .s-faq .faq_wrap .form {
    max-width: 467px; }
  .s-faq .faq_wrap .faq_list {
    width: calc(100% - 500px); } }
@media(max-width: 768px) {
  .s-faq .faq_wrap .form {
    border-radius: 25px; }
    .s-faq .faq_wrap .form span {
      display: block;
      margin-bottom: 12px;
      font-size: 30px;
      line-height: 36px; }
    .s-faq .faq_wrap .form input {
      padding: 0 20px;
      height: 50px;
      font-size: 14px;
      border-radius: 16px; }
      .s-faq .faq_wrap .form input::placeholder {
        font-size: 14px; }
    .s-faq .faq_wrap .form textarea {
      padding: 20px;
      height: 90px;
      font-size: 14px;
      border-radius: 16px; }
      .s-faq .faq_wrap .form textarea::placeholder {
        font-size: 14px; } }
@media(max-width: 520px) {
  .s-faq .faq_wrap .faq_list li.view-item {
    padding: 18px; }
    .s-faq .faq_wrap .faq_list li.view-item .view-item_header span {
      font-size: 16px; }
    .s-faq .faq_wrap .faq_list li.view-item .view-item_header button {
      width: 32px;
      height: 32px;
      border-radius: 9px; }
    .s-faq .faq_wrap .faq_list li.view-item .view-item_content p {
      font-size: 14px;
      line-height: 1.2;
      opacity: 0.7; }

  .s-faq .faq_wrap .form label {
    font-size: 12px;
    line-height: 1.2; }
    .s-faq .faq_wrap .form label br {
      display: none; } }
.s-why .why_wrap {
  display: flex;
  gap: 48px;
  padding: 86px;
  border: 1px solid rgba(10, 102, 194, 0.2);
  border-radius: 50px; }
  .s-why .why_wrap .block_title {
    text-align: left; }
  .s-why .why_wrap .page-desc {
    margin-bottom: 48px;
    text-align: left; }
  .s-why .why_wrap .text {
    width: 100%;
    max-width: 440px; }
  .s-why .why_wrap .buttons {
    display: flex;
    gap: 16px; }
  .s-why .why_wrap .image {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    width: calc(100% -  488px);
    margin: 0; }
    .s-why .why_wrap .image img {
      height: 100%;
      object-fit: cover; }
  .s-why .why_wrap ul {
    display: flex;
    justify-content: space-between;
    margin: 0;
    padding: 0;
    list-style-type: none; }
    .s-why .why_wrap ul li {
      display: flex;
      flex-direction: column;
      justify-content: center;
      gap: 8px; }
      .s-why .why_wrap ul li span {
        font-weight: 700;
        font-size: 70px;
        line-height: 70px;
        color: #0A66C2;
        text-align: center; }
      .s-why .why_wrap ul li p {
        font-size: 16px;
        line-height: 24px;
        color: #2B3F51;
        text-align: center; }

.s-why.type .why_wrap {
  gap: 64px; }
  .s-why.type .why_wrap .image {
    display: flex;
    width: 100%;
    max-width: 410px; }
    .s-why.type .why_wrap .image img {
      width: 100%;
      object-fit: contain; }
  .s-why.type .why_wrap .text {
    width: calc( 100% - 474px );
    max-width: unset; }

.s-why.type2 .why_wrap .text {
  max-width: 480px; }
.s-why.type2 .why_wrap .image {
  width: calc(100% - 528px); }
  .s-why.type2 .why_wrap .image img {
    border-radius: 50px; }

.s-why.type3 .why_wrap {
  gap: 64px; }
  .s-why.type3 .why_wrap .text {
    max-width: 462px; }
  .s-why.type3 .why_wrap .image {
    display: flex;
    align-items: flex-start;
    height: auto;
    width: calc(100% - 494px); }
    .s-why.type3 .why_wrap .image img {
      width: 100%;
      height: auto;
      object-fit: contain; }
  .s-why.type3 .why_wrap ul {
    display: flex;
    flex-direction: column;
    gap: 32px; }
    .s-why.type3 .why_wrap ul li {
      flex-direction: row;
      gap: 32px; }
    .s-why.type3 .why_wrap ul .num {
      width: 100%;
      max-width: 150px; }
    .s-why.type3 .why_wrap ul .tx {
      display: flex;
      flex-direction: column;
      gap: 8px;
      width: calc(100% - 182px);
      text-align: left; }
    .s-why.type3 .why_wrap ul span {
      font-size: 70px;
      line-height: 1; }
    .s-why.type3 .why_wrap ul p {
      margin: 0;
      font-size: 30px;
      line-height: 36px;
      text-align: left; }
    .s-why.type3 .why_wrap ul p:first-child {
      white-space: nowrap; }
    .s-why.type3 .why_wrap ul p:has(small) {
      font-size: 16px;
      line-height: 24px; }
    .s-why.type3 .why_wrap ul small {
      font-size: unset; }

.s-why.type4 .why_wrap {
  justify-content: space-between; }
  .s-why.type4 .why_wrap .image {
    gap: 0;
    width: calc(100% - 525px);
    padding: 1px; }

.s-why.type3.dop .why_wrap .image {
  width: calc(100% - 584px); }
.s-why.type3.dop .why_wrap .text {
  max-width: 520px; }

@media(max-width: 1300px) {
  .s-why .why_wrap .image {
    display: flex; }
    .s-why .why_wrap .image img:last-child {
      display: none; }

  .s-why .why_wrap ul li span {
    font-size: 40px;
    line-height: 1; }

  .s-why.type .why_wrap .text {
    width: 100%;
    max-width: unset; }
  .s-why.type .why_wrap .image {
    display: none; }

  .s-why.type2 .why_wrap .text {
    max-width: unset; }

  .s-why.type3 .why_wrap ul .num {
    width: 90px; }
  .s-why.type3 .why_wrap ul .tx {
    width: calc(100% - 100px); }
  .s-why.type3 .why_wrap ul span {
    font-size: 40px;
    line-height: 1; }

  .s-work .work_wrap ul li .head {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start; }
    .s-work .work_wrap ul li .head .text {
      order: 2; }
    .s-work .work_wrap ul li .head .num {
      margin-bottom: 20px;
      padding: 0 24px;
      height: 44px;
      font-size: 12px;
      border-radius: 16px;
      order: 1; }

  .s-work .work_wrap ul li {
    padding: 40px; }
    .s-work .work_wrap ul li .buttons {
      margin-top: 0; } }
@media(max-width: 1199px) {
  .s-work .work_wrap ul {
    grid-template-columns: repeat(1, 1fr); }
    .s-work .work_wrap ul li:nth-child(2) {
      grid-row: unset; }

  .s-work .work_wrap ul li p {
    margin-bottom: 32px; }

  .s-why.type3 .why_wrap .text {
    max-width: unset !important; } }
@media(max-width: 992px) {
  .s-why.type5 .why_wrap .text {
    width: 100%; }
  .s-why.type5 .why_wrap .image {
    display: none; }

  .s-why .why_wrap {
    flex-direction: row !important; } }
@media(max-width: 820px) {
  .s-why .why_wrap .image {
    max-width: 300px; }
    .s-why .why_wrap .image img {
      width: 100%;
      height: auto; }
  .s-why .why_wrap .text {
    width: calc(100% - 348px); } }
@media(max-width: 768px) {
  .s-why .why_wrap {
    padding: 24px;
    border-radius: 15px;
    flex-direction: column !important; }
    .s-why .why_wrap .text {
      width: 100%; }

  .s-why.type3 .why_wrap ul span {
    font-size: 30px; }

  .s-work .work_wrap ul li {
    padding: 32px 24px;
    border-radius: 15px; }

  .s-why .why_wrap ul li span {
    font-size: 30px; }

  .s-work .work_wrap ul li .img img {
    border-radius: 15px; } }
@media(max-width: 680px) {
  .s-why .why_wrap ul {
    flex-direction: column;
    justify-content: center;
    gap: 20px; } }
@media(max-width: 520px) {
  .s-why.type3 .why_wrap .image {
    display: none; }

  .s-why.type3 .why_wrap ul li {
    flex-direction: column;
    gap: 6px; }
    .s-why.type3 .why_wrap ul li .image {
      display: none; }
    .s-why.type3 .why_wrap ul li .tx {
      gap: 12px; }
    .s-why.type3 .why_wrap ul li p {
      font-size: 26px;
      line-height: 1.2; }
    .s-why.type3 .why_wrap ul li p:has(small) {
      font-size: 14px;
      line-height: 1.2;
      opacity: 0.7; } }
@media(max-width: 420px) {
  .s-why .why_wrap .page-desc {
    margin-bottom: 32px; }
  .s-why .why_wrap .image {
    margin: 0 auto; }
  .s-why .why_wrap .buttons {
    flex-direction: column; }

  .s-why.type3 .why_wrap .page-desc {
    margin-bottom: 32px; } }
.s-contacts .contacts_wrap {
  display: flex;
  gap: 64px;
  padding: 86px;
  border: 1px solid rgba(10, 102, 194, 0.2);
  border-radius: 50px; }
  .s-contacts .contacts_wrap .map {
    width: 100%;
    max-width: 656px;
    border: 4px solid #FFFFFF;
    border-radius: 24px;
    overflow: hidden; }
  .s-contacts .contacts_wrap img {
    width: 100%; }
  .s-contacts .contacts_wrap .page-desc {
    margin-bottom: 64px; }
  .s-contacts .contacts_wrap ul {
    margin: 0;
    padding: 0;
    list-style-type: none; }
    .s-contacts .contacts_wrap ul li {
      display: flex;
      gap: 32px;
      margin-bottom: 64px; }
      .s-contacts .contacts_wrap ul li:last-child {
        margin-bottom: 0; }
      .s-contacts .contacts_wrap ul li .icon {
        width: 72px;
        height: 72px;
        display: flex;
        justify-content: center;
        align-items: center;
        border: 1px solid rgba(10, 102, 194, 0.2);
        border-radius: 24px; }
      .s-contacts .contacts_wrap ul li .text {
        width: calc(100% - 104px);
        display: flex;
        align-items: flex-start;
        flex-direction: column;
        gap: 8px; }
      .s-contacts .contacts_wrap ul li p, .s-contacts .contacts_wrap ul li a:not(.btn) {
        display: block;
        margin: 0;
        font-size: 16px;
        line-height: 24px;
        color: #2B3F51; }
      .s-contacts .contacts_wrap ul li a:not(.btn) {
        text-decoration: underline; }
      .s-contacts .contacts_wrap ul li .btn {
        display: inline-flex; }

@media(max-width: 1400px) {
  .s-contacts .block_title, .s-contacts .page-desc {
    text-align: left; }
  .s-contacts .contacts_wrap {
    align-items: flex-start; }
    .s-contacts .contacts_wrap .info {
      width: calc( 100% - 614px ); }
    .s-contacts .contacts_wrap .map {
      max-width: 550px; }

  .s-contacts .contacts_wrap ul li .btn {
    margin-top: 32px; } }
@media(max-width: 1250px) {
  .s-contacts .contacts_wrap .info {
    width: calc( 100% - 530px ); }
  .s-contacts .contacts_wrap .map {
    max-width: 480px; }

  .s-contacts .contacts_wrap ul li .text {
    font-size: 22px; } }
@media(max-width: 1199px) {
  .s-contacts .contacts_wrap {
    padding: 50px; }
    .s-contacts .contacts_wrap .info {
      width: calc( 100% - 544px ); }
    .s-contacts .contacts_wrap .map {
      max-width: 480px; } }
@media(max-width: 1074px) {
  .s-contacts .contacts_wrap {
    flex-direction: column; }
    .s-contacts .contacts_wrap .info {
      width: 100%; }
    .s-contacts .contacts_wrap .map {
      max-width: unset; } }
@media(max-width: 768px) {
  .s-contacts .contacts_wrap .page-desc {
    margin-bottom: 32px; }

  .s-contacts .contacts_wrap {
    border-radius: 15px; }
    .s-contacts .contacts_wrap ul li {
      margin-bottom: 24px; } }
@media(max-width: 520px) {
  .s-contacts .contacts_wrap {
    border-radius: 15px; }
    .s-contacts .contacts_wrap ul li {
      flex-direction: column;
      gap: 20px;
      margin-bottom: 24px; }
      .s-contacts .contacts_wrap ul li .text {
        font-size: 26px;
        line-height: 1.2; }
      .s-contacts .contacts_wrap ul li p, .s-contacts .contacts_wrap ul li a {
        font-size: 14px;
        line-height: 1.2; }

  .s-contacts .contacts_wrap ul li .btn {
    margin-top: 0; } }
.s-gallery .gallery_wrap .gallery_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  margin: 0;
  padding: 0;
  list-style-type: none; }
  .s-gallery .gallery_wrap .gallery_list li a {
    display: block;
    width: 100%;
    height: 100%; }
    .s-gallery .gallery_wrap .gallery_list li a img {
      width: 100%;
      border-radius: 50px; }

.s-gallery.type .gallery_list li {
  border: 6px solid #FFFFFF;
  border-radius: 50px;
  overflow: hidden; }
  .s-gallery.type .gallery_list li img {
    border-radius: 0 !important; }

@media (max-width: 768px) {
  .s-gallery .gallery_wrap .gallery_list li a img {
    border-radius: 8px; }

  .s-gallery.type .gallery_list li {
    border-radius: 8px; } }
.s-info.rev .info_wrap .text {
  order: 1; }
.s-info.rev .info_wrap .image {
  order: 2; }

.s-info .info_wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 64px;
  padding: 86px;
  border: 1px solid rgba(10, 102, 194, 0.2);
  border-radius: 50px;
  overflow: hidden; }
  .s-info .info_wrap img {
    max-width: 100%; }
  .s-info .info_wrap .image {
    margin: 0; }
  .s-info .info_wrap .text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between; }
  .s-info .info_wrap ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 64px;
    margin: 0;
    padding: 0;
    list-style-type: none; }
    .s-info .info_wrap ul li .icon {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 72px;
      height: 72px;
      border: 1px solid rgba(10, 102, 194, 0.2);
      border-radius: 24px;
      margin-bottom: 24px; }
    .s-info .info_wrap ul li span {
      display: block;
      margin-bottom: 8px;
      font-size: 30px;
      line-height: 36px;
      letter-spacing: -0.01em;
      color: #2B3F51; }
    .s-info .info_wrap ul li p {
      margin: 0;
      font-size: 16px;
      line-height: 24px;
      color: #2B3F51; }

@media(max-width: 1300px) {
  .s-info .info_wrap {
    padding: 30px; }
    .s-info .info_wrap .btn {
      margin-top: 30px; } }
@media(max-width: 1199px) {
  .s-info .info_wrap {
    display: flex; }
    .s-info .info_wrap ul {
      gap: 48px; }
    .s-info .info_wrap .image {
      width: 100%;
      max-width: 420px; }
    .s-info .info_wrap .text {
      width: calc( 100% - 484px ); } }
@media(max-width: 1100px) {
  .s-info .info_wrap {
    gap: 48px; }
    .s-info .info_wrap .image {
      max-width: 380px; }
    .s-info .info_wrap .text {
      width: calc( 100% - 428px ); } }
@media(max-width: 996px) {
  .s-info .info_wrap {
    flex-direction: column; }
    .s-info .info_wrap .text {
      width: 100%;
      order: 1; }
    .s-info .info_wrap .image {
      max-width: none;
      margin: 0 auto;
      text-align: center;
      order: 2; } }
@media(max-width: 992px) {
  .s-info .info_wrap {
    padding: 40px;
    gap: 48px; }
    .s-info .info_wrap ul {
      gap: 42px; }
      .s-info .info_wrap ul li .icon {
        margin-bottom: 20px; }
      .s-info .info_wrap ul li span {
        margin-bottom: 12px; }
    .s-info .info_wrap .image {
      margin-bottom: 0 !important; }
    .s-info .info_wrap .btn {
      margin-top: 32px; } }
@media(max-width: 768px) {
  .s-info.rev .info_wrap .image {
    order: 2 !important; }
  .s-info.rev .info_wrap .text {
    order: 1 !important; }

  .s-info .info_wrap {
    border-radius: 15px; } }
@media(max-width: 520px) {
  .s-info .info_wrap ul li span {
    font-size: 26px;
    line-height: 1.2; }
  .s-info .info_wrap ul li p {
    font-size: 14px;
    line-height: 1.2;
    opacity: 0.7; } }
.s-adv .adv_wrap .adv_list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
  margin: 0;
  padding: 50px 0 0;
  list-style-type: none; }
  .s-adv .adv_wrap .adv_list li {
    position: relative;
    padding: 0 47px 48px;
    background-position: center;
    background-size: cover;
    background-color: #2B3F51;
    border-radius: 50px; }
    .s-adv .adv_wrap .adv_list li:first-child {
      grid-column-end: span 2; }
    .s-adv .adv_wrap .adv_list li.image::before {
      display: block; }
    .s-adv .adv_wrap .adv_list li::before {
      content: "";
      display: none;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: linear-gradient(0deg, rgba(43, 63, 81, 0.9), rgba(43, 63, 81, 0.9));
      border-radius: 50px;
      z-index: 1; }
    .s-adv .adv_wrap .adv_list li.image {
      margin-bottom: 0; }
    .s-adv .adv_wrap .adv_list li .title {
      max-width: 340px;
      position: relative;
      margin-bottom: 12px;
      letter-spacing: -0.01em;
      color: #FFFFFF;
      font-size: 36px;
      line-height: 43px;
      z-index: 3; }
    .s-adv .adv_wrap .adv_list li .icon {
      position: relative;
      width: 100px;
      height: 100px;
      margin-top: -50px;
      margin-bottom: 38px;
      display: flex;
      justify-content: center;
      align-items: center;
      background: rgba(10, 102, 194, 0.5);
      backdrop-filter: blur(15px);
      border-radius: 24px;
      z-index: 3; }
    .s-adv .adv_wrap .adv_list li p {
      max-width: 340px;
      position: relative;
      margin: 0 0 48px;
      font-size: 16px;
      line-height: 24px;
      color: #ffff;
      z-index: 3; }
    .s-adv .adv_wrap .adv_list li .btn {
      position: relative;
      z-index: 3; }

@media(max-width: 1300px) {
  .s-adv .adv_wrap .adv_list {
    padding-top: 0;
    grid-template-columns: repeat(3, 1fr); }
    .s-adv .adv_wrap .adv_list li {
      padding: 40px; }
      .s-adv .adv_wrap .adv_list li:first-child {
        grid-column-end: unset; }
      .s-adv .adv_wrap .adv_list li .icon {
        margin: 0 0 20px; }
      .s-adv .adv_wrap .adv_list li .title {
        font-size: 30px;
        line-height: 36px; } }
@media(max-width: 1199px) {
  .s-adv .adv_wrap .adv_list {
    grid-template-columns: repeat(2, 1fr); } }
@media(max-width: 768px) {
  .s-adv .adv_wrap .adv_list li {
    padding: 32px;
    border-radius: 15px; }
    .s-adv .adv_wrap .adv_list li::before {
      border-radius: 15px; }
    .s-adv .adv_wrap .adv_list li .icon {
      margin: 0 0 20px !important;
      width: 72px;
      height: 72px; }
      .s-adv .adv_wrap .adv_list li .icon svg {
        max-width: 24px; } }
@media(max-width: 520px) {
  .s-adv .adv_wrap .adv_list li .title {
    font-size: 26px;
    line-height: 1.2; }
  .s-adv .adv_wrap .adv_list li p {
    font-size: 14px;
    line-height: 1.2;
    opacity: 0.7; } }
.s-banner .banner_wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 64px;
  padding: 86px;
  border: 1px solid rgba(10, 102, 194, 0.2);
  border-radius: 50px;
  overflow: hidden; }
  .s-banner .banner_wrap .col {
    position: relative;
    flex: unset; }
  .s-banner .banner_wrap p {
    margin-bottom: 42px;
    color: #2B3F51;
    font-size: 20px;
    line-height: 30px;
    font-weight: 300; }
  .s-banner .banner_wrap img {
    position: absolute;
    width: calc( 100% + 40px );
    max-width: 725px;
    top: 50%;
    left: calc(50% - 7px);
    width: calc(100% + 190px);
    transform: translate(-50%, -50%); }
  .s-banner .banner_wrap .buttons {
    display: flex;
    gap: 16px; }

@media(max-width: 1300px) {
  h1 {
    font-size: 60px !important;
    line-height: 1.2 !important; }

  .s-banner .banner_wrap img {
    position: relative;
    width: 100%;
    top: unset;
    max-width: 100%;
    left: unset;
    transform: unset; } }
@media(max-width: 1199px) {
  h1 {
    font-size: 52px !important; }

  .s-banner .banner_wrap {
    gap: 48px;
    padding: 45px; } }
@media(max-width: 996px) {
  h1 {
    font-size: 48px !important;
    line-height: 58px !important; }

  .s-banner .banner_wrap p {
    font-size: 18px;
    line-height: 1.4; } }
@media(max-width: 900px) {
  .s-banner .banner_wrap {
    grid-template-columns: repeat(1, 1fr); } }
@media(max-width: 764px) {
  h1 {
    font-size: 36px !important;
    line-height: 44px !important; }

  .s-banner .banner_wrap {
    padding-top: 0 !important;
    gap: 0 !important; }
    .s-banner .banner_wrap p {
      margin-bottom: 32px;
      font-size: 16px; }

  .s-banner .banner_wrap {
    border-radius: 15px; } }
@media(max-width: 520px) {
  h1 {
    margin-bottom: 12px;
    font-size: 30px !important;
    line-height: 36px !important; }
    h1 br {
      display: none; }

  .s-banner .banner_wrap h1 {
    margin-bottom: 12px; }
  .s-banner .banner_wrap p {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400; } }
@media (max-width: 1300px) {
  .btn.dp {
    height: 60px; } }
@media (max-width: 1199px) {
  footer .f_top .f_top_wrap .f_menu, footer .f_top .f_top_wrap .links {
    gap: 18px; } }
@media (max-width: 996px) {
  footer .f_top .f_top_wrap {
    justify-content: flex-start;
    gap: 130px; }
    footer .f_top .f_top_wrap .col:first-child {
      max-width: 300px; }
    footer .f_top .f_top_wrap .col:last-child {
      display: none; }
    footer .f_top .f_top_wrap .col.menu {
      gap: 150px;
      width: auto; }
  footer .f_bottom {
    display: block; } }
@media (max-width: 992px) {
  header .h_top .h_top_wrap .h_menu {
    display: none; }

  .section {
    padding: 48px 0; }

  .block_title {
    font-size: 36px;
    line-height: 44px; }

  .s-banner .banner_wrap,
  .s-info .info_wrap,
  .s-why .why_wrap,
  .s-contacts .contacts_wrap {
    padding: 48px; }

  .s-adv .adv_wrap .adv_list {
    grid-template-columns: repeat(2, 1fr); }

  .s-info .info_wrap {
    grid-template-columns: 1fr;
    gap: 40px; }
    .s-info .info_wrap ul {
      grid-template-columns: 1fr;
      gap: 32px; }

  .s-gallery .gallery_wrap .gallery_list {
    grid-template-columns: repeat(2, 1fr); }

  .s-tariff .tariff_wrap .tariff_list {
    grid-template-columns: repeat(2, 1fr); }

  .s-why .why_wrap {
    flex-direction: column; }
    .s-why .why_wrap .image {
      width: 100%; }

  .s-contacts .contacts_wrap {
    flex-direction: column; }

  .s-faq .faq_wrap {
    flex-direction: column; }
    .s-faq .faq_wrap .faq_list {
      width: 100%; }
    .s-faq .faq_wrap .form {
      max-width: 100%; } }
@media (max-width: 768px) {
  .btn {
    height: 42px; }

  header .h_top .h_top_wrap .btn {
    margin-left: auto; }
  header .h_top .h_top_wrap .hamburger {
    display: flex;
    margin-left: 20px; }

  header .h_top {
    padding: 16px 0; }

  .logo {
    max-width: 150px;
    gap: 12px; }
    .logo .img {
      width: 52px; }
    .logo p {
      font-size: 16px; }

  .btn.dp {
    height: 56px;
    padding: 0 24px;
    font-size: 14px;
    border-radius: 20px; }

  .section {
    padding: 40px 0; }

  .block_title {
    font-size: 30px;
    line-height: 36px; }

  .page-desc {
    margin-bottom: 32px; }

  .s-banner .banner_wrap {
    grid-template-columns: 1fr;
    padding: 24px;
    gap: 24px; }
    .s-banner .banner_wrap .col {
      position: relative; }
    .s-banner .banner_wrap .col:nth-child(2) {
      order: -1; }
    .s-banner .banner_wrap img {
      position: static;
      top: auto;
      left: auto;
      transform: none;
      width: 100%;
      max-width: 100%; }
    .s-banner .banner_wrap .buttons {
      flex-direction: column; }
      .s-banner .banner_wrap .buttons .btn {
        width: 100%; }

  .s-adv .adv_wrap .adv_list {
    grid-template-columns: 1fr;
    gap: 24px; }
    .s-adv .adv_wrap .adv_list li {
      padding: 32px 24px; }
      .s-adv .adv_wrap .adv_list li:first-child {
        grid-column-end: span 1; }
      .s-adv .adv_wrap .adv_list li .icon {
        margin-top: -32px;
        margin-bottom: 24px; }

  .s-info .info_wrap {
    padding: 24px;
    gap: 32px;
    grid-template-columns: 1fr; }
    .s-info .info_wrap .image {
      margin-bottom: 16px; }
    .s-info .info_wrap ul {
      grid-template-columns: 1fr;
      gap: 24px; }

  .s-info.rev .info_wrap .text {
    order: 2; }
  .s-info.rev .info_wrap .image {
    order: 1; }

  .s-gallery .gallery_wrap .gallery_list {
    grid-template-columns: 1fr;
    gap: 24px; }

  .s-tariff .tariff_wrap .tariff_list {
    grid-template-columns: 1fr; }
    .s-tariff .tariff_wrap .tariff_list li .top, .s-tariff .tariff_wrap .tariff_list li .bottom {
      padding: 32px 24px;
      border-radius: 32px; }

  .s-why .why_wrap {
    padding: 24px;
    gap: 32px; }
    .s-why .why_wrap .text {
      max-width: none; }
    .s-why .why_wrap .image {
      grid-template-columns: repeat(2, 1fr);
      gap: 16px; }

  .s-faq .faq_wrap {
    gap: 24px; }
    .s-faq .faq_wrap .form {
      padding: 32px 24px; }
    .s-faq .faq_wrap .faq_list li.view-item {
      padding: 24px; }

  .s-contacts .contacts_wrap {
    padding: 24px;
    gap: 32px; }

  footer {
    padding: 32px 0; }
    footer .f_top .f_top_wrap {
      flex-direction: column;
      gap: 32px; }
      footer .f_top .f_top_wrap .col.menu {
        width: 100%; }
      footer .f_top .f_top_wrap .f_menu {
        gap: 16px; }

  footer .f_top .f_top_wrap {
    gap: 48px; }
    footer .f_top .f_top_wrap .f_info li p {
      margin-bottom: 0; }
    footer .f_top .f_top_wrap .col.menu {
      justify-content: flex-start;
      gap: 90px; } }
@media (max-width: 375px) {
  header .h_top .h_top_wrap .btn {
    min-width: 77px;
    padding: 0 10px;
    height: 38px;
    border-radius: 12px; } }
@media (max-width: 350px) {
  footer .f_top .f_top_wrap .col.menu {
    flex-direction: column;
    gap: 16px; } }

/*# sourceMappingURL=style.css.map */
