@import url('https://fonts.googleapis.com/css2?family=Kanit:ital,wght@0,200;0,300;0,400;0,600;1,300;1,400&display=swap');
* {
    /*transition: all 200ms ease;*/
}
body{
  font-family: 'Kanit', sans-serif;
}
html, body {
    height: 100%;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{
  /*font-family: 'Montserrat', sans-serif;*/
}
button:focus{
  outline: none;
}
.wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    margin: 0 auto;
    background: #f4f6fa;
}
.content {
    flex: 1 0 auto;
    overflow: hidden;
}
.footer {
    flex: 0 0 auto;
    background: url(../img/fon1.jpg) no-repeat;
      background-size: cover;
    padding-top: 30px;
}
header .col-xs-12{
  min-height: 0px;
}
.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #000;
}
.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px;
}
button.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 3px;
    margin-bottom: 0px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    outline: none;
}
button.navbar-toggle:focus{
  outline: none;
}
.nav>li {
    position: relative;
    display: block;
}
.nav {
    padding-left: 0;
    list-style: none;
}

.navbar-header {
    display: inline-block;
    width: 100%;
}
.navbar-brand img{
  width: 144px;
  padding-bottom: 10px;
}
.header_top {
    background: #f4f6fa;
}
.navbar-nav li a {
  color: #000;
  /* text-transform: uppercase; */
  margin: 6px 0;
  display: inline-block;
  font-weight: 500;
  text-transform: uppercase;
}
.navbar-nav li a:hover{
  text-decoration: underline;
}
.navbar-nav li{
  margin-left: 10px;
}
.navbar {
    padding: .5rem .5rem .5rem 1rem;
}
.mebu_name p{
  margin-top: 15px;
  color: #00619f;
}
.box_one_ban {
    position: relative;
    overflow: hidden;
    width: 50%;
    float: left;
}
.phone_top span{
  display: block;
  color: #7d7d7d;
  font-weight: 300;
}
.box_one_ban p {
    position: absolute;
    top: 20px;
    background: #ffffffb8;
    left: 0;
    z-index: 1;
    font-size: 18px;
    padding: 5px 17px;
    width: 100%;
    min-height: 65px;
    display: flex;
    align-items: center;
    font-weight: 500;
}
.box_one_ban img{
  width: 100%;
  transform: scale(0.99);
  transition: all 200ms ease;
}
.box_one_ban:hover img{
  transform: scale(1);
  filter: brightness(0.5);
  transition: all 200ms ease;
}
.box_one_ban a{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.style_but{
  color: #fff;
      background: #f33f05;
      display: inline-flex;
      text-decoration: none;
      outline: none;
      border: none;
      border-radius: 30px;
      padding: 12px 23px;
      text-align: center;
      transition: all 200ms ease;
      align-items: center;
}
.style_but:hover{
  box-shadow: 1px 7px 10px #f33f057d;
      transition: all 200ms ease;
}
.top_banner_name .style_but:hover{
  color: #fff;
  text-decoration: none;
}
.style_but svg{
  width: 23px;
  max-height: 23px;
  fill:#fff;
  margin-right: 5px;
}

.blue_but:hover{
  color: #fff;
  text-decoration: none;
  box-shadow: 0px 0px 20px #48a8f7;
  transition: all 200ms ease;
}
.blue_but.blue_but_sm{
  width: 100%;
      font-size: 16px;
      padding: 10px 20px;
      transition: all 200ms ease;
      text-transform: uppercase;
}
.bord_but_w{
  border: 2px solid #fff;
}
.img_box img{
  width: 100%;
}
.bg_grey {
  background: #e8e8e8;
}

.svg_style {
    width: 100%;
}
.slidpro_img img{
  width: 100%;
  box-shadow: 0px 0px 4px #676767;
}
.white_but{
  text-transform: capitalize;
      color: #000000;
      background: #fff;
      border: 1px solid #00619f;
      display: inline-block;
      text-decoration: none;
      outline: none;
      border-radius: 40px;
      padding: 8px 20px;
      width: auto;
      text-align: center;
      font-size: 14px;
      transition: all 200ms ease;
}
.white_but:hover{
  color: #00619f;
  text-decoration: none;
  box-shadow: 0px 0px 10px #00619f;
  transition: all 200ms ease;
}
.b_grey_but{
  font-size: 14px;
  background: #ddd;
  padding: 16px 40px;
  border: none;
  outline: none;
}
.slid_clients_one img{
  width: 100%;
}
.call_button .blue_but {
    border-radius: 0;
    font-size: 18px;
    width: 100%;
}
.top_info{
  margin-top: 15px;
}
.top_contact p{
  margin-bottom: 0;
}
.top_contact p a {
    color: #000;
    font-size: 20px;
    font-weight: 600;
}
.navbar-collapse{
  flex-basis: auto;
  opacity: 1;
}
.phone_top{
  margin-bottom: 10px;
  margin-top: 20px;
}
.up {
    display: none;
}
*[id^="ymaps"]{
  min-height: 300px;
}
@media (max-width: 992px) {
           .offcanvas-stop-scrolling {
               height: 100%;
               overflow: hidden
           }

           .navbar-default .navbar-offcanvas {
               background-color: #f8f8f8
           }

           .navbar-inverse .navbar-offcanvas {
               background-color: #222
           }

           .navbar-offcanvas {
               position: fixed;
               width: 100%;
               max-width: 250px;
               left: -250px;
               top: 0;
               padding-left: 15px;
               padding-right: 15px;
               z-index: 999;
               overflow: scroll;
               -webkit-overflow-scrolling: touch;
               -webkit-transition: all 0.15s ease-in;
               transition: all 0.15s ease-in
           }

           .navbar-offcanvas.in {
               box-shadow: 0 0 20px rgba(0, 0, 0, 0.3)
           }

           .navbar-offcanvas.navbar-offcanvas-fade {
               opacity: 0
           }

           .navbar-offcanvas.navbar-offcanvas-fade.in {
               opacity: 1
           }

           .navbar-offcanvas.offcanvas-transform.in {
               -webkit-transform: translateX(250px);
               -ms-transform: translateX(250px);
               transform: translateX(250px);
                   opacity: 1;
           }

           .navbar-offcanvas.offcanvas-position.in {
               left: 0
           }

           .navbar-offcanvas.navbar-offcanvas-right {
               left: auto;
               right: -250px
           }

           .navbar-offcanvas.navbar-offcanvas-right.offcanvas-transform.in {
               -webkit-transform: translateX(-250px);
               -ms-transform: translateX(-250px);
               transform: translateX(-250px)
           }

           .navbar-offcanvas.navbar-offcanvas-right.offcanvas-position.in {
               left: auto;
               right: 0
           }

           .navbar-offcanvas .dropdown.active .caret {
               border-top: 0;
               border-bottom: 4px solid
           }

           .navbar-offcanvas .dropdown-menu {
               position: relative;
               width: 100%;
               border: inherit;
               box-shadow: none;
               -webkit-transition: height 0.15s ease-in;
               transition: height 0.15s ease-in
           }

           .navbar-offcanvas .dropdown-menu.shown {
               display: block;
               margin-bottom: 10px
           }
       }

       .offcanvas-toggle {
           background: #ffffff00;
       }

       .offcanvas-toggle .icon-bar {
           background: #000;
           -webkit-transition: all .25s ease-in-out;
           transition: all .25s ease-in-out
       }

       .offcanvas-toggle.is-open .icon-bar:nth-child(1) {
           -webkit-transform: rotate(45deg) translate(5px, 4px);
           -ms-transform: rotate(45deg) translate(5px, 4px);
           transform: rotate(45deg) translate(5px, 4px)
       }

       .offcanvas-toggle.is-open .icon-bar:nth-child(2) {
           opacity: 0
       }

       .offcanvas-toggle.is-open .icon-bar:nth-child(3) {
           -webkit-transform: rotate(-45deg) translate(4px, -4px);
           -ms-transform: rotate(-45deg) translate(4px, -4px);
           transform: rotate(-45deg) translate(4px, -4px)
       }

.svg_img{
  width: 100%;
}
.svg_img use{
  width: 100%;
}
.top_banner_img {
  background: url(../img/fon1.jpg) no-repeat;
  background-size: cover;
  padding: 20px 15px;
}
.top_banner_img h1{
  color: #fff;
}
.top_banner_img p{
  color: #fff;
  font-weight: 300;
  margin-bottom: 30px;
}
.top_banner {
    margin-bottom: 50px;
}
.mebu_name .lang img{
  width: 39px;
  max-height: 36px;
}
.phone_top_ico {
    background: #f33f05;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    display: none;
}
.phone_top_ico svg{
    fill: #fff;
    width: 20px;
    height: 20px;

}
.navbar-nav>li.phone_top {
    display: flex;
    align-items: center;
}
.navbar-nav li .phone_top_num a{
  margin: 0;
}
.mebu_name span {
  display: none;
}
.top_banner_pict {
    display: none;
}
.line {
  width: 297px;
  max-width: 100%;
  position: relative;
  display: flex;
  padding-bottom: 0px;
  height: 2px;
  margin-top: 12px;
  margin-bottom: 20px;
}
.line_one {
    width: 15%;
    position: relative;
    height: 100%;
    background-color: #f33f05;
}
.line_last{
    width: 85%;
    position: relative;
    display: block;
    margin-left: 20px;
    background-color: #455169;
}
.desc_block_bimg {
    background: url(../img/fon2.jpg) no-repeat;
    background-size: cover;
    padding: 32px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 30px;
}
.desc_block_num {
    color: #fff;
    font-size: 34px;
    font-weight: 600;
    text-align: right;
    width: 91px;
    display: inline-block;
    background: #f33f05;
}
.desc_block_bimg_one {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}
.desc_block_nam {
    display: inline-block;
    color: #fff;
    width: 167px;
    margin-left: 10px;
}
.desc_block_text {
    margin-bottom: 40px;
}
.title {
    margin-bottom: 28px;
}
.ofer_wrap_one_img {
    margin-bottom: 10px;
    margin-right: 20px;
}
.ofer_wrap_one_text p{
  font-weight: 300;
  color: #7d7d7d;
}
.ofer_wrap_one {
    margin-bottom: 50px;
}
.tit_gr {
  color: #455169;
}
.prod_one_img img{
  max-width: 100%;
}
.prod_one_name {
    background: #f33f05;
    text-align: center;
    padding: 10px 10px;
    color: #fff;
}
.prod_one {
    margin-bottom: 30px;
}
.prod_one:hover .prod_one_name{
  background: #2e364b;
  transition: all 200ms ease;
}
.serv_one_img img{
  max-width: 100%;
}
.serv_one_name {
    background: #2e364b;
    text-align: center;
    padding: 10px 10px;
    color: #fff;
    transition: all 200ms ease;
}
.serv_one {
    margin-bottom: 30px;
}
.stand_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow-x: auto;
}
.stand_wrap_img {
    margin-right: 24px;
}
.foot_info {
  color: #fff;
}
.foot_info p{
  font-weight: 300;
}
.foot_form {
    padding-top: 50px;
    padding-bottom: 45px;
    max-width: 500px;
}
.foot_form .tit_gr {
  color: #fff;
}
.text-line {
    color: #fff;
    
    margin-left: 5px;
    margin-bottom: 30px;
}
.text-line a{
  border-bottom: 1px dotted;
}
span.file-list__name {
    font-weight: 300;
    opacity: 0.7;
}
.foot_info a{
  color: #fff;

}
.modal-title {
    margin-bottom: 20px;
}
.modal-content .form-row {
    margin-bottom: 20px;
}
.modal-body {
    padding: 40px 20px;
}
button.close {
    position: absolute;
    top: 15px;
    right: 15px;
}
.catalog {
    margin-bottom: 50px;
}
.slid_stock img{
  max-width: 100%;
}
.item {
    padding: 0 5px;
    cursor: pointer;
}
.slick-dots li button:before{
  font-size: 29px;
}
.slick-prev:before, .slick-next:before{
  height: 25px;
}
button.slick-arrow {
    width: 50px;
    height: 50px;
    background: #d52127;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus{
  background: #d52127;
}
.stock {
  padding-top: 50px;
  padding-bottom: 50px;
  background: #fff;
}
.stock_text {
  margin-bottom: 30px;
}
@media (max-width: 320px) {

}
@media (min-width: 568px) {

}
@media (min-width: 768px) {
  
  .navbar-nav>li {
      float: left;
  }
  
  .header_top {
      /*background: #fff;*/
  }
  .navbar-nav li a{
    color: #000;
    margin: 0px 0;
  }  
   
  
  *[id^="ymaps"]{
    min-height: 100%;
  }
  .phone_top_ico {
    display: flex;
  }
  .top_banner_img {
      display: flex;
      align-items: center;
  }
  .top_banner_pict img {
      max-width: 100%;
  }
  .top_banner_pict {
      display: block;
      width: 50%;
  }
  .top_banner_name{
    width: 50%;
  }
  .ofer_wrap {
      display: flex;
      flex-wrap: wrap;
  }
  .ofer_wrap_one {
      width: 50%;
      padding-right: 30px;
      display: flex;
  }
  .desc_block_bimg {
      height: 100%;
  }
  .mt_sp {
    margin-top: 60px;
  }
  
}
@media (min-width: 992px){
  .navbar-toggle {
      display: none;
  }
  .modal-content  .form-row {
      margin: 0 52px;
      margin-bottom: 20px;
  }
  .navbar-nav {
    float: right;
        margin: 0;
        display: flex;
        flex-wrap: wrap;
        margin-right: 7px;
        width: 100%;
        flex-direction: initial;
        align-items: center;
  }
  .navbar-header {
    width: auto;
  } 
  .phone_top {
      margin-bottom: 0px;
      margin-top: 0px;
  }
  .top_logo img {
      width: auto;
      height: 64px;
  }
  .top_info {
      padding-left: 30px;
  }
  .navbar-nav .blue_but {
      padding: 9px 15px;
      font-size: 16px;
  }
  .navbar-nav {
      margin: 0;
      display: flex;
      margin-right: 0;
      width: 100%;
      flex-direction: row;
      justify-content: flex-end;
      align-items: center;
      position: relative;
  }
  .navbar-nav li {
      margin-left: 20px;
      margin-right: 0;
  }
  .navbar-nav li.phone_top {
      margin-left: 40px;
  }
  .link_catal{
    color: #003b7a;
    border-radius: 5px;
    border: 2px solid #003b7a;
    padding: 5px 10px;
  }
  .navbar {
      border-top: 1px solid #ddd;
      margin-top: 27px;
  }
  .mebu_name span {
    display: inline-block;
    color: #7d7d7d;
        font-weight: 300;
        margin-right: 7px;
  }
  .mebu_name .lang img {
      width: 24px;
      max-height: 22px;
  }
  .nav>li.mebu_name {
      position: absolute;
      top: -54px;
      right: 4px;
  }
  .header_top {
      margin-bottom: 30px;
  }
  .top_banner_name {
      padding-left: 74px;
      padding-right: 54px;
  }
  .top_banner_pict {
      padding-right: 62px;
  }
  .top_banner {
      margin-bottom: 80px;
  }
  .desc_block_coop{
    margin-top: 54px;
        margin-left: 53px;
  }
  .desc_block {
      margin-bottom: 80px;
      background: url(../img/ff1.png) no-repeat;
      background-position: 117% 105%;
  }
  .catalog h3{
    margin-top: 30px;
  }
  .catalog {
    margin-bottom: 50px;
  }
  .servis h3{
    margin-top: 30px;
  }
  .servis {
    padding-bottom: 80px;
        background: #fff;
        padding-top: 50px;
  }
}
@media (min-width: 1200px){
  .navbar-brand img {
      width: 220px;
  }
  .foot_info {
      width: 397px;
          float: right;
          padding-top: 50px;
          padding-bottom: 45px;
  }
  .footer {
      padding-top: 0;
  }
  .footer_bottom .container-fluid{
    padding-right: 0;
  }
  .footer_bottom .container-fluid .row{
    margin-right: 0;
  }

  .up.active {
      display: block;
  }
  .up a {
    background: #d521278c;
        padding: 10px;
        width: 50px;
        height: 50px;
        display: flex;
        border-radius: 50%;
        position: fixed;
        right: 50px;
        bottom: 50px;
        cursor: pointer;
        justify-content: center;
        align-items: center;
        transition: all 200ms ease;
  }
  .up a svg {
      fill: #fff;
      width: 36px;
          height: 36px;
  }
  .up.active a:hover {
      background: #f33f05;
      transition: all 200ms ease;
  }
  .desc_block_num {
      width: 160px;
  }
.catalog .col-md-3 {
      flex: 0 0 20%;
      max-width: 20%;
  }
}
@media (min-width: 1600px){
  
}
@media (min-width: 2560px){
  
}
