

/* Start:/local/templates/dms_v1/components/it24/template/estimation/style.min.css?17828161593263*/
.estimation {
    border-radius: 20px;
    padding: 50px;
    box-shadow: 0 0 20px rgba(0,0,0,.1);
}
@media (max-width: 576px) {
    .estimation {
        padding: 25px;
    }
}
.estimation__title {
    text-align: center;
    color: #131D25;
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 35px;
}
@media (max-width: 576px) {
    .estimation__title {
        font-size: 1.5rem;
        margin-bottom: 20px;
    }
}
.estimation__desc-wrapper {
    justify-content: center;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    margin-bottom: 25px;
}
@media (max-width: 576px) {
    .estimation__tdesc-wrapper {
        font-size: 16px;
        margin-bottom: 15px;
    }
}
.estimation__btns-wrapper {
    display: flex;
    gap: 15px;
    margin: 0 auto;
    justify-content: center;
}
@media (max-width: 576px) {
    .estimation__btns-wrapper {
        gap: 10px;
    }
}
.estimation__btn-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}
.estimation__btn {
    box-sizing: content-box;
    padding: 15px;
    font-size: 24px;
    font-weight: 600;
    border: 2px solid #59a6db;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    background-color: transparent ;
    transition: background-color .2s ease, color .2s ease;
}
@media (max-width: 992px) {
    .estimation__btn {
        padding: 10px;
        width: 30px;
        height: 30px;
        font-size: 20px;
    }
}
@media (max-width: 576px) {
    .estimation__btn {
        padding: 7px;
        width: 25px;
        height: 25px;
        font-size: 16px;
    }
}
.estimation__reviews-link-wrapper {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 20px;
    max-width: 300px;
    margin: 0   auto;
 }
.estimation__reviews-link    {
    box-sizing: content-box;
    padding: 15px;
    font-size: 16px;
    border: 2px solid #59a6db;
    border-radius: 10px;
    text-align: center;
    transition: background-color .2s ease, color .2s ease;
}
.estimation__reviews-link svg {
    max-height: 20px;
}
.estimation__btn:hover,
.estimation__reviews-link:hover{
    background-color:   #59a6db;
    color: white;
}

.form-estimation {
    padding: 20px;
    background-color: #fff !important;
    border: 1px solid #212529 !important;
    width: 100%;
    border-radius: 5px;
    transition: border .2s ease;
}
@media screen and (max-width: 768px) {
    .form-estimation {
        padding: 15px;
    }
}
.form-estimation:hover,
.form-estimation:active,
.form-estimation:focus {
    background-color: #fff !important;
    border: 1px solid #59a6db !important;
}


.btn {
    padding: 17px 22px;
    text-align: center;
    width: 100%;
    border-radius: 4px;
    background-color: #59a6db;
    border: 2px solid #59a6db;
    color: #fff;
}
@media screen and (max-width: 768px) {
    .btn {
        padding: 12px 22px;
    }
}
.btn:hover,
.btn:active,
.btn:focus {
    background-color: #fff;
    color: #59a6db;
    outline: 0;
}
@media screen and (max-width: 1024px){

    .estimation__steps span {
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 576px){

    .estimation__back {
        float: unset;
        display: block;
        margin: 10px 0;
    }
}
.hide {
    display: none;
}
/* End */
/* /local/templates/dms_v1/components/it24/template/estimation/style.min.css?17828161593263 */
