header {
    background: white;
}

footer {
    display: none;
}

.calculator,
.content {
    background: white;
}

input[type=text],
input[type=date],
input[type=tel] {
    position: relative;
    border: none;
    background-color: transparent;
    width: 100%;
    text-align: center;
    font-family: OpenSansExtraBold;
    text-transform: uppercase;
    font-size: 14px
}

.wrap-input input,
.wrap-input select,
.wrap-input .select2-selection__rendered,
.wrap-input textarea {
    font-size: 1.5em;
}

.btn {
    font-size: 1.5em !important;
}

.package-free input[type="number"],
.package-free select {
    font-size: 1.5em;
    background-color: #17d1ac30;
    border: none;
    max-width: 90px !important;
    height: 40px;
}

.quantity-arrow-minus,
.quantity-arrow-plus {
    cursor: pointer;
    font-size: 30px;
    line-height: 0;
    padding: 5px 12px;
    width: 30px;
    box-sizing: border-box;
    border: none;
    background: transparent;
    outline: none;
    font-family: OpenSansExtraBold;
    outline: none !important;
}

.wrap-input:after {
    border: 2px solid #000000;
}

.nice-select {
    height: 42px;
    display: flex;
    align-items: center;
    font-size: 1.5em;
    width: 100%;
}

.btn-green {
    color: white !important;
}

.btn-green::after {
    background-color: #15d1ac;
}

.btn-green:hover::after {
    background-color: #03a887;
}


.btn-red {
    color: white !important;
}


.btn-red::after {
    background-color: rgb(221, 120, 120);
}

.btn-red:hover::after {
    background-color: rgb(168, 0, 0);
}

.city-to-btn.active {
    filter: drop-shadow(1px 1px 11px #20f924);
    box-shadow: 1px 1px 20px #20f924;
    background: #15d1ac;
    color: white;
}
