:root {
    --swiper-navigation-color: #6faf39;
    --swiper-pagination-color: #6faf39;
    --swiper-pagination-bullet-size: 20px;
}

* {
    font-size: 18px;
}

.window {
    margin: 0 auto;
    padding-left: 5rem;
    padding-right: 5rem;
    border-radius: 2rem;
    border: 1px solid black;
    height: 200px;
    gap: 5rem;
}

#choose_type {
    text-align: center;
    font-size: 1.5rem;
}

.swiper-slide {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 70%;
!important;
}

.params-container {
    width: 70%;
!important;
}

.select2 {
    width: 70%;
!important;
}

.main-info {
    margin: 0 auto;
    margin-top: 4rem;
    display: none;
}

.final {
    font-size: 2rem;
}


.money-count, .total-money-count {
    font-size: 1.5rem;
    font-weight: bold;
}

.adding_info {
    display: flex;
    flex-direction: column;
}

.calculate-button-container {
    margin-top: 2rem;
    display: flex;
    justify-content: center;
}

button {
    padding: 10px;
    background-color: transparent;
    transition: all 0.3s ease;
    border-radius: 1rem;
    border: black solid 1px;
}

button:hover {
    box-shadow: #6faf39 0 0 0 3px, transparent 0 0 0 0;
}

.column {
    flex-basis: 50%;
    text-align: center;
}

.flex {
    display: flex;
}


.flex-column {
    flex-direction: column;
}

.error-block {
    background-color: rgba(252, 135, 135, 0.75);
    color: #f10d0d;
    display: none;
    border-radius: 10rem;
    padding: 1rem;
    text-align: center;
    margin-bottom: 1rem;
}


.input-block {
    margin: 3rem;
    width: fit-content;
}

input {
    padding: 1rem;
    border: black 2px solid;
    border-radius: 3rem;
    font-size: 1.2rem;
}

.houseChange {
    display: none;
}

.streetChange {
    display: none;
}

#calc {
    display: none;
}


