.main {
    font-family: "Roboto";
    margin: 40px 0 120px 0;
    height: 90svh;
    position: relative;
  }
  
  .main__bg {
    position: absolute;
    width: 40svw;
    height: 90svh;
    border-radius: 0px 50px 50px 0px;
    background: linear-gradient(132deg, #F87700 0%, #F9D423 100%);
  }
  
  .main__content {
    position: relative;
    max-width: 1680px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
  }
  
  .main__left {
    width: 100%;
    height: 100%;
    object-fit: contain;
    max-width: 855px;
    max-height: 855px;
  }
  
  .main__left img {
    height: 100%;
    object-fit: contain;
    object-position: center;
  }
  
  .main__text {
    max-width: 760px;
  }
  
  .main__text img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
    max-width: 300px !important;
    margin-bottom: 30px !important;
    max-height: 50px;
    object-position: left;
  }
  
  .main__text svg {
    display: none;
  }
  
  .main__text h1 {
    font-size: 84px;
    font-style: normal;
    font-weight: 600;
    line-height: 88px;
    margin-bottom: 40px;
  }
  
  .main__text h1 span {
    color: #FFB800;
  }
  
  .main__text p {
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 60px;
  }
  
  .main__btn {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #000000;
  }
  
  .main__btn img {
    max-width: 40px;
    margin: 0;
  }
  
  .main__btn p {
    margin-left: 20px;
    margin-bottom: 0;
    transition: 0.5s ease all;
  }
  
  .main__btn:hover p {
    color: #FFB800;
  }
  
  .main .swiper-pagination-bullet-active {
    background: #FFB800;
  }
  
  .main .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
  }
  
  .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    left: auto !important;
    right: 0 !important;
    width: 49px !important;
    bottom: 0 !important;
  }
  
  .main__text .lgce {
    width: 180px;
  }
  
  @media (max-width: 1910px) {
    .main {
      margin: 40px 0 120px 0;
      height: 90svh;
    }
  
    .main__bg {
      width: 40svw;
      height: 90svh;
    }
  
    .main__content {
      max-width: calc((100vw - 1440px) / 480 * 400 + 1280px);
    }
  
    .main__left {
      max-height: 855px;
    }
  
    .main__left img {
      max-width: 50svw;
    }
  
    .main__text {
      max-width: calc((100vw - 1440px) / 896 * 220 + 540px);
    }
  
    .main__text img {
      max-width: calc((100vw - 1440px) / 896 * 50 + 250px);
      margin-bottom: calc((100vw - 320px) / 1600 * 15 + 15px);
    }
  
    .main__text h1 {
      font-size: calc((100vw - 320px) / 1600 * 52 + 32px);
      font-weight: 600;
      line-height: calc((100vw - 320px) / 1600 * 52 + 36px);
      margin-bottom: 40px;
    }
  
    .main__text p {
      font-size: calc((100vw - 320px) / 1600 * 8 + 16px);
      font-weight: 400;
      margin-bottom: calc((100vw - 320px) / 1600 * 30 + 30px);
    }
  
    .main__btn img {
      max-width: calc((100vw - 320px) / 1600 * 20 + 20px);
      margin: 0;
    }
  
    .main__btn p {
      margin-left: 20px;
      margin-bottom: 0;
    }
  }
  @media (max-width: 1440px) {
    .main__content {
      max-width: calc((100vw - 1024px) / 416 * 300 + 980px);
    }
  }
  @media (max-width: 720px) {
    .main {
      margin-top: 0;
      background-image: url("../images/foto.png");
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
    }
  
    .main__bg {
      display: none;
    }
  
    .main__left {
      display: none;
    }
  
    .main__content {
      background-color: #00000065;
    }
  
    .main__text {
      width: 100%;
      max-width: calc((100vw - 320px) / 660 * 640 + 300px);
      margin: 0 15px;
    }
  
    .main__text .logo {
      display: none;
    }
  
    .main__text svg {
      display: block;
      margin-bottom: 20px;
      width: 200px;
    }
  
    .main__text svg path {
      fill: #ffffff;
    }
  
    .main__text h1 {
      color: #ffffff;
    }
  
    .main__text p {
      color: #ffffff;
    }
  }
  .charmega {
    width: 100%;
    max-width: 1560px;
    margin: 0 auto;
    font-family: Roboto;
    margin-bottom: 120px;
  }
  .charmega__first {
    margin-bottom: 60px;
  }
  .charmega__title {
    margin-bottom: 10px;
  }
  .charmega__title h2 {
    color: #000;
    font-size: 48px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
  }
  .charmega__sub {
    margin-bottom: 40px;
  }
  .charmega__sub p {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
  }
  .charmega__sub.uppercase {
    margin-bottom: 50px;
  }
  .charmega__sub.uppercase p {
    font-weight: 500;
    text-transform: uppercase;
  }
  .charmega__info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
  }
  .charmega__info__img {
    max-width: 575px;
  }
  .charmega__info__items {
    max-width: 750px;
  }
  .charmega__info__item {
    display: flex;
    align-items: center;
    margin-bottom: 27px;
  }
  .charmega__info__item img {
    margin-right: 30px;
  }
  .charmega__info__item p {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
  }
  .charmega__info__item:last-child {
    margin-bottom: 0;
  }
  .charmega__adv {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 70px;
  }
  .charmega__adv p {
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
  }
  .charmega__adv__item {
    display: flex;
    align-items: center;
  }
  .charmega__adv__item img {
    margin-right: 20px;
  }
  .charmega__adv__item:nth-child(1) {
    width: fit-content;
  }
  .charmega__adv__item:nth-child(2) {
    max-width: 320px;
  }
  .charmega__adv__item:nth-child(3) {
    max-width: 505px;
  }
  .charmega__btns {
    display: flex;
  }
  .charmega__btns a {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    padding: 19px 50px;
    text-decoration: none;
    border-radius: 10px;
    background: #FFB800;
  }
  .charmega__btns p {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    padding: 19px 50px;
    border-radius: 10px;
    margin-left: 50px;
    background: #D7D7D7;
    cursor: pointer;
    transition: 0.3s ease all;
  }
  .charmega__btns p:hover {
    background: #FFB800;
  }
  .charmega__btns p.active {
    background: #FFB800;
  }
  .charmega__btns p.active:hover {
    background: #D7D7D7;
  }
  .charmega__second {
    display: flex;
    justify-content: space-between;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    height: 0;
  }
  .charmega .activeMega {
    opacity: 1;
    visibility: visible;
    height: fit-content;
  }
  .charmega__left {
    width: 100%;
    max-width: 435px;
  }
  .charmega__left img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .charmega__right {
    width: 100%;
    max-width: 1050px;
    margin-left: 20px;
  }
  .charmega__table {
    margin-bottom: 30px;
  }
  .charmega__items {
    display: grid;
    grid-template-columns: 1fr 2fr 1fr;
  }
  .charmega__item {
    padding: 30px 0;
    border-bottom: 1px solid #000;
  }
  .charmega__item p:nth-child(2n) {
    margin: 15px 0;
  }
  .charmega__item:first-child p {
    color: #FFB800;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
  }
  .charmega__item:nth-child(2) p {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
  }
  .charmega__item:last-child p {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
  .charmega__btn {
    display: block;
    margin-left: auto;
    width: fit-content;
    padding: 19px 50px;
    background-color: #FFB800;
    border-radius: 10px;
    color: #000;
  }
  
  @media (max-width: 1910px) {
    .charmega {
      max-width: calc((100vw - 1440px) / 480 * 280 + 1280px);
      margin-bottom: 120px;
    }
    .charmega__first {
      margin-bottom: 60px;
    }
    .charmega__title {
      margin-bottom: 10px;
    }
    .charmega__title h2 {
      font-size: calc((100vw - 320px) / 1600 * 26 + 22px);
      font-weight: 500;
    }
    .charmega__adv p {
      font-size: calc((100vw - 320px) / 1600 * 8 + 16px);
    }
    .charmega__adv__item:nth-child(2) {
      margin: 0 20px;
    }
    .charmega__sub {
      margin-bottom: 40px;
    }
    .charmega__sub p {
      font-size: calc((100vw - 320px) / 1600 * 4 + 16px);
      font-weight: 300;
    }
    .charmega__info {
      margin-bottom: 20px;
    }
    .charmega__info__img {
      max-width: 575px;
    }
    .charmega__info__items {
      max-width: calc((100vw - 1024px) / 896 * 200 + 550px);
    }
    .charmega__info__item {
      margin-bottom: 27px;
    }
    .charmega__info__item img {
      width: calc((100vw - 1024px) / 896 * 10 + 55px);
      margin-right: 30px;
    }
    .charmega__info__item p {
      font-size: calc((100vw - 320px) / 1600 * 4 + 16px);
      font-weight: 300;
    }
    .charmega__btns a {
      font-size: calc((100vw - 320px) / 1600 * 4 + 16px);
      font-weight: 300;
      padding: 19px 50px;
      border-radius: 10px;
    }
    .charmega__btns p {
      font-size: calc((100vw - 320px) / 1600 * 4 + 16px);
      font-weight: 300;
      padding: 19px 50px;
      border-radius: 10px;
      margin-left: 50px;
    }
    .charmega__left {
      max-width: calc((100vw - 320px) / 1600 * 145 + 290px);
    }
    .charmega__right {
      max-width: 1050px;
    }
    .charmega__table {
      margin-bottom: 30px;
    }
    .charmega__items {
      display: grid;
      grid-template-columns: 1fr 2fr 1fr;
    }
    .charmega__item:first-child p {
      font-size: calc((100vw - 320px) / 1600 * 4 + 16px);
      font-weight: 500;
    }
    .charmega__item:nth-child(2) p {
      font-size: calc((100vw - 320px) / 1600 * 4 + 16px);
      font-weight: 300;
    }
    .charmega__item:last-child p {
      font-size: calc((100vw - 320px) / 1600 * 4 + 16px);
      font-weight: 500;
    }
    .charmega__btn {
      padding: 19px 50px;
    }
  }
  @media (max-width: 1440px) {
    .charmega {
      max-width: calc((100vw - 1024px) / 416 * 300 + 980px);
    }
  }
  @media (max-width: 980px) {
    .charmega {
      max-width: calc((100vw - 320px) / 660 * 640 + 300px);
    }
    .charmega__adv {
      display: block;
      margin-left: auto;
      width: 100%;
      max-width: calc((100vw - 820px) / 160 * 35 + 505px);
    }
    .charmega__adv__item:nth-child(2) {
      margin: 20px 0;
    }
  }
  @media (max-width: 820px) {
    .charmega__info {
      flex-direction: column;
    }
    .charmega__btns {
      justify-content: center;
    }
    .charmega__second {
      flex-direction: column-reverse;
    }
    .charmega__right {
      margin: 0 20px;
    }
    .charmega__adv {
      display: flex;
      flex-direction: column;
      align-items: start;
      justify-content: center;
      margin: 0 auto;
      padding: 0 10px;
      width: 100%;
      max-width: 500px;
      margin-top: 40px;
    }
    .charmega__adv__item:nth-child(2) {
      margin: 20px 0;
    }
  }
  @media (max-width: 720px) {
    .charmega__btns {
      flex-direction: column;
    }
    .charmega__btns a,
  .charmega__btns p {
      width: fit-content;
      margin: 0 auto;
    }
    .charmega__btns a {
      margin-bottom: 20px;
    }
  }
  @media (max-width: 640px) {
    .charmega__right {
      overflow-x: auto;
    }
    .charmega__table {
      width: 610px;
    }
  }
  .calltech {
    position: relative;
    font-family: "Roboto";
  }
  .calltech__container {
    max-width: 1560px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
  }
  .calltech__imgtech {
    position: absolute;
    top: -100px;
    right: 0;
    z-index: 1;
  }
  .calltech__title {
    margin-bottom: 50px;
  }
  .calltech__title h2 {
    font-size: 48px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
  .calltech__btns {
    display: flex;
    margin-bottom: 40px;
  }
  .calltech__btn {
    color: #000000;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    padding: 17px 60px;
    background-color: #D9D9D9;
    cursor: pointer;
    border-radius: 10px;
  }
  .calltech__btn:first-child {
    margin-right: 30px;
  }
  .calltech__btn.active {
    color: #FFFfff;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    padding: 17px 60px;
    background-color: #FFB800;
    cursor: pointer;
    border-radius: 10px;
  }
  .calltech__block_t {
    position: absolute;
    z-index: 1;
    width: 100%;
    max-width: 1210px;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s ease all;
  }
  .calltech__block_t.active {
    position: absolute;
    z-index: 2;
    width: 100%;
    max-width: 1210px;
    opacity: 1;
    visibility: visible;
  }
  .calltech form .calltech__row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
  }
  .calltech form .calltech-inputs {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
  }
  .calltech form .calltech-areas {
    margin-left: 30px;
    width: 100%;
    max-width: 590px;
  }
  .calltech form .calltech-areas .calltech__textarea {
    width: 100%;
    min-height: 260px;
    background-color: rgba(209, 209, 209, 0.8);
    padding: 15px 30px;
    border-radius: 15px;
  }
  .calltech form .calltech-areas .calltech__textarea textarea {
    resize: none;
    width: 100%;
    height: 225px;
    display: block;
  }
  .calltech form .calltech__input {
    width: 100%;
    max-width: 590px;
  }
  .calltech form .calltech__input input {
    display: block;
    width: 100%;
    background-color: rgba(209, 209, 209, 0.8);
    padding: 15px 30px;
    border-radius: 15px;
  }
  .calltech form .calltech-button {
    margin-top: 25px;
  }
  .calltech form .calltech-button .calltech-btn {
    display: block;
    width: fit-content;
    padding: 19px 50px;
    background-color: #FFB800;
    border-radius: 10px;
    color: #000;
  }
  .calltech__block_text {
    max-width: 895px;
    margin-bottom: 20px;
  }
  .calltech__block_text p {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .calltech__block_text p:first-child {
    margin-bottom: 10px;
  }
  .calltech__contacts {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 465px;
    margin-bottom: 30px;
  }
  .calltech_title {
    color: #FFB800;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 15px;
  }
  .calltech_cotact {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
  }
  .calltech_cotact img {
    width: 20px;
    height: 20px;
    margin-right: 10px;
  }
  .calltech_cotact a {
    color: #000;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration: none;
    transition: 0.5s ease all;
  }
  .calltech_cotact:hover a {
    color: #FFB800;
  }
  .calltech_imgs {
    display: flex;
    justify-content: space-between;
    max-width: 190px;
  }
  .calltech_imgs img {
    width: 50px;
    height: 50px;
  }
  
  @media (max-width: 1910px) {
    .calltech__container {
      max-width: calc((100vw - 1440px) / 480 * 280 + 1280px);
    }
    .calltech__title h2 {
      font-size: calc((100vw - 320px) / 1600 * 26 + 22px);
    }
    .calltech__btns {
      margin-bottom: 40px;
    }
    .calltech__btn {
      font-size: calc((100vw - 320px) / 1600 * 2 + 16px);
    }
    .calltech__btn.active {
      font-size: calc((100vw - 320px) / 1600 * 2 + 16px);
      font-weight: 400;
      padding: 17px 60px;
    }
    .calltech__block_t {
      width: 100%;
      max-width: calc((100vw - 1024px) / 896 * 230 + 980px);
      margin: 0 auto;
    }
    .calltech__block_t.active {
      max-width: calc((100vw - 1024px) / 896 * 230 + 980px);
      margin: 0 auto;
    }
    .calltech form .calltech__row {
      margin-bottom: 40px;
    }
    .calltech form .calltech-areas {
      margin-left: 30px;
      max-width: calc((100vw - 1024px) / 896 * 100 + 490px);
    }
    .calltech form .calltech-areas .calltech__textarea {
      min-height: 260px;
      padding: 15px 30px;
      border-radius: 15px;
    }
    .calltech form .calltech-areas .calltech__textarea textarea {
      height: 225px;
    }
    .calltech form .calltech__input {
      max-width: calc((100vw - 1024px) / 896 * 100 + 490px);
    }
    .calltech form .calltech__input input {
      padding: 15px 30px;
      border-radius: 15px;
    }
    .calltech form .calltech-button {
      margin-top: 25px;
    }
    .calltech form .calltech-button .calltech-btn {
      padding: 19px 50px;
    }
    .calltech__block_text {
      max-width: 895px;
      margin-bottom: 20px;
    }
    .calltech__block_text p {
      font-size: calc((100vw - 320px) / 1600 * 2 + 16px);
      font-weight: 400;
    }
    .calltech__block_text p:first-child {
      margin-bottom: 10px;
    }
    .calltech_title {
      font-size: calc((100vw - 320px) / 1600 * 6 + 16px);
      font-weight: 400;
      margin-bottom: 15px;
    }
    .calltech_cotact {
      margin-bottom: 15px;
    }
    .calltech_cotact img {
      width: 20px;
      height: 20px;
      margin-right: 10px;
    }
    .calltech_cotact a {
      font-size: calc((100vw - 320px) / 1600 * 2 + 16px);
      font-weight: 400;
    }
    .calltech_imgs {
      max-width: 190px;
    }
    .calltech_imgs img {
      width: 50px;
      height: 50px;
    }
  }
  @media (max-width: 1440px) {
    .calltech__container {
      max-width: calc((100vw - 1024px) / 416 * 300 + 980px);
    }
    .calltech__block_t {
      width: 100%;
      max-width: calc((100vw - 1024px) / 416 * 230 + 980px);
      margin: 0 auto;
    }
    .calltech__block_t.active {
      max-width: calc((100vw - 1024px) / 416 * 230 + 980px);
      margin: 0 auto;
    }
  }
  @media (max-width: 980px) {
    .calltech__container {
      max-width: calc((100vw - 320px) / 660 * 640 + 300px);
    }
    .calltech__imgtech {
      display: none;
    }
  }
  @media (max-width: 720px) {
    .calltech__btns {
      margin-bottom: 0px;
      flex-direction: column;
    }
    .calltech__btn {
      margin-bottom: 20px;
      padding: 17px 60px;
    }
    .calltech__btn:first-child {
      margin-right: 0px;
    }
    .calltech__btn.active {
      padding: 17px 60px;
    }
    .calltech form .calltech__row {
      margin-bottom: 40px;
      flex-direction: column;
    }
    .calltech form .calltech-inputs {
      margin-bottom: 20px;
      width: 100%;
    }
    .calltech form .calltech__input {
      margin-bottom: 20px;
    }
    .calltech form .calltech-areas {
      margin-left: 0;
      max-width: 590px;
    }
    .calltech form .calltech-areas .calltech__textarea {
      width: 100%;
      min-height: 260px;
      padding: 15px 30px;
    }
    .calltech form .calltech-areas .calltech__textarea textarea {
      height: 225px;
    }
    .calltech form .calltech__input {
      width: 100%;
      max-width: 590px;
    }
    .calltech form .calltech__input input {
      display: block;
      width: 100%;
      background-color: rgba(209, 209, 209, 0.8);
      padding: 15px 30px;
      border-radius: 15px;
    }
    .calltech form .calltech-button {
      margin-top: 25px;
    }
    .calltech form .calltech-button .calltech-btn {
      display: block;
      width: fit-content;
      padding: 19px 50px;
      background-color: #FFB800;
      border-radius: 10px;
      color: #000;
    }
    .calltech__contacts {
      flex-direction: column;
    }
  }
  .kits {
    width: 100%;
    max-width: 1560px;
    margin: 0 auto;
    font-family: Roboto;
    margin-bottom: 120px;
  }
  
  .kits .title h2 {
    color: #000;
    font-size: 48px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
  }
  
  .kits .blocks {
    margin-top: 50px;
    display: flex;
  }
  
  .kits .blocks .block {
    padding: 25px 20px;
    position: relative;
    display: flex;
    flex-direction: column;
    width: 430px;
    height: 365px;
    border-radius: 10px;
    border: 1px solid #C9C9C9;
  }
  
  .kits .blocks .block .name {
    margin-bottom: 10px;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }
  
  .kits .blocks .block .picandpri {
    display: flex;
    align-items: center;
  }
  
  .kits .blocks .block .picandpri img {
    margin-right: auto;
    width: 190px;
    height: 170px;
  }
  
  .kits .blocks .block .picandpri .price {
    right: 20px;
    padding-top: 25px;
    position: absolute;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.6;
    transition: 0.5s ease all;
  }
  
  .kits .blocks .block .buttons {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .kits .blocks .block .buttons .order {
    font-size: 16px;
    font-weight: 300;
    margin-right: 37px;
    width: 214px;
    height: 45px;
    border-radius: 10px;
    background: #FFB800;
  }
  
  .kits .blocks .block .buttons .more {
    font-size: 16px;
    font-weight: 300;
    width: 132px;
    height: 45px;
    border-radius: 10px;
    border: 1px solid #000;
  }
  
  .kits .blocks .block .download {
    font-size: 16px;
    font-weight: 300;
    margin-top: 10px;
    width: 385px;
    height: 45px;
    border-radius: 10px;
    background: #FFB800;
  }
  
  .kits .blocks .block:hover .price {
    color: #FFB800;
  }
  
  .kits .blocks .block:nth-child(2) {
    margin: 0 100px;
  }
  
  @media (max-width: 1910px) {
    .kits {
      max-width: calc((100vw - 1440px) / 480 * 280 + 1280px);
    }
  
    .kits .title h2 {
      font-size: calc((100vw - 320px) / 1600 * 26 + 22px);
    }
  
    .kits .blocks .block {
      width: calc((100vw - 980px) / 940 * 140 + 290px);
      height: calc((100vw - 980px) / 940 * 15 + 350px);
    }
  
    .kits .blocks .block .name {
      margin-bottom: 10px;
      font-size: calc((100vw - 320px) / 1600 * 4 + 16px);
    }
  
    .kits .blocks .block .picandpri img {
      width: calc((100vw - 320px) / 1600 * 80 + 110px);
      height: calc((100vw - 320px) / 1600 * 70 + 100px);
    }
  
    .kits .blocks .block .picandpri .price {
      font-size: calc((100vw - 320px) / 1600 * 18 + 18px);
    }
  
    .kits .blocks .block .buttons .order {
      padding: 5px 5px;
      margin-right: calc((100vw - 320px) / 1600 * 22 + 15px);
      width: calc((100vw - 320px) / 1600 * 64 + 150px);
      height: 45px;
    }
  
    .kits .blocks .block .buttons .more {
      padding: 5px 8px;
      width: calc((100vw - 320px) / 1600 * 32 + 100px);
      height: 45px;
    }
  
    .kits .blocks .block .download {
      padding: 5px 8px;
      margin-top: 10px;
      width: calc((100vw - 980px) / 940 * 125 + 260px);
      height: 45px;
    }
  
    .kits .blocks .block:nth-child(2) {
      margin: 0 calc((100vw - 980px) / 940 * 75 + 25px);
    }
  }
  @media (max-width: 1440px) {
    .kits {
      max-width: calc((100vw - 1024px) / 416 * 300 + 980px);
    }
  }
  @media (max-width: 980px) {
    .kits {
      max-width: calc((100vw - 320px) / 660 * 640 + 300px);
    }
  
    .kits .blocks {
      justify-content: unset;
      overflow-x: auto;
    }
  
    .kits .blocks .block {
      width: 300px;
    }
  
    .kits .blocks .block .download {
      padding: 5px 8px;
      margin-top: 10px;
      width: 260px;
      height: 45px;
    }
  
    .kits .blocks .block:nth-child(2) {
      margin: 0 25px;
    }
  }