/* Menu style */
@media screen and (min-width: 768px) and (max-width: 10000px){
  .menu-mobile {
    display: none;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px){
  .hide992 {
    display: none;
  }
  .container{
    width: 100%;
  }
  .b-flex{
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
  /*reclame*/
  .b-reclame-fluid{
    padding: 0;
  }
  .b-txt-reclame{
    padding: 0;
  }
  .b-btn-reclameClose{
    margin-right: 2rem;
  }
  /*end reclame*/
  /*header*/
  .b-header-logo {
    width: 26rem;
  }
  .b-header-logo-img {
    margin-right: 0.7rem;
  }
  .b-header-logo-text {
    padding-top: 1.6rem;
    font-size: 1rem;
    line-height: 1rem;
  }
  .b-header-button{
    width: 22rem;
  }
  .b-header-manager-info{
    width: 18rem;
  }
  .b-header-info-city {
    margin-bottom: 1rem;
    margin-top: 0.5rem;
}
  .b-header-info-city {
    font-size: 1rem;
    line-height: 1rem;
  }
  .b-header-manager-name {
    font-size: 1rem;
    line-height: 1rem;
  }
  .b-header-phone{
    width: 18rem;
    padding-left: 1.3rem;
    padding-right: 1.3rem;
  }
  .b-header-phone b {
    font-size: 2rem;
    line-height: 2rem;
  }
  .b-header-phone span {
    font-size: 1rem;
    line-height: 1rem;
  }
  .b-header-search-lang{
    width: 12rem;
  }
  .b-header-search{
    margin-right: 1rem;
  }
  .b-header-lang p {
    font-size: 1rem;
    line-height: 1rem;
  }
  /*end-header*/
  /*baner*/
  .b-baner-fluid{
    padding: 0;
    background-size: cover;
  }
  .b-baner{
    padding: 0;
  }
  .baner-title{
    margin: 2rem 0;
  }
  .baner-items{
    flex-direction: column;
  }
  .baner-item{
    width: 30rem;
    margin: 1.5rem auto;
  }
  .form-baner{
    margin-top: 6rem;
  }
  /*end baner*/
  /*products*/
  .b-products-reclame{
    padding: 1.5rem;
  }
  .product-mid-line-item{
    padding-top: 2rem;
    padding-bottom: 6rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .product-text{
    margin-left: 0;
  }
  .product-link{
    text-align: center;
  }
  .btn-product{
    bottom: -4rem;
  }
  /*end products*/
  /*partners*/
  .partners-flex{
  justify-content: space-around;
  }
  .partners-flex div{
    width: 25%;
  }
  .partners-flex img{
  display: block;
  margin: 2rem auto;
  }
  /*end partners*/
  /*block news*/
  .b-news-fluid{
    padding: 0;
  }
  .news-flex{
    justify-content: space-around;
  }
  .b-news-item{
    width: 24%;
    margin-right: 0;
  }
  .news-img{
    width: 100%;
  }
  /*end block news*/
  /*form feedback*/
  .t-feedback{
    text-align: center;
  }
  .b-feedback-input{
    margin: 0;
    padding: 0 1.5rem;
  }
  .b-feedback-input:first-child{
    padding-left: 0;
  }
  .b-feedback-input:last-child{
    padding-right: 0;
  }
  /*end form feedback*/
  /*catalog detail*/
  .select-btn-hardware-details{
    margin-right: 1.5rem;
  }
  /*end catalog detail*/
  /*news*/
  .b-news-page-flex{
    flex-wrap: nowrap;
  }
  .cont-news-mini-flex{
    flex-wrap: nowrap;
  }
  .b-news-page-right{
    margin-left:  2rem;
  }
  .list-menu-news{
    padding-right: 1.5rem;
  }
  /*end news*/
  /*contacts*/
  .b-manager-calls-contacts-flex{
    flex-wrap: nowrap;
  }
  .b-manager-calls-items{
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .b-img-manager-calls-item{
    margin-right: 0;
  }
  /*end contacts*/
  /*certificates*/
  .b-flex .b-certificates-item{
    width: 22.5rem;
    margin: auto;
    margin-bottom: 2rem;
  }
  /*end certificates*/
  /*footer*/
  .b-left-footer-content{
    margin-right: 0;
  }
  .footer-breadCrumbs{
    font-size: 1.3rem;
  }
  .footer-copyright{
    font-size: 1rem;
  }
  .b-mid-footer-content{
    margin: auto;
  }
  /*end footer*/
}

@media screen and (min-width: 768px) and (max-width: 991px){
  .hide768 {
    display: none;
  }
  .container{
    width: 100%;
  }
  h2{
    text-align: center;
  }
  /*reclame*/
  .t-reclame{
    text-align: center;
    margin-bottom: 1.5rem;
  }
  .b-btn-reclame{
    width: 100%;
  }
  .btn-reclame{
    display: block;
    margin: 0 auto;
  }
  .b-btn-reclameClose{
    width: 100%;
    margin: 0;
  }
  .btn-reclameClose{
    margin: 1.5rem auto;
  }
  /*end reclame*/
  /*header*/
  .b-flex{
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
  /*end header*/
  /*baner*/
  .b-baner-fluid{
    background-size: cover;
  }
  .b-baner{
    padding: 1.5rem 0;
  }
  .b-baner-text{
    float: none;
  }
  .baner-title{
    margin: 1.5rem 0;
    text-align: center;
    font-size: 4rem;
    line-height: 1.1;
  }
  .baner-item-img{
    float: none;
    margin: 1.5rem 0;
  }
  .baner-item-img img{
    display: block;
    margin: 0 auto;
  }
  .baner-item-text{
    float: none;
    margin: 0;
    text-align: center;
  }
  .b-form{
    float: none;
    width: 100%;
    max-width: 30rem;
    margin: 0 auto;
  }
  .form-title{
    text-align: center;
  }
  .form-subtitle{
    text-align: center;
  }
  .form-text{
    float: none;
    text-align: center;
  }
  /*end baner*/
  /*bread crumbs*/
  .breadcrumbs-list{
    text-align: center;
  }
  /*end bread crumbs*/
  /*products*/
  .b-products{
    padding: 0 1.5rem;
    padding-bottom: 2rem;
  }
  .b-products-reclame{
    padding: 0 1.5rem;
    flex-direction: column;
  }
  .b-products-news{
    margin-right: 0;
    margin-bottom: 2rem;
  }
  .b-products-news-title{
    text-align: center;
    margin-top: 2rem;
  }
  .b-products-news-img{
    display: block;
  }
  .b-products-news-txt{
    width: 100%;
    margin: auto;
  }
  .b-products-news-list{
    text-align: center;
    margin-bottom: 1.5rem;
  }
  .b-products-flex{
    flex-direction: column;
  }
  .product-item{
    width: 100%;
  }
  .product-mid-line-item{
    padding-bottom: 0;
  }
  .b-products-news-list{
    list-style-type: none;
  }
  .b-products-news-select{
    margin-left: 0;
  }
  .product-img{
    margin-right: 2rem;
  }
  .product-text{
    margin-left: 0;
  }
  .btn-product{
    position: relative;
    margin: 1.5rem 0;
  }
  .product-mid-item{
    border: 0;
  }
  .products-border{
    display: none;
  }
  /*end products*/
  /*block-news*/
  .b-news{
    padding: 2rem 0;
  }
  .b-news-item{
    max-width: 37rem;
    margin: 1rem auto;
  }
  .news-img{
    margin: 0 auto;
  }
  .news-link{
    text-align: center;
  }
  .news-date{
    text-align: center;
  }
  /*end block-news*/
  /*advantages*/
  .b-advantages-item img{
    width: 100%;
  }
  /*end advantages*/
  /*map delivery*/
  .b-map-delivery{
    background-size: contain;
  }
  .b-map-delivery h2{
    text-align: right;
  }
  /*end map delivery*/
  /*map delivery*/
  .b-map-delivery{
    background-size: contain;
  }
  .b-delivery-text{
    text-align: center;
  }
  /*end map delivery*/
  /*partners*/
  .b-partners{
    padding: 2rem 1.5rem;
  }
  .partners-text{
    text-align: center;
  }
  .partners-flex{
    flex-direction: column;
  }
  .partners-flex img{
    display: block;
    margin: 2rem auto;
  }
  /*end partners*/
  /*form feedback*/
  .feedback-fluid{
    padding: 1.5rem;
  }
  .b-feedback{
    max-width: 39.5rem;
    margin: 0 auto;
    padding: 1.5rem;
  }
  .b-feedback-flex{
    margin: 0;
    margin-top: 1.5rem;
  }
  .b-feedback-input{
    width: 100%;
    margin: 1.5rem 0;
    margin-top: 0;
  }
  .btn-feedback{
    width: 100%;
    max-width: 29.5rem;
    padding: 1.5rem 0;
  }
  /*end form feedback*/
  /*block manager calls*/
  .t-manager-calls{
    text-align: center;
  }
  .txt-manager-calls-phone{
    text-align: center;
  }
  .txt-manager-calls{
    text-align: center;
  }
  .txt-mail-address-manager-calls{
    text-align: center;
  }
  .b-manager-calls-flex{
    width: 100%;
    margin: 0 auto;
    justify-content: space-around;
  }
  .b-manager-calls-item{
    width: 100%;
    max-width: 36.7rem;
    margin-right: 0;
  }
  .b-img-manager-calls-item{
    margin-right: auto;
  }
  .b-txt-manager-calls-item{
    padding-right: 0;
  }
  .b-form-manager-calls{
    position: relative;
    max-width: 35.2rem;
    margin: 0 auto;
  }
  /*end block manager calls*/
  /*catalog detail*/
  .b-catalog-detail{
    padding: 0 1.5rem;
    padding-bottom: 4rem;
  }
  .select-mixers{
    display: block;
    max-width: 37.2rem;
    margin: 0 auto;
  }
  .select-btn-hardware-details{
    width: 50%;
    margin: 0;
    padding: 2rem;
  }
  /*end catalog detail*/
  /*news*/
  .b-news-page-left{
    padding: 0 1.5rem;
  }
  .cont-img-news-mini-page{
    margin: 0 auto;
  }
  .link-news-page-mini-main{
    margin: 1.5rem auto;
    text-align: center;
  }
  .b-news-page-right{
    width: 100%;
    margin: auto;
  }
  .t-menu-news{
    text-align: center;
  }
  .list-page-nav{
    text-align: center;
  }
  .list-menu-news{
    margin: 0 auto;
    margin-top: 1.5rem;
    padding: 0;
    text-align: center;
  }
  .select-menu-news:before{
    border: 0;
  }
  /*end news*/
  /*about*/
  .b-video-about img{
    width: 100%;
  }
  /*end about*/
  /*articles*/
  .b-news-brd{
    margin: 1.5rem auto;
  }
  .link-articles{
    text-align: center;
  }
  .txt-articles{
    text-align: center;
  }
  /*end articles*/
    /*contacts*/
  .txt-manager-calls-phone-contacts{
    text-align: center;
  }
  .txt-manager-calls-phone-contacts span{
    display: block;
  }
  .txt-manager-calls-contacts{
    text-align: center;
  }
  .b-contacts-txt{
    width: 100%;
    text-align: center;
  }
  .b-form-manager-calls-contacts{
    max-width: 35.2rem;
    margin: 0 auto;
  }
  .form-check-icon{
    display: none;
  }
  .form-text-manager-calls{
    float: none;
    text-align: center;
  }
  /*end contacts*/
  /*certificates*/
  .txt-certificates{
    text-align: center;
  }
  .link-certificates{
    text-align: center;
  }
  .icon-link-certificates{
    display: block;
    margin: 0 auto;
    margin-bottom: 2rem;
  }
  .b-flex .b-certificates-item{
    width: 22.5rem;
    margin: auto;
    margin-bottom: 2rem;
  }
  /*end certificates*/
  /*footer*/
  .b-footer-main{
    flex-direction: column;
  }
  .b-left-footer-content{
    margin-right: 0;
    padding: 0 1.5rem;
    text-align: center;
  }
  .b-mid-footer-content{
    margin-top: 1.5rem;
    text-align: center;
  }
  .b-right-footer-content{
    margin: auto;
    margin-top: 1.5rem;
    text-align: center;
  }
  /*end footer*/
}

@media screen and (min-width: 481px) and (max-width: 767px){
  body {
    padding-top: 6rem;
  }
  .menu-fixed.active, .b-mm-fluid {
    display: none;
  }
  /*reclame*/
  .t-reclame{
    text-align: center;
    margin-bottom: 1.5rem;
  }
  .b-btn-reclame{
    width: 100%;
  }
  .btn-reclame{
    display: block;
    margin: 0 auto;
  }
  .b-btn-reclameClose{
    width: 100%;
    margin: 0;
  }
  .btn-reclameClose{
    margin: 1.5rem auto;
  }
  /*end reclame*/
  /*header*/
  .b-flex{
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
  h2{
    text-align: center;
  }
  /*end header*/
  /*bread crumbs*/
  .breadcrumbs-list{
    text-align: center;
  }
  .breadcrumbs-select{
    display: block;
  }
  /*end bread crumbs*/
  /*baner*/
  .b-baner-fluid{
    background-size: cover;
  }
  .b-baner{
    padding: 1.5rem 0;
  }
  .b-baner-text{
    float: none;
  }
  .baner-title{
    margin: 1.5rem 0;
    text-align: center;
    font-size: 3rem;
    line-height: 1.1;
  }
  .baner-item-img{
    float: none;
    margin: 1.5rem 0;
  }
  .baner-item-img img{
    display: block;
    margin: 0 auto;
  }
  .baner-item-text{
    float: none;
    margin: 0;
    text-align: center;
  }
  .b-form{
    float: none;
    width: 100%;
    max-width: 30rem;
    margin: 0 auto;
  }
  .form-title{
    text-align: center;
  }
  .form-subtitle{
    text-align: center;
  }
  .form-text{
    float: none;
    text-align: center;
  }
  /*end baner*/
  /*products*/
  .b-products{
    padding: 0 1.5rem;
    padding-bottom: 2rem;
  }
  .b-products-reclame{
    padding: 0 1.5rem;
  }
  .b-products-news{
    margin-right: 0;
    margin-bottom: 2rem;
  }
  .b-products-news-title{
    margin-top: 2rem;
  }
  .b-products-news-txt{
    width: 100%;
    margin: auto;
  }
  .b-products-news-list{
    text-align: center;
    margin-bottom: 1.5rem;
  }
  .b-products-flex{
    flex-direction: column;
  }
  .product-item{
    width: 100%;
  }
  .product-mid-line-item{
    padding-bottom: 0;
  }
  .b-products-news-list{
    list-style-type: none;
  }
  .b-products-news-select{
    margin-left: 0;
  }
  .product-img{
    margin-right: 2rem;
  }
  .product-text{
    margin-left: 0;
  }
  .btn-product{
    position: relative;
    margin: 1.5rem 0;
  }
  .product-mid-item{
    border: 0;
  }
  .products-border{
    display: none;
  }
  /*end products*/
  /*block-news*/
  .b-news{
    padding: 2rem 0;
  }
  .b-news-item{
    max-width: 37rem;
    margin: 1rem auto;
  }
  .news-img{
    margin: 0 auto;
  }
  .news-link{
    text-align: center;
  }
  .news-date{
    text-align: center;
  }
  /*end block-news*/
  /*advantages*/
  .b-advantages-item{
    width: 100%;
    margin-bottom: 1.5rem;
  }
  /*end advantages*/
  /*map delivery*/
  .b-map-delivery{
    background-size: contain;
  }
  .b-delivery-text{
    text-align: center;
  }
  /*end map delivery*/
  /*partners*/
  .b-partners{
    padding: 2rem 1.5rem;
  }
  .b-partners-btn{
    margin: 2rem auto;
  }
  .partners-text{
    text-align: center;
  }
  .partners-flex{
    flex-direction: column;
  }
  .partners-flex img{
    display: block;
    margin: 2rem auto;
  }
  /*end partners*/
  /*form feedback*/
  .feedback-fluid{
    padding: 1.5rem;
  }
  .b-feedback{
    max-width: 39.5rem;
    margin: 0 auto;
    padding: 1.5rem;
  }
  .b-feedback-flex{
    margin: 0;
    margin-top: 1.5rem;
  }
  .b-feedback-input{
    width: 100%;
    margin: 1.5rem 0;
    margin-top: 0;
  }
  .btn-feedback{
    width: 100%;
    max-width: 29.5rem;
    padding: 1.5rem 0;
  }
  /*end form feedback*/
  /*block manager calls*/
  .t-manager-calls{
    text-align: center;
  }
  .txt-manager-calls-phone{
    text-align: center;
  }
  .txt-manager-calls{
    text-align: center;
  }
  .txt-mail-address-manager-calls{
    text-align: center;
  }
  .b-manager-calls-flex{
    width: 100%;
    margin: 0 auto;
  }
  .b-manager-calls-item{
    width: 100%;
    max-width: 36.7rem;
    margin-right: 0;
  }
  .b-img-manager-calls-item{
    margin-right: auto;
  }
  .b-txt-manager-calls-item{
    padding-right: 0;
  }
  .b-form-manager-calls{
    position: relative;
    max-width: 35.2rem;
    margin: 0 auto;
  }
  /*end block manager calls*/
  /*catalog detail*/
  .b-catalog-detail{
    padding: 0 1.5rem;
    padding-bottom: 2rem;
  }
  .select-mixers{
    display: block;
    max-width: 37.2rem;
    margin: 0 auto;
  }
  .b-main-hardware-details{
    flex-direction: column;
  }
  .b-img-hardware{
    width: 100%;
    padding: 0;
  }
  .b-hardware-details{
    width: 100%;
    padding: 0;
  }
  .b-price-hardware-details{
    margin: auto;
    text-align: center;
  }
  .list-hardware-details{
    text-align: left;
  }
  .select-btn-hardware-details{
    display: block;
    margin: 2rem 0;
  }
  .img-btn-hardware-details{
    display: block;
    margin: 0 auto;
  }
  .link-btn-hardware-details{
    text-align: center;
  }
  .subtitle-hardware-details{
    text-align: center;
  }
  .img-txt-catalog-detail{
    display: block;
    float: none;
    margin: 0 auto;
    margin-bottom: 2rem;
  }
  /*end catalog detail*/
  /*news*/
  .t-news-main{
    margin-bottom: 1.5rem;
  }
  .b-news-page-left{
    width: 100%;
    padding: 0 1.5rem;
  }
  .cont-img-news-mini-page{
    margin: 0 auto;
  }
  .link-news-page-mini-main{
    margin: 1.5rem auto;
    text-align: center;
  }
  .list-page-nav{
    text-align: center;
  }
  .b-news-page-right{
    width: 100%;
    margin: auto;
  }
  .t-menu-news{
    text-align: center;
  }
  .list-menu-news{
    margin: 0 auto;
    margin-top: 1.5rem;
    padding: 0;
    text-align: center;
  }
  .select-menu-news:before{
    border: 0;
  }
  /*end news*/
  /*about*/
  .b-video-about img{
    width: 100%;
  }
  /*end about*/
  /*articles*/
  .b-news-brd{
    margin: 1.5rem auto;
  }
  .link-articles{
    text-align: left;
  }
  .txt-articles{
    text-align: justify;
  }
  /*end articles*/
  /*contacts*/
  .txt-manager-calls-phone-contacts{
    text-align: center;
  }
  .txt-manager-calls-phone-contacts span{
    display: block;
  }
  .txt-manager-calls-contacts{
    text-align: center;
  }
  .b-contacts-txt{
    width: 100%;
    text-align: center;
  }
  .b-form-manager-calls-contacts{
    max-width: 35.2rem;
    margin: 0 auto;
  }
  .form-check-icon{
    display: none;
  }
  .form-text-manager-calls{
    float: none;
    text-align: center;
  }
  /*end contacts*/
  /*thank you*/
  .b-thankYou{
    padding: 5.5rem 1.5rem;
  }
  .btn-thankYou{
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 36.5rem;
  }
  /*end thank you*/
  /*paage404*/
  .img-page404{
    width: 100%;
  }
  /*end paage404*/
  /*certificates*/
  .txt-certificates{
    text-align: center;
  }
  .link-certificates{
    text-align: center;
  }
  .icon-link-certificates{
    display: block;
    margin: 0 auto;
    margin-bottom: 2rem;
  }
  .b-flex .b-certificates-item{
    width: 22.5rem;
    margin: auto;
    margin-bottom: 2rem;
  }
  /*end certificates*/
  /*footer*/
  .b-footer-main{
    flex-direction: column;
  }
  .b-left-footer-content{
    margin-right: 0;
    padding: 0 1.5rem;
    text-align: center;
  }
  .b-mid-footer-content{
    margin-top: 1.5rem;
    text-align: center;
  }
  .b-right-footer-content{
    margin: auto;
    margin-top: 1.5rem;
    text-align: center;
  }
  /*end footer*/
  /*modal*/
  .modal-callback-dialog{
    margin: 0 auto;
    margin-top: 6rem;
  }
  /*end modal*/
}

@media screen and (min-width: 320px) and (max-width: 549px){
  body {
    padding-top: 6rem;
  }
  .menu-fixed.active, .b-mm-fluid {
    display: none;
  }
  .b-mm-fluid {
    display: none;
  }
  h2{
    text-align: center;
  }
  /*reclame*/
  .btn-reclameClose{
    margin: 0 auto;
  }
  /*end reclame*/
  /*header*/
  .b-flex{
    flex-direction: column;
    text-align: center;
  }
  .b-flex>div{
    width: 100%;
    margin-bottom: 1.5rem;
  }
  .header-flex{
    justify-content: center;
  }
  .b-header-logo-text{
    width: 13.4rem;
    text-align: left;
  }
  /*end header*/
  /*bread crumbs*/
  .breadcrumbs-list{
    text-align: center;
  }
  .breadcrumbs-select{
    display: block;
  }
  /*end bread crumbs*/
  /*baner*/
  .b-baner-fluid{
    background-size: cover;
  }
  .b-baner{
    padding: 1.5rem 0;
  }
  .b-baner-text{
    float: none;
  }
  .baner-title{
    margin: 1.5rem 0;
    text-align: center;
    font-size: 2rem;
    line-height: 1.1;
  }
  .baner-item-img{
    float: none;
    margin: 1.5rem 0;
  }
  .baner-item-text{
    float: none;
    margin: 0;
  }
  .b-form{
    float: none;
    width: 100%;
    max-width: 30rem;
    margin: 0 auto;
  }
  .form-title{
    text-align: center;
  }
  .form-subtitle{
    text-align: center;
  }
  .form-text{
    float: none;
    text-align: center;
  }
  /*end baner*/
  /*products*/
  .b-products{
    padding: 0 1.5rem;
  }
  .b-products-reclame{
    padding: 0 1.5rem;
  }
  .product-mid-line-item{
    padding-bottom: 0;
  }
  .b-products-news-list{
    list-style-type: none;
  }
  .b-products-news-select{
    margin-left: 0;
  }
  .product-text{
    margin-left: 0;
  }
  .btn-product{
    position: relative;
    margin: 1.5rem auto;
  }
  .product-mid-item{
    border: 0;
  }
  .products-border{
    display: none;
  }
  /*end products*/
  /*advantages*/
  .b-advantages-item{
    width: 100%;
    margin-bottom: 1.5rem;
  }
  /*end advantages*/
  /*map delivery*/
  .b-map-delivery{
    padding: 2.5rem 0;
    background-size: contain;
  }
  .b-delivery-text{
    padding: 0 1.5rem;
    text-align: center;
  }
  /*end map delivery*/
  /*block-news*/
  .b-news{
    padding: 2rem 0;
  }
  .b-news-item{
    margin: 0 auto;
  }
  .news-img{
    margin: 0 auto;
  }
  .news-link{
    text-align: center;
  }
  .news-date{
    text-align: center;
  }
  /*end block-news*/
  /*partners*/
  .b-partners{
    padding: 2rem 1.5rem;
  }
  .b-partners-btn{
    margin: auto;
  }
  .partners-text{
    text-align: center;
  }
  /*end partners*/
  /*form feedback*/
  .feedback-fluid{
    padding: 1.5rem;
  }
  .b-feedback{
    padding: 1.5rem;
  }
  .b-feedback-input{
    margin-top: 0;
  }
  .b-feedback-flex{
    margin: 0;
    margin-top: 1.5rem;
  }
  .btn-feedback{
    width: 100%;
    max-width: 29.5rem;
    padding: 1.5rem 0;
  }
  /*end form feedback*/
  /*block manager calls*/
  .t-manager-calls{
    text-align: center;
  }
  .txt-manager-calls-phone{
    text-align: center;
  }
  .txt-manager-calls{
    text-align: center;
  }
  .txt-mail-address-manager-calls{
    text-align: center;
  }
  .b-manager-calls-flex{
    width: 100%;
    max-width: 30rem;
    margin: 0 auto;
  }
  .b-img-manager-calls-item{
    margin-right: 0;
  }
  .b-txt-manager-calls-item{
    padding-right: 0;
  }
  .b-form-manager-calls{
    position: relative;
    max-width: 35.2rem;
    margin: 0 auto;
  }
  /*end block manager calls*/
  /*catalog detail*/
  .b-catalog-detail{
    padding: 0 1.5rem;
    padding-bottom: 2rem;
  }
  .select-mixers{
    display: block;
    max-width: 37.2rem;
    margin: 0 auto;
  }
  .b-img-hardware{
    padding: 0;
  }
  .b-hardware-details{
    padding: 0;
  }
  .b-price-hardware-details{
    margin: auto;
    text-align: center;
  }
  .list-hardware-details{
    text-align: left;
  }
  .select-btn-hardware-details{
    display: block;
    margin: 2rem 0;
  }
  .img-btn-hardware-details{
    display: block;
    margin: 0 auto;
  }
  .link-btn-hardware-details{
    text-align: center;
  }
  .subtitle-hardware-details{
    text-align: center;
  }
  .img-txt-catalog-detail{
    display: block;
    float: none;
    margin: 0 auto;
    margin-bottom: 2rem;
  }
  /*end catalog detail*/
  /*contacts*/
  .txt-manager-calls-phone-contacts span{
    display: block;
  }
  .b-img-manager-calls-item{
    margin-top:  2rem;
  }
  .b-txt-manager-calls-contacts{
    padding: 0 1.5rem;
  }
  .b-txt-manager-calls-contacts-item{
    padding: 0;
  }
  .b-form-manager-calls-contacts{
    max-width: 35.2rem;
    margin: 0 auto;
  }
  .form-check-icon{
    display: none;
  }
  .form-text-manager-calls{
    float: none;
    text-align: center;
  }
  /*end contacts*/
  /*news*/
  .b-news-page-left{
    padding: 0 1.5rem;
  }
  .cont-img-news-mini-page{
    margin: 0 auto;
  }
  .list-menu-news{
    margin: 0 auto;
    margin-top: 1.5rem;
    padding: 0;
  }
  .select-menu-news:before{
    border: 0;
  }
  /*end news*/
  /*about*/
  .b-video-about img{
    width: 100%;
  }
  .link-about{
    text-align: left;
  }
  .sub-title-about{
    text-align: left;
  }
  .txt-about{
    text-align: justify;
  }
  /*end about*/
  /*articles*/
  .b-news-brd{
    margin: 1.5rem auto;
  }
  .link-articles{
    text-align: left;
  }
  .txt-articles{
    text-align: justify;
  }
  /*end articles*/
  /*thank you*/
  .b-thankYou{
    padding: 5.5rem 1.5rem;
  }
  .btn-thankYou{
    width: 100%;
  }
  /*end thank you*/
  /*paage404*/
  .img-page404{
    width: 100%;
  }
  /*end page404*/
  /*certificates*/
  .icon-link-certificates{
    display: block;
    margin: 0 auto;
    margin-bottom: 2rem;
  }
  .b-flex .b-certificates-item{
    width: 22.5rem;
    margin: auto;
    margin-bottom: 2rem;
  }
  /*end certificates*/
  /*footer*/
  .b-right-footer-content{
    text-align: center;
  }
  /*end footer*/
  /*modal*/
  .modal-callback-dialog{
    width: 100%;
    max-width: 36.5rem;
    margin: 0 auto;
    margin-top: 3rem;
  }
  .modal-callback-content{
    padding: 1.5rem;
  }
  .modal-callback-header{
    padding: 0;
  }
  .modal-callback-title{
    margin-bottom: 1.5rem;
    font-size: 2rem;
  }
  /*end modal*/
}
