.service__single-number{
    margin: 32px 0;
    background-color: rgba(247, 248, 248, 1);
    padding: 24px;
    text-align: center;
}
.service__single-number span{
    font-size: 16px;
    color: var(--bwt-dark-blue);
    line-height: 22px;
    font-weight: 600;
    margin-bottom: 12px;
    display: block;
}
.service__single-number a{
    font-size: 32px;
    line-height: 32px;
    font-weight: 700;
    color: var(--bwt-dark-blue);
}
.service__cards{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    transition: .4s;
    max-height: 1000px;
    overflow: hidden;
}
.service__cards--hide{
    max-height: 0px;
}
.service__card{
    position: relative;
    flex: 1 0;
    margin: 0 16px;
    min-height: 340px;
    overflow: hidden;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    background-color: rgba(247, 248, 248, 1);
}
.service__card-wrapper{
    width: 100%;
}
.service__card:first-child{
    margin-left: 0;
}
.service__card:last-child{
    margin-right: 0;
}
.service__card-image{
    height: 200px;
    width: 100%;
}
.service__card-image img{
    object-fit: cover;
    max-width: 100%;
    width: 100%;
    max-height: 100%;
    height: 100%;
}
.service__card-content{
    position: relative;
    width: 100%;
    padding: 16px;
    background-color: rgba(247, 248, 248, 1);
}
.service__card-title{
    color: black;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 4px;
}
.service__card-desc{
    color: rgba(102, 107, 110, 1);
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 16px;
}
.service__form{
    width: 100%;
    background-color: rgba(247, 248, 248, 1);
    /* position: absolute; */
    top: 0;
    left: calc(50vw + 50%);
    transition: .4s;
    /* display: none; */
}
.service__form.show{
    position: relative;
    left: 0;
}
.service__form-wrapper{
    display: flex;
    flex-wrap: wrap;
}
.service__form-image{
    width: 580px;
    min-height: 650px;
    background-size: cover;
    background-position: center;
    transition: .4s;
}
.service__form-content{
    padding: 30px;
    flex: 1 0;
}
.service__form-title{
    font-size: 24px;
    font-weight: 900;
    line-height: 34px;
    margin-bottom: 12px;
}
.service__form-theme{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding-bottom: 6px;
    border-bottom: 1px solid rgba(198, 199, 203, 1);
    margin-bottom: 12px;
}
.service__form-theme-title{
    color: rgba(138, 138, 138, 1);
    font-size: 16px;
    line-height: 22px;
    margin-right: 4px;
}
.service__form-select{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex: 1 0;
    cursor: pointer;
    position: relative;
}
.service__form-select svg{
    transition: .4s;
}
.service__form-select.active svg{
    transform: rotate(180deg);
}
.service__form-select-current{
    color: rgba(0, 23, 75, 1);
    font-size: 16px;
    font-weight: 800;
    line-height: 22px;
}
.service__form-select-themes{
    width: calc(100% + 15px);
    position: absolute;
    top: calc(100% + 7px);
    left: -15px;
    background-color: rgba(247, 248, 248, 1);
    border-left: 1px solid rgba(198, 199, 203, 1);
    border-right: 1px solid rgba(198, 199, 203, 1);
    display: none;
    z-index: 1;
}
.service__form-select-item{
    color: rgba(0, 23, 75, 1);
    font-size: 16px;
    line-height: 22px;
    border-bottom: 1px solid rgba(198, 199, 203, 1);
    padding: 5px 15px;
    transition: .4s;
}
.service__form-select-item:hover,.service__form-select-item.active{
    background-color: rgb(238, 243, 243);
    color: var(--bwt-pink);
}
.service-wrapper{
    position: relative;
    margin-bottom: 48px;
}
.service__form-container{
    display: none;
}
.service__form .quiz__item-inner{
    max-width: 100%;
}
.service__form .input-docs__download::before{
    width: 5;
}
.service__form .input-docs__doc .link{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.service__form .input-docs__doc .link svg{
    width: 12px;
    height: auto;
    margin-right: 8px;
}
.service__form .input-docs__doc .link svg *{
    transition: .4s fill;
    fill: var(--bwt-pink);
}
.service__form .input-docs__doc .link{
    color: var(--bwt-pink);
}
.service__form .input-docs__doc .link span{
    color: #8A8A8A;
}
.service__form .input-docs__doc:hover .link{
    color: var(--bwt-dark-blue);
}
.service__form .input-docs__doc:hover svg *{
    fill: var(--bwt-dark-blue);
}
.service__form .form__bottom{
    margin-top: 12px;
}
.service__form .smart-captcha{
    max-width: 100%;
    overflow: hidden;
    min-width: 100% !important;
}
.service__centers{
    display: none;
    justify-content: space-between;
    flex-wrap: wrap;
    width: calc(100% + 32px);
    margin-left: -16px;
    margin-bottom: 20px;
}
.service__centers[data-type="fiz"]{
    display: flex;
}
/* .service__centers--container{
    display: none;
} */
.service__centers-item{
    min-width: 266px;
    max-width: 32%;
    flex: 1 0;
    margin: 0 16px;
    background-color: #F7F8F8;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
    flex-direction: column;
}
.service__centers-item-wrapper{
    flex: 1 0 auto;
}
.service__centers-item-icon{
    background-color: var(--bwt-dark-blue);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 140px;
}
.service__centers-item-content{
    background-color: #F7F8F8;
    padding: 16px;
}
.service__centers-item-title{
    font-size: 16px;
    color: black;
    line-height: 22px;
    margin-bottom: 8px;
    font-weight: 600;
}
.service__centers-item-desc, .service__centers-item-desc p{
    color: #666B6E;
    font-size: 12px;
    line-height: 17px;
    margin-bottom: 8px;
}
.service__centers-item-desc{
    margin-bottom: 28px;
}
.service__centers-item-desc p:last-child{
    margin-bottom: 0;
}
.service__centers-item-desc a{
    transition: .4s;
    cursor: pointer;
}
.service__centers-item-desc a:hover{
    color: var(--bwt-dark-blue);
}
.service__centers-item-biglink{
    font-size: 16px;
    font-weight: 800;
    line-height: 22px;
    color: var(--bwt-dark-blue);
}
.service__centers-item-desc .service__centers-item-biglink:hover{
    color: var(--bwt-pink);
}
.service__centers-item-button{
    height: fit-content;
    margin-bottom: 16px;
    margin-left: 16px;
    flex: 0 0 auto;
    width: max-content;
}
.service__centers-item--empty{
    height: 0;
    padding: 0;
    margin-bottom: 0;
    margin-top: 0;
}
.service__centers-item--dealer .service__centers-item-content a{
    color: var(--bwt-pink);
}
.service__centers-item--dealer .service__centers-item-content a:hover{
    color: var(--bwt-dark-blue);
}
@media(max-width: 1199px){
    .service__form-image{
        width: 40%;
        height: auto;
        min-height: 350px;
    }
}
@media(max-width: 991px){
    .service__cards{
        max-height: 10000px;
    }
    .service__cards--hide{
        max-height: 0px;
    }
    .service__card{
        flex: unset;
        width: 48%;
        margin: 0 0 15px;
    }
    .service__card:last-child{
        margin: 0 auto 0;
    }
    .service__single-number{
        margin: 25px 0;
        padding: 20px 0;
    }
    .service__single-number span{
        font-size: 14px;
        line-height: 20px;
    }
    .service__single-number a{
        font-size: 24px;
        line-height: 24px;
    }
    .service__form-image{
        width: 100%;
    }
    .service__form-title{
        font-size: 22px;
        line-height: 32px;
    }
    .service__centers{
        width: 100%;
        margin-left: 0;
    }
    .service__centers-item{
        max-width: 48%;
        width: 48%;
        min-width: 1px;
        flex: unset;
        margin: 0;
        margin-bottom: 20px;
    }
    .service__centers-item--empty{
        margin: 0;
    }
}
@media(max-width: 767px){
    .service__card{
        width: 100%;
        margin: 0 0 15px;
    }
    .service__form-theme-title{
        font-size: 14px;
        line-height: 20px;
    }
    .service__form-select-current{
        font-size: 14px;
        line-height: 20px;
    }
    .service__form-select-item{
        font-size: 14px;
        line-height: 20px;
    }
    .service__form-content{
        padding: 20px;
    }
    .service__form-title{
        font-size: 20px;
        line-height: 30px;
    }
}
@media(max-width: 575px){
    .service__single-number{
        margin: 20px 0;
        padding: 18px 0;
    }
}
@media(max-width: 479px){
    .service__form-theme-title{
        width: 100%;
        margin-right: 0;
        margin-bottom: 5px;
    }
    .service__form-select{
        width: 100%;
    }
    .service__form-select-themes{
        left: 0;
        width: 100%;
    }
    .service__centers-item{
        max-width: 100%;
        width: 100%;
    }
}