@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@300;400;500&display=swap");
@import url('https://fonts.cdnfonts.com/css/hk-groteks');
.calc-container * {
    font-family: "Manrope", sans-serif;
    padding: 0;
    border: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 100%;
}

.calc-hidden {
    display: none !important;
}

.calc-inp-matriza {
    outline: none;
    height: 34px;
    border: none;
    text-align: center;
}

#calc-matriza-name {
    width: 70px;
}

#calc-matriza-bd {
    width: 90px;
}

#calc-matriza-vz {
    width: 50px;
}

.calc-column-title h1 {
    font-weight: 400;
    font-size: 20px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #331B07;
    margin-bottom: 32px;
}

@media (max-width: 992px) {
    .calc-inps-header-row {
        margin-right: 16px;
    }
    #calc-matriza-name {
        width: 100%;
    }

    #calc-matriza-bd {
        width: 100%;
    }

    #calc-matriza-vz {
        width: 100%;
    }
    .calc-column-title h1 {
        /*text-align: right;*/
        font-size: 32px;
        margin-bottom: 32px;
    }
}

@media (max-width: 767px) {
    .calc-column-title h1 {
        text-align: center;
        font-size: 24px;
        margin-bottom: 32px;
        margin-right: 0px;
    }
}

@media (max-width: 450px) {
    .calc-column-title h1 {
        font-size: 22px;
    }
}

@media (max-width: 359px) {
    .calc-column-title h1 {
        margin-bottom: 15px;
    }
}

.table-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.table-row .table-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

[contentEditable=false]:empty::after {
    content: attr(data-text);
    color: hwb(0 45% 55%);
}

.calc-otp-table-header .table-area,
.calc-otp-table-footer .table-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.padtb {
    padding: 100px 0px;
    overflow: hidden;
}
#body {
    overflow: hidden;
}

@media (max-width: 1346px) {
    .padtb {
        padding: 70px 0px;
    }
}

@media (max-width: 992px) {
    .padtb {
        padding: 50px 0px;
    }
}

@media (max-width: 425px) {
    .padtb {
        padding: 40px 0px;
    }
}

.calc-container {
    display: flex;
    width: 1300px;
    margin: 0 auto;
    padding: 0px 15px;
    align-items: flex-start;
    justify-content: flex-start;
    align-content: center;
    flex-wrap: wrap;
}

@media (max-width: 1346px) {
    .calc-container {
        width: 950px;
        padding: 0 20px;
    }
}

@media (max-width: 992px) {
    .calc-container {
        width: 700px;
        padding: 0 20px;
    }
}

@media (max-width: 767px) {
    .calc-container {
        width: 425px;
        padding: 0 10px;
    }
}

@media (max-width: 450px) {
    .calc-container {
        width: 340px;
        padding: 0 10px;
    }
}

@media (max-width: 359px) {
    .calc-container {
        width: 300px;
        padding: 0 10px;
    }
}

.calc-container-column_title {
    margin-bottom: 36px;
    font-style: normal;
    font-weight: 300;
    font-size: 26px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #331B07;
}

@media (max-width: 992px) {
    .calc-container-column_title {
        text-align: center;
    }
}

@media (max-width: 767px) {
    .calc-container-column_title {
        margin-bottom: 30px;
        font-size: 24px;
    }
}

@media (max-width: 425px) {
    .calc-container-column_title {
        margin-bottom: 25px;
        font-size: 22px;
    }
}

.calc-inps-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media (max-width: 992px) {
    .calc-inps-header {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media (max-width: 767px) {
    .calc-inps-header {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        text-align: center;
    }
}

.calc-inps-header-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.calc-inps-header-row:not(:last-child) {
    margin-right: 16px;
}

.calc-inps-header-row span {
    font-weight: 300;
    font-size: 14px;
    line-height: 19px;
    letter-spacing: 0.04em;
    color: #000;
    opacity: 0.8;
    margin-bottom: 10px;
    padding-left: 2px;
}

@media (max-width: 992px) {
    .calc-inps-header-row {
        margin-bottom: 30px;
    }
}

.calc-inp-matriza {
    border-radius: 8px;
    background: rgba(51, 27, 7, 0.06);
    min-width: 157px;
    font-size: 14px;
    line-height: 34px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

@media (max-width: 767px) {
    .calc-inp-matriza {
        min-width: 120px;
        width: 125px!important;
        font-size: 12px;
    }
    .title-spec {
        font-size: 32px;
        margin-bottom: 25px;
        text-align: center;
    }
    .title-spec h1 {
        text-align: center;
    }
}

@media (max-width: 450px) {
    .calc-inp-matriza {
        min-width: 100px;
        width: 105px!important;
        font-size: 10px;
    }
}

@media (max-width: 359px) {
    .calc-inp-matriza {
        min-width: 85px;
    }
}

input.calc-inp-matriza:hover,
input.calc-inp-matriza:focus {
    background: #ece6e5;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.calc-container-column_header {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    margin-bottom: 45px;
}

.calc-container-column_map {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 25%;
    flex: 0 1 25%;
}

.calc-container-column_calc {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 25%;
    flex: 0 1 25%;
    position: relative;
    top: -10px;
}

.calc-container-column_buttons {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 25%;
    flex: 0 1 25%;
    position: relative;
    top: -200px;
    left: 530px;
}

@media (max-width: 1346px) {
    .calc-container-column_header {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        margin-bottom: 35px;
    }
    .calc-container-column_calc {
        position: relative;
        top: 60px;
        right: -10px;
    }
    .calc-container-column_buttons {
        top: -220px;
        left: 395px;
    }
}

@media (max-width: 992px) {
    .calc-container-column_map {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        width: 100%;
        flex: 1;
        margin-top: 30px;
    }
    .calc-container-column_header {
        -webkit-box-flex: 0;
        -ms-flex:1;
        flex: 1;
        margin-bottom: 0px;
        margin-top: 100px;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 0;
        order: 0;
    }
    .calc-container-column_calc {
        position: relative;
        top: 0px;
        right: -10px;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .calc-container-column_buttons {
        position: relative;
        top: 0px;
        left: 0px;
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
        margin: 30px 0 60px;
    }
}

@media (max-width: 767px) {
    .calc-container-column_map {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        max-height: -webkit-fit-content;
        max-height: -moz-fit-content;
        max-height: fit-content;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        margin-top: 30px;
    }
    .calc-container-column_header {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 25%;
        flex: 0 1 25%;
        margin-bottom: 0px;
        margin-top: 0px;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin: 0 auto;
    }
    .calc-container-column_calc {
        position: relative;
        top: 0px;
        right: 0px;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .calc-container-column_buttons {
        position: relative;
        top: 30px;
        left: 33px;
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }
}

@media (max-width: 450px) {
    .calc-container-column_map {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        max-height: -webkit-fit-content;
        max-height: -moz-fit-content;
        max-height: fit-content;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        margin-top: 30px;
    }
    .calc-container-column_header {
        -webkit-box-flex: 0;
        -ms-flex: 1;
        flex: 1;
        margin-bottom: 0px;
        margin-top: 0px;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 0;
        order: 0;
        margin: 0 auto;
    }
    .calc-container-column_calc {
        position: relative;
        top: 0px;
        right: 0px;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .calc-container-column_buttons {
        position: relative;
        top: 30px;
        left: -10px;
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }
}

@media (max-width: 359px) {
    .calc-container-column_map {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        max-height: -webkit-fit-content;
        max-height: -moz-fit-content;
        max-height: fit-content;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        margin-top: 30px;
    }

    .calc-container-column_calc {
        position: relative;
        top: 0px;
        right: 0px;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .calc-container-column_buttons {
        position: relative;
        top: 25px;
        left: -10px;
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }
}

.calc-container__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}

.calc-inps-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.wrapper {
    padding-bottom: 40px;
}
.download-btn {
    margin-top: 45px;
    z-index: 9;
    position: static;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.download-btn .calc-download-btn {
    position: static;
    padding-right: 15px;
    padding-left: 15px;
    transform: none;
}

@media (max-width: 992px) {

    .calc-inps-buttons {
        /* min-width: 378px; */
    }
    #rec432674924 .calc-container-column_header {
        flex: 1;
        width: 100%;
        margin-top: 0;
        margin-bottom: 25px;
    }
    #rec432674924 .last-matr__row {
        order: 2;
    }
}

@media (max-width: 450px) {
    .calc-inps-buttons {
        min-width: 270px;
    }
}

.calc-download-button {
    min-width: 378px;
    height: 64px;
    border: 1px solid #B49378;
    background: #B49378;
    border-radius: 40px;
    letter-spacing: 0.05em;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    text-align: center;
    line-height: 64px;
    margin-bottom: 45px;
}

.calc-download-button span {
    display: inline-block;
    font-family: 'HK Grotesk', sans-serif!important;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    padding-right: 40px;
    background: url("../images/Union.svg") right no-repeat;
}

.calc-download-button:hover {
    background-color: transparent;
    -webkit-transition: background-color 0.3s ease 0s;
    -o-transition: background-color 0.3s ease 0s;
    transition: background-color 0.3s ease 0s;
    border: 1px solid #B49378;
}

.calc-download-button:hover span {
    color: #B49378;
    background: url("../images/Union-braun.svg") right no-repeat;
}

@media (max-width: 1346px) {
    .calc-download-button {
        min-width: 320px;
    }
    .calc-download-button span {
        font-size: 16px;
        padding-right: 30px;
        background: url('../images/Union.svg') 100% 47%/ 15px 15px no-repeat;
    }
    .calc-download-button:hover span {
        color: #B49378;
        background: url("../images/Union-braun.svg") 100% 47%/ 15px 15px no-repeat;
    }
}

@media (max-width: 992px) {
    .calc-download-button {
        min-width: 330px;
        margin-right: 55px;
        margin-left: 15px;
    }
    .calc-download-button span {
        font-size: 16px;
        padding-right: 30px;
        background: url("../images/Union.svg") 100% 47%/17px 17px no-repeat;
    }
    .calc-download-button:hover span {
        background: url("../images/Union-braun.svg") 100% 47%/17px 17px no-repeat;
    }
}

@media (max-width: 767px) {
    .calc-download-button {
        margin-right: 0px;
        margin-bottom: 0;
    }
}

@media (max-width: 450px) {
    .calc-download-button span {
        font-size: 15px;
        padding-right: 30px;
        background: url("../images/Union.svg") 100% 50%/15px 15px no-repeat;
    }
    .calc-download-button:hover span {
        background: url("../images/Union-braun.svg") 100% 50%/15px 15px no-repeat;
    }
}

@media (max-width: 359px) {
    .calc-download-button {
        min-width: 290px;
    }
}


.calc-download-btn span {
    font-weight: 500;
}

@media (max-width: 1346px) {
    .calc-download-btn {
        margin: 0px 0px 0px 0px;
        min-width: 215px;
        right: -40%;
        font-size: 16px;
    }
}

@media (max-width: 992px) {
    .calc-download-btn {
        min-width: 330px;
        top: 90px;
        right: 55%;
    }
}

@media (max-width: 767px) {
    .calc-download-btn {
        min-width: 250px;
        position: static;
    }
}

@media (max-width: 450px) {
    .calc-download-btn {
        font-size: 15px;
        right: 48%;
    }
}

@media (max-width: 359px) {
    .calc-download-btn {
        min-width: 290px;
    }
}

.calc-matriza-svg {
    width: 730px;
}

@media (max-width: 1346px) {
    .calc-matriza-svg {
        width: 580px;
    }
}

@media (max-width: 992px) {
    .calc-matriza-svg {
        width: 520px;
    }
}

@media (max-width: 767px) {
    .calc-matriza-svg {
        width: 425px;
    }
}

@media (max-width: 450px) {
    .calc-matriza-svg {
        width: 340px;
    }
}

@media (max-width: 359px) {
    .calc-matriza-svg {
        width: 300px;
    }
}

.calc-column-title {
    margin-right: -90px;
}

@media (max-width: 767px) {
    .calc-column-title {
        margin-right: 0px;
    }
}

.calc-otp-table-wrapper {
    margin-bottom: 50px;
}

@media (max-width: 992px) {
    .calc-otp-table-wrapper {
        margin-bottom: 0px;
    }
}

.calc-otp-table {
    border-radius: 8px;
    overflow: hidden;
}

.calc-otp-table-header {
    background: #F4F4F6;
}

.calc-otp-table-header .table-count {
    background: #C6C8D4;
}

@media (max-width: 767px) {
    .calc-otp-table-header .table-area_cell,
    .calc-otp-table-header .table-area_title {
        font-size: 16px;
        font-weight: 500;
    }
}

@media (max-width: 450px) {
    .calc-otp-table-header .table-area_cell,
    .calc-otp-table-header .table-area_title {
        font-size: 14px;
        font-weight: 500;
    }
}

@media (max-width: 359px) {
    .calc-otp-table-header .table-area_cell,
    .calc-otp-table-header .table-area_title {
        font-size: 12px;
        font-weight: 500;
    }
}

.table-row .table-area,
.table-row .table-count {
    height: 60px;
}

@media (max-width: 767px) {
    .table-row .table-area,
    .table-row .table-count {
        height: 70px;
    }
}

@media (max-width: 450px) {
    .table-row .table-area,
    .table-row .table-count {
        height: 60px;
    }
}

.table-area_title {
    width: 160px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
    padding-left: 15px !important;
}

.table-area_title p {
    color: #000000;
    font-weight: 300;
}

.table-area_title p:first-child {
    font-size: 14px;
    margin-bottom: 5px;
}

.table-area_title p:last-child {
    font-size: 10px;
}

@media (max-width: 1346px) {
    .table-area_title {
        width: 135px;
    }
}

@media (max-width: 767px) {
    .table-area_title {
        width: 175px;
    }
    .table-area_title p:first-child {
        font-size: 16px;
        margin-bottom: 0px;
    }
    .table-area_title p:last-child {
        font-size: 13px;
    }
}

@media (max-width: 450px) {
    .table-area_title {
        width: 147px;
    }
    .table-area_title p:first-child {
        font-size: 14px;
        margin-bottom: 0px;
    }
    .table-area_title p:last-child {
        font-size: 12px;
    }
}

@media (max-width: 359px) {
    .table-area_title {
        width: 140px;
    }
    .table-area_title p:first-child {
        font-size: 14px;
        margin-bottom: 0px;
    }
    .table-area_title p:last-child {
        font-size: 12px;
    }
}

.table-area_cell {
    width: 90px;
    font-weight: 400;
    font-size: 14px;
    color: #000000;
}

@media (max-width: 1346px) {
    .table-area_cell {
        width: 65px;
    }
}

@media (max-width: 992px) {
    .table-area_cell {
        width: 60px;
    }
}

@media (max-width: 767px) {
    .table-area_cell {
        width: 70px;
    }
}

@media (max-width: 450px) {
    .table-area_cell {
        width: 55px;
    }
}

@media (max-width: 359px) {
    .table-area_cell {
        width: 45px;
    }
}

.table-count {
    width: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #FFFFFF;
}

@media (max-width: 1346px) {
    .table-count {
        width: 28px;
    }
}

@media (max-width: 767px) {
    .table-count {
        width: 32px;
    }
}

@media (max-width: 450px) {
    .table-count {
        width: 26px;
    }
}

@media (max-width: 359px) {
    .table-count {
        width: 20px;
    }
}

.color-purple {
    background: rgba(136, 71, 163, 0.1);
}

.color-purple .table-count {
    background: #8847A3;
}

.color-blue {
    background: rgba(82, 109, 251, 0.1);
}

.color-blue .table-count {
    background: #526DFC;
}

.color-berez {
    background: rgba(71, 207, 223, 0.1);
}

.color-berez .table-count {
    background: #47CFDD;
}

.color-green {
    background: rgba(176, 222, 98, 0.1);
}

.color-green .table-count {
    background: #B0DE61;
}

.color-yellow {
    background: rgba(253, 202, 70, 0.1);
}

.color-yellow .table-count {
    background: #FDCA46;
}

.color-orange {
    background: rgba(223, 161, 3, 0.1);
}

.color-orange .table-count {
    background: #DFA103;
}

.color-red {
    background: rgba(238, 64, 65, 0.1);
}

.color-red .table-count {
    background: #EE4041;
}

.calc-otp-table-footer {
    background: #F4F4F6;
}

.calc-otp-table-footer .table-count {
    background: #C6C8D4;
}

ul li {
    list-style: none;
}

@media (max-width: 992px) {
    .calc-list {
        margin: 40px 0px 0px 30px;
    }
}

@media (max-width: 767px) {
    .calc-list {
        margin: 30px 0px 0px 0px;
    }
}

@media (max-width: 359px) {
    .calc-list {
        max-width: 300px;
    }
}

.calc-list-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.calc-list-wrap:not(:last-child) {
    margin-bottom: 20px;
}

@media (max-width: 359px) {
    .calc-list-wrap:not(:last-child) {
        margin-bottom: 10px;
    }
}

.calc-list-span {
    font-weight: 500;
    font-size: 18px;
    color: #331B07;
}

@media (max-width: 992px) {
    .calc-list-span {
        font-size: 14px;
        margin-right: 20px;
    }
}

@media (max-width: 359px) {
    .calc-list-span {
        font-size: 14px;
        margin-right: 10px;
        max-width: 180px;
    }
}

.calc-list-ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: auto 0;
}

.calc-list-li {
    font-weight: 300;
    font-size: 14px;
    color: #000000;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #F3F1EC;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.calc-list-li:not(:last-child) {
    margin-right: 6px;
}

.calc-list-li_disable {
    opacity: 0;
}

@media (max-width: 992px) {
    .calc-list-li {
        width: 33px;
        height: 33px;
    }
}

.calc-container__slider {
    margin-top: 20px;
}

@media (max-width: 1346px) {
    .calc-container__slider {
        margin-top: 20px;
    }
}

.calc-container__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.calc-container__slide {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 25%;
    flex: 0 1 25%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.calc-container__slide.cards {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
}

.calc-container__slide.cards:last-child {
    margin-right: 0px;
}

.cards {
    max-width: 301px;
    min-height: 258px;
    background: #F3F1EC;
    border-radius: 40px;
    padding: 30px !important;
    overflow-wrap: break-word !important;
    margin-bottom: 20px;
}

@media (max-width: 1346px) {
    .cards {
        margin-bottom: 0px;
    }
}

@media (max-width: 425px) {
    .cards {
        padding: 15px 30px !important;
    }
}

.cards__card-title {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.cards:not(:last-child) {
    margin-right: 32px;
}

.cards__title {
    font-weight: 500;
    font-size: 22px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #331B07;
    margin-bottom: 12px;
}

@media (max-width: 425px) {
    .cards__title {
        margin-bottom: 5px;
    }
}

.cards__subtitle {
    font-weight: 300;
    font-size: 14px;
    line-height: 150%;
    color: #331B07;
    margin-bottom: 24px;
}

.cards__calc {
    width: 111px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.cards__calc_left {
    padding-right: 30px;
}

.cards__calc_img {
    position: relative;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.cards__calc_img::after {
    content: "";
    position: absolute;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    top: 19px;
    left: 108px;
    width: 70px;
    height: 50px;
    background: url("../images/Group 1.svg") 0 0 no-repeat;
}

.cards__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    margin-bottom: 10px;
}

.cards__circle {
    width: 38px;
    height: 38px;
    background: #FFFFFF;
    border-radius: 50%;
    z-index: 5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.cards__circle_abs {
    position: absolute;
    top: 25px;
    right: -102px;
}

.cards__circle_alone {
    position: relative;
    bottom: 23px;
}

.cards__bot {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.cards__calc.cards__calc_left.cards__calc_img {
    position: relative;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.cards__calc.cards__calc_left.cards__calc_img::after {
    content: "";
    position: absolute;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    top: 19px;
    left: 78px;
    width: 70px;
    height: 50px;
    background: url("../images/Group 1.svg") 0 0 no-repeat;
}

@media (max-width: 1346px) {
    .swiper {
        margin-top: -60px;
    }
}

@media (max-width: 767px) {
    .swiper {
        margin-top: 0px;
    }
}

.swiper .cards {
    max-width: inherit;
    height: auto;
}

.swiper button {
    display: inline-block;
    border-radius: 50%;
    background: #ffffff;
    width: 60px;
    height: 60px;
}

@media (max-width: 992px) {
    .swiper button {
        width: 60px;
        height: 60px;
    }
}

@media (max-width: 768px) {
    .swiper button {
        width: 50px;
        height: 50px;
    }
}

@media (max-width: 450px) {
    .swiper button {
        width: 45px;
        height: 45px;
    }
}

.swiper .swiper-button-prev::after,
.swiper .swiper-button-next::after {
    font-size: 32px;
    color: #000;
}

@media (max-width: 768px) {
    .swiper .swiper-button-prev::after,
    .swiper .swiper-button-next::after {
        font-size: 25px;
    }
}

@media (max-width: 425px) {
    .swiper .swiper-button-prev::after,
    .swiper .swiper-button-next::after {
        font-size: 22px;
    }
}

.swiper .swiper-button-prev::after {
    padding-right: 10px;
}

.swiper .swiper-button-next::after {
    padding-left: 10px;
}

.swiper .swiper-button-prev,
.swiper .swiper-button-next {
    top: 66%;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

@media (max-width: 992px) {
    .swiper .swiper-button-prev,
    .swiper .swiper-button-next {
        top: 62%;
    }
}

@media (max-width: 450px) {
    .swiper .swiper-button-prev,
    .swiper .swiper-button-next {
        top: 59%;
    }
}

@media (max-width: 992px) {
    .swiper .swiper-button-prev {
        left: 15px;
    }
}

@media (max-width: 450px) {
    .swiper .swiper-button-prev {
        left: 7px;
    }
}

@media (max-width: 992px) {
    .swiper .swiper-button-next {
        right: 15px;
    }
}

@media (max-width: 450px) {
    .swiper .swiper-button-next {
        right: 7px;
    }
}

@media (max-width: 425px) {
    .swiper-button-next.swiper-button-disabled {
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
    }
}

@media (max-width: 426px) {
    .swiper-button-prev.swiper-button-disabled {
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
    }
}

@media (max-width: 1346px) {
    .calc-container__slide.cards.swiper-slide.swiper-slide-active .cards__calc {
        width: 150px;
        padding-left: 55px;
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
    }
    .calc-container__slide.cards.swiper-slide.swiper-slide-active .cards__calc_img {
        position: relative;
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
    }
    .calc-container__slide.cards.swiper-slide.swiper-slide-active .cards__calc_img::after {
        content: "";
        position: absolute;
        left: 150px;
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
    }
    .calc-container__slide.cards.swiper-slide.swiper-slide-active .cards__calc.cards__calc_left.cards__calc_img {
        position: relative;
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
    }
    .calc-container__slide.cards.swiper-slide.swiper-slide-active .cards__calc.cards__calc_left.cards__calc_img::after {
        content: "";
        position: absolute;
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        top: 19px;
        left: 120px;
        width: 70px;
        height: 50px;
        background: url("../images/Group 1.svg") 0 0 no-repeat;
    }
}

@media (max-width: 992px) {
    .calc-container__slide.cards.swiper-slide.swiper-slide-active .cards__calc {
        width: 186px;
        padding-left: 75px;
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
    }
    .calc-container__slide.cards.swiper-slide.swiper-slide-active .cards__calc_img {
        position: relative;
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
    }
    .calc-container__slide.cards.swiper-slide.swiper-slide-active .cards__calc_img::after {
        content: "";
        position: absolute;
        left: 183px;
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
    }
    .calc-container__slide.cards.swiper-slide.swiper-slide-active .cards__calc.cards__calc_left.cards__calc_img {
        position: relative;
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
    }
    .calc-container__slide.cards.swiper-slide.swiper-slide-active .cards__calc.cards__calc_left.cards__calc_img::after {
        content: "";
        position: absolute;
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        top: 19px;
        left: 150px;
        width: 70px;
        height: 50px;
        background: url("../images/Group 1.svg") 0 0 no-repeat;
    }
}

@media (max-width: 450px) {
    .calc-container__slide.cards.swiper-slide.swiper-slide-active .cards__calc {
        width: 156px;
        padding-left: 35px;
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
    }
    .calc-container__slide.cards.swiper-slide.swiper-slide-active .cards__calc_img {
        position: relative;
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
    }
    .calc-container__slide.cards.swiper-slide.swiper-slide-active .cards__calc_img::after {
        content: "";
        position: absolute;
        left: 153px;
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
    }
    .calc-container__slide.cards.swiper-slide.swiper-slide-active .cards__calc.cards__calc_left.cards__calc_img {
        position: relative;
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
    }
    .calc-container__slide.cards.swiper-slide.swiper-slide-active .cards__calc.cards__calc_left.cards__calc_img::after {
        content: "";
        position: absolute;
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        top: 19px;
        left: 120px;
        width: 70px;
        height: 50px;
        background: url("../images/Group 1.svg") 0 0 no-repeat;
    }
}

.last-matr__row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
.swiper {
    max-width: 100%;
}

.last-matr__row .calc-container__slider {
    width: 45%;
    max-width: 365px;
    margin: 0 15px 0 0;
}
.last-matr__row .calc-container-column_calc {
    width: 55%;
}
.last-matr__row .cards {
    max-width: 100%;
    margin-bottom: 8px;
    margin-right: 0;
}

.last-matr__row .calc-container__slider .calc-container__wrapper {
    display: block;
}

.calc-matriza-circles-d {
    position: absolute;
    top: 32.5%;
    left: 55.5%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.calc-matriza-circles-d-3 {
    position: absolute;
    top: 50%;
    left: 55.5%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media (max-width: 1346px) {
    .calc-matriza-circles-d {
        font-size: 12px;
        top: 25.7%;
    }
    .calc-matriza-circles-d-3 {
        font-size: 12px;

    }
}

@media (max-width: 992px) {
    .last-matr__row .calc-container__slider {
        width: 100%;
        max-width: 100%;
    }
    .last-matr__row {
        flex-direction: column-reverse;
    }
    .last-matr__row .calc-container-column_calc {
        width: 100%;
        margin-bottom: 24px!important;
    }

    .calc-matriza-circles-d {
        top: 46.7%;
        left: 56.5%;
    }
    .calc-matriza-circles-d-3 {
        top: 50.7%;
        left: 56.5%;
    }
}

@media (max-width: 767px) {
    .calc-matriza-circles-d {
        top: 46.5%;
        font-size: 10px;
    }
}

@media (max-width: 450px) {
    .calc-matriza-circles-d {
        font-size: 9px;
        top: 46.2%;
    }
}

@media (max-width: 359px) {
    .calc-matriza-circles-d {
        top: 46.5%;
        font-size: 7px;
    }
}

.circle-d {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: 2px solid rgba(0, 0, 0, 0.7764705882);
    display: inline-block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #ffffff;
}

@media (max-width: 1346px) {
    .circle-d {
        width: 28px;
        height: 28px;
        border: 2px solid rgba(0, 0, 0, 0.6705882353);
    }
}

@media (max-width: 992px) {
    .circle-d {
        border: 2px solid rgba(0, 0, 0, 0.6705882353);
        width: 25px;
        height: 25px;
    }
}

@media (max-width: 767px) {
    .circle-d {
        width: 21px;
        height: 21px;
    }
}

@media (max-width: 450px) {
    .circle-d {
        width: 17px;
        height: 17px;
        border: 1px solid rgba(0, 0, 0, 0.7450980392);
    }
}

@media (max-width: 359px) {
    .circle-d {
        width: 14px;
        height: 14px;
    }
}

.circle-d_d2 {
    margin-right: 8px;
}

@media (max-width: 450px) {
    .circle-d_d2 {
        margin-right: 6px;
    }
}

@media (max-width: 359px) {
    .circle-d_d2 {
        margin-right: 5px;
    }
}

.primary-button {
    display: inline-block;
    font-family: "Jura", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.75;
    text-align: center;
    text-transform: uppercase;
    padding: 1rem 1.5rem;
    border: none;
    border-radius: 20px;
    cursor: pointer;
    transition: background-color 0.2s ease, box-shadow 0.2s ease;
    background-color: #26663B;
    color: #FCFCFC;
}

.primary-button:hover {
    background: #B49378;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    color: #FFFFFF;
}

.some-flex{
    display: flex;
    gap: 8px;
   flex-direction: row;
}

@media (max-width: 359px) {
    .some-flex {
        flex-direction: column;
    }
}

::-webkit-scrollbar {
    display: none;
}

* {
    -ms-overflow-style: none;
    scrollbar-width: none;
}