.tbi{
    display: flex;
}
.tbi p{
    flex: 0 1 95%;
}
.tbi .ask_a_question{
    flex: 0 1 5%;
}
.ask_a_question {
    text-align: center;
    font-size: 11px;
    line-height: 15px;
    color: #1D2029;
    border: 1px solid transparent;
    background: transparent;
}
.ask_a_question .btn.btn-default.wc.vert .fa {
    background-color: #D6462C;
    color: #fff;
}
.detail .ask_a_question {
    margin-bottom: 10px;
    margin-left: 25px;
    width: 100px;
}
.detail .ask_a_question {
    margin-bottom: 10px;
}
.ask_a_question .inner{
    background-color: none;
    padding: 0;
}
.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}
.btn-default {
    color: #333333;
    background-color: #ffffff;
    border-color: #cccccc;
}
.btn-default.wc {
    padding: 0 !important;
    font-size: 0;
}
.btn-default.wc.vert {
    background: none;
    border: none;
    padding: 0;
    min-width: 100px;
    width: 100%;
}
.detail .ask_a_question .btn-default.wc.vert {
    margin: 0 0 13px;
}
.cf{
    clear: both;
}
hr{
    width: 100%;
    display: block;
    margin-top: 0;
}
.constr_items{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px;
}
.constr_item{
    display: block;
    transition: .5s;
    padding: 20px;
    flex: 0 1 21%;
    margin: 0 20px;
}
.constr_item img{
    width: 100%;
    max-width: 300px;
    display: block;
    margin-bottom: 10px;
}
.constr_item:hover{
    -webkit-box-shadow: 0px 0px 12px 7px rgba(51,51,51,0.43); 
    box-shadow: 0px 0px 12px 7px rgba(51,51,51,0.43);
}
.constr_item__title{
    display: block;
    font-size: 16px;
    margin: 15px 0;
    color: #00377b;
}
.constr_item__text{
    font-size: 14px;
}
.reviews-next{
    padding-bottom: 231px;
}
.main{
    padding-bottom: 0;
}
.page-top-wrapper ~ .container{
    padding-bottom: 0 !important;
}
.main-text.delivery-info-block{
    padding-bottom: 0px;
}
.catalog-price-table .big-price-table tr:first-child td{
    background: #d4edff;
}
.tbi {
  display: flex;
 
}
@media screen and (max-width: 1200px){
    .variants .var-item{
        width: 100%;
    }
    .variants .var-item img{
        width: 100%;
    }
}
@media screen and (max-width: 992px){
    .sec-adv-block .adv-icons > div{
        width: 100%;
        margin-bottom: 2em;
        float: none;
        text-align: center;
    }
    .constr_item{
        flex: 0 1 41%;
    }
    .catalog.item-views.table .col-sm-2 {
        width: 50%;
    }
    .body:not(.index) .main > .container{
        padding: 0 15px;
    }
}
@media screen and (max-width: 768px){
    .price-table table tbody tr td{
        font-size: 12px;
    }
    .variants .var-item img{
        max-width: 200px;
    }
    .sec-adv-block .adv-icons > div{
        text-align: left;
    }
    .tbi p{
        font-size: 13px;
        line-height: 18px;
    }
}
@media screen and (max-width: 480px){
    .catalog.item-views.table .col-sm-2 {
        width: 100%;
    }
    .price-table table tbody tr td:nth-child(1){
        padding-left: 5px;
        text-transform: unset;
    }
    .catalog-price-table{
        overflow-x: scroll;
	position: relative;
    }
    .price-table table{
        min-width: 500px;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
    }
    /* table.table.price-table.big-price-table td{
        display: revert;
    } */
    .constr_item {
        flex: 0 1 100%;
    }
    .tbi{
        flex-direction: column;
    }
    .h3{
        font-size: 24px;
        line-height: 33px;
    }
    .sec-adv-block .adv-icons > div {
        text-align: center;
    }
}