a {
  text-decoration: none; }

.link {
  text-decoration: underline; }

.load {
  margin-top: 40px; }
  .load .btn {
    width: 100%; }

.page_desc {
  max-width: 800px;
  margin: 24px auto 72px;
  color: #3C3C43;
  font-size: 24px;
  line-height: 36px;
  text-align: center; }

.breadcrumbs {
  margin-bottom: 30px; }
  .breadcrumbs ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style-type: none; }
    .breadcrumbs ul li {
      margin-right: 3px; }
      .breadcrumbs ul li:last-child {
        margin-right: 0; }
      .breadcrumbs ul li a, .breadcrumbs ul li span {
        font-family: "Roboto Slab", serif;
        color: #3C3C4B;
        font-size: 14px;
        line-height: 20px;
        letter-spacing: 0.25px; }

.btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 64px;
  padding: 0 20px;
  color: #FFFF;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  background: #D90368;
  border-radius: 20px;
  border: none;
  box-shadow: none;
  transition: 0.3s;
  cursor: pointer; }
  .btn:hover {
    background: #b11d5d; }
  .btn.gray {
    color: rgba(60, 60, 75, 0.5);
    font-weight: 400;
    background: 0 0; }
  .btn.white {
    color: #3C3C43;
    background: #ffff; }
    .btn.white:hover {
      color: #3C3C43;
      background: rgba(255, 255, 255, 0.65); }

.btn[disabled] {
  background: #ec91bc; }

.btn:hover {
  color: #FFFF; }

.gray:hover {
  color: rgba(60, 60, 75, 0.5); }

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10; }
  header .h_top {
    padding: 16px 0;
    background: #FFFF; }
    header .h_top .h_top_wrap, header .h_top .h_col {
      display: flex;
      justify-content: space-between;
      align-items: center; }
      header .h_top .h_top_wrap .h_phone, header .h_top .h_col .h_phone {
        display: flex;
        align-items: center;
        text-decoration: none;
        color: #3C3C43;
        font-size: 17px;
        line-height: 20px;
        font-weight: bold;
        letter-spacing: 0.5px;
        transition: 0.3s; }
        header .h_top .h_top_wrap .h_phone:hover, header .h_top .h_col .h_phone:hover {
          color: #D90368; }
      header .h_top .h_top_wrap .h_soc, header .h_top .h_col .h_soc {
        margin-left: 12px; }

main.page {
  margin-top: -315px;
  padding-top: 80px;
  background: #F2F2F7;
  border-radius: 80px 80px 0px 0px; }

section:not(.banner) h1, section:not(.banner) h2 {
  margin-bottom: 80px;
  color: #3C3C43;
  font-size: 54px;
  font-weight: 600;
  line-height: 70px;
  text-align: center; }

footer {
  background: #F2F2F7;
  border-top: 1px solid #c4c4ca; }
  footer .f_top .f_top_wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 227px;
    padding: 52px 0; }
    footer .f_top .f_top_wrap .f_col {
      display: flex;
      align-items: center; }
    footer .f_top .f_top_wrap p, footer .f_top .f_top_wrap a {
      white-space: nowrap;
      margin: 0;
      font-family: "Roboto Slab", serif;
      color: #8A9094;
      font-size: 16px;
      line-height: 22px;
      color: #3C3C43;
      opacity: 0.8; }
    footer .f_top .f_top_wrap a:hover {
      text-decoration: none; }
    footer .f_top .f_top_wrap .links {
      display: flex;
      flex-direction: column;
      gap: 8px; }
    footer .f_top .f_top_wrap .app {
      display: flex;
      align-items: center;
      flex-wrap: nowrap;
      gap: 17.11px; }
      footer .f_top .f_top_wrap .app a {
        opacity: 1; }

.bonus.dop .bonus_wrap .bonus_list li {
  min-height: 360px; }

.bonus:not(.dop) .bonus_wrap .bonus_list li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 260px; }
  .bonus:not(.dop) .bonus_wrap .bonus_list li:first-child {
    justify-content: flex-start;
    grid-row-end: span 2; }

.bonus {
  margin-bottom: 160px; }
  .bonus .bonus_wrap .bonus_list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    margin: 0;
    padding: 0;
    list-style-type: none; }
    .bonus .bonus_wrap .bonus_list li {
      position: relative;
      padding: 56px;
      background-color: #FFFF;
      background-position: center;
      background-size: contain;
      background-repeat: no-repeat;
      border-radius: 56px;
      overflow: hidden;
      z-index: 1; }
      .bonus .bonus_wrap .bonus_list li img {
        position: absolute;
        bottom: 0;
        right: 0;
        max-height: 455px; }
      .bonus .bonus_wrap .bonus_list li.dn {
        display: flex;
        flex-direction: column;
        justify-content: flex-end; }
      .bonus .bonus_wrap .bonus_list li.lines {
        display: flex;
        flex-direction: column;
        justify-content: center;
        background: url(../images/Card4.png) center no-repeat; }
        .bonus .bonus_wrap .bonus_list li.lines p {
          max-width: none;
          margin: 0;
          color: #FFFFFF;
          font-size: 32px;
          line-height: 45px;
          font-weight: 500;
          text-align: center; }
      .bonus .bonus_wrap .bonus_list li span {
        color: #3c3c43;
        font-size: 36px;
        font-weight: 500;
        line-height: 50px; }
        .bonus .bonus_wrap .bonus_list li span strong {
          color: #E40163;
          font-weight: 500; }
      .bonus .bonus_wrap .bonus_list li p {
        max-width: 450px;
        margin: 16px 0 0;
        color: #3C3C43;
        font-size: 16px;
        line-height: 22px; }
        .bonus .bonus_wrap .bonus_list li p a {
          color: #E40163; }
          .bonus .bonus_wrap .bonus_list li p a strong {
            color: #3c3c43 !important; }

@media(max-width: 1300px) {
  .bonus.dop .bonus_wrap .bonus_list li:not(.lines) {
    min-height: 260px;
    background-image: none !important; }

  .bonus .bonus_wrap .bonus_list li.dn {
    justify-content: center; }

  .bonus.dop .bonus_wrap .bonus_list li {
    display: flex;
    flex-direction: column;
    justify-content: center !important; }

  .bonus.dop .bonus_wrap .bonus_list li:nth-child(3n) {
    justify-content: flex-start !important; }

  .bonus .bonus_wrap .bonus_list li.lines {
    background-size: cover; } }
@media(max-width: 992px) {
  .bonus.dop .bonus_wrap .bonus_list li:nth-child(3n) {
    justify-content: center !important; } }
@media(max-width: 768px) {
  .bonus:not(.dop) .bonus_wrap .bonus_list li {
    min-height: unset; }

  .bonus.dop .bonus_wrap .bonus_list li:not(.lines) {
    min-height: unset; }

  .bonus.dop .bonus_wrap .bonus_list li {
    min-height: 142px !important; }

  .bonus .bonus_wrap .bonus_list li p br {
    display: none; } }
@media(max-width: 580px) {
  .bonus .bonus_wrap .bonus_list li img {
    position: relative;
    right: unset;
    bottom: unset;
    margin: 0 auto -20px;
    width: auto;
    max-height: 250px; } }
@media(max-width: 450px) {
  .bonus.dop .bonus_wrap .bonus_list li.lines {
    display: none; } }
.banner {
  padding: 204px 0 475px;
  background-image: url(../images/bg1.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }
  .banner .banner_wrap {
    display: flex;
    align-items: center;
    gap: 24px; }
    .banner .banner_wrap .left {
      width: calc(100% - 674px); }
    .banner .banner_wrap .right {
      max-width: 650px; }
      .banner .banner_wrap .right img {
        margin-right: -20px;
        max-width: 100%; }
    .banner .banner_wrap h1 {
      margin: 0;
      color: #FFFF;
      font-size: 76px;
      line-height: 99px;
      font-weight: 700; }
    .banner .banner_wrap p {
      max-width: 759px;
      margin: 32px 0 56px;
      color: #FFFF;
      font-size: 24px;
      line-height: 36px; }
    .banner .banner_wrap .buttons {
      display: flex;
      gap: 24px; }
      .banner .banner_wrap .buttons .btn {
        min-width: 348px; }

.no {
  text-align: center;
  background-image: url(../images/bg2.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }
  .no .no_wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 100vh; }
    .no .no_wrap span {
      color: #fff;
      font-weight: 700;
      font-size: 120px;
      letter-spacing: 1px;
      line-height: 155px; }
    .no .no_wrap p {
      margin: 2px 0 48px;
      color: #FFFFFF;
      font-size: 24px;
      line-height: 36px; }
    .no .no_wrap .btn {
      min-width: 440px; }

@media(max-width: 768px) {
  .no {
    height: 100vh; } }
.col.event {
  min-height: 365px; }

.title-scroll {
  display: block;
  margin: 0 0 20px;
  color: #3C3C43;
  font-family: arantxa-st, sans-serif;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0.25px; }

.tariff_scroll {
  width: 100%;
  max-width: 396px;
  margin: 0;
  padding: 0;
  list-style-type: none; }
  .tariff_scroll > li {
    display: none;
    margin-bottom: 30px;
    transition: all 0.2s ease; }
    .tariff_scroll > li:last-child {
      margin-bottom: 20px; }
    .tariff_scroll > li.active {
      display: block; }
    .tariff_scroll > li select {
      width: 100%;
      height: 40px;
      padding: 0 12px;
      color: #3C3C4B;
      font-size: 14px;
      letter-spacing: 0.25px;
      border: 1px solid #E0E0E0;
      border-radius: 12px; }
      .tariff_scroll > li select::placeholder {
        color: #3C3C4B;
        font-size: 14px;
        letter-spacing: 0.25px;
        opacity: 1; }
    .tariff_scroll > li .selectric {
      background: #ffff;
      border: 1px solid #E0E0E0;
      border-radius: 12px; }
      .tariff_scroll > li .selectric .label {
        height: 40px;
        color: #3C3C4B;
        font-size: 14px;
        letter-spacing: 0.25px; }
      .tariff_scroll > li .selectric .button {
        background-color: #ffff; }
    .tariff_scroll > li .selectric-items {
      background: #ffff;
      border: 1px solid #E0E0E0; }
      .tariff_scroll > li .selectric-items li {
        color: #3C3C4B;
        font-size: 12px;
        letter-spacing: 0.25px; }
        .tariff_scroll > li .selectric-items li.highlighted {
          background: #F7F7F7; }
        .tariff_scroll > li .selectric-items li:hover {
          background: #F7F7F7; }

@media(max-width: 550px) {
  .tariff_scroll {
    max-width: unset; } }
.faq {
  margin-bottom: 160px; }
  .faq .faq_wrap .faq_list {
    margin: 0;
    padding: 80px 155px;
    list-style-type: none;
    background: #FFFFFF;
    border-radius: 56px; }
    .faq .faq_wrap .faq_list li.view-item {
      margin-bottom: 24px;
      border-bottom: 1px solid #dcdcdd; }
      .faq .faq_wrap .faq_list li.view-item:last-child {
        margin-bottom: 0;
        border-bottom: none; }
        .faq .faq_wrap .faq_list li.view-item:last-child .view-item_header {
          padding-bottom: 0; }
        .faq .faq_wrap .faq_list li.view-item:last-child .view-item_content {
          display: block;
          max-height: 0;
          padding: 0;
          visibility: hidden;
          opacity: 0; }
        .faq .faq_wrap .faq_list li.view-item:last-child.active .view-item_content {
          max-height: unset;
          padding-top: 26px;
          visibility: visible;
          opacity: 1;
          transition: all 0.3s ease; }
      .faq .faq_wrap .faq_list li.view-item.active .view-item_header svg {
        transform: rotate(180deg); }
      .faq .faq_wrap .faq_list li.view-item .view-item_header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 2px 0 26px;
        cursor: pointer; }
        .faq .faq_wrap .faq_list li.view-item .view-item_header:hover span {
          color: rgba(60, 60, 67, 0.6); }
        .faq .faq_wrap .faq_list li.view-item .view-item_header:hover svg path {
          stroke: rgba(60, 60, 67, 0.6);
          transition: 0.3s; }
        .faq .faq_wrap .faq_list li.view-item .view-item_header span {
          color: #3C3C43;
          font-size: 24px;
          line-height: 36px;
          transition: 0.3s; }
        .faq .faq_wrap .faq_list li.view-item .view-item_header svg {
          transition: transform 0.3s; }
      .faq .faq_wrap .faq_list li.view-item .view-item_content {
        display: none;
        padding-bottom: 24px; }
        .faq .faq_wrap .faq_list li.view-item .view-item_content p {
          max-width: 840px;
          margin: 0 0 20px;
          color: #3C3C43;
          font-size: 16px;
          line-height: 22px;
          opacity: 0.8; }
          .faq .faq_wrap .faq_list li.view-item .view-item_content p:last-child {
            margin-bottom: 0; }
          .faq .faq_wrap .faq_list li.view-item .view-item_content p strong {
            font-size: 15px;
            font-weight: 400; }
          .faq .faq_wrap .faq_list li.view-item .view-item_content p a {
            color: #D90368;
            text-decoration: none; }

@media(max-width: 1300px) {
  .faq .faq_wrap .faq_list {
    padding: 80px; } }
@media(max-width: 992px) {
  .faq {
    margin-bottom: 0; } }
@media(max-width: 768px) {
  .faq {
    margin-bottom: 0 !important; } }
@media(max-width: 340px) {
  .faq .faq_wrap .faq_list li.view-item .view-item_header {
    padding: 15px 0; }
    .faq .faq_wrap .faq_list li.view-item .view-item_header span {
      width: calc(100% - 20px);
      padding-right: 4px; } }
.scroll {
  height: 100vh;
  min-height: 100vh;
  overflow: hidden; }

.is-os .col-items {
  display: none; }
  .is-os .col-items.active {
    display: block; }
.is-os .modal {
  align-items: flex-start;
  overflow-y: scroll; }
  .is-os .modal .modal_wrap {
    margin: 55px auto 55px;
    overflow: hidden; }

.tariff_list.defer li .title img {
  display: none; }
.tariff_list.defer li .description {
  display: none; }
.tariff_list.defer li .features {
  display: none; }

.tariff .col {
  flex: unset; }
.tariff .swiper-scrollbar {
  bottom: 36px;
  height: 4px;
  background: #FFFF;
  z-index: -1; }
  .tariff .swiper-scrollbar .swiper-scrollbar-drag {
    display: none; }

.line {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: red; }

.tariff {
  margin-bottom: 160px; }
  .tariff h1 {
    margin-bottom: 0 !important; }
  .tariff .tariff_wrap .tariff_nav.js-mob {
    display: none; }
  .tariff .tariff_wrap .tariff_nav {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
    margin: 0 0 42px;
    padding: 0;
    list-style-type: none; }
    .tariff .tariff_wrap .tariff_nav li {
      display: flex;
      justify-content: center;
      flex: 1 0 auto; }
      .tariff .tariff_wrap .tariff_nav li.active a, .tariff .tariff_wrap .tariff_nav li.active button {
        height: 52px;
        font-weight: 700;
        background: #FFFFFF;
        border-color: #FFFFFF; }
      .tariff .tariff_wrap .tariff_nav li button {
        background: transparent;
        border: none; }
      .tariff .tariff_wrap .tariff_nav li a, .tariff .tariff_wrap .tariff_nav li button {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 54px;
        padding: 8px 0;
        color: #3C3C43;
        font-size: 16px;
        line-height: 22px;
        text-decoration: none;
        border: 1px solid #D1D1D6;
        border-radius: 100px;
        white-space: nowrap;
        text-align: center;
        transition: 0.3s; }
  .tariff .tariff_wrap .swiper {
    display: none; }
  .tariff .tariff_wrap .tariff_nav_slide {
    margin: 0 0 40px;
    padding: 0;
    list-style-type: none; }
    .tariff .tariff_wrap .tariff_nav_slide li.active a {
      color: #3C3C43; }
      .tariff .tariff_wrap .tariff_nav_slide li.active a::after {
        width: 100%; }
    .tariff .tariff_wrap .tariff_nav_slide li a, .tariff .tariff_wrap .tariff_nav_slide li button {
      position: relative;
      display: block;
      width: 100%;
      height: 100%;
      padding: 8px 0;
      color: rgba(60, 60, 75, 0.5);
      font-size: 15px;
      font-family: arantxa-st, sans-serif;
      line-height: 20px;
      letter-spacing: 0.25px;
      text-decoration: none;
      white-space: nowrap;
      text-align: center;
      transition: 0.3s; }
      .tariff .tariff_wrap .tariff_nav_slide li a::after, .tariff .tariff_wrap .tariff_nav_slide li button::after {
        content: "";
        position: absolute;
        left: 50%;
        bottom: -4px;
        width: 0;
        height: 4px;
        background: #D90368;
        border-radius: 2px;
        transform: translateX(-50%);
        transition: 0.3s;
        z-index: 2; }

.tariff_content .tariff_list {
  display: none;
  margin: 0;
  padding: 0;
  list-style-type: none; }
  .tariff_content .tariff_list.active {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px; }
  .tariff_content .tariff_list li {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 598px;
    padding: 56px;
    background: #FFFF;
    border-radius: 56px; }
    .tariff_content .tariff_list li .title {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 12px; }
      .tariff_content .tariff_list li .title span {
        position: relative;
        display: flex;
        align-items: center;
        color: #D90368;
        font-weight: 600;
        font-size: 24px; }
      .tariff_content .tariff_list li .title img {
        max-height: 40px; }
    .tariff_content .tariff_list li .description {
      margin-bottom: 28px;
      color: rgba(60, 60, 67, 0.6);
      font-size: 16px;
      line-height: 22px; }
    .tariff_content .tariff_list li .features {
      margin-top: 44px; }
      .tariff_content .tariff_list li .features div {
        display: flex;
        align-items: center;
        gap: 12px;
        margin-bottom: 15px; }
        .tariff_content .tariff_list li .features div:last-child {
          margin-bottom: 0; }
        .tariff_content .tariff_list li .features div p {
          width: calc(100% - 36px);
          margin: 0;
          color: rgba(60, 60, 67, 0.6);
          font-size: 16px;
          line-height: 22px; }
        .tariff_content .tariff_list li .features div svg {
          max-height: 24px;
          margin-top: -2px; }
    .tariff_content .tariff_list li .price {
      margin-bottom: 22px;
      color: #3C3C43;
      font-size: 44px;
      line-height: 48px;
      font-weight: 600;
      position: relative;
      padding-bottom: 44px;
      margin-bottom: 44px; }
      .tariff_content .tariff_list li .price::after {
        content: "";
        position: absolute;
        left: -56px;
        bottom: 0;
        width: calc(100% + 112px);
        height: 1px;
        background: #dcdcdd; }
      .tariff_content .tariff_list li .price .old {
        padding-left: 4px;
        color: rgba(60, 60, 75, 0.5);
        font-size: 12px;
        font-family: "Roboto Slab", serif;
        font-weight: 400;
        line-height: 16px;
        text-decoration: line-through; }
    .tariff_content .tariff_list li .btn {
      width: 100%; }

@media(max-width: 1400px);
@media(max-width: 1199px) {
  .tariff .tariff_wrap .tariff_nav {
    grid-template-columns: repeat(2, 1fr); }

  .tariff .tariff_wrap .tariff_list {
    grid-template-columns: repeat(2, 1fr); }

  .tariff .tariff_wrap .tariff_list li .price {
    font-size: 24px;
    padding-bottom: 20px;
    margin-bottom: 20px; } }
@media(max-width: 996px) {
  .tariff .tariff_wrap .tariff_list {
    grid-template-columns: repeat(2, 1fr); }
    .tariff .tariff_wrap .tariff_list li .description {
      min-height: unset; }

  .tariff .tariff_wrap .tariff_list li .price::after {
    width: 100%;
    left: 0; } }
@media(max-width: 992px) {
  .tariff {
    margin-bottom: 80px; }

  .tariff .tariff_wrap .tariff_list {
    gap: 24px; }
    .tariff .tariff_wrap .tariff_list li {
      padding: 40px; } }
@media(max-width: 768px) {
  .is-os .tariff .tariff_wrap .tariff_nav:not(.js-mob) {
    display: none !important; }
  .is-os .tariff .tariff_wrap .tariff_nav {
    display: grid;
    grid-template-columns: repeat(2, 1fr); }
    .is-os .tariff .tariff_wrap .tariff_nav li:first-child a, .is-os .tariff .tariff_wrap .tariff_nav li:first-child button {
      padding-left: 0; }
  .is-os .tariff .tariff_wrap .swiper {
    display: none !important; }
  .is-os .tariff .tariff_wrap .tariff_nav::-webkit-scrollbar {
    width: 0; }
  .is-os .modal .modal_wrap .list {
    max-height: unset !important; }

  .tariff .tariff_wrap .tariff_list li {
    border-radius: 32px;
    padding: 24px; }

  .tariff .tariff_wrap .tariff_list li .title img {
    max-height: 26px; }

  .tariff {
    margin-bottom: 60px; }
    .tariff h2 {
      margin-bottom: 12px; }
    .tariff .tariff_wrap .tariff_nav {
      display: none;
      margin-bottom: 40px; }
      .tariff .tariff_wrap .tariff_nav::after {
        width: calc(100% + 100px); }
      .tariff .tariff_wrap .tariff_nav li {
        flex: unset; }
        .tariff .tariff_wrap .tariff_nav li.active a:hover::after, .tariff .tariff_wrap .tariff_nav li.active button:hover::after {
          width: 100%; }
        .tariff .tariff_wrap .tariff_nav li a, .tariff .tariff_wrap .tariff_nav li button {
          padding-left: 14px;
          padding-right: 14px; }
          .tariff .tariff_wrap .tariff_nav li a:hover::after, .tariff .tariff_wrap .tariff_nav li button:hover::after {
            width: 0; }
    .tariff .tariff_wrap .swiper {
      display: block; }
    .tariff .tariff_wrap .tariff_list {
      grid-template-columns: repeat(1, 1fr); }
      .tariff .tariff_wrap .tariff_list li {
        padding: 24px 15px 25px; }
        .tariff .tariff_wrap .tariff_list li .description {
          min-height: unset; }
        .tariff .tariff_wrap .tariff_list li .btn {
          width: 136px;
          padding: 0; }

  .tariff.single {
    margin-bottom: 20px; }
    .tariff.single .tariff_wrap .col:first-child {
      width: 100%;
      margin: 0;
      padding-left: 0; }

  .tariff .tariff_wrap .tariff_list li {
    miin-height: unset !important; }
    .tariff .tariff_wrap .tariff_list li .features {
      margin-bottom: 44px !important; }
    .tariff .tariff_wrap .tariff_list li .price {
      font-size: 24px !important; }

  .tariff .tariff_wrap .tariff_list li .btn {
    width: 100% !important; }

  .tariff .tariff_wrap .tariff_nav {
    display: grid;
    grid-template-columns: repeat(2, 1fr); }
    .tariff .tariff_wrap .tariff_nav li {
      min-width: 170px;
      flex: 1 !important; } }
@media(max-width: 576px) {
  .tariff .tariff_wrap .tariff_list li .price {
    margin-bottom: 20px !important;
    padding-bottom: 20px !important; }

  .tariff .tariff_wrap .tariff_list li .description {
    margin-bottom: 20px; }

  .tariff .tariff_wrap .tariff_list li .features {
    margin-top: 20px;
    margin-bottom: 20px; }

  .tariff .tariff_wrap .tariff_nav li.active a {
    height: 48px; }
  .tariff .tariff_wrap .tariff_nav li a, .tariff .tariff_wrap .tariff_nav li button {
    height: 48px;
    font-size: 15px; } }
@media(max-width: 420px) {
  .is-os .tariff .tariff_wrap .tariff_nav li a, .is-os .tariff .tariff_wrap .tariff_nav li button {
    font-size: 13px; }

  .tariff .tariff_wrap .tariff_nav li {
    min-width: unset;
    padding: 0; }
    .tariff .tariff_wrap .tariff_nav li.active button {
      height: 42px;
      ont-size: 13px; }
    .tariff .tariff_wrap .tariff_nav li a, .tariff .tariff_wrap .tariff_nav li button {
      height: 42px;
      ont-size: 13px; } }
@media(max-width: 340px) {
  .tariff .tariff_wrap .tariff_list li {
    padding: 15px; }
    .tariff .tariff_wrap .tariff_list li .btn {
      width: auto;
      padding: 0 10px; } }
.simplebar-track {
  right: -4px; }

.simplebar-track.simplebar-vertical {
  width: 4px;
  background: #F7F7F7; }

.simplebar-scrollbar {
  width: 4px;
  height: 164px; }

.simplebar-scrollbar::before {
  right: 0;
  left: 0;
  width: 4px;
  background: #BDBDBD; }

.scroll {
  height: 100vh;
  min-height: 100vh;
  overflow: hidden; }

#copy .modal_wrap {
  padding: 56px; }
#copy p {
  margin: 0; }
#copy a {
  color: #D90368; }

#confirm p {
  color: rgba(60, 60, 67, 0.6);
  font-size: 24px;
  line-height: 36px;
  text-align: center; }
#confirm .btn {
  margin-top: 48px; }

.over {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.32);
  z-index: 20; }

.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 0 !important;
  z-index: 20; }
  .modal .modal_wrap {
    position: relative;
    width: 100%;
    max-width: 555px;
    margin: 96px auto 32px;
    padding: 32px;
    background: #FFFF;
    border-radius: 56px; }
    .modal .modal_wrap .close {
      position: absolute;
      top: -65px;
      right: 0;
      display: flex;
      justify-content: center;
      align-items: center;
      width: 56px;
      height: 56px;
      background: #FFFFFF;
      border-radius: 50%;
      cursor: pointer; }
    .modal .modal_wrap h2 {
      color: #3C3C43;
      margin-bottom: 8px;
      font-size: 42px;
      line-height: 48px;
      font-weight: 600;
      white-space: nowrap;
      text-align: center; }
    .modal .modal_wrap .price {
      margin-bottom: 24px;
      color: #E40163;
      font-size: 24px;
      line-height: 36px;
      text-align: center; }
    .modal .modal_wrap form {
      text-align: right; }
    .modal .modal_wrap .lists {
      text-align: left; }
    .modal .modal_wrap .form_tariff.mob {
      margin: 0 0 28px; }
      .modal .modal_wrap .form_tariff.mob strong {
        margin-right: 20px; }
        .modal .modal_wrap .form_tariff.mob strong:last-child {
          margin-right: 0; }
    .modal .modal_wrap .form_tariff:not(.mob) {
      margin: 0 0 20px;
      padding: 13px 15px 17px;
      background: #F7F7F7;
      border-radius: 12px; }
    .modal .modal_wrap .form_tariff div {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-top: 8px; }
    .modal .modal_wrap .form_tariff strong {
      color: #3C3C43;
      font-family: arantxa-st, sans-serif;
      font-size: 20px;
      line-height: 24px; }
    .modal .modal_wrap .form_tariff span {
      color: #3C3C43;
      font-size: 14px;
      line-height: 20px;
      letter-spacing: 0.25px; }
    .modal .modal_wrap .form_row {
      margin-bottom: 20px; }
      .modal .modal_wrap .form_row input[type="text"], .modal .modal_wrap .form_row input[type="email"] {
        width: 100%;
        height: 64px;
        padding: 0 16px;
        color: #3C3C43;
        font-size: 16px;
        background: #f2f2f7;
        border: 1px solid #f2f2f7;
        border-radius: 20px; }
        .modal .modal_wrap .form_row input[type="text"]::placeholder, .modal .modal_wrap .form_row input[type="email"]::placeholder {
          color: rgba(60, 60, 67, 0.3);
          font-size: 16px;
          opacity: 1; }
      .modal .modal_wrap .form_row label {
        margin: 0 0 12px 0;
        color: #3C3C43;
        font-size: 16px;
        line-height: 22px;
        font-weight: 500; }
        .modal .modal_wrap .form_row label span {
          color: #8a8a8e; }
    .modal .modal_wrap .form_check {
      margin-bottom: 24px; }
      .modal .modal_wrap .form_check.client {
        margin-bottom: 28px; }
        .modal .modal_wrap .form_check.client label::before {
          margin-top: 0.5px; }
      .modal .modal_wrap .form_check input {
        display: none; }
        .modal .modal_wrap .form_check input:checked + label::before {
          background: url(../images/ic_checkbox_active.svg);
          background-position: center; }
      .modal .modal_wrap .form_check label {
        position: relative;
        display: flex;
        align-items: center; }
        .modal .modal_wrap .form_check label::before {
          content: "";
          display: block;
          width: 32px;
          height: 32px;
          margin-right: 16px;
          background: url(../images/ic_checkbox.svg);
          background-position: center; }
        .modal .modal_wrap .form_check label p {
          margin: 0;
          font-size: 16px;
          color: #3C3C43; }
        .modal .modal_wrap .form_check label a {
          color: #D90368;
          text-decoration: none; }
    .modal .modal_wrap .btn {
      width: 100%; }

@media(max-width: 998px) {
  .modal .modal_wrap h2 {
    font-size: 32px; }
  .modal .modal_wrap .price {
    margin-bottom: 38px; }

  #confirm p {
    margin: 25px 0;
    font-size: 20px;
    line-height: 1.2; } }
@media(max-width: 768px) {
  #confirm p {
    margin: 20px auto 24px;
    font-size: 16px;
    line-height: 22px; }

  .modal .modal_wrap .close {
    top: -54px;
    width: 40px;
    height: 40px; }

  .modal .modal_wrap {
    padding: 25px;
    border-radius: 32px; }
    .modal .modal_wrap .form_row input[type="text"], .modal .modal_wrap .form_row input[type="email"] {
      height: 52px;
      border-radius: 16px; }
    .modal .modal_wrap h2 {
      font-size: 24px;
      line-height: 32px; }
    .modal .modal_wrap .form_tariff {
      display: none; }
      .modal .modal_wrap .form_tariff.mob {
        display: block; }
    .modal .modal_wrap .form_row label {
      color: rgba(60, 60, 75, 0.5); }
    .modal .modal_wrap .btn {
      margin-top: 30px; }

  .modal .modal_wrap h2 {
    margin-bottom: 0;
    line-height: 1.1; }
  .modal .modal_wrap .price {
    font-size: 16px;
    line-height: 22px;
    margin: 16px auto 24px; }
  .modal .modal_wrap .form_check {
    margin-bottom: 0; }
    .modal .modal_wrap .form_check input:checked + label::before {
      background-size: contain; }
  .modal .modal_wrap .form_check label::before {
    width: 24px;
    height: 24px; }
  .modal .modal_wrap .form_check label p {
    font-size: 14px;
    line-height: 1.2; }

  .modal .modal_wrap .form_row {
    margin-bottom: 16px; }
    .modal .modal_wrap .form_row input[type="text"], .modal .modal_wrap .form_row input[type="email"] {
      height: 52px; }
    .modal .modal_wrap .form_row label {
      font-size: 14px; } }
@media(max-width: 480px) {
  #confirm .btn {
    display: block;
    margin-top: 0;
    float: right; }
  #confirm .modal_wrap {
    min-height: auto;
    padding: 32px 32px 30px; }
  #confirm h2 {
    font-size: 28px !important; }

  .modal .modal_wrap h2 {
    font-size: 28px !important; }

  .modal .modal_wrap {
    width: 90%;
    max-width: none; }
    .modal .modal_wrap .form_check.client {
      margin-bottom: 23px; }
    .modal .modal_wrap .form_check label p {
      width: calc(100% - 32px); }
    .modal .modal_wrap h2 {
      white-space: normal; } }
.modal {
  align-items: flex-start;
  overflow-y: auto;
  padding: 40px 20px;
  box-sizing: border-box; }

.modal#send .modal_wrap {
  display: flex;
  flex-direction: column; }

.modal#send .modal_wrap form {
  display: flex;
  flex-direction: column;
  min-height: 0; }

@media(max-height: 1800px) {
  footer .f_top .f_top_wrap {
    gap: unset; }
    footer .f_top .f_top_wrap .f_col:nth-child(2) {
      display: none; }
    footer .f_top .f_top_wrap .f_col:nth-child(3) .mob {
      display: block; } }
@media(max-height: 1500px) {
  .bonus .bonus_wrap .bonus_list li img {
    max-height: 350px; } }
@media(max-height: 820px) {
  .modal .modal_wrap {
    padding-top: 72px; } }
@media(max-width: 1199px) {
  footer .f_top .f_top_wrap {
    flex-direction: column;
    justify-content: center;
    align-items: center; }
    footer .f_top .f_top_wrap .links {
      align-items: center; }
    footer .f_top .f_top_wrap .app {
      margin: 20px 0; }
    footer .f_top .f_top_wrap .f_col:nth-child(1) {
      order: 3; } }
@media(max-width: 996px) {
  header .h_top {
    padding: 20px 0 16px; }
    header .h_top .h_top_wrap .h_phone {
      font-size: 14px;
      line-height: 20px;
      letter-spacing: 0.25px; }
      header .h_top .h_top_wrap .h_phone svg {
        width: 21px;
        height: 21px;
        margin-left: 12px; }

  section:not(.banner) h1, section:not(.banner) h2 {
    font-size: 32px; }

  section:not(.banner) h1, section:not(.banner) h2 {
    margin-bottom: 38px; }

  main.page {
    padding: 80px 0 40px; }

  .faq .faq_wrap .faq_list {
    padding: 48px 32px; } }
@media(max-width: 992px) {
  main.page {
    padding-bottom: 80px; } }
@media(max-width: 850px) {}
@media(max-width: 768px) {
  section:not(.banner) h1, section:not(.banner) h2 {
    margin-bottom: 24px;
    line-height: 1; }

  .btn {
    font-size: 14px;
    height: 52px; }

  .page_desc {
    margin: 16px auto 24px;
    font-size: 16px;
    line-height: 22px;
    padding: 0 16px; }

  .bonus h1 {
    margin-bottom: 32px; }

  .faq .faq_wrap h2 {
    margin-bottom: 40px; }

  .breadcrumbs {
    margin-bottom: 18px; }

  footer .f_top .f_top_wrap {
    gap: 12px;
    padding: 20px 0; }
    footer .f_top .f_top_wrap p, footer .f_top .f_top_wrap a {
      white-space: normal;
      font-size: 14px; }
    footer .f_top .f_top_wrap .links a {
      font-size: 14px; }

  main.page,
  .tariff {
    overflow-x: hidden; }

  .faq {
    margin-bottom: 80px; }

  .faq .faq_wrap .faq_list {
    padding: 24px 20px; }

  .faq .faq_list li.view-item .view-item_header {
    padding: 16px 0 20px; }
    .faq .faq_list li.view-item .view-item_header span {
      font-size: 18px;
      line-height: 26px; }

  .faq .faq_list li.view-item .view-item_content p {
    font-size: 14px;
    line-height: 20px; }

  .tariff .tariff_wrap .tariff_list li {
    min-height: unset; }
    .tariff .tariff_wrap .tariff_list li .price {
      font-size: 32px;
      line-height: 38px;
      padding-bottom: 24px;
      margin-bottom: 24px; }
      .tariff .tariff_wrap .tariff_list li .price::after {
        left: -15px;
        width: calc(100% + 30px); } }
@media(max-width: 576px) {
  .page_desc {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 20px;
    padding: 0 12px; }

  .faq .faq_wrap .faq_list {
    padding: 20px 16px;
    border-radius: 24px; }

  .faq .faq_list li.view-item .view-item_header span {
    font-size: 16px;
    line-height: 22px; }

  main.page {
    margin-top: -125px !important; }

  main.page {
    padding-top: 50px !important; }

  footer .f_top .f_top_wrap {
    gap: 12px;
    padding: 16px 0; }
    footer .f_top .f_top_wrap .links a,
    footer .f_top .f_top_wrap footer .f_top .f_top_wrap p {
      font-size: 14px;
      text-align: center; }
    footer .f_top .f_top_wrap .app {
      flex-direction: row;
      align-items: center;
      flex-wrap: nowrap;
      overflow-x: auto;
      -ms-overflow-style: none;
      scrollbar-width: none;
      gap: 12px; }
      footer .f_top .f_top_wrap .app::-webkit-scrollbar {
        display: none; }
      footer .f_top .f_top_wrap .app a {
        margin-right: 0; }
      footer .f_top .f_top_wrap .app img {
        height: 32px;
        max-height: 32px; }

  .modal {
    padding: 24px 12px; }

  .tariff .tariff_wrap .tariff_list li .price {
    font-size: 20px !important; } }
@media(max-width: 450px) {
  .faq .faq_wrap .faq_list li.view-item {
    margin-bottom: 18px; }
    .faq .faq_wrap .faq_list li.view-item .view-item_header {
      padding-bottom: 18px; }
      .faq .faq_wrap .faq_list li.view-item .view-item_header span {
        display: block;
        width: calc( 100% - 40px );
        font-size: 16px !important;
        line-height: 1.2 !important; }
    .faq .faq_wrap .faq_list li.view-item .view-item_content p {
      font-size: 15px;
      line-height: 1.2; }

  .faq .faq_wrap .faq_list li.view-item:last-child.active .view-item_content {
    padding-top: 18px; } }
@media(max-width: 340px) {
  section:not(.banner) h1, section:not(.banner) h2 {
    margin-bottom: 20px;
    font-size: 22px !important;
    line-height: 28px !important; }

  header .h_top .h_top_wrap .h_logo img {
    height: 30px; } }

/*# sourceMappingURL=style.css.map */
