
.s_box {
	width: 90%;
	padding-left: 6.8vw;
	padding-right: 7vw;
}

#bokovon-lodsaba {
  display: none;
}
.bokovaya-kapanel {
  position: fixed;
  z-index: 999999;
  top: 0;
  left: -100vw;
  background: #FFF;
  transition: all 0.5s;  
  width: 100vw;
  height: 5vw;
  color: #fdf7f7;
  padding:0.5vw;
}
.vobocuka-kagolovok {
  padding-bottom: 1vw;
  padding-top: 1vw;
}
/* Оформление кнопки на странице */
.nogamlenu-knopki-1-wr {
  text-align: center;  
}
label.nogamlenu-knopki-1 {
	margin-bottom: 0 !important;
	margin-right: 0.5vw;
	cursor: pointer;
}
.nogamlenu-knopki-1 {
  display: inline-block;
}
.nogamlenu-knopki-1 .side-b {
  margin: 8px;
  text-decoration: none;
  position: relative;
  font-size: 18px;
  line-height: 16px;
  padding: 8px 24px;
  color: #efebeb;
  text-transform: uppercase;
  background: #14560c;
  cursor: pointer;
  border: 2px solid #178a13;
}
.nogamlenu-knopki-1 .side-b:hover,
.nogamlenu-knopki-1 .side-b:active,
.nogamlenu-knopki-1 .side-b:focus {
  color: #FFF;
}
.nogamlenu-knopki-1 .side-b:after,
.nogamlenu-knopki-1 .side-b:before {
  position: absolute;
  height: 2px;
  left: 50%;
  bottom: -6px;
  content: "";
  transition: all 280ms ease-in-out;
  width: 0;
}
.nogamlenu-knopki-1 .side-open:after,
.nogamlenu-knopki-1 .side-open:before {
  background: #0b940b;
}
.nogamlenu-knopki-1 .side-close:after,
.nogamlenu-knopki-1 .side-close:before {
  background: #fb1212;
}
.nogamlenu-knopki-1 .side-b:before {
  top: -6px;
}
.nogamlenu-knopki-1 .side-b:hover:after,
.nogamlenu-knopki-1 .side-b:hover:before {
  width: 100%;
  left: 0;
}
/* Переключатели кнопки 1 */
.nogamlenu-knopki-1 .side-close {
  display: none;
}
#bokovon-lodsaba:checked + .bokovaya-kapanel + .nogamlenu-knopki-1-wr .nogamlenu-knopki-1 .side-open {
  display: none;
}
#bokovon-lodsaba:checked + .bokovaya-kapanel + .nogamlenu-knopki-1-wr .nogamlenu-knopki-1 .side-close {
  display: block;
}
#bokovon-lodsaba:checked + .bokovaya-kapanel {
  left: 0;
}
/* Оформление кнопки на панели */
.nogamlenu-knopki-2 {
  position: absolute;
  z-index: 1;
  top: 1.7vw;
  right: 5vw;
  cursor: pointer;
  width: 1.5vw;
  
}

@media screen and (max-width:991px) {
	.bokovaya-kapanel {
	  position: fixed;
	  z-index: 999999;
	  top: 0;
	  left: -100vw;
	  background: #FFF;
	  transition: all 0.5s;  
	  width: 100vw;
	  height: 15vw;
	  color: #fdf7f7;
	  padding:2vw 0;
	}
	.form-control {
		display: block;
		width: 100%;
		padding: 0.375rem 0.75rem;
		font-size: 1rem !important;
		line-height: 1.2rem;
		color: #495057;
		background-color: #fff;
		background-clip: padding-box;
		border: 1px solid #ced4da;
		border-radius: 0.25rem;
		transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
		height: 10vw !important;
	}
	.red {
		background-color: #e2032f !important;
		height: 10vw !important;
		margin-left: 1vw;
		padding-left: 2vw;
		padding-right: 2vw;
		padding-top: 0.5vw;
	}
	.search-title-button img {
		width: 5vw !important;
		position: relative;
		top:2vw;
	}
	.s_text {
		font-size: 4vw;
		position: relative;
		top:1.5vw;
	}
	.nogamlenu-knopki-2 {
		position: absolute;
		z-index: 1;
		top: 5.5vw;
		right: 5vw;
		cursor: pointer;
		width: 5vw;
	}
}
