.calc-title {
    margin: 20px 0 30px;
    font-family: 'Tisa Sans Pro', sans-serif;
}

.delivery-routes h4,
.cargo-data h4 {
    font-family: 'PT Sans', sans-serif;
}

.delivery-routes {
    margin-bottom: 30px;
}

.point h5 {
    font-family: 'Tisa Sans Pro', sans-serif;
}

.point div div>label {
    font-size: 18px;
    font-family: 'PT Sans', sans-serif;
    margin-top: 10px;
}

.row-1,
.dimensions {
    width: 100%;
}

.dimensions {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.dimensions-block h4 {
    margin: 40px 0 20px 0 !important;
}

.row-1 .form-item {
    width: calc(100% / 5 - 40px);
}

.dimensions .form-item {
    width: calc(100% / 3 - 40px);
}


.row-3 {
    margin-top: 50px !important
}

.form-item input {
    width: 100%;
}

.cargo-data {
    margin: 20px 0 40px;
    padding-bottom: 20px;
    border-bottom: 1px #eee solid;

}

.calc-checkbox {

    border-radius: 50% !important;
}

.calc_div select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100% !important;
    background: #e9e9eb !important;
    border: 1px solid #e9e9eb !important;
    cursor: pointer;
}

#calculationResult {
    font-size: 16px;
}

.checkbox-item {
    position: relative;
}

.circle_info {
    position: absolute;
    width: 15px;
}

.no-declared-block {
    padding-right: 15px;
}

.packaging-hard-info,
.packaging-soft-info,
.no-declared-info {
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
    position: absolute;
    left: calc(100% + 20px);
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    padding: 5px 7px;
    border-radius: 5px;
    width: 100%;
}

.no-declared-info {
    /* left: 100%; */
    left: -85%;
    width: 80%;
}

.calc_div input[type="text"],
.calc_div input[type="number"],
.calc_div select {
    border-top: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
    border-radius: 5px !important;
    border-bottom: 2px solid #e9e9eb !important;
}

.calc_div input[type="text"]:focus,
.calc_div input[type="number"]:focus,
.calc_div select:focus {
    outline: none;
    border-bottom: 2px solid #ffad32 !important;
}

.calc_div input:focus {
    outline: none;
    border-bottom: 2px solid #ffad32 !important;
}

.calc_div select:focus {
    outline: none;
}

.checkbox-item:hover .packaging-hard-info,
.checkbox-item:hover .packaging-soft-info,
.checkbox-item:hover .no-declared-info {
    visibility: visible;
    opacity: 1;
}

.checkbox-item input[type="checkbox"] {
    margin: 4px 10px 0 0;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    /* background-color: #032e80; */
    background: #fff;
    border: 2px solid #032e80;
    border-radius: 3px;
    width: 16px;
    height: 16px;
    padding: 0;

    cursor: pointer;
}


.checkbox-item input[type="checkbox"]:checked {
    background-color: #ffad32;
    border: 2px solid #ffad32;
}

.radio_punkt[type="radio"] {
    margin: 5px 10px 0 0;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: #fff;
    /* background-color: #032e80; */
    border: 2px solid #032e80;
    border-radius: 50%;
    /* для создания круглой формы */
    width: 16px;
    height: 16px;
    padding: 0;

    cursor: pointer;
}

.radio_punkt[type="radio"]:checked {
    background-color: #ffad32;
    border: 2px solid #ffad32;
}

.calc_btn {
    border: 2px solid #032e80;
    background: #fff;
    color: #032e80;
    transition: 0.5s;
    margin-bottom: 40px;
}

.calc_btn:hover {
    background-color: #ffad32;
    border-color: #ffad32;
    color: #fff;
    /* Цвет при наведении */
}

.bottom-row {
    flex-wrap: nowrap;

}

.final-price {
    font-size: 18px;
    gap: 10px;
    align-items: end;
}

#calculationResult {
    font-size: 22px;
    color: #032e80;
    margin-bottom: -2px;
}

.final-price-error {
    font-size: 18px;
    color: #032e80;
}

.calc_div {
    background: #fff;
    padding: 20px;
}

.calc_div h4 {
    margin-bottom: 30px;
}

.calc_div input {
    display: block;
    margin: 0;
    padding: 6px 12px;
    /*width: 100%;*/
    height: 38px;
    background: #e9e9eb;
    color: #1b1a24;
    border: 1px solid transparent;
    border-radius: 0;
    line-height: 1.42857;
    box-shadow: none;
    transition: all .4s cubic-bezier(.165, .775, .43, 1.005);
}



.calc_div .radio_punkt {
    display: inline-block;
    /* height: unset; */
}

.mb_05 {
    margin-bottom: 0.5rem;
}

.calc_div select {
    display: block;
    margin: 0;
    padding: 6px 12px;
    width: 280px;
    height: 38px;
    background: #e9e9eb;
    color: #1b1a24;
    border: 1px solid transparent;
    border-radius: 0;
    line-height: 1.42857;
    box-shadow: none;
    transition: all .4s cubic-bezier(.165, .775, .43, 1.005);
}

.calc_div_2 .input_address {
    width: 280px;
}

.calc_div label {
    margin-bottom: 10px;
    cursor: pointer;
}

.vars_cities {
    position: absolute;
    /* top: 60px; */
    top: 81px;
    left: 0;
    border-top: 1px solid #1b1a24;
    background: #e9e9eb;
    width: 100%;
    z-index: 1;
    /* width: fit-content; */
    padding: 10px;
    margin-bottom: 1rem;
    /*margin-top: 1;*/
    display: none;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.vars_cities div {
    cursor: pointer;
    margin-bottom: 4px;
}

.row {
    margin-left: 0;
    margin-right: 0;
}

.point {
    width: calc(50% - 30px) !important;
}

.point h5 {
    margin-bottom: 20px;
}

.point label {
    padding: 0 !important;
}

.input_address {
    width: 100%;
}

.row-1,
.row-2,
.row-3 {
    display: flex;
    justify-content: space-between;
}

.row>div {
    padding: 0;
}

.checkbox-item {
    padding: 0;
    display: flex;
    flex-direction: row;
    position: relative;
}

.departure-address-block,
.destination-address-block {
    margin-top: 20px;
}

.departure-address-block input,
.destination-address-block input {
    width: 100% !important;
}

.no-declared-block {
    padding-right: 20px;
}

/* .calc_btn {
    width: 120px;
    height: 40px;
} */
.calc_btn {
    width: 170px;
    height: 48px;
}

.final-price {
    display: flex;
    /* width: 400px !important; */
}

@media (max-width: 768px) {

    .row-1,
    .row-2,
    .row-3 {
        flex-direction: column;
        margin: 0 !important;
    }

    .row-3 {
        gap: 15px;
        margin-top: 20px !important;
    }

    .form-item {
        width: 100% !important;
        margin-bottom: 20px;
    }

    .calc_div input {
        width: 100%;
    }

    .checkbox-item {
        flex-wrap: wrap;
    }

    .checkbox-item img {
        display: none;
    }

    .checkbox-item label {
        font-size: 18px;
    }

    .packaging-hard-info,
    .packaging-soft-info,
    .no-declared-info {
        position: relative;
        left: auto;
        right: auto;
        visibility: visible;
        opacity: 1;

        box-shadow: none;

        padding-left: 30px;
    }

    .calc_div h4 {
        margin: 20px 0 20px !important;
    }

    .checkbox-item label {
        margin: 0 !important;
    }

    .points {
        flex-direction: column !important;
    }

    .point {
        width: 100% !important;
        margin-top: 10px;
    }

    .point h5 {
        font-size: 16px !important;
    }

    .bottom-row {
        justify-content: center !important;
        margin-bottom: 20px;
        padding: 0 20px;

    }

    .bottom-row button {
        width: 100% !important;
    }
}