.body_old_v {
  .cookie {
    position: fixed;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    box-sizing: border-box;
    z-index: 200
  }

  .cookie .text {
    font-size: .875em;
    line-height: 1.35em
  }

  .cookie .btn {
    flex-shrink: 0;
    padding: 10px 25px
  }

  .cookie.type-1 {
    justify-content: flex-start;
    left: 50%;
    bottom: -200px;
    width: 600px;
    margin-left: -300px;
    padding: 20px 20px 21px;
    border-radius: 3px
  }

  .cookie.type-1 .btn {
    margin-left: 7px
  }

  .cookie.type-1.show {
    bottom: 20px;
    transition: bottom .85s cubic-bezier(.13, .04, .39, 1.3)
  }

  .cookie.type-1 .text a {
    text-decoration: underline;
  }

  .cookie.type-1.hide {
    bottom: -200px;
    transition: bottom .85s cubic-bezier(.68, -.15, .74, .05)
  }

  .footer-social.footer-social_inst {
    display: none;
  }

  .header-social_whapp {
    background-image: url(/local/markup/dist/images/redesign/whatsapp.svg);
  }

  .cookie.black .btn {
    color: #282828;
    background-color: #fff;
  }

  .mess a {
    display: inline-block;
    width: 30px;
    height: 30px;
  }

  .telegram,
  .whatsapp {
    position: relative;
  }

  .telegram::after {
    content: " ";
    position: absolute;
    background-image: url('/upload/tg.svg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 30px 30px;
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
  }

  .LitgPopup {
    position: relative;
  }

  .tgPopup span {
    color: #2ab6f6 !important;
  }

  .LitgPopup::after {
    content: " ";
    position: absolute;
    background-image: url(/upload/tg.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 20px 20px;
    left: 14px;
    top: 16px;
    width: 20px;
    height: 20px;
  }

  .whatsapp::after {
    content: " ";
    position: absolute;
    background-image: url('/upload/w.svg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 30px 30px;
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
  }

  .btn {
    display: inline-block;
    min-width: 113px;
    padding: 10px 20px;
    font-size: .875em;
    color: #fff;
    font-weight: 700;
    background-color: #575fcf;
    border: none;
    border-radius: 30px;
    text-align: center;
    box-sizing: border-box;
    transition: all .2s ease;
    cursor: pointer;
  }

  .cookie.black {
    color: #fff;
    background-color: rgba(40, 40, 40, .9);
  }


  .MainForm {
    margin: auto;
    position: relative;
    padding: 20px 20px 40px;
  }

  .calcForm {
    background: #FDF4EC;
    border-radius: 20px;
    overflow: hidden;
    margin: auto;
    max-width: 1380px;
  }

  .calcForm .calcTop {
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    align-items: flex-start;
    gap: 24px;
    padding: 20px 24px 10px 24px;
    background: #E7E6E6;
    border-radius: 20px;
    box-sizing: border-box;
  }

  .calcForm .calcBottom {
    padding: 20px 24px 10px 24px;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .calcBottom_left p {
    color: #000;
    /* font-family: Montserrat; */
    font-size: 24px;
    /* font-style: normal; */
    font-weight: 700;
    margin: 4px;
    line-height: normal;
  }

  .calcBottom_right {
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }

  .calcBottom_right span {
    color: #EC882B;
    text-decoration-line: underline;
    cursor: pointer;
  }

  .delivery_text {
    color: #EC882B;
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
  }

  .formMore_back {
    color: #EC882B;
    font-size: 18px;
    font-weight: 600;
    text-transform: lowercase;
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 25px;
    cursor: pointer;
  }

  .MainForm .title {
    max-width: 1380px;
    margin: auto;
    font-size: 32px;
    font-weight: 700;
    line-height: 39px;
    letter-spacing: 0em;
    text-align: left;
    margin-bottom: 20px;
  }

  .calcForm .formCalc_main .stepContact {
    display: none;
  }

  .formMore_head {
    color: #000;
    /* font-family: Montserrat; */
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 16px;
  }

  .formMore_label {
    color: #000;
    /* font-family: Montserrat; */
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 24px;
  }

  .stepContact .col {
    margin-top: 24px;
  }

  .calcForm .row.off {
    z-index: 0;
    position: relative;
  }

  .calcForm .row.off .mask {
    display: none;
  }

  .calcForm label {
    display: inline-block;
    position: relative;

    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
  }

  .calcForm label i {
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 1px;
    right: -24px;
    background-image: url(/upload/info.svg);
    cursor: pointer;
  }

  .ListItem span {
    position: relative;
  }

  .ListItem span i {
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 2px;
    right: -24px;
    background-image: url(/upload/info.svg);
    cursor: pointer;
  }


  .calcForm input {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 64px;
    isolation: isolate;
    margin-top: 12px;
    padding: 12px 206px 12px 20px;
    width: 646px;
    height: 46px;
    background: #FFFFFF;
    border-radius: 12px;
    flex: none;
    order: 1;
    flex-grow: 0;

    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #5F5F5F;
  }

  .calcForm input::placeholder {
    color: #5F5F5F;
  }

  .calcForm .row {
    position: relative;
    margin-bottom: 24px;
    display: block;
  }

  .calcForm .mask {
    position: absolute;
    z-index: 3;
    top: 33px;
    left: 0;
    width: 100%;
    height: 46px;
    cursor: pointer;
    display: block;
  }

  .calcForm .wrap .mask {
    top: 0;
  }

  .calcForm .row.twoCols {
    margin-bottom: 0px;
  }

  .calcForm .row.twoCols .wrap .arrow {
    top: 21px;
  }

  .calcForm .flexed .list {
    width: 100%;
  }

  .calcForm .flexed .list .ListItem span {
    display: inline-block;
  }

  .calcForm input[type=text] {
    position: relative;
    z-index: 2;
    cursor: pointer;
  }

  .calcForm input[type=text]+span {
    box-sizing: border-box;
    display: block;
    position: absolute;
    z-index: 2;
    width: 14px;
    height: 8px;
    right: 20px;
    top: 53px;
    background-image: url(/upload/arrow2.svg);
    cursor: pointer;
  }

  .calcForm input[type=text]+span.arrowActive {
    background-image: url(/upload/arrow_Up.svg);
    background-repeat: no-repeat;
  }

  .calcForm .row.threeCols .flexed {
    display: flex;
    flex-wrap: nowrap;
    width: 646px;
    gap: 15px;
  }

  .calcForm .row.threeCols .col {
    flex-basis: 33%;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    cursor: pointer;
  }

  .calcForm .row.twoCols .flexed {
    display: flex;
    flex-wrap: nowrap;
    width: 646px;
    gap: 15px;
    position: relative;
  }

  .calcForm .row .rowList:last-child {
    padding-bottom: 16px;
  }

  .calcForm .rowList .ListItem {
    display: inline-block;
  }

  .calcForm .row.twoCols .flexed .list {
    top: 46px;
    margin-top: 0px;
  }

  .wrap {
    position: relative;
  }

  .calcForm .row.twoCols .col {

    color: white;
    justify-content: center;
    align-items: center;
    position: relative;
  }

  .calcForm .row.twoCols .ListItem {
    display: block;
  }

  .calcForm .row.twoCols .col:first-child .mask {
    top: 12px;
  }

  .calcForm .row.twoCols input {
    padding: 0;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
  }

  .calcForm .row.twoCols .arrow {
    top: 34px;
  }

  .calcForm .row.threeCols .col:nth-child(1) {
    position: relative;
  }

  .calcForm .row.threeCols .col::before {

    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #5F5F5F;
    position: absolute;
    z-index: 20;
    left: 20px;
    top: 23px;
  }

  .calcForm .row.threeCols .col::after {

    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #5F5F5F;
    position: absolute;
    z-index: 20;
    right: 20px;
    top: 23px;
  }

  label.abs {
    position: absolute;
    top: 0;
    left: 0;
    margin-top: -22px;
  }

  .calcForm .row.threeCols .col:nth-child(1)::before {
    content: "Длина";
  }

  .calcForm .row.threeCols .col:nth-child(1)::after {
    content: "м";
  }


  .calcForm .row.threeCols .col:nth-child(2)::before {
    content: "Высота";
  }

  .calcForm .row.threeCols .col:nth-child(2)::after {
    content: "м";
  }

  .calcForm .row.threeCols .col:nth-child(3)::after {
    content: "шт";
  }

  .calcForm .row.threeCols .col:nth-child(1) input {
    padding-left: 94px;
  }

  .calcForm .row.threeCols .col:nth-child(2) input {
    padding-left: 95px;
  }

  .calcForm .row.threeCols .col:nth-child(3) input {
    padding-left: 20px;
  }

  .calcForm .row.threeCols .col:last-child {
    margin-left: 20px;
  }

  .calcForm .row.threeCols input {
    padding: 0;
    padding-left: 100px;
    padding-right: 20px;
    width: 100%;
  }

  .calcForm .list {
    background: #E7E6E6;
    box-shadow: 0px 7px 28px -8px rgba(0, 0, 0, 0.36);
    border-radius: 12px;
    padding: 28px;
    padding-bottom: 4px;
    position: absolute;
    width: 98.8%;
    z-index: 1;
    margin-top: -12px;
    box-sizing: border-box;
    display: none;
  }

  @media (max-width: 580px) {

    .calcForm .calcTop,
    .calcForm .calcBottom {
      grid-template-columns: 1fr
    }

    .calcBottom_left p {
      font-size: 18px;
    }

    .calcBottom_right {
      font-size: 15px;
    }
  }

  .calcForm .ListItem,
  .calcForm .Ldop {
    position: relative;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #5F5F5F;
    margin-bottom: 24px;
    padding-left: 30px;
    cursor: pointer;
    display: block;
  }

  .calcForm .rowList .ListItem,
  .calcForm .rowList .Ldop {
    margin-bottom: 5px;
  }

  .calcForm .ListItem:first-child,
  .calcForm .Ldop:first-child {
    margin-top: 14px;
  }

  .calcForm .ListItem span {
    display: block;
  }

  .calcForm .ListItem span::before,
  .calcForm .Ldop span::before {
    content: " ";
    display: block;
    position: absolute;
    width: 18px;
    height: 18px;
    top: 2px;
    margin-left: -30px;
    background-image: url(/upload/check_empty.svg);
  }

  .calcForm .ListItem.miniInfo span {
    display: inline-block;
    position: relative;
    padding-right: 32px;
  }

  .calcForm .ListItem.miniInfo i {
    content: " ";
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 2px;
    right: 0;
    z-index: 100;
    background-image: url(/upload/info.svg);
    cursor: pointer;
  }

  .calcForm .ListItem.subListParent a {
    display: block;
    position: absolute;
    z-index: 2;
    width: 14px;
    height: 8px;
    right: -24px;
    top: 7px;
    background-image: url(/upload/arrow2.svg);
    cursor: pointer;
  }

  .calcForm .ListItem.subListParent a.arrowActive {
    background-image: url(/upload/arrow_Up.svg);
  }

  .calcForm .ListItem span:hover::before,
  .calcForm .Ldop span:hover::before {
    background-image: url(/upload/check.svg);
  }

  .calcForm .ListItem.checked span::before,
  .calcForm .Ldop.checked span::before {
    background-image: url(/upload/check.svg);
  }

  .calcForm .subList {
    margin-top: 16px;
  }

  .calcForm .subList .SubListItem {

    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #5F5F5F;
    margin-bottom: 12px;
    padding-left: 20px;
    position: relative;
  }

  .calcForm .subList .SubListItem::before {
    content: " ";
    display: block;
    position: absolute;
    width: 14px;
    height: 14px;
    top: 1px;
    margin-left: -20px;
    background-image: url(/upload/check_empty.svg);
    background-size: 14px 14px;
  }

  .calcForm .subList .SubListItem:hover::before {
    background-image: url(/upload/check.svg);
  }


  .calcForm .SubListItem.checked::before {
    background-image: url(/upload/check.svg);
  }


  .infoBlock {
    display: none;
    padding: 8px 16px 12px 12px;
    gap: 10px;

    position: absolute;
    left: 103%;
    top: 0px;
    min-width: 400px;
    box-sizing: border-box;
    background: #E7E6E6;
    box-shadow: 0px 7px 24px -8px rgba(0, 0, 0, 0.15);
    border-radius: 12px;

    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    z-index: 1210;
  }

  .infoBlock.pack {
    min-width: 200px
  }


  .infoBlock p {
    margin-top: 2%;
    margin-bottom: 2%;
    line-height: 14px;
  }

  .calcForm .row.twoCols.total .col {
    flex-basis: 50%;
    color: white;
    display: flex;
    position: relative;
    justify-content: left;
    align-items: left;
  }

  .calcForm .row.twoCols.total .col:last-child {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .calcForm .total_block {
    display: block;
    flex-wrap: wrap;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    color: #000000;
    margin-top: -7px;
  }

  .calcForm .total_block p {
    font-size: 48px;
  }


  .calcForm .row.twoCols.total .col p {
    display: block;
  }

  .calcForm .row.total input[type=submit] {
    width: 100%;
    height: 47px;
    left: 335px;
    background: #EC882B;
    border-radius: 12px;
    text-align: center;
    padding: 0;
    color: #fff;
    justify-content: center;
    align-items: center;
    cursor: pointer;
  }

  .list.dop {
    display: block;
    padding: 0;
    background: none;
    box-shadow: none;
    position: relative;
    box-sizing: border-box;
    top: 10px;
  }

  .list.dop .ListItem {
    margin: 0;
    margin-top: 20px;
  }

  .activeInput::before {
    content: " " !important;
  }

  .activeInput input {
    padding-left: 20px !important;
  }

  .orderFormMain {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    display: none;
  }


  .good {
    text-align: center;
    font-size: 20px;
    display: none;
    padding-top: 10px;
  }

  .orderFormMain .lay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 9;
    background: rgba(0, 0, 0, 0.2);
  }

  .close {
    position: absolute;
    right: 7%;
    top: 5%;
    width: 20px;
    height: 20px;
    opacity: 0.8;
    z-index: 10;
  }

  .close:hover {
    opacity: 1;
  }

  .close:before,
  .close:after {
    position: absolute;
    left: 15px;
    content: ' ';
    height: 23px;
    width: 4px;
    background-color: #EC882B;
  }

  .close:before {
    transform: rotate(45deg);
  }

  .close:after {
    transform: rotate(-45deg);
  }


  .close_input {
    position: absolute;
    right: 1%;
    top: 3%;
    width: 18px;
    height: 18px;
    opacity: 0.8;
    z-index: 10;
    cursor: pointer;
  }

  .close_input:hover {
    opacity: 1;
  }

  .close_input:before,
  .close_input:after {
    position: absolute;
    left: 15px;
    content: ' ';
    height: 20px;
    width: 4px;
    background-color: #EC882B;
  }

  .close_input:before {
    transform: rotate(45deg);
  }

  .close_input:after {
    transform: rotate(-45deg);
  }

  .orderForm {
    top: 50%;
    position: absolute;
    max-width: 344px;
    height: 444px;
    margin: auto;
    left: 50%;
    margin-top: -222px;
    margin-left: -172px;
    background: #FFFFFF;
    border-radius: 20px;
    padding: 16px;
    z-index: 10;
  }

  .orderForm label {
    display: block;
  }

  .orderForm .rowForm input {
    padding: 12px 77px 12px 16px;
    width: 312px;
    height: 42px;
    background: #E7E6E6;
    border-radius: 12px;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    color: #5F5F5F;
    margin-top: 12px;
    margin-bottom: 24px;
  }

  .orderForm .rowForm input::placeholder {
    color: #5F5F5F;
  }


  .agreement .container {
    display: block;
    position: relative;
    padding-left: 20px;
    margin-bottom: 0px;
    cursor: pointer;
    font-size: 13px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }

  .orderForm .rowForm input[type=submit] {
    background-color: #EC882B;
    padding-right: 0;
    padding-left: 0px;
    color: #fff;
    cursor: pointer;
  }

  /* Hide the browser's default checkbox */
  .agreement .container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
    top: 3px;
  }

  /* Create a custom checkbox */
  .checkmark {
    position: absolute;
    top: 3px;
    left: 0;
    height: 12px;
    width: 12px;
    background-color: #fff;
  }

  /* On mouse-over, add a grey background color */
  .agreement .container:hover input~.checkmark {
    background-color: #D9D9D9;
    border-radius: 4px;
  }

  /* When the checkbox is checked, add a blue background */
  .agreement .container input:checked~.checkmark {
    background-color: #EC882B;
    border-radius: 4px;
  }

  /* Create the checkmark/indicator (hidden when not checked) */
  .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }

  /* Show the checkmark when checked */
  .agreement .container input:checked~.checkmark:after {
    display: block;
  }

  /* Style the checkmark/indicator */
  .agreement .container .checkmark:after {
    left: 4px;
    top: 2px;
    width: 2px;
    height: 5px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .dopRowBlock {
    display: block;
    width: 100%;
  }

  .dopRow {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: row;
  }

  .colDop {
    width: 70%;
    flex-basis: 70%;
    display: none;
  }

  .colDop.RightCol {
    width: 36%;
    flex-basis: 36%;
  }

  .colDop.ColLeft {
    align-items: center;
    background: #FFFFFF;
    border-radius: 12px;
    height: 46px;
    margin-top: 12px;
    margin-right: 16px;
    color: #5F5F5F;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    padding: 12px 20px 12px 20px;
    box-sizing: border-box;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }

  .dopRowBlock .dopRow .RightCol::after {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #5F5F5F;
    position: absolute;
    z-index: 20;
    top: 23px;
  }

  .dopRowBlock .dopRow:nth-child(1) .RightCol::after {
    content: "м";
    right: 18px;
  }

  .calcForm .dopRow:nth-child(2) .RightCol::after {
    content: "шт";
    right: 11px;
  }

  .calcForm .row.twoCols .flexed .col:last-child .list {
    top: 36px;
  }

  @media (max-width: 1200px) {
    .MainForm {
      padding: 20px 20px 40px;
    }
  }

  @media (max-width: 570px) {
    .infoBlock {
      min-width: 200px;
    }

    .calcForm .calcTop {
      gap: 0;
    }

    .calcForm .row.twoCols .flexed {
      width: 100%;
      display: block;
    }

    .calcForm .row.threeCols .flexed {
      width: 100%;
    }

    .calcForm .row.threeCols .col:last-child {
      margin: 0;
    }

    .calcForm input {
      width: 100%;
      padding-right: 16px;
      font-size: 15px;
    }

    .calcForm input::placeholder {
      color: #E7E6E6;
    }

    .calcForm .row.threeCols .col::before,
    .calcForm .row.threeCols .col::after {
      font-size: 15px;
    }

    .calcForm .ListItem,
    .calcForm .Ldop {
      font-size: 15px;
    }

    .calcForm .row.threeCols .col:nth-child(1) input,
    .calcForm .row.threeCols .col:nth-child(2) input,
    .calcForm .row.threeCols .col:nth-child(3) input {
      padding-left: 16px;
    }

    .calcForm .row.twoCols .col {
      display: block;
    }

    .calcForm .row.twoCols label.abs {
      position: relative;
    }

    .calcForm .row.twoCols .arrow {
      top: 20px;
    }

    .calcForm .row.twoCols .col:last-child .arrow {
      top: 21px;
    }

    .colDop.ColLeft {
      padding-left: 0;
    }

    .calcForm .list {
      width: 100%;
      background: #fff;
      border: 2px solid #E7E6E6;
      border-top: 0;
      padding-left: 16px;
      padding-right: 16px;
      padding-bottom: 16px;
    }

    .calcForm .mobScroll {
      width: 100%;
      max-height: 160px;
      overflow-y: scroll;
    }

    .calcForm .row.total input[type=submit] {
      width: 100%;
    }

    .dopRowBlock .dopRow .RightCol::after {
      font-size: 15px;
    }

    .calcForm .mobScroll .ListItem {
      margin-bottom: 15px;
    }

    .calcForm .mobScroll::-webkit-scrollbar {
      width: 5px;
      height: 8px;
      background-color: #BCBABA;
      border-top-left-radius: 8px;
      border-top-right-radius: 8px;
      border-bottom-left-radius: 8px;
      border-bottom-right-radius: 8px;
    }

    .calcForm .row.twoCols .mask {
      top: 0px;
    }

    .calcForm .row.twoCols .col:last-child {
      margin-bottom: 20px;
    }

    .calcForm .row.twoCols .col:last-child .mask {
      top: 0px;
    }

    .calcForm .mobScroll::-webkit-scrollbar-thumb {
      background: #EC882B;
      border-top-left-radius: 8px;
      border-top-right-radius: 8px;
      border-bottom-left-radius: 8px;
      border-bottom-right-radius: 8px;
    }

    .calcForm input[type=text] {
      background: #ffffff;
    }

    .calcForm input[type=number] {
      background: #E7E6E6;
    }

    .calcForm label {
      font-size: 15px;
    }

    .calcForm .row.threeCols .col::before {
      left: 16px;
    }

    .calcForm .row.threeCols .col::after {
      right: 10px;
    }

    .calcForm .leftCol {
      flex: 100%;
    }

    .calcForm .rightCol {
      display: none;
    }

    .calcForm .row.twoCols.total .col {
      display: block;
    }

    .cookie.type-1 {
      width: 100% !important;
      margin: 0 !important;
      left: 0 !important;
      flex-direction: column;
    }

    .cookie.type-1 .text {
      width: 100%;
      text-align: center;
    }

    .btn {
      margin-top: 10px;
    }

    .calcForm .row.twoCols .flexed .list {
      top: 36px;
      padding-bottom: 0;
    }

    .calcForm .row.twoCols .flexed .col:last-child .list {
      top: 36px;
    }

    .MainForm .title {
      padding-left: 0px;
      margin-bottom: 10px;
      font-size: 24px;
    }

    .calcForm .row {
      margin-bottom: 20px;
    }
  }

  .calcForm .row.hide {
    /* display: none; */
  }

  body .calcForm .row.twoCols.total input.calculated {

    background: #68ca59;

  }

  .swiper-slide {
    display: flex;
    width: 670px;
    height: 370px;
    padding: 16px;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    border-radius: 37px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.10) 0%, rgba(0, 0, 0, 0.10) 100%), url(<path-to-image>), lightgray -135.075px -6.766px / 140.321% 169.396% no-repeat;
  }

  .swiper {
    height: 405px;
  }

  .swiper-pagination-bullet {
    width: 15px;
  }

  .swiper-pagination-bullet:after {
    width: 15px;
    height: 15px;
    opacity: 1;

    background: #D9D9D9;
  }

  .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
    background: #EC882B;
  }

  :root {
    --swiper-theme-color: #007aff;
    --swiper-pagination-bottom: 10px;
  }

  .swiper-slide {
    background-position: center;
    background-size: cover;
    cursor: pointer;
  }

  .swiper-slide span {
    border-radius: 30px;
    background: #FFF;
    display: flex;
    max-width: 370px;
    padding: 15px 40px 15px 25px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }

  .page-preview__footer .button {
    margin: auto;
    width: max-content;
    padding-right: 16px;
  }
}