/*@import url('https://fonts.googleapis.com/css?family=Raleway:300,400,600,700&display=swap');*/

@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,700&display=swap');


@font-face {
 font-family: RalRegular;
 src: url(https://www.dev.mwm.com.ua/wp-content/themes/bulk/fonts/Raleway-Regular.ttf);
 font-weight: normal;
 }
@font-face {
 font-family: RalBold;
 src: url(https://www.dev.mwm.com.ua/wp-content/themes/bulk/fonts/Raleway-Bold.ttf);
 font-weight: normal;
 }
@font-face {
 font-family:RalMedium;
 src: url(https://www.dev.mwm.com.ua/wp-content/themes/bulk/fonts/Raleway-Medium.ttf);
 font-weight: normal;
 }
@font-face {
 font-family: RalSemiBold;
 src: url(https://www.dev.mwm.com.ua/wp-content/themes/bulk/fonts/Raleway-SemiBold.ttf);
 font-weight: normal;
 }
@font-face {
 font-family: RalLight;
 src: url(https://www.dev.mwm.com.ua/wp-content/themes/bulk/fonts/Raleway-Light.ttf);
 font-weight: normal;
 }
.rotate-icon{
/*transform: rotate(90deg);*/
}
.preloader-mwm{
	position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 99999;
    display: none;
    width: 100%;
    height: 100%;
    text-align: center;
    opacity: 0.7;
    background: #9c9c9c;
}
.preloader-mwm img{
		position: absolute;
	left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
	display:inline-block;
	 transition: all 0.5s ease;
  animation: rotate 1s linear infinite;
}
@keyframes rotate {
  from {
    transform: rotate(360deg);
  }
}
.container {
    padding-left: 10px;
    padding-right: 10px;
}
body {
  margin: 0;
  padding: 0;
  background: #f0f0f0;
  /*font-family: RalRegular;*/
  font-family: 'Montserrat', sans-serif;
  color: #2e2e2e;
  font-size: 16px;
    -webkit-transition: -webkit-transform .3s;
    transition: transform .3s;
}
body img {
max-width: 100%;
    height: auto;
}
body p {
  margin: 0;
}
body a {
  text-decoration: none;
}
body a:focus {
  text-decoration: none;	
}
body a:focus {
  outline: none;	
}
body a:hover {
  text-decoration: none;
  cursor: pointer;
}
body ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.header-main.sticky{
    position: fixed;
    z-index: 999;
    width: 100%;
    top: 0;
} 
  
header {
  background: #fff;
}
header .head_main {
    padding: 10px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
header .head_main .navbar {
  min-height: auto;
  margin-bottom: 0;
}
header .head_main .navbar-light .navbar-nav .active a {
  color: #005DE2 !important;
	 font-family: RalSemiBold;
}
header .head_main .navbar-light .navbar-nav .current-page-ancestor a {
 color: #005DE2 !important;
	 font-family: RalSemiBold;	
}
header .head_main .navbar-light .navbar-nav .dropdown a {
  margin-right: 0;
}
header .head_main .navbar-light .navbar-nav a {
  color: #2e2e2e;
    margin-right: 60px;
  padding: 5px 0;
  font-family:RalMedium;
}
header .head_main .navbar-light .navbar-nav a:hover {
  color: #005DE2;

}

header .click_button{
      position: absolute;
    right: 0;
    top: 17px;
}
header .open-menu .span2{
	display:none;
}
header .open-menu .span1{
position:absolute;
		transform: rotate(45deg);
}
header .open-menu .span3{
position:absolute;
		transform: rotate(-45deg);
}
footer {
     background: #f5f5f5;
}
footer .footer-contact {
   padding: 30px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
footer .footer-contact .logo{
opacity:0.8;
	margin: 15px 15px 15px 15px;
}
footer .footer-contact .logo img {
    max-width: 190px;
}
footer .footer-contact span {
  display: block;
  color: #000;
  font-size: 14px;
	opacity:0.6;
}
.revers-footer{
	    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    flex: 1;
}
.img-page{
	display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
	/*padding: 10px;*/
 
}
.img-page img{
  height:auto;	
}
 
.mv-img img{
    min-height: 225px;
    max-height: 250px;
}
.mv-img .wp-caption{
	background: #fff;
    padding: 10px;
    margin-right: 15px;
}
.mv-img .wp-caption .wp-caption-text{
  font-size: 17px;
    font-weight: 700;
    margin-top: 10px;
    text-align: center;
    font-family: RalSemiBold;
    color: #005DE2;	
}

footer .footer-contact .tell span {
 font-family: 'Montserrat', sans-serif;
}
footer .footer-contact div p {
	font-family: RalSemiBold;
    color: #3769c8;
    margin-bottom: 10px;
	font-size:14px;
	opacity:0.7;
}

.main-content-page .entry-content .left-sidebar{
    max-width: 390px;
    background: #E4E4E4;
    width: 100%;
}
.d-f{
	 display: flex;
    justify-content: center;

}


/*-------------------left-sidebar-------------*/
.left-sidebar {
     max-width: 410px;
    background: #E4E4E4;
    width: 100%;
    min-height: calc(100vh - 80px);
    margin-right: 30px;
}

.menu{
   padding: 30px 20px 10px 30px;

}
.menu-item .dcjq-icon{
       position: absolute;
    right: -5px;
    padding: 2px 5px;
    z-index: 9;
}
.navbar {
	padding:0;
}
.left-sidebar .menu .menu-item .active {
	font-family: RalSemiBold!important;
}
.left-sidebar .menu .current-page-ancestor .current_page_item .active{
  color:#005DE2;	
}
.left-sidebar .menu .current-menu-item .active{
  color:#005DE2;	
}
.left-sidebar .menu .menu-item a .dcjq-icon.rotate-icon:before {
  content: "\f068"!important;
	    font-family: "Font Awesome 5 Free";
	/* -webkit-transform: rotate(90deg);
-moz-transform: rotate(90deg);
-o-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);*/
}





.left-sidebar .menu .menu-item .dcjq-parent .dcjq-icon:before {
      content: "\f067";
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      display: block;
      z-index: 99999999999999999;
      float: right;
      font-size: 14px;	
}
.left-sidebar .menu .menu-item {
    width: 100%;
	position: relative;
}

.left-sidebar .menu .menu-item:after {
	content:"";
	width:100%;
	height:1px;
	display:block;
	background:#79B0FF;
	position:absolute;
	bottom:0;
	left:0;
}
.left-sidebar .menu .menu-item a{
	color: #2e2e2e;
    font-size: 16px;
    padding: 10px 0;
    display: inline-block;
    font-family: RalSemiBold;
} 
.left-sidebar .menu .menu-item a:hover{
color: #005DE2!important;	
}
    
.left-sidebar .menu .menu-item-has-children a {
    color: #2e2e2e;
    font-size: 16px;
    padding: 10px 0;
    display: inline-block;
   font-family: RalSemiBold;
}
.left-sidebar .menu .menu-item-object-page a {
    color: #2e2e2e;
    font-size: 16px;
    padding: 10px 0;
  display: inline-block;
   font-family: RalSemiBold;
}
.left-sidebar .menu .menu-item-has-children a:hover{
	color:#005DE2!important;	
}
.left-sidebar .menu .menu-item .sub-menu {
  padding-left: 10px;
}
.left-sidebar .menu .menu-item .sub-menu li a {
   font-family: RalRegular;
	color: #484848;
  }
.left-sidebar .menu .menu-item a span{
 font-family: 'Montserrat', sans-serif;
}


/*------------------form-inquiry------------*/

.form-inquiry{
	margin: 20px auto 0;
    width: 100%;
    max-width: 680px;
    font-family: 'Montserrat', sans-serif;
}
div.wpcf7-response-output {
	margin: 5em 0.5em 1em;
}
.form-inquiry .heading{
	margin-bottom:20px;
	display:block;
}
.form-inquiry span .wpcf7-not-valid-tip{
	font-size:12px!important;
}
.form-inquiry span {
	 margin-bottom: 15px;
	    display: inline-block;
    width: 100%;
}
.form-inquiry span input, textarea{
	    border: none;
    background: none;
    min-height: 54px;
    border-bottom: 1px solid #e4e4e4;
    width: 100%;
  max-height: 95px;
	outline:none;
}

.form-inquiry span textarea{
       /* padding-top: 15px; */
    margin-top: 15px;
}
.form-inquiry .sum{
	border: none;
    background: #005DE2;
    color: #fff;
    padding: 10px 20px;
    float: right;
    margin-top: 25px;
    overflow: hidden;
}
.form-inquiry .sum:hover{
    background: #00419e;
}
    


/*------------------tabs------------*/

.tabs{
	width: 100%;
}
ul#tabs-nav {
    list-style: none;
    margin: 0;
    overflow: auto;
    display: flex;
    justify-content: center;
    margin-top: 20px;
}
ul#tabs-nav li:hover a{
		color:#005DE2;
}
ul#tabs-nav li {
    padding: 15px 0px;
    cursor: pointer;
        border-right: 2px solid #c7c7c7;
    display: inline-flex;
    flex: 1;
    text-align: center;
    justify-content: center;
	background: rgba(216, 213, 213,1);
background: -webkit-linear-gradient(to bottom, rgb(224, 224, 224) 0%, rgb(226, 226, 226) 50%, rgb(226, 226, 226) 51%, rgb(255, 251, 251) 85%);
background: -o-linear-gradient(to bottom, rgb(224, 224, 224) 0%, rgb(226, 226, 226) 50%, rgb(226, 226, 226) 51%, rgb(255, 251, 251) 85%);
background: -ms-linear-gradient(to bottom, rgb(224, 224, 224) 0%, rgb(226, 226, 226) 50%, rgb(226, 226, 226) 51%, rgb(255, 251, 251) 85%);
background:linear-gradient(to bottom, rgb(224, 224, 224) 0%, rgb(226, 226, 226) 50%, rgb(226, 226, 226) 51%, rgb(255, 251, 251) 85%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#fefefe', GradientType=0 );
}
ul#tabs-nav li:last-child {
 border-right:none!important;	
}

ul#tabs-nav li.active a {
	color:#005DE2;
	 font-family: RalSemiBold;
	
}
ul#tabs-nav li.active{
		background: rgba(229, 233, 239,1);
background: -webkit-linear-gradient(to bottom, rgb(156, 194, 249) 0%, rgb(217, 227, 243) 50%, rgb(215, 226, 243) 45%, rgb(255, 255, 255) 100%);
background: -o-linear-gradient(to bottom, rgb(156, 194, 249) 0%, rgb(217, 227, 243) 50%, rgb(215, 226, 243) 45%, rgb(255, 255, 255) 100%);
background: -ms-linear-gradient(to bottom, rgb(156, 194, 249) 0%, rgb(217, 227, 243) 50%, rgb(215, 226, 243) 45%, rgb(255, 255, 255) 100%);
background:linear-gradient(to bottom, rgb(156, 194, 249) 0%, rgb(217, 227, 243) 50%, rgb(215, 226, 243) 45%, rgb(255, 255, 255) 100%);
}

#tabs-nav li a {
     text-decoration: none;
    color: #2e2e2e;
    font-size: 18px;
}
.tab-content strong {
	font-size:20px;
	 font-family: RalBold;
}
.tab-content .heading{
    font-size:18px;
	 font-family: RalBold;	
}
#tab2 .heading{
 display: none;		
}

  
.tab-content iframe{
 margin: auto;
    display: block;	
}

.tab-content{
    padding: 10px;
    background: #fff;
}
   
.tab-content p{
	    line-height: 24px;
    opacity: 0.9;
}



/*-------------------carousel-boot------------*/

.slide_min .carousel-caption .lead{
	font-size:28px;
}
.carousel-page img{
	width:100%
}
.carousel-page .carousel-control-next {
    right: 0!important;
}
.carousel-page .carousel-control-prev {
     left: 0!important;
}

.carousel {
    width: 100%;
}
.carousel i{
    color: #81909a;
    font-size: 40px;
}
.carousel .carousel-control-next {
    right: 7%;
}
.carousel .carousel-control-prev {
    left: 7%;
}
.carousel-inner {
  max-height: 580px;
  min-height: 520px;
}
.carousel-item p{
	text-align:center;
}
.carousel-item {
  max-height: 580px;
  min-height: 520px;
  height: 100%;
  background-size: cover;
	text-align:center;
}
.carousel-item .w-100{
min-height: 520px;	
}
    
.carousel-item:before {
  width: 100%;
  height: 100%;
  content: "";
  opacity: 0.6;
  position: absolute;
  left: 0;
}
.carousel-caption {
  bottom: 30px;
  left: 20px;
  padding-top: 20px;
  color: #fff;
  text-align: left;
  line-height: 50px;
}
.carousel-caption .lead {
    font-size: 40px;
    line-height: 45px;
	margin-bottom: 0px;
}
.carousel-caption .lead strong {
 font-family: RalSemiBold;
	
}
.num {
  color: #fff;
  position: absolute;
  z-index: 9;
  bottom: 25%;
  left: 30px;
  display: flex;
  align-items: center;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
}
.num .line {
  width: 40px;
  height: 1px;
  margin: 0 10px;
  background: #fff;
  display: inline-flex;
  margin-top: 3px;
}

.wpcf7{
	overflow:hidden;
}
.content-bg{
	padding: 10px;
    background: #fff;
}

/*-------------------carousel-boot-end-----------*/
.individual-pages {
    display: flex;
    justify-content: center;
    max-width: 1275px;
    margin: 0 auto 60px;
   
}
.individual-pages .item {
    max-width: 400px;
    position: relative;
    margin: 10px;
    width: 100%;

}
.individual-pages .item  a{
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 9;
}
.individual-pages .item:before {
  width: 100%;
  height: 100%;
  content: "";
  opacity: .6;
  position: absolute;
  left: 0;
}
.individual-pages .item .pa_desc {
  position: absolute;
  bottom: 30px;
  left: 30px;
  color: #fff;
}
.individual-pages .item .pa_desc .title {
    font-size: 28px;
    margin-bottom: 5px;
	 font-family: RalBold , sans-serif;
}
.individual-pages .item .pa_desc .desc {
     font-size: 16px;
    padding-right: 10px;
	    opacity: 0.9;
}
.individual-pages.pages-out .item{
    max-width: 275px;
	margin:7px;
}
.individual-pages.pages-out .item:first-child{
margin:7px 0;	
}
.individual-pages.pages-out .item:last-child{
	margin:7px 0;	
}
.individual-pages.pages-out{
     justify-content: space-between;
      margin: 20px auto 30px;

}

.individual-pages.pages-out .item .pa_desc{
    left: 20px;
    padding-right: 15px;	
}

.individual-pages.pages-out .item .pa_desc{
         font-size: 1.3vw;
    line-height: 19px;
    margin-bottom: 0;
    font-family: RalSemiBold;
}
.individual-pages.pages-out .item .pa_desc .title a{
	color:#fff;
	    position: relative;
}
.individual-pages.pages-out .item .pa_desc .title a:hover{
    opacity: 0.7;	
}



/*-------------------slider_page-----------*/
.slider_page{
margin-top: 20px;
}

 .slider_page .slick-slide {
   margin: 0 20px;
 }
.slider_page .slick-slide .item-slide{
  position: relative;	
}
.slider_page .slick-current.slick-active .item-slide:before {
 display:none;	
}
.slider_page .slick-slide .item-slide:before {
    width: 100%;
    height: 100%;
    content: "";
    opacity: .6;
    position: absolute;
    left: 0;	
}

.slider_page .slick-next {
  right: 10px;
  top: auto;
  bottom: -50px;
  opacity: 0.5;
}
.slider_page .slick-prev {
  left: auto;
  right: 60px;
  top: auto;
  bottom: -50px;
  opacity: 0.5;
}
.carousel-indicators li {
    width: 7px;
    height: 7px;
    background-color: #afc4d6;
    opacity: 0.7;
    border-radius: 50%;
    margin-right: 10px;
    margin-left: 10px;
    border: 2px solid #000;
}
.slider_page .slick-next:focus,
.slider_page .slick-next:hover,
.slider_page .slick-prev:focus,
.slider_page .slick-prev:hover {
  opacity: 1;
}
.slider_page .slick-prev:before {
  content: '\f060';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #000;
}
.slider_page .slick-next:before {
  content: '\f061';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #000;
}

/*-------------------page-table-main -----------*/
.page table{
  width: 100%;
  margin-top: -20px;	
}

.page table tr:first-child {
     background: #fff;
    font-family: RalBold;
    font-size: 18px;
   /* border-bottom: none;*/
}
.page table tr:first-child td {
padding: 9px 5px!important;
    text-align: center;
    /* font-family: RalBold; */
    font-weight: 700;
    color: #2e2e2e!important;
    font-size: 17px;
}
.page table tr:first-child td strong{
	font-weight: 700;
}
.page table tr:first-child td:first-child {
    text-align: left;
}

.page table .title_strong td{
    text-align: center!important;
	background: #f0f0f0!important;
	font-weight:700;
	font-size:20px;
	 font-family: RalBold;
	
}
.page table tr{
 border-bottom: 1px solid #c7c7c7;	
}
.page table tr td {
    padding: 9px 5px;
    text-align: center;
}
.page table tr td h2{
    font-size:16px;
	margin:0;
	padding:0;

}
.page table tr td strong{
     font-size:16px;
	font-weight:400;
	 font-family: 'Montserrat', sans-serif!important;
	
}
.page table tr td:first-child {
    text-align: left;
    padding: 9px 0;
    max-width: 370px;
}

.page-table-main thead tr th:not(:first-child) {
   font-family: 'Montserrat', sans-serif;
}
.page table tbody tr td:not(:first-child) {
	text-align:cеnter!important;
	
}
.page table tbody tr td {
	 font-family: 'Montserrat', sans-serif;
	color: #6a6a6a;
}


    
/*-------------------info-slider ------------*/
.info-slider {
  max-width: 1275px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0 auto 70px;

}
.info-slider .info-page {
  max-width: 410px;
  height: 450px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.info-slider .info-page .title {
  font-size: 40px;
  line-height: 40px;
  margin-bottom: 30px;
}
.info-slider .info-page .title strong {
  font-family: RalBold;
}
.info-slider .info-page .desc {
  opacity: 0.9;
  width: 85%;
  margin-bottom: 30px;
}
.info-slider .info-page a {
  color: #005DE2;
 font-family: RalSemiBold;
}
.info-slider .info-page a i {
  margin-left: 15px;
}
.info-slider .my-slider {
  max-width: 850px;
  margin-left: 5px;
}
.info-slider .my-slider .slick-next {
  right: 10px;
  top: auto;
  bottom: -50px;
  opacity: 0.5;
}
.info-slider .my-slider .slick-prev {
  left: auto;
  right: 60px;
  top: auto;
  bottom: -50px;
  opacity: 0.5;
}
.info-slider .my-slider .slick-next:focus,
.info-slider .my-slider .slick-next:hover,
.info-slider .my-slider .slick-prev:focus,
.info-slider .my-slider .slick-prev:hover {
  opacity: 1;
}
.info-slider .my-slider .slick-prev:before {
  content: '\f060';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #000;
}
.info-slider .my-slider .slick-next:before {
  content: '\f061';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #000;
}
.info-slider .my-slider .slick-slide {
  margin: 0 13px;
}
.info-slider .my-slider .slick-slide .img-slider {
  position: relative;
  max-width: 355px;
  width: 100%;
  height: 160px;
  margin-bottom: 30px;
}
.info-slider .my-slider .slick-slide .img-slider img {
  height: 100%;
}
.info-slider .my-slider .slick-slide .img-slider:before {
  width: 100%;
  height: 100%;
  content: "";
  opacity: .6;
  position: absolute;
  left: 0;
}
.info-slider .my-slider .item-slide {
   height: 450px;
    padding: 28px;
    background: #fff;
    position: relative;
}
.info-slider .my-slider .item-slide .title {
  font-size: 28px;
   font-family: RalBold;
  margin-bottom: 20px;
  line-height: 30px;
}
.info-slider .my-slider .item-slide .desc {
    margin-bottom: 30px;
    color: #414141;
}
.info-slider .my-slider .item-slide a {
  position: absolute;
  bottom: 20px;
  text-decoration: underline;
  font-size: 14px;
  font-family:RalMedium;
}
.info-slider .my-slider .item-slide a:hover {
  text-decoration: none;
}

/*-------------------info-slider end------------*/

/*------------------all-pages ------------*/
.all-pages.three-columns{
    justify-content: flex-start;
}
.all-pages.three-columns .item-page{
    max-width: 300px;
    margin: 5px 3px 5px 5px;
}
.all-pages {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}
.all-pages .item-page {
    width: 100%;
    background: #fff;
       max-width: 460px;
    margin-bottom: 20px;
    padding: 15px 0;
    margin-right: 5px;
}
.all-pages .item-page img {
  display: block;
  margin: auto;
}
.all-pages .item-page .title {
      font-size: 16px;
    font-weight: 700;
    margin-top: 10px;
    text-align: center;
   /* font-family: RalSemiBold;*/
    font-family: 'Montserrat', sans-serif;
}
.all-pages .item-page .title a{
    color: #005DE2;
}
 

@media (max-width: 1360px) {
	.individual-pages.pages-out {
    justify-content: space-around;
}
}


@media (max-width: 1199px) {
	.menu {
    padding: 30px 0px 0 0px;
}
  header .head_main .navbar-light .navbar-nav a {
    margin-right: 20px;
  }
 .carousel-item .w-100 {
    width: auto !important;
    max-width: none !important;
  }
	
}

@media (max-width: 850px) {
	
  .info-slider .my-slider {
    max-width: 400px;
    margin-left: 0;
  }
  .info-slider .my-slider .slick-slide {
    margin: 0;
  }
  .info-slider .my-slider .item-slide {
    height: auto;
    padding: 20px;
  }
  .info-slider .my-slider .item-slide a {
    position: relative;
  }
}



/*------------------all-pages -end-----------*/
@media (max-width: 1250px){
	.carousel-inner{
		    min-height: auto;
	}
	.carousel-item {
		    min-height: auto;	
	}
}


#sidebar-toggle{
	position:absolute;
	display:none;
}

.sidebar-toggle {
    position: absolute;
    left: 360px;
  top: 20px;
 color: #dadada;
    cursor: pointer;
    font-size: 1.2em;
    line-height: 1;
    z-index: 2001;
    -webkit-transition: color .25s ease-in-out;
    -moz-transition: color .25s ease-in-out;
    transition: color .25s ease-in-out;
    display: none;
     background: rgb(182 208 247);
    padding: 7px;
}
.sidebar-toggle:after {
       content: '\2630';
    text-decoration: none;
    color: #484e58;
}

[id='sidebar-toggle']:checked ~ .left-sidebar > .sidebar-toggle:after {
    content: '\2715';
}
[id='sidebar-toggle']:checked ~ .left-sidebar  {
    left: 0;
    box-shadow: 4px 0px 20px 0px rgba(0,0,0, 0.5);
    -moz-box-shadow: 4px 0px 20px 0px rgba(0,0,0, 0.5);
    -webkit-box-shadow: 4px 0px 20px 0px rgba(0,0,0, 0.5);
    overflow-y: auto;
}
[id='sidebar-toggle']:checked ~ .left-sidebar > .sidebar-toggle {
     left: auto;
    right: 10px;
    top: 10px;

}

@media (max-width: 1199px){
	.info-slider {
   flex-direction:column;
	height:auto;
	}
	.info-slider .info-page{
		    height: auto;
    text-align: center;
    max-width: none;
    margin-bottom: 15px;
		
}
	.info-slider .info-page .desc {
		width:100%;
		    margin-bottom: 7px;
		}
	.individual-pages {
        margin: 0 auto 30px;
	}
	.sidebar-toggle{
	display:inline-block;
	}
	
.left-sidebar {
   width: 100%;
    min-width: 320px;
    height: 100%;
    position: fixed;
    top: -2px;
    bottom: 0;
    margin: 0;
    left: -360px;
    padding: 15px 20px;
    -webkit-transition: left 0.3s;
    -moz-transition: left 0.3s;
    transition: left 0.4s;
    background: rgb(182 208 247)!important;
    z-index: 2000;
    max-width: 360px;
	}
	
	header .head_main {
    padding: 10px 0px;
    flex-direction: column;
}
	  .navbar-toggler{
    display: block!important;
    width: 35px;
    height: 40px;
    outline: none;
    margin-top: 5px;

}	
	.navbar-toggler span{
	width: 30px;
    display: block;
    height: 3px;
    margin-bottom: 5px;
    background: #2e2e2e;
		
	}
	.page-area{
		overflow:hidden;
	}
	.d-f {
   flex-wrap: wrap;
}
.left-sidebar {
	min-height: auto;
    background: transparent;
}
	.main-content-page .entry-content {
    padding: 0;
}
}


@media (max-width: 767px) {
	.page table tbody tr td {
		max-width:190px;
		}
	.page table{
		    display: flex;
	}
	.page table tbody{
		    display: flex;
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    justify-content: flex-start;
	}
	.page table tr td:first-child {
    max-width: 190px;
    text-align: center;
		height: 50px;
    overflow: hidden;
}
	.page table tr td {
     margin: auto;
	}
	.page table tr {
    display: flex;
    flex-direction: column;
    max-width: 200px;
}
	
	.head_main .logo{
		text-align:center;
}
	ul#tabs-nav li a{
		display:inline-block;
		position:relative;
	}
	ul#tabs-nav li.active a:before {
  	 -webkit-transform: rotate(90deg);
-moz-transform: rotate(90deg);
-o-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
}
	ul#tabs-nav li a:before {
        content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: block;
    z-index: 99;
    float: right;
    margin-top: 1px;
    font-size: 14px;
    position: absolute;
    right: -30px;
}
	ul#tabs-nav {
		    flex-direction: column;
	}
	ul#tabs-nav li {
    padding: 15px 0;
		border: none;
		text-align:center;
		    border-bottom: 1px solid #7b7b7b;
	}
	.all-pages .item-page .title {
		font-size: 18px;
	}
	.slide_min .carousel-caption .lead {
        font-size: 28px;
		line-height: 27px;
		margin-bottom:0;
	}
 header .head_main .navbar-light .navbar-nav a {
	margin-right: 0;
    text-align: center;
    margin-bottom: 10px;
	}
	 .individual-pages .item .pa_desc {
    left: 15px;
  }
	
	
  footer .footer-contact {
    padding: 0;
    justify-content: center;
  }
	.revers-footer {
	flex-direction:column;
	}
	footer .footer-contact .logo {
  margin: 15px 15px 15px 0px;
	}
  footer .footer-contact div {
    margin: 15px;
  }
}

@media (max-width: 567px) {
  .num {
    bottom: 35%;
  }
	.img-page img{
	max-height: 225px;
	}
	.slider_page img {
   max-width: auto;
     width: 100%;
    height: 200px;
}
}
@media (max-width: 480px) {
	.page-table-main thead tr th {
    padding: 10px 4px;
    font-size: 13px;
	}
	.page-table-main tbody tr td {
       padding: 10px 4px;
    font-size: 13px;
}
  .info-slider .my-slider {
    max-width: 100%;
  }
  .info-slider .my-slider .item-slide {
    padding: 15px;
  }
}

@media (max-width: 380px) {
	.page table tbody tr td {
		font-size:13px;
	}
	footer .footer-contact div {
      margin: 10px 5px;
}
  footer .footer-contact {
    flex-direction: column;
  }
}

.click_button button:focus{
	outline:none;
}
.dropdown-toggle .caret{
	display:none;
}

.home .left-sidebar{
   display:none	
}
.home .main-container{
	width: 100%;
    padding: 0;
    max-width: none;
}
.main-container{
	min-height: calc(100vh - 80px);
}
    
.d-f article{
        width: 100%;
    max-width: 960px;
}
.home article{
    width: 100%;	
	max-width: none;
}

.home .breadcrumb{
     display:none		
}
.home .page .entry-content{
	display:block;
	padding: 0;	
}

.breadcrumb {
	    background: transparent;
    font-size: 14px;
    padding: 10px 0 0;
	 font-family:RalMedium;
	    font-family: 'Montserrat', sans-serif;

	
}
.breadcrumb_last{
	text-decoration:underline;
	opacity:1;
}
.breadcrumb  a{
    color: #2e2e2e;
    opacity: 0.7;
	}
.breadcrumb  a:hover{
text-decoration:underline;
	opacity:1;	
}
.breadcrumb  i{
  margin: 0 3px;
  color: #bcbcbc;
	}

.dropdown .dropdown-menu{
	    min-width: 87px;
	    padding:0;
	
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
	    background-color: transparent;
}
.dropdown .dropdown-menu li{
	padding-left:10px;
}
.navbar-toggler{
    border: none;
    background: none;
    display: none;
    position: absolute;
    right: 0;
}
@media (min-width: 1200px){
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1396px!important;	
}
}
@media (min-width: 1200px){
	.navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
	
}
	.navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
}
@media (min-width: 576px){
.container {
   max-width: none; 
}
}
@media (max-width: 991px){
	.all-pages.three-columns .item-page {
		margin:10px auto;
	}
	.tab-content iframe {
		width:100%;
	}
	.individual-pages.pages-out .item .pa_desc{
	display:none;
	}
}
.oborudovanie #dc_jqaccordion_widget-4{
display:none;	
}
.oborudovanie #dc_jqaccordion_widget-6{
display:none;		
}


.ustatkuvannya #dc_jqaccordion_widget-5{
display:none;	
}
.ustatkuvannya #dc_jqaccordion_widget-7{
display:none;	
}


.zapchastini-ta-servic #dc_jqaccordion_widget-3{
display:none;		
}
.zapchastini-ta-servic #dc_jqaccordion_widget-7{
display:none;		
}
.zapchasti #dc_jqaccordion_widget-2{
display:none;		
}
.zapchasti #dc_jqaccordion_widget-6{
display:none;		
}




.instrumenty #dc_jqaccordion_widget-2 {
display:none;	
}
.instrumenty #dc_jqaccordion_widget-4 {
display:none;
}
.instrumenti #dc_jqaccordion_widget-3 {
display:none;	
}
.instrumenti #dc_jqaccordion_widget-5 {
display:none;
}	



.page-id-1121 .left-sidebar{
display:none;	
}
.page-id-882 .left-sidebar{
display:none;	
}
.page-id-882 .d-f article {
max-width: none;
}
.page-id-1136 .left-sidebar{
display:none;	
}
.page-id-1136 .d-f article {
max-width: none;
}

.page-id-1142 .left-sidebar{
display:none;	
}
.page-id-1121 .d-f article {
max-width: none;
}
.page-id-1142 .d-f article {
max-width: none;
}
