@media (max-width: 1900px) {
  .chiller .base .abs_img1 {
    width: 600px;
    height: 600px;
  }

  .chiller .base .abs_img2 {
    width: 600px;
    height: 600px;
  }
}

@media (max-width: 1700px) {
  .chiller .base .abs_img2 {
    left: 80%;
  }
}

@media (max-width: 1440px) {
  .chiller .base .content p {
    font-size: 65px;
  }

  .chiller .base .content .second::before {
    width: 50px;
    height: 50px;
  }
    .chiller .base .abs_img1 {
    width: 500px;
    height: 500px;
  }

  .chiller .base .abs_img2 {
    width: 500px;
    height: 500px;
  }
  .chiller .products .aside {
    position: fixed;
    top: 30px;
    left: 30px;
    width: 380px;
    display: none;
  }
  .chiller h2 {
    margin-bottom: 0;
  }
  .chiller .mobile_btn_filter {
    background-color: white;
    width: 303px;
    height: 54px;
    display: flex;
    align-items: center;
    padding: 8px 20px;
    border-radius: 16px;
    position: relative;
    display: flex!important;

    & .open {
      background-image: url('../img/arrow-filter.svg');
      width: 15px;
      height: 10px;
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
      display: block;
      position: absolute;
      top: 40%;
      right: 20px;
    }

    &::after {
        content: '';
        background-image: url('..//img/filter.svg');
        display: inline-block;
        width: 20px;
        height: 20px;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        margin-left: 10px;
      }
  }
  .chiller .products .right {
    gap: 20px;
  }
  .chiller .products .catalog {
    grid-template-columns: repeat(1,1fr);
    gap: 20px;
  }
  .chiller .products .inputs {
    display: grid;
    grid-template-columns: repeat(2 ,1fr);
  }
  .chiller .calculation {
    & .circles {
      width: 100%;
    }
  }
  .chiller .p-technology {
    & .block h3 {
      font-size: 18px;
    }
  }
  .chiller .p-systems {
    & .flex {
      gap: 10px;
    }
    & .flex span {
      font-size: 16px;
      padding: 12px 20px;
    }
  }
  .bult .big {
    width: 187px;
    height: 187px;
    font-size: 16px;
    padding: 0;
  }
  .bult .small {
    width: 165px;
    height: 165px;
    font-size: 16px;
    padding: 0;
  }

  .bult .circle {
    gap: 20px;
  }
  .bult .imgs {
    gap: 20px;
  }
  .automatic .text {
    width: 100%;
  }
  .automatic .title {
    font-size: 65px;
  }
  .choose .left {
    flex-direction: column;
  }
  .choose .block-2 {
    width: 100%;
    height: 232px;
    justify-content: flex-start;
  }
  .choose .block-3 {
    justify-content: flex-end;
  }
  .choose .block-4 {
    flex-grow: 0;
  }
  .choose span {
    margin-bottom: 20px;
  }
  .choose h2 {
    font-size: 65px;
  }
  .history .text {
    width: 100%;
  }
  .leaders .title {
    font-size: 65px;
  }
  .leaders .column span {
    font-size: 65px;
  }
  .leaders .container {
    grid-template-columns: 1fr 1fr;
  }
  .leaders .right {
    gap: 30px;
    justify-content: flex-end;
  }
  .p-main .left img {
    position: absolute;
    top: 10%;
    left: -10%;
    width: 450px;
    height: 450px;
  }
  .p-main .container {
    position: relative;
    grid-template-columns: repeat(1, 1fr);
    height: 504px;
  }
  .p-main .right .big {
    margin: 0 auto;
    font-size: 65px;
  }
  .p-main .right .big1 {
    transform: translateX(-150px);
  }
  .p-main .right .big3 {
    transform: translateX(-100px);
    margin-bottom: 30px;
  }
  .p-main .abs {
    top: -10%;
    right: 0;
  }
}
@media (max-width: 1439px) {
  .any_question {
    & .container {
      grid-template-columns: repeat(1,1fr);
      gap: 80px;
    }

    & .text {
      justify-content: flex-end;

      & p {
        align-self: flex-start;
      }

      & h2 {
        text-align: left;
      }
    }
  }
  .modular {
    & .text {
      width: 75%;
    }
    & .imgs {
      display: grid;
      grid-template-columns: repeat(4,1fr);
      grid-template-rows: auto;

      & div {
        aspect-ratio: 1/ 1;
      }
    }
    & .inner {
      grid-template-columns: repeat(1, 1fr);

    }

    & .flex {
      grid-template-columns: repeat(3, 1fr);
      grid-template-rows: auto;

      & .block-3 {
        grid-column: 3;
      }
    }

    & .extra_text {
      margin-top: 6rem;
      width: 100%;
    }
    h2 {
      width: 100%;
    }
  }
  .pre-stretch .inner {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    gap: 20px;
  }
  .pre-stretch .inner::before {
    left: 15%;
  }
  .pre-stretch .text {
    width: 60%;
    text-align: left;
  }
}
@media (max-width: 1200px) {
  .chiller .base .content .text {
    font-size: 20px;
  }

  .chiller .base .content p {
    font-size: 48px;
  }

  .chiller .base .content .second::before {
    width: 40px;
    height: 40px;
    margin-right: 20px;
  }
      .chiller .base .abs_img1 {
    width: 400px;
    height: 400px;
  }

  .chiller .base .abs_img2 {
    width: 400px;
    height: 400px;
  }
}
@media (max-width: 1024px) {
  .chiller .base .content {
    width: 70%;
  }

  .chiller .base .abs_img1 {
    left: 65%;
    top: 70%;
    width: 270px;
    height: 270px;
  }
  .chiller .base .abs_img2 {
    left: 85%;
    top: 30%;
    width: 270px;
    height: 270px;
  }
  .popup.product {

    & .inner_product {
      width: 90%;
    }

  }
  .chiller .products .right {
    grid-template-columns: repeat(2, 1fr);

    & .cart {
      max-width: none;
      width: 100%;
    }
  }
  .chiller .p-technology {
    & .block-4 {
      border-radius: 22px 22px 60px 22px;
    }
    & .text {
      width: 80%;
      margin: 0 auto;

      & p {
        text-align: center;
      }
    }
  }
  .chiller .p-systems {
    & .title {
      font-size: 42px;
    }
    & .podtitle {
      font-size: 32px;
    }
  }
  .cookie {
    width: 90%;
  }
  .bult .imgs {
    gap: 4px;

    & div {
      width: 143px;
      height: 143px;
    }
  }

  .bult .title {
    font-size: 65px;
  }
  .adva .btn-1 {
    margin: auto;
    margin-left: 0;
    width: 50%;
    text-align: left;
  }
  .adva button {
    display: flex;
    flex-direction: column;
    gap: 10px;

    & p {
      font-size: 20px;
    }

    /* &.active p {
      display: block;
    } */
  }
  .adva .buttons {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-bottom: 0;
  }
  .adva .line-1,
  .adva .line-2 {
    width: 50%;
    margin: auto;
    margin-left: 0;
    flex-direction: column;
    gap: 10px;
    & button {
      text-align: left;
    }
  }
  .adva .abs {
    left: auto;
    right: 0;
    transform: none;
    height: 100%;
    width: 45%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;

    & img {
      width: 100%;
      max-height: 400px;
    }
    & .text {
      display: none;
    }
  }
  .p-main .left img {
    left: -20%;
  }
  .p-main .text {
    width: 82%;
    text-align: center;
    margin: 0 auto;
    font-size: 24px;
    margin-bottom: 30px;
  }
  .leaders .container {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
  }
  .leaders .right {
    justify-content: center;
  }
    .leaders .left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .modular .inner {
    display: flex;
    flex-direction: column;
  }
  .modular .imgs {
    margin: 20px auto;
  }

}
@media (max-width: 768px) {
  .chiller .products .aside {
    width: 95%;
    left: 2.5%;
  }
  .chiller .calculation {
    & .text {
      width: 90%;
    }

    & .circles {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      justify-items: center;
    }

    & .circle3 {
      grid-column: span 2;
    }
  }
  .modular .extra_text {
    width: 90%;
  }
  .modular .imgs {
    grid-template-rows: auto;
  }
  .automatic .safety .img {
    width: 100%;
    height: 460px;
  }
  .automatic .safety {
    grid-template-columns: 300px 1fr;
  }
  .bult .circle {
    gap: 0;
    height: 225px;

    & .circle1 {
      order: 1;
    }

    & .circle2 {
      order: 2;
    }

    & .circle3 {
      order: 3;
    }

    & .circle4 {
      order: 5;
    }

    & .circle5 {
      order: 4;
    }

    & .small {
      width: 130px;
      height: 130px;
      font-size: 14px;
      transform: translateY(78px);
    }

    & .big {
      width: 150px;
      height: 150px;
      font-size: 14px;
    }
  }
  .adva .abs {
    width: 100%;
    order: 1;
    position: static;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
  }

  .adva .btn-1 {
    order: 2;
    width: 100%;
  }
  .adva .line-1 {
    order: 3;
    width: 100%;
  }
  .adva .line-2 {
    order: 4;
    width: 100%;
  }

  .adva button {
    font-size: 18px;

    & p {
      font-size: 16px;
    }
  }

  .types .middle {
    grid-template-columns: repeat(1,1fr);
  }
  .types .mobile {
    display: block;
  }
  .types .middle .column-1 {
    display: grid;
    grid-template-columns: repeat(2, 255px 1fr);
  }
  .types .middle .column-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr 255px);
  }
  .types .middle .column-image {
    display: none;
  }
  .types .middle .block {
    grid-column: span 2;
    height: 113px;
    overflow: hidden;

    & span {
      width: 70%;
    }
  }
  .types .column-1 .img-1 {
    border-radius: 150px 22px 22px 22px;
  }
  .types .middle .block-1 {
    & span {
      margin-left: auto;
    }

    &::before {
      top: -50%;
      right: -10%;
      left: auto;
    }
  }

  .types .middle .block-2 {
    &::before {
      top: 0;
      left: -10%;
      right: auto;
    }
  }

  .types .column-1 .title {
    text-align: right;
  }
  .types .column-1 .text {
    text-align: right;
  }
  .choose .container {
    grid-template-columns: 1fr 1fr;
  }

  .choose .block-2 {
    width: 100%;
    height: auto;
    justify-content: flex-start;
  }
  .choose .block-3 {
    justify-content: flex-end;
    flex-grow: 0;
  }
  .choose .block-4 {
    flex-grow: 0;
  }
  .choose .right {
    justify-content: flex-end;
  }
  .choose h2 {
    font-size: 65px;
  }
  .choose .block-1 {
    padding-bottom: 30px;
  }
  .choose .block {
    height: 270px;
    width: 100%;
  }

}

@media (max-width: 768px) {
  .history .slider button {
    font-size: 65px;
  }
  .history .text {
    display: block;
  }
    .history .text p {
    display: inline;
    margin-left: 0.3em;
  }
  .history .text p:first-of-type {
    align-self: flex-start;
    margin-left: 0;
  }
  .history .change_text {
    width: 90%;
  }
  .automatic .safety .block .high {
    font-size: 30px;
  }
  .automatic .imgs {
    grid-template-columns: repeat(1 ,1fr);
    grid-template-rows: repeat(3, 260px);
    gap: 20px;
  }
  .automatic .imgs .item1 {
    grid-row: 1;
  }
  .automatic .text {
    display: block;

    & p {
      display: inline;
    }
  }
    .types .up {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }
  .types .middle .column-1 {
    display: flex;
    flex-direction: column;

    &>div {
      order: 1;
    }
    & .img-1 {
      order: 2;
      width: 255px;
      margin: 0 auto;
    }
    & .block {
      order: 3;
      height: 76px;
      &::before {
        width: 70px;
        height: 70px;
        top: -20%;
        right: -5%;
      }
    }
    & .block span {
      width: 100%;
      font-size: 18px;
    }
  }
  .types .circle span {
    width: 120px;
    height: 120px;
    font-size: 20px;
  }
  .types .middle .column-2 {
    display: flex;
    flex-direction: column;

    &>div {
      order: 1;
    }
    & .img-2 {
      order: 2;
      width: 255px;
      margin: 0 auto;
    }
    & .block {
      order: 3;
      height: 76px;

      &::before {
        width: 70px;
        height: 70px;
        left: -5%;
      }
    }
    & .block span {
      width: 100%;
      font-size: 18px;
    }
  }

  .types .middle .title {
    text-align: center;
    font-size: 28px;
  }
}

@media (max-width: 640px) {
  .chiller .base {
    padding-bottom: 2rem;
  }
  .chiller .base .content p {
    font-size: 30px;
  }
  .chiller .base .content .text {
    font-size: 16px;
  }

  .chiller .base .content {
    width: 100%;
  }

  .chiller .base .text {
    padding-left: 19%;
  }
  .chiller .base .abs_img1 {
    left: -32%;
    top: 70%;
  }

  .chiller .base .abs_img1 {
    width: 200px;
    height: 200px;
  }

  .chiller .base .abs_img2 {
    width: 150px;
    height: 150px;
    top: 23%;
    left: 75%;
  }

  .chiller .base .content .second::before {
    width: 20px;
    height: 20px;
  }

  .popup.product .grid {
    grid-template-columns: repeat(1, 1fr);

    & form {
      grid-template-columns: repeat(1, 1fr);

      & .send {
        grid-column: span 1;
      }
    }
  }

  .popup.product {
    & .inner_product {
      width: 100%;
      max-height: 90%;
      overflow-y: scroll;
    }

    & .specs {
      max-height: 325px;
      overflow-y: scroll;
    }

    & .imgs.mobile {
      display: grid;
    }

    & .imgs.dekstop {
      display: none;
    }


    & .imgs {
      display: grid;
      grid-template-columns: 85px 1fr;
      gap: 10px;

      & .big {
        order: 2;
        height: 246px;

        & img {
          object-fit: contain;
        }
      }

      & .smalls {
        grid-template-columns: repeat(1, 1fr);
      }


    }
  }
  .chiller .products .right {
    grid-template-columns: repeat(1 ,1fr);

    & .img {
      height: 220px;
    }
  }
  .chiller .products .inputs {
    grid-template-columns: repeat(1 ,1fr);
  }
  .chiller .products .buttons {
    flex-direction: column;

    & button {
      width: 100%;
    }
  }
  .chiller .calculation {
    & .container {
      gap: 2rem;
    }
    & .circle {
      height: 155px;
      width: 155px;
      font-size: 14px;

      &::before {
        width: 55px;
        height: 55px;
      }
    }

    & .text {
      font-size: 18px;
    }
  }
    .chiller .pre-stretch {
      & .inner {
        &::before {
          height: 175px;
          width: 125px;
        }
      }
    }
  
  .chiller .p-systems {
    & .title {
      font-size: 20px;
      margin-bottom: 0;
    }
    & .podtitle {
      font-size: 18px;
    }
    & .wrapper {
      overflow-x: auto;
    }

    & .flex {
      width: 750px;
      overflow-x: auto;
      gap: 10px;
      display: flex;
      flex-wrap: wrap;
      height: 110px;
    }
    & .container {
      overflow: hidden;
      white-space: nowrap; /* Чтобы содержимое не переносилось */
      max-width: 100%;
    }
    & .flex span {
      font-size: 14px;
      padding: 6px 14px;
    }
    .imgs {
      display: grid;
      gap: 10px;
      grid-template-columns: repeat(2,1fr);

      & div {
        grid-column: auto;
      }

      & .item5 {
        transform: translateX(50%);
      }
    }
  }
  .chiller .p-technology {
    & .grid {
      grid-template-columns: repeat(1, 1fr);
    }

    & .block {
      aspect-ratio: 1;
      height: 79px;
      width: 100%;
      border-radius: 12px;

      &::before {
        top: 50%;
        right: 3%;
        transform: translate(-50%, -50%);
      }
    }

    & .block-4 {
      border-radius: 12px;
    }

    & .text {
      width: 100%;
      & p {
        text-align: left;
      }
      & .big {
        font-size: 24px;
      }
    }
  }
  .cookie .inner {
    align-items: flex-start;
  }
  .any_question {
    padding-top: 2rem;
    padding-bottom: 2rem;
    & .text {
      width: 90%;

      & p {
        width: 100%;
      }
    }
    & .container {
      gap: 20px;
    }
    & form {
      grid-template-columns: repeat(1, 1fr);

      & .span3 {
        grid-column: 1;
      }

      & button {
        grid-column: 1;
      }
    }
  }
  .modular {
    h2 {
      font-size: 30px;
    }

    & .text {
      width: 100%;
      margin-bottom: 1rem;
      & p {
        display: inline;
      }
    }

    & .imgs {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
    }

    & .flex {
      display: flex;
      flex-direction: column;
    }

    & .block .head {
      font-size: 18px;
    }

    & .block .body {
      font-size:14px;
    }

    & .block img {
      margin-bottom: 10px;
    }

    & .title {
      font-size: 20px;
    }

    & .inner {
      gap: 20px;
    }

    & .extra_text {
      font-size: 18px;

      & p {
        display: inline;
      }
    }
  }
  .automatic .title {
    margin-bottom: 1rem;
  }
  .automatic .text {
    margin-bottom: 1rem;
  }
  .automatic .imgs {
    grid-template-rows: 170px 170px 170px;
  }
  .automatic .sagety .img {
    width: 100%;
    max-height: 350px;
  }
  .automatic .imgs div {
    height: 170px;
  }
  .automatic .text p {
    font-size: 16px;
  }
  .adva .abs {
    width: 70%;
    margin: 0 auto;
  }
  .automatic .safety {
    grid-template-columns: repeat(1, 1fr);
  }
  .pre-stretch .inner {
    align-items: flex-start;
  }
  .pre-stretch {
    height: 175px;
  }
  .pre-stretch .inner::before {
    height: 175px;
    width: 175px;
    left: auto;
    right: 0;
    transform: none;
  }
  .pre-stretch .title {
    font-size: 14px;

    & span {
      font-size: 45px;
    }
  }
  .pre-stretch .text {
    width: 70%;
    font-size: 14px;
  }
  .bult .title {
    font-size: 30px;
  }
  .bult .circle {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    height: auto;

    & .small {
      transform: none;
      width: 49%;
      height: auto;
      aspect-ratio: 1/1;
    }

    & .big {
      width: 49%;
      height: auto;
      aspect-ratio: 1/1;
    }

    & .circle4 {
      transform: translateY(-21px);
    }
  }

  .bult .imgs {
    display: grid;
    grid-template-columns: repeat(6, 1fr);

    & div {
      width: auto;
    }

    & .item1 {
      grid-column: 1 / 3;
    }

    & .item2 {
      grid-column: 3 / 5;
    }

    & .item3 {
      grid-column: 5 / 7;
    }

    & .item4 {
      grid-column: 1 / 4;
    }

    & .item5 {
      grid-column: 4 / 7;
    }
  }
  .automatic .title {
    font-size: 30px;
  } 

  .automatic .imgs {
    grid-template-columns: repeat(1 ,1fr);
    gap: 20px;
  }
  .automatic .imgs .item1 {
    grid-row: 1;
  }


  .choose span {
    font-size: 20px;
  }
  .p-main .right .big {
    font-size: 35px;
    width: 70%;
  }
  .p-main .left {
    height: 1px;
  }
  .p-main .container {
    height: 303px;
  }
  .p-main .right .big1 {
    transform: none;
  }
  .p-main .right .big2 {
    transform: translateX(20%);
  }
  .p-main .right .big3 {
    transform: none;
  }
  .p-main .left img {
    left: -34%;
    top: 0;
    width: 300px;
    height: 300px;
  }
  .p-main .abs {
      width: 150px;
    height: 150px;
    top: -5%;
    right: -5%;
  }
  .p-main .text {
    width: 100%;
    font-size: 16px;
  }
  .p-main .bttn {
    width: 100%;
    margin-top: auto;
  }
  .p-main .buttons {
    margin-top: auto;
  }
    .leaders .title {
    font-size: 30px;
  }
  .leaders .column span {
    font-size: 30px;
  }
  .leaders .right {
    flex-direction: column;
  }
    .leaders .left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .choose .container {
    grid-template-columns: 1fr;
  }
  .choose .block {
    border-radius: 22px;
    height: auto;
  }
  .choose h2 {
    font-size: 35px;
    margin-bottom: 20px;
  }
    .container-sm, .container {
    max-width: none;
}
}

@media (max-width: 400px) {
  .chiller .calculation {
    & .circle {
      height: 135px;
      width: 135px;

      &::before {
        width: 45px;
        height: 45px;
      }
    }
  }

  .chiller .pre-stretch {
    & .inner {
      &::before {
        display: none;
      }
    }
  }
}