

/* Start:/local/templates/bitovki-template/assets/css/calc.css?17167354624670*/
.calc__radio input:checked+label {
    background-color: rgb(216, 216, 216);
}


.calc__radios {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
}

.calc__radio input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
    display: none;
}

.calc__radio label {
    cursor: pointer;
    display: flex;
    flex-direction: column;
    gap: 10px;

}

.calc__buttons {
    display: flex;
    flex-direction: row;
    gap: 15px;
    margin-top: 20px;
    justify-content: flex-start;
}

.calc__buttons button.btn {
    padding: 10px 15px;
}

.calc h2 {
    padding-top: 0;
    font-size: 32px;
    font-weight: 700;
    line-height: 120%;
}

.calc h3 {
    font-size: 24px;
    font-weight: 500;
    font-weight: 110%;
}

.calc__screen {
    display: none;
}

.calc__screen.active {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

[data-stage="modal"] .input-page {
    width: 220px;
}

button.faq__readmore {
    padding: 10px 20px;
    transition: .2s all ease;
}

button.faq__readmore:hover {
    opacity: .75;
}

button.faq__readmore[type="submit"] {
    background-color: var(--main-color);
    color: white !important;
}

#calc_message {
    display: block;
    text-align: center;
    margin-top: 20px;
}

.calc input[type="text"] {
    background: #FFFFFF;
    border: 1px solid #ABABAB;
    border-radius: 10px;
    padding-top: 20px;
    padding-bottom: 19px;
    padding-left: 22px;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    color: var(--main-color-font-grey-2);
    opacity: 0.5;
}


@media screen and (max-width: 768px) {
    .calc__radios {
        display: grid;
        grid-template-columns: 1fr;
        gap: 10px;
    }
}

.stepper__item {
    display: flex;
    flex-direction: column;
    gap: 13px;
    align-items: center;
}

.stepper__count {
    width: 23px;
    height: 23px;
    border-radius: 50%;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 400;
    font-size: 14px;
    line-height: 200%;
    border: 1px solid var(--stroke);
    color: var(--stroke);
    line-height: 100%;
    transition: var(--trans);
}

.stepper__item.active .stepper__count {
    border-color: var(--orange);
    color: white;
    background-color: var(--orange);
}

.stepper__title {
    font-weight: 900;
    font-size: 16px;
    line-height: 150%;
    color: #000;
}

.stepper {

    display: flex;
    align-items: flex-start;
    gap: 4px;
    justify-content: flex-start;
    flex-wrap: nowrap;
    width: fit-content;
    user-select: none;
    margin-bottom: 60px;
    min-width: 100%;
}


.stepper-container {
    width: 100%;
    overflow-x: hidden;
    margin-top: 50px;
    margin-bottom: 30px;
    user-select: none;
    pointer-events: none;
}


.stepper__line {
    margin-top: 11px;
    height: 1px;
    background-color: var(--stroke);
    flex-grow: 1;
    position: relative;
}

.stepper__line span {
    position: absolute;
    height: 1px;
    background-color: var(--orange);
    left: 0;
    top: 0;
    bottom: 0;
    width: 0;
}

.stepper__item {
    position: relative;
}

.stepper__title {
    position: absolute;
    bottom: -40px;
    white-space: nowrap;
    left: 0;
}


.calc__radios {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    width: 100%;
}


.calc__radio {
    border-radius: 8px;
    background: var(--grey);
    overflow: hidden;
}

.calc__radio label {
    gap: 0;
    height: 100%;
}

.calc__radio h3 {
    padding: 11px 16px;
    font-weight: 400;
    font-size: 16px;
    line-height: 112%;
    color: var(--black);
}

.calc__radio input:checked+label {
    background-color: var(--orange);
}

.calc__radio input:checked+label h3 {
    color: white;
}

@media (min-width: 600px) {

    .calc__radios {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (min-width: 1300px) {
    .calc__radios {
        grid-template-columns: repeat(4, 1fr);
        gap: 24ppx
    }

    .calc__radio h3  {
        padding: 22px 32px;
    }
}

#orderCalc .product__price--value {
    font-size: 44px;

}
#orderCalc .product__price {
    gap: 0;
}

#orderCalc .product__price--label {
    line-height: 100%;
}
#orderCalc .product__attributes,
#orderCalc .product__prices {
    margin-bottom: 32px;
}
/* End */
/* /local/templates/bitovki-template/assets/css/calc.css?17167354624670 */
