

/* Start:/local/templates/ritual/css/calculator.css?16927881014443*/
.calcarea{
    margin: 0;
    padding: 0;
    font-family: "Open Sans",sans-serif;
}

.calcarea input{
    border-radius:10px;
}

/*часть с вводом дат*/
.main_info{
    display: flex;
    flex-direction: column;
    max-width: 500px;
    margin-bottom: 0;
    padding: 2%;
    background-color: #edebe4;
    border-radius: 10px;
}

/*инпуты калькулятора*/

::-webkit-inner-spin-button { margin: auto; }

.for_btns{
    display: flex;
    justify-content: center;
}

/*кнопки*/
.calcbtn{
    color: #fff;
    font-weight: bold;
    cursor: pointer;
    width: 49%;
    text-align: center;
    padding: 10px 20px;
    border-radius: 10px;
}

/*кнопка расчета*/
.totalwake{
    background-color: #ac5853;
    border: 2px solid #fff;
    margin-right: 1%;
}

.totalwake:hover{
    background-color: #fff;
    color:#4C4C4C;
}

/*кнопка Сбросить*/
.resetwake{
    background-color: #4C4C4C;
    border: 2px solid #fff;
}

.resetwake:hover{
    background-color: #8f8f8f;
}
/*-----------------------------------------------------------------*/


/*рассчитываемая информация*/
.hide_infow{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 500px;
    padding: 2%;
    font-weight: bold;
    background-color: #edebe4;
    opacity:0;
    transition: opacity 0.5s;
    margin-top:0;
    border-radius: 10px;
}

.pluswake{
    margin: 5px 0;
    background-color: #fff;
    padding: 5px;
    border-radius: 10px;
    color: #000;
    width:65%;
    text-align: center
}


.wake div{
    font-size: 1em !important;
}

.date_here p{
    margin-bottom: 2px;
    line-height: 1em;
}

.date_here div{
    color: #fbfbfb;
    font-weight: bold;
}

.wake{
    width:500px;
    margin: 0 auto;
}

.wakeh1{
    text-align: center;
    line-height: 2em;
    color: #995a55 !important;
}

.wakeinputs{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
    text-align: center;
}

.small_inp3{
    text-align: center;
    width:15%;
    line-height: 2em;
    color:#000;
}

.services-wrap {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 60px;

}
.service-item {
    margin-bottom: 40px;
    display: block;
    text-decoration: none;
}

.service-item:hover {
    cursor: pointer;
}

.service-item:hover .service-link {
    background: #814340;
}
.services-cols {
    display: flex;
    justify-content: space-between;
}
.service-title {
    font-size: 22px;
    color: #3a3329;
    text-align: center;
    line-height: 28px;
    font-family: "Open Sans",Arial,sans-serif;
    font-weight: 400;
    position: relative;
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
    height: 55px;
    overflow: hidden;
}
.service-img-wrap {
    height: 88px;
    max-width: 152px;
    margin-right: auto;
    margin-left: auto;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px;
}
.service-img-wrap svg {
    width: 100%;
    height: 100%;
    -o-transform: scale(.8);
    -moz-transform: scale(.8);
    -ms-transform: scale(.8);
    -ms-o-transform: scale(.8);
    transform: scale(.8);
    transition: all .3s ease;
}
.service-link {
    font-size: 14px;
    color: #ffffff;
    text-decoration: none;
    display: block;
    font-family: "Open Sans",Arial,sans-serif;
    background-color: #ad5a55;
    width: 220px;
    height: 47px;
    text-transform: uppercase;
    line-height: 47px;
    transition: 0.3s;
    margin-top: 25px;
    font-weight: 700;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    border-radius: 6px;
}
.service-link:hover {
    background: #814340;
}

/*--------------------------------------------------------------------------------------------*/
/*media*/
@media screen and (max-width: 980px){
    .hide_infow, .main_info{
        max-width: 100vw;
        font-size: 1em;
    }

    .calcbtn{
        width: 49%;
    }

    .small_inp3{
        width:22%;
    }

    .wake{
        width:99%;
        margin: 0 auto;
    }
}




/* End */
/* /local/templates/ritual/css/calculator.css?16927881014443 */
