  * {
    box-sizing: border-box;
  }
  body {
    margin: 0;
    font-family:
      "Gotham Pro",
      -apple-system,
      sans-serif;
    color: #1b2733;
    background: #edeff3;
    -webkit-font-smoothing: antialiased;
  }
  
  .action_slider_main:not(.slick-initialized){
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:24px;
    overflow:hidden;
}
.action_slider_main:not(.slick-initialized) > *{min-width:0}
.action_slider_main:not(.slick-initialized) > *:nth-child(n+3){display:none}

@media (max-width:767px){
    .action_slider_main:not(.slick-initialized){grid-template-columns:1fr}
    .action_slider_main:not(.slick-initialized) > *:nth-child(n+2){display:none}
}
  
  button {
    font-family: inherit;
    border: none;
    background: none;
    font-weight: 500;
  }
  b,
  strong {
    font-weight: 500;
  }
  /* .desk {
        padding: 52px 40px 70px;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 54px;
      } */
  .doch {
    width: 1280px;
    max-width: 100%;
    text-align: center;
    margin-bottom: 2px;
  }
  .doct {
    font-size: 30px;
    font-weight: 500;
    letter-spacing: -0.02em;
    color: #11203a;
    margin: 0 0 8px;
  }
  .docs {
    font-size: 15px;
    color: #5b6573;
    font-weight: 400;
    margin: 0;
  }
  .item {
    width: 1280px;
    max-width: 100%;
  }
  .label {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
  }
  .lnum {
    background: #0071bc;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    padding: 6px 15px;
    border-radius: 999px;
  }
  .lname {
    font-size: 16px;
    font-weight: 500;
    color: #11203a;
  }
  .screen {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 20px 55px rgba(20, 40, 80, 0.14);
    border: 1px solid #e4e8ee;
  }
  .topbar {
    background: #fff;
    border-bottom: 1px solid #eef0f4;
    font-size: 14px;
    color: #5b6573;
  }
  .tbin {
    padding: 9px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .tbaddr {
    display: flex;
    align-items: center;
    gap: 7px;
    font-weight: 500;
  }
  .dot {
    color: #ec008c;
    font-size: 15px;
  }
  .tbr {
    display: flex;
    align-items: center;
    gap: 18px;
  }
  .tbphone {
    display: flex;
    align-items: center;
    gap: 7px;
    font-weight: 500;
    color: #1b2733;
    font-size: 15px;
  }
  .ph {
    color: #0071bc;
  }
  .tbcb {
    color: #0071bc;
    font-size: 14px;
    font-weight: 400;
  }
  .socs {
    display: flex;
    gap: 8px;
  }
  .soc {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 500;
  }
  .sb {
    background: #eaf3fb;
    color: #0071bc;
  }
  .sp {
    background: #fdeaf4;
    color: #ec008c;
  }
  .hdr {
    background: #fff;
    border-bottom: 1px solid #eef0f4;
  }
  /* .hdrin {
        padding: 14px 30px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 20px;
      } */
  .logo {
    height: 46px;
    width: auto;
    display: block;
  }
  .nav {
    display: flex;
    align-items: center;
    gap: 24px;
  }
  .navlink {
    font-size: 15px;
    font-weight: 400;
    color: #1b2733;
    white-space: nowrap;
  }
  .cta {
    background: #0071bc;
    color: #fff;
    font-weight: 500;
    padding: 12px 22px;
    border-radius: 999px;
    font-size: 15px;
    box-shadow: 0 6px 16px rgba(0, 113, 188, 0.3);
    white-space: nowrap;
  }
  .hero {
    position: relative;
    background: radial-gradient(
      120% 140% at 85% 0%,
      #ffedf5 0%,
      #f2f0fd 45%,
      #eaf1fb 100%
    );
    overflow: hidden;
  }
  .hwrap {
    max-width: 1180px;
    margin: 0 auto;
    padding: 44px 30px 60px;
  }
  .grid2 {
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: 48px;
    align-items: center;
  }
  .grid2r {
    display: grid;
    grid-template-columns: 0.95fr 1.05fr;
    gap: 48px;
    align-items: center;
  }
  .badge {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    background: #fff;
    border-radius: 999px;
    padding: 7px 14px;
    font-size: 13px;
    font-weight: 500;
    color: #ec008c;
    box-shadow: 0 4px 14px rgba(236, 0, 140, 0.14);
    margin-bottom: 20px;
  }
  .eyebrow {
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.12em;
    color: #0071bc;
    text-transform: uppercase;
    margin-bottom: 16px;
  }
  .h1 {
    font-size: 54px;
    line-height: 1.05;
    letter-spacing: -0.03em;
    font-weight: 500;
    margin: 0 0 16px;
    color: #11203a;
  }
  .lead {
    font-size: 18px;
    line-height: 1.5;
    color: #3f4a5a;
    margin: 0 0 26px;
    max-width: 440px;
  }
  .btns {
    display: flex;
    flex-wrap: wrap;
    gap: 13px;
    align-items: center;
    margin-bottom: 26px;
  }
  .bprim {
    background: #0071bc;
    color: #fff;
    font-weight: 500;
    font-size: 17px;
    padding: 17px 34px;
    border-radius: 999px;
    box-shadow: 0 12px 28px rgba(0, 113, 188, 0.34);
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    text-align: center;
  }
  .bprim:hover {
    color: #fff;
    background-color: #0062cc;
    text-decoration: none;
  }
  .bsec {
    background: #fff;
    color: #0071bc;
    font-weight: 500;
    font-size: 17px;
    padding: 17px 30px;
    border-radius: 999px;
    border: 1.5px solid #cfe0f1;
  }
  .phline {
    display: flex;
    align-items: center;
    gap: 9px;
  }
  .phicon {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #fff;
    color: #0071bc;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  }
  .phsm {
    display: block;
    font-size: 12px;
    color: #8a94a3;
  }
  .phnum {
    font-size: 16px;
    color: #11203a;
  }
  .photowrap {
    position: relative;
  }
  .photo {
    border-radius: 24px;
    background: linear-gradient(135deg, #cfe2f4, #e9d9f0);
    display: flex;
    align-items: center;
    justify-content: center;
    object-fit: cover;
    object-position: center;
    color: #8fa6c2;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    box-shadow: 0 24px 60px rgba(20, 40, 90, 0.18);
  }
  .p43 {
    aspect-ratio: 4/3.4;
  }
  .p44 {
    aspect-ratio: 4/4.4;
  }
  .p42 {
    aspect-ratio: 4/4.2;
    background: linear-gradient(135deg, #e9d9f0, #cfe2f4);
  }
  .ratecard {
    position: absolute;
    left: -14px;
    bottom: 34px;
    background: #fff;
    border-radius: 16px;
    padding: 13px 16px;
    box-shadow: 0 14px 34px rgba(20, 40, 90, 0.16);
    display: flex;
    align-items: center;
    gap: 11px;
  }
  .r50 {
    font-size: 24px;
    font-weight: 500;
    color: #0071bc;
  }
  .rtxt {
    font-size: 12px;
    color: #5b6573;
    line-height: 1.3;
  }
  .rateT {
    top: 28px;
    bottom: auto;
    left: auto;
    right: -14px;
  }
  .warr {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #ffedf5;
    color: #ec008c;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
  }
  .warrt {
    font-size: 13px;
    color: #11203a;
    font-weight: 500;
    line-height: 1.3;
  }
  .feat {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 28px;
  }
  .featrow {
    display: flex;
    align-items: center;
    gap: 12px;
  }
  .featck {
    flex: none;
    width: 30px;
    height: 30px;
    border-radius: 9px;
    background: #ffedf5;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .feattx {
    font-size: 15.5px;
    color: #2b3543;
    font-weight: 400;
  }
  .rating {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .star {
    color: #ffc107;
    font-size: 20px;
  }
  .tiles {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-bottom: 28px;
    max-width: 420px;
  }
  .tile {
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid #e6e2f0;
    border-radius: 14px;
    padding: 15px 16px;
  }
  .tilek {
    font-size: 22px;
    font-weight: 500;
    color: #0071bc;
    letter-spacing: -0.02em;
  }
  .tilel {
    font-size: 13px;
    color: #5b6573;
    font-weight: 400;
    margin-top: 3px;
  }
  .coupon {
    background: #fff;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 24px 60px rgba(20, 40, 90, 0.16);
    border: 1px solid #f6d3e4;
  }
  .couponh {
    background: linear-gradient(135deg, #ec008c 0%, #b80070 100%);
    padding: 18px 26px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
  }
  .couponhl {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 500;
  }
  .coupondate {
    font-size: 12px;
    font-weight: 400;
    background: rgba(255, 255, 255, 0.2);
    padding: 4px 11px;
    border-radius: 999px;
  }
  .couponb {
    padding: 28px 28px 30px;
  }
  .couponsub {
    font-size: 14px;
    color: #8a94a3;
    font-weight: 500;
    margin-bottom: 8px;
  }
  .couponbig {
    display: flex;
    align-items: baseline;
    gap: 14px;
    margin-bottom: 20px;
  }
  .couponnum {
    font-size: 66px;
    font-weight: 500;
    color: #ec008c;
    line-height: 0.85;
    letter-spacing: -0.03em;
  }
  .couponnt {
    font-size: 17px;
    font-weight: 500;
    color: #11203a;
    line-height: 1.25;
  }
  .coupondash {
    border-top: 2px dashed #f1d6e3;
    padding-top: 18px;
    margin-bottom: 22px;
    display: flex;
    flex-direction: column;
    gap: 11px;
  }
  .couponli {
    display: flex;
    align-items: center;
    gap: 11px;
    font-size: 14.5px;
    color: #3f4a5a;
    font-weight: 400;
  }
  .couponck {
    flex: none;
    width: 26px;
    height: 26px;
    border-radius: 8px;
    background: #ffedf5;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .couponbtn {
    width: 100%;
    background: #ec008c;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    padding: 16px;
    border-radius: 14px;
    box-shadow: 0 10px 26px rgba(236, 0, 140, 0.3);
  }
  .eyed {
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.12em;
    color: #0071bc;
    text-transform: uppercase;
    margin-bottom: 16px;
  }

  /* Адаптивная компоновка */
  .screen,
  .hero,
  .grid2r,
  .photowrap,
  .grid2r > div {
    min-width: 0;
  }

  .photo {
    width: 100%;
  }

  @media (max-width: 1100px) {
    .hwrap {
      padding: 40px 28px 48px;
    }

    .grid2r {
      grid-template-columns: minmax(280px, 0.9fr) minmax(0, 1.1fr);
      gap: 36px;
    }

    .h1 {
      font-size: 46px;
    }

    .tiles {
      width: 100%;
    }
  }

  @media (max-width: 820px) {
    .hwrap {
      padding: 36px 28px 42px;
    }

    .grid2r {
      grid-template-columns: 1fr;
      gap: 34px;
    }

    .grid2r > .photowrap {
      order: 2;
    }

    .grid2r > div:not(.photowrap) {
      order: 1;
    }

    .photowrap {
      width: min(100%, 620px);
      margin: 0 auto;
    }

    .p42 {
      aspect-ratio: 4 / 3.2;
    }

    .h1 {
      max-width: 680px;
      font-size: 44px;
    }

    .lead {
      max-width: 620px;
    }

    .tiles {
      max-width: 620px;
    }
  }

  @media (max-width: 560px) {
    .screen {
      border-radius: 12px;
    }

    .hwrap {
      padding: 24px 18px 30px;
    }

    .grid2r {
      gap: 28px;
    }

    .photo {
      border-radius: 18px;
      box-shadow: 0 16px 36px rgba(20, 40, 90, 0.16);
    }

    .p42 {
      aspect-ratio: 4 / 3.35;
    }

    .ratecard {
      border-radius: 13px;
      padding: 10px 12px;
    }

    .rateT {
      top: 12px;
      right: 12px;
    }

    .warr {
      width: 34px;
      height: 34px;
      font-size: 16px;
    }

    .badge {
      margin-bottom: 16px;
      font-size: 12px;
    }

    .h1 {
      font-size: clamp(34px, 10vw, 42px);
      line-height: 1.08;
      margin-bottom: 14px;
    }

    .lead {
      font-size: 16px;
      line-height: 1.45;
      margin-bottom: 22px;
    }

    .tiles {
      gap: 10px;
      margin-bottom: 24px;
    }

    .tile {
      padding: 13px 12px;
    }

    .tilek {
      font-size: 20px;
    }

    .tilel {
      font-size: 12px;
      line-height: 1.3;
    }

    .btns {
      margin-bottom: 0;
    }

    .bprim {
      width: 100%;
      min-height: 52px;
      padding: 15px 22px;
      font-size: 16px;
    }
  }

  @media (max-width: 360px) {
    .hwrap {
      padding-inline: 14px;
    }

    .h1 {
      font-size: 32px;
    }

    .tiles {
      grid-template-columns: 1fr;
    }
  }