@media screen and (max-width: 575px) {
  ::-webkit-scrollbar, ::-moz-viewport-scroll {
    display: none;
  }
  .preimushestvo h1{
    margin-bottom: 20px!important;
  }
  .banner .main-carousel .offer_slider img{
    width: 100%;
    border-radius: 0;
    height: 100%!important;
  }
  .banner .main-carousel .carousel-cell .txt h1 span{
    color: #fff;
    font-size: 24px!important;
  }
  
  .banner .main-carousel .carousel-cell .txt{
    width: 100%;
    background: rgba(0,0,0,0.5);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  body {
    overflow-x: hidden;
  }
  .banner .main-carousel .carousel-cell img{
    width: 100%;
    margin-left: 0;
  }

  header .container .header_items .navs, header .container .header_items .number {
    display: none;
  }
  header .container .header_items .mobile_menu_icon {
    display: flex;
    margin-left: auto;
    transition: 0.5s;
    height: 60px;
  }
  header .container .header_items .mobile_menu_icon img {
    width: 25px;
  }
  header .container .header_items .mobile_menu_icon img:hover {
    cursor: pointer;
  }
  header .container .header_items .mobile_menu {
    position: fixed;
    left: 0;
    width: 0;
    top: 0;
    bottom: 0;
    z-index: 99;
    background: rgba(0, 0, 0, 0.9);
    transition: 0.5s;
    display: flex;
    overflow: hidden;
  }
  header .container .header_items .mobile_menu .navvs {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100vw;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
  }
  header .container .header_items .mobile_menu a {
    color: #fff;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: 300;
  }
  header .container .header_items .mobile_menu a img {
    width: 15px;
  }
  header .container .header_items .mobile_menu a.close {
    position: absolute;
    right: 15px;
    top: 30px;
  }
  header .container .header_items .mobile_menu a.close img {
    width: 20px;
  }
  header .container .header_items .mobile_menu.active {
    width: 100%;
    transition: 0.5s;
  }

  .banner {
    width: 100%;
    overflow-x: hidden;
  }
  .banner .main-carousel {
    height: 400px;
  }
  .banner .main-carousel .flickity-prev-next-button.next {
    right: 0;
  }
  .banner .main-carousel .flickity-prev-next-button.previous {
    left: 0;
  }
  .banner .main-carousel .carousel-cell .txt h1 {
    font-size: 30px;
  }
  .banner .main-carousel .carousel-cell .txt p {
    font-size: 16px;
  }
  .banner .main-carousel .carousel-cell a {
    width: 200px;
    padding: 15px;
    font-size: 14px;
    text-align: center;
    justify-content: center;
  }
  .banner .main-carousel .carousel-cell a img {
    width: 15px;
  }

  .welcome {
    padding: 40px 0;
  }
  .welcome .container h2 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .welcome .container .title {
    font-size: 32px;
    margin-bottom: 20px;
  }
  .welcome .container h3 {
    flex-wrap: wrap;
  }
  .welcome .container h3 b {
    width: 100%;
    text-align: right;
  }

  .services .container {
    height: auto;
    padding: 40px 0;
  }
  .services .container .big_circle {
    width: 280px;
    height: 280px;
  }
  .services .container .big_circle .box img {
    width: 20px;
  }
  .services .container .big_circle .box p {
    font-size: 11px;
  }
  .services .container .big_circle .box:nth-child(2) p {
    width: 55%;
    text-align: right;
  }
  .services .container .big_circle .box:nth-child(3) p {
    width: 70%;
    text-align: right;
    margin-left: auto;
    margin-right: 5px;
  }
  .services .container .big_circle .box:nth-child(4) p {
    width: 75%;
    margin-right: auto;
    margin-left: 5px;
  }
  .services .container .big_circle:after {
    font-size: 12px;
  }

  .whatwedo .container h1 {
    font-size: 22px;
  }
  .whatwedo .container .items {
    justify-content: normal;
    flex-direction: column;
  }
  .whatwedo .container .items .item {
    width: 100%;
    margin: 20px 0;
  }

  .companies .container {
    padding: 40px 0;
  }
  .companies .container h1 {
    font-size: 18px;
    width: 90%;
    margin: 0 auto;
  }
  .companies .container .box_items {
    margin-top: 40px;
    flex-direction: column;
  }
  .companies .container .box_items .item {
    width: 100%;
    margin-bottom: 20px;
  }

  .catalog .container {
    padding: 40px 0;
  }
  .catalog .container h1 {
    font-size: 18px;
    width: 90%;
    margin: 0 auto;
  }
  .catalog .container h1 span {
    line-height: 32px;
  }
  .catalog .container .catalog_items {
    padding: 0 15px;
  }

  .catalog .container a {
    width: fit-content;
    padding: 15px;
    font-size: 14px;
  }

  .remont, .preimushestvo {
    height: auto;
    padding-top: 40px;
  }
  .remont h1, .preimushestvo h1 {
    font-size: 18px;
    width: 90%;
    margin: 0 auto;
  }
  .remont .circle_items, .preimushestvo .circle_items {
    margin-top: 0;
    flex-wrap: wrap;
    padding-top: 20px;
  }
  .remont .circle_items .circle, .preimushestvo .circle_items .circle {
    width: 100%;
    margin-bottom: 20px;
  }
  .remont .circle_items .circle .img, .preimushestvo .circle_items .circle .img {
    margin: 0 auto;
  }

  .employee {
    height: auto;
  }
  .employee .container {
    padding-top: 40px;
  }
  .employee .container h1 {
    font-size: 18px;
    width: 90%;
    margin: 0 auto;
  }
  .employee .box_items {
    flex-wrap: wrap;
  }
  .employee .box_items .box {
    width: 100%;
  }

  .uslugi .container {
    padding: 40px 0;
  }
  .uslugi .container .row .col-md-8 h1 {
    font-size: 18px;
    width: 90%;
    margin: 0 auto;
    text-align: center;
  }
  .uslugi .container .row .col-md-8 h1:after {
    left: 50%;
    transform: translateX(-50%);
  }
  .uslugi .container .row .col-md-8 h1 span {
    line-height: 26px;
  }
  .uslugi .container .row .col-md-8 .uslugi_items {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .uslugi .container .row .col-md-8 .uslugi_items .item {
    margin-bottom: 20px;
  }
  .uslugi .container .row .col-md-4 form h2 {
    font-size: 20px;
  }

  .catalog2 .container {
    padding: 40px 0;
  }
  .catalog2 .container h1 {
    font-size: 18px;
    width: 90%;
    margin: 0 auto 20px auto;
  }
  .catalog2 .container h1 span {
    padding: 5px 0;
    line-height: 24px;
  }
  .catalog2 .container h2 {
    font-size: 16px;
  }

  .montaj h1 {
    font-size: 18px;
    width: 90%;
    margin: 30px auto;
  }

  .partners {
    padding-top: 40px;
    min-width: 100%;
  }
  .partners h1 {
    font-size: 25px;
  }
  .partners .partners_item {
    overflow-x: auto;
    padding-top: 20px;
  }
  .partners .partners_item .item {
    min-width: 50%;
    padding: 0 15px;
  }
  .partners .partners_item .item:first-child {
    margin-left: 100%;
  }

  footer {
    padding: 40px 0;
  }
  footer .container .row .col-md-4 {
    text-align: center;
    margin-bottom: 30px;
  }
  footer .container .row .col-md-4 h1 {
    font-size: 18px;
  }
  footer .container .row .col-md-4 h1:before {
    left: 50%;
    transform: translateX(-50%);
  }
  footer .container .row .col-md-4 .menu a, footer .container .row .col-md-4 .contacts a {
    font-size: 16px;
    margin-bottom: 10px;
  }
  footer .container .row .col-md-4 .menu .sn, footer .container .row .col-md-4 .contacts .sn {
    justify-content: center;
  }
  footer .container .row .col-md-4 .address p {
    font-size: 16px;
  }
  footer .container .copyright {
    padding: 0;
  }

  .modal .modal_container {
    width: 90%;
  }

  .call_back {
    bottom: 10px;
    right: 10px;
  }
}
@media screen and (min-width: 575px) and (max-width: 1200px) {
  ::-webkit-scrollbar, ::-moz-viewport-scroll {
    display: none;
  }
  header .container .header_items .navs, header .container .header_items .number {
    display: none;
  }
  header .container .header_items .mobile_menu_icon {
    display: flex;
    margin-left: auto;
    height: 80px;
    transition: 0.5s;
  }
  header .container .header_items .mobile_menu_icon img {
    width: 25px;
  }
  header .container .header_items .mobile_menu_icon img:hover {
    cursor: pointer;
  }
  header .container .header_items .mobile_menu {
    position: fixed;
    left: 0;
    width: 0;
    top: 0;
    bottom: 0;
    z-index: 99;
    background: rgba(0, 0, 0, 0.9);
    transition: 0.5s;
    display: flex;
    overflow: hidden;
  }
  header .container .header_items .mobile_menu .navvs {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100vw;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
  }
  header .container .header_items .mobile_menu a {
    color: #D4001B;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: 300;
  }
  header .container .header_items .mobile_menu a img {
    width: 15px;
  }
  header .container .header_items .mobile_menu a.close {
    position: absolute;
    right: 15px;
    top: 30px;
  }
  header .container .header_items .mobile_menu a.close img {
    width: 20px;
  }
  header .container .header_items .mobile_menu.active {
    width: 100%;
    transition: 0.5s;
  }

  .whatwedo .container .items{
    flex-wrap: wrap;
  }
  .whatwedo .container .items .item{
    width: calc(50% - 20px);
  }
  .catalog .container .catalog_items .item{
    text-align: center;
  }
}
@media screen and (min-width: 575px) and (max-width: 930px){
  .preimushestvo .circle_items{
    justify-content: normal;
    flex-wrap: wrap;
  }
  .preimushestvo .circle_items .circle{
    width: calc(50% - 20px);
    margin: 0 10px 20px 10px;
  }
}
@media (min-width: 576px) {
  .container{
    max-width: inherit;
  }
}
@media screen and (min-width: 575px) and (max-width: 768px){
  .uslugi .container .row .col-md-8 h1{
    text-align: center;
    font-size: 25px;
  }
  .uslugi .container .row .col-md-8 h1:after{
    left: 50%;
    transform: translateX(-50%);
  }
  .uslugi .container .row .col-md-8 .uslugi_items .item{
    text-align: center;
  }
  .uslugi .container .row .col-md-4 form{
    width: 70%;
    margin: 40px auto 0 auto;
  }

  .partners .partners_item{
    overflow-x: auto;
  }
  .partners .partners_item .item{
    min-width: 50%;
    padding: 0 10px;
  }

  footer {
    padding: 40px 0;
  }
  footer .container .row .col-md-4 {
    text-align: center;
    margin-bottom: 30px;
  }
  footer .container .row .col-md-4 h1 {
    font-size: 18px;
  }
  footer .container .row .col-md-4 h1:before {
    left: 50%;
    transform: translateX(-50%);
  }
  footer .container .row .col-md-4 .menu a, footer .container .row .col-md-4 .contacts a {
    font-size: 16px;
    margin-bottom: 10px;
  }
  footer .container .row .col-md-4 .menu .sn, footer .container .row .col-md-4 .contacts .sn {
    justify-content: center;
  }
  footer .container .row .col-md-4 .address p {
    font-size: 16px;
  }
  footer .container .copyright {
    padding: 0;
  }
}

/*# sourceMappingURL=media.css.map */
@media(max-width: 767px){

  .banner .main-carousel .carousel-cell .txt h1 span{
    font-size: 32px;
    text-align: center;
  }
  .banner .main-carousel .carousel-cell .txt h1{
    padding: 0 15px;
    text-align: center;
  }
  .banner .main-carousel .offer_slider .txt{
    width: 100%;
    padding-left: 0;
    order: 2;
    align-items: center;
  }
  
  .banner .main-carousel .offer_slider img{
    order: 1;
    margin-right: auto;
  }
}
@media(max-width: 991px){
  .banner .main-carousel .offer_slider .txt h1 span{
    font-size: 32px;
  }
}