@media screen and (max-width: 1200px){
	.nav_link{
		font-size: 15px;
		padding:8px 5px;
	}
	.header__time_work{
		line-height: 130%;
	}
	.security:before{
		background-size: contain;
	}
	.about-us__text{
		width: 290px;
	}
	.how-to-start-wrapper{
		display: none;
	}
	.serteficat__slider:before{
		height: 300px;
	}
	.serteficat__slider:after{
		height: 300px;
	}
	.wrapper{
		overflow: hidden;	
	}
	.diller_h2{
		display: block;
	}
	.diller__logo{
		display: block;
		margin: 0 auto 25px;	
	}
	.prev_slider{
		left: 20px;
	}
	.next_slider{
		right: 20px;
	}
	.truested-by-wrapper{
		background-size: cover;
	}
	
nav.justify{display: none;}
	
	
}

@media screen and (max-width: 992px){
	.security{
		display: none;
	}
	.diller{
		padding-top: 0;
	}
	.sertef_item{
		margin-bottom: 35px;
	}
	.about-us__text{
		width: 450px;
	}
	.wrapper{
		padding:0 10px;
	}
	.truested-by-wrapper{
		display: none;
	}
	.map__float_block {
		right: 10px;
	}
	.mob_m20 {
		margin-bottom: 20px;
	}
	.footer__el_wrap{
		display: block;
		text-align: center;
	}
	.footer__el__company{
		display: none;
	}

	.footer__el__services{
		display: none;
	}
	.footer__el__office{
		display: none;
	}
	.footer__el{
		display: block;
		width: 100%;
	}


	.footer_social__text{
		text-align: center;
	}
	.products_item_form{
		margin: 0 auto;
	}
	.products_item_price{
		display: inline-block;
	}
	.products_item_info{
		max-width: 390px;
		margin: 20px auto 0;
	}

	
}

@media screen and (max-width: 768px){
	.banner_text--bot{
		display: none;
	}
	.banner_text--top{
		font-size: 25px;
	}
	.banner_text--top br{
		display: none;
	}
	.banner_text{
		float: none;
		text-align: center;
	}
	.zayvka{
		float: none;
		margin:0 auto;
	}
	.about-us__item{
		text-align: center;
	}
	.about-us__text{
		width: 100%;
		margin: 0;
	}
	.company__face {
		display: block;
		margin: 0 auto 10px;
		float: none;
	}
	.managers__item {text-align: center;
		max-width: 400px;
		margin: 0 auto;}
		
	.managers__item img{
		display:inline-block;
	}		
		
	.bottom-contacts-wrapper .item.i1 .icon{
		margin-bottom: 20px;
	}

	.item.i1{
		margin-bottom: 25px;
	}

	.item.i2{
		margin-bottom: 25px;
	}

	.item.i3{
		margin-bottom: 25px;
	}

	.last_form__wrapper {
		margin-top: 25px;
	}

	.mobile_right{
		text-align: right;
	}

	.mobile_nemu{
		display: inline-block;
		background: url(../images/mmenu.png)50% no-repeat;
		background-size: contain;
		width: 30px;
		height: 30px;
		margin-right: 30px;
		vertical-align: middle;
	}

	.nav_link{
		display: block;
		border-bottom: 1px solid #fff;
		padding-left: 15px;
	}

	.header__top{
		padding-bottom:0;
	}
	.charact_table{
		display: none;
	}
	.big_img_slider{
		height: auto;
		margin-bottom: 5px;
	}
	.small_img_item{
		position: relative;
	}
	.small_img_slider img{
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
		height: 100%;
		width: auto;
		padding: 5px 0;
	}
	
	.navbar-toggle {
		border: 1px solid #FFF;
		float: inherit;
	}	

	.top_menu {
		text-align: center;
	}

	.navbar-toggle .icon-bar {
		background-color: #000;
	}	


	
}

@media screen and (max-width: 480px){
	.zayvka{
		width: 100%;
	}

	.zayavka_pole{
		width: 100%;
		margin-left: 0;
	}

	.zayavka_otprav{
		width: 100%;
		margin-left: 0;
	}

	.serteficat__slider:before{
		display: none;
	}

	.serteficat__slider:after{
		display: none;
	}

	.h2 {
		font-size: 25px;
	}

	.wide-body-wrapper{
		margin-bottom: 0;
	}

	.header__logo{
		margin-bottom: 10px;
	}

	.header__phone{
		line-height: 40px;
	}

	.header__mail{
		line-height: 40px;	
	}
}	


.navbar-toggle .icon-bar {
  width: 30px;
  height: 3px;
}


/* стили мобильного меню */
.mobilemenu, .mobilemenu__backdrop {
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
}
.mobilemenu {
  visibility: hidden;
  position: fixed;
  z-index: 1000;
  transition: visibility 0s .3s;
    transition-delay: 0.3s;
}

.mobilemenu button:focus {
  outline: none;
}

.mobilemenu--open {
  visibility: visible;
  transition-delay: 0s;
}

.mobilemenu--open .mobilemenu__backdrop {
  opacity: .9;
}

.mobilemenu__backdrop {
  position: absolute;
  background: #3d464d;
  opacity: 0;
  transition: opacity .3s;
}

.mobilemenu--open .mobilemenu__body {
  transform: translateX(0);
}

.mobilemenu__body {
  position: absolute;
  top: 0;
  width: 290px;
  height: 100%;
  background: #fff;
  box-shadow: 0 0 20px rgba(0,0,0,.4);
  transition: transform .3s;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  left: 0;
  transform: translateX(calc(-100% * 1 - 30px * 1));
}

.mobilemenu__header {
  height: 55px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #ebebeb;
}

.mobilemenu__title {
  padding: 0 20px;
  font-weight: 700;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.indicator__button {
  -ms-flex-align: center;
  align-items: center;
  border: none;
  background: transparent;
  cursor: pointer;
  padding: 0;
  color: inherit;
  fill: currentColor;
}

.indicator, .indicator__button {
  display: -ms-flexbox;
  display: flex;
}

.indicator__button {
  cursor: pointer;
  color: inherit;
  fill: currentColor;
}

.indicator__area {
  background: transparent;
  transition: background-color .2s;
  border-radius: 2px;
  height: 42px;
  padding: 0 14px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.mobilemenu__close {
  border: none;
    border-left-color: currentcolor;
    border-left-style: none;
    border-left-width: medium;
  background: transparent;
  height: 54px;
  width: 55px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  fill: #999;
  transition: fill .2s;
  border-left: 1px solid #ebebeb;
  background-image: url("/local/templates/palitrazaborov/img/gray_cross.svg");
  background-repeat: no-repeat;
  background-position: center center;
}

.mobilemenu__content {
  -ms-flex-positive: 1;
  flex-grow: 1;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

.mobile-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mobilemenu li {
	margin-bottom: 0;
}

.mobile-links--level--0 > .mobile-links__item {
  border-bottom: 1px solid #ebebeb;
}

.mobile-links--level--0 > .mobile-links__item > .mobile-links__item-title {
  height: 48px;
}

.mobile-links__item-title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
  align-items: stretch;
  cursor: pointer;
}


.mobile-links--level--0 > .mobile-links__item > .mobile-links__item-title .mobile-links__item-link {
  padding: 12px 20px;
}

.mobile-links__item-link {
  -ms-flex-positive: 1;
  flex-grow: 1;
  color: #3d464d;
}

.mobile-links__item-toggle {
  border: none;
    border-left-color: currentcolor;
    border-left-style: none;
    border-left-width: medium;
  background: transparent;
  padding: 0;
  width: 55px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: inherit;
  fill: #999;
  transition: fill .2s;
  border-left: 1px solid #ebebeb;
  background-image: url("/local/templates/palitrazaborov/img/arrow_down_gray.svg");
  background-repeat: no-repeat;
  background-position: center center;
}

.mobile-links__item--open > .mobile-links__item-title .mobile-links__item-toggle {
  transform: rotate(180deg) translateY(1px);
}

.mobile-links__item-toggle {
  transition: transform .3s;
}

svg {
  display: block;
}

.mobile-links__item-sub-links {
  visibility: hidden;
  overflow: hidden;
  height: 0;
  opacity: 0;
  transition: height .3s,opacity .3s,visibility 0s .3s;
    transition-delay: 0s, 0s, 0.3s;
}

.mobile-links__item--open > .mobile-links__item-sub-links {
  visibility: visible;
  height: auto;
  opacity: 1;
  transition-delay: 0s,0s,0s;
}

.mobile-links--level--1 {

    background: #f7f7f7;
    font-size: 14px;
    line-height: 14px;

}

.mobile-links__item {
  border-bottom: 1px solid #ebebeb;
}

.mobile-links.mobile-links--level--1 > li > div.mobile-links__item-title > a.mobile-links__item-link {
  padding-left: 30px;
}

.mobile-links--level--1 .mobile-links__item .mobile-links__item-link {
  padding: 13px 20px;
    padding-left: 20px;
}

.mobile-links--level--1 .mobile-links {
  background: #fff;
  padding-left: 20px;
}

.mobile-links:not(.mobile-links--level--0) {
  border-top: 1px solid #ebebeb;
}

.mobile-links__item-sub-links {
  visibility: hidden;
  overflow: hidden;
  height: 0;
  opacity: 0;
  transition: height .3s,opacity .3s,visibility 0s .3s;
}

.mobile-menu-phones {
  padding: 12px 15px 4px;
  font-size: 20px;
  display: flex;
  margin: 20px 0;
}

.mobile-menu-phone {
	margin-left: 15px;
}

.mwork-time {
  padding-left: 19px;
  color: #212529;
  margin-bottom: 20px;
  font-size: 14px;
}

