.container {
	width: auto;
}

.headerTop {
	min-height: 100px;
}

.telHead {
	font-size: 18px;
}

.navWrap {
	position: relative;
}

.toggle-menu  {
	background: #767676; 	
	padding-top: 10px;
	padding-bottom: 10px;
	display: none;
}

.toggle-menu span {
	display: block;
}

.menu-text {
	color: #fff;
    left: 0;
    top: 2px;
	position: absolute;
    text-transform: uppercase;
} 

.sandwich{
	width: 22px;
	height: 22px;
	margin: auto;
	position: relative;
	padding-left: 60px;
}  
  
.sw-topper {
  position: relative;
  top: 0;
  width: 22px;
  height: 3px;
  background: white;
  border: none;
  -webkit-transition: -webkit-transform 0.5s, top 0.2s;
          transition: transform 0.5s, top 0.2s;
  display: block; 
}

svg path {
  fill: #e0e0e0; 
}

.sw-bottom {
  position: relative;
  width: 22px;
  height: 3px;
  top: 4.6px;
  background: white;
  border: none;
  border-radius: 4px 4px 4px 4px;
  -webkit-transition: -webkit-transform 0.5s, top 0.2s;
          transition: transform 0.5s, top 0.2s;
  -webkit-transition-delay: 0.2s, 0s;
          transition-delay: 0.2s, 0s; }

.sw-footer {
  position: relative;
  width: 22px;
  height: 3px;
  top: 9.5px;
  background: white;
  border: none;
  border-radius: 4px 4px 4px 4px;
  -webkit-transition: all 0.5s;
          transition: all 0.5s;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s; }

.sandwich.active .sw-topper {
  top: 9px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg); }
.sandwich.active .sw-bottom {
  top: 6px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg); }
.sandwich.active .sw-footer {
  opacity: 0;
  top: 0;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg); 
}

.map {
	width: auto;
	height: auto;
	margin: 0;
}

.map-address {
	background: #EDEEF4;
    text-align: center;
    line-height: inherit;
    padding: 10px;
}

.map-address h3 {
	font-size: 14px;
    font-weight: bold;
	color: #767676;
}

.rigeliText {
    font: 36px "RobotoL", sans-serif;
    color: #fff;
}

.filials .col-sm-4 {
	padding-right: 0;
}

.filials .col-sm-8 {
	padding-left: 0;
}

.filials .accordionhead {
	position: static;
	float: none;
}

.footBlockThird {
	left: auto;
	width: auto;
	margin-left: 0;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1070px;
  }
}

@media only screen and (max-width: 1200px) {
	.tovarSlide, .zakazDveriWrap {
		min-width: 0;
	}
	
	
	.zamkText {
		font-size: 18px;
		line-height: 24px;
	}
	
	.zamkText span {
		font-size: 32px;
	}
	
	.zamkPreimText {
		font-size: 24px;
		line-height: 28px;
	}
	
	.gostBlock {
		 margin-left: 0;
	}
	
	.gostBlock p {
		margin-right: 0;
		padding-right: 0;
		text-align: center;
	}
}

@media only screen and (max-width: 992px) {
	.wrapper, .headerTopWrap, .navigation {
		min-width: 0;
		width: auto;
	}
	
	.toggle-menu {
		display: block;
	}
	
	.navigation {
		display: none;
		margin-top: 0;
		padding-top: 5px;
		padding-bottom: 5px;
		transition: max-height 1s;
		background: rgba(8, 8, 8, 0.74);
		border-top: 1px solid rgba(255,255,255,0.3);
	}
	
	.navigation.open {
		display: block;
	}
	
	.navigation > li {
		display: block;
	}
	
	.navigation > li + li {
		border-top: 1px solid rgba(255,255,255,0.2);
	}
	
	.headerTop {
		height: auto;
	}
	
	.contHead {
		margin-left: 0;
	}	
	
	.contHeadBlock {
		left: 0;
	}

	.telHeadWrap {
		float: none;
	}
	
	.telHead {
		margin-left: 0;
		font-size: 16px;
		display: inline-block;
	}
	
	.telHead:nth-child(even){
		margin-left: 10px;
	}
	
	.emailHead{
		font-size: 20px;
	}
	
	.bx-wrapper .bx-pager.bx-default-pager a {
		font-size: 18px;
	}
	
	.block h2 {
		padding-top: 0;
		font-size: 32px;
		line-height: 32px;
	}
	
	.block h3 {
		font-size: 20px;
		line-height: 25px;
	}
	
	.block ul {
		padding-left: 35px;
		font-size: 18px;
		padding-bottom: 10px;
	}
	
	.container-flex.sales {
		flex-wrap: wrap;
	}
	
	.zakazDveriDescr {
		width: auto;
	}
	
	.rigeliZag, .preimBlockWrap, .zamkPreimWrap, .sliderContWrap, .petliWrap, .filials, .otzyvyWrap, .footer {
		min-width: 0;
	}
	
	.slide {
		width: 100%;
	}
	
	.slideTovarName {
		font: 27px "RobotoR", sans-serif;
	}

	
	.rigeli {
		
	}
	
	.rigeliZag h2 {
		font: 32px "RobotoL", sans-serif;
	}
	
	.rigeliText {
		font: 28px "RobotoL", sans-serif;
	}
	
	.petliZag h2 {
		font: 32px "RobotoL", sans-serif;
		margin-top: 16px;
		margin-bottom: 10px;
	}
	
	.petliLeft {
		height:420px;
		padding: 30px 0 0 370px;
	}
	
	.petliLeft h4 {
		font: 27px "RobotoL", sans-serif;
	}
	
	.petliSpis li {
		font: 18px "RobotoL", sans-serif;
	}
	
	.petliImgWrap {
		width: 55%;
	}
	
	.petliImgWrap span {
		height: auto;
	}
	
	.newsHeadMain .zagolovok {
		font: 32px "RobotoL", sans-serif;
	}
	
	.nadFurnHead, h3.furnHead {
		font: 28px "RobotoL", sans-serif;
	}
	
	.nadFurn {
		padding-left: 30px;
		padding-right: 30px;
		padding-top: 20px;
	}
	
	.nadFurnSpis li  {
		font: 18px/18px "RobotoL", sans-serif;
		min-height: 0;
	}
	
	.nadFurnSpis li p {
		font: 18px/18px "RobotoL", sans-serif;
		margin-bottom: 0;
	}	
	
	.nadFurnSpis {
		margin-left: 0;
	}
	
	.furnTovarImg img,
	.furnSpisImg img {
		max-width: 100%;
		height: auto;
	}
	
	.dver {
		width: 388px;
		height: 1039px;
	}
	
	.zamkText {
		font-size: 18px;
		line-height: 24px;
		margin-right: 0px;
	}
	
	.zamkText span {
		font-size: 24px;
	}
	
	.zamkPreimText {
		font-size: 18px;
		line-height: 24px;
		padding: 0 15px 0 20px;
	}
	
	.gostBlock {
		margin-left: 0;

	}
	
	.gostBlock p {
		padding: 0;
		margin: 0;
		text-align: center;		
	}
	
	.viewModelBlockWrap, .viewModelBlock a {
		width: auto;
	}
	
	.viewModelBlock {
		padding: 0 10px;
	}

	.paneli .image  img{
		height:95px;
	}

    #spec1 div[class*=col-sm-2], #spec2 div[class*=col-sm-2], #top_sale div[class*=col-sm-2] {
		width: 32%;
		float: left;
	}
}

@media only screen and (max-width: 768px) {
	
	body .modal-dialog {
		width: auto;
	}
	
	.paneli div[class*=col-] {
		float: none;
	}
	
	.paneli .polutornie div[class*=col-sm-2],
	.paneli div[class*=col-sm-2] {
		width: auto;
	}	
	
	
	.paneli .img-main {
		width: 100%;
	}
	
	.paneli .polutornie  .image  img,
	.paneli .image  img{
		width: auto;
		max-width: 233px;
		height:auto;
	}
	
	
	.logoWrap, .contHead {
		margin-top: 0;
	} 
	
	.logoWrap {
		background-position: 48px 18px;
	}	
	
	.logoWrap a {
		width: auto;
		height: 43px;
	}
	
	.emailHead {
		font-size: 18px;
		background-position: 0px 4px;
	}
	
	.telHead {
		display: block;
		margin-left: 0;
		font-size: 16px;
	}
	
	.telHead:nth-child(even) {
		margin-left: 0;
	}
	
	
	.rigeliImgBlock {
		width: auto;
		height: auto;
	}
	
	.rigeliImgBlock  img{
		width: 100%;
		height: auto;
	}
	
	h3.furnHead span {
		display: none;
	}
	
	.nadFurn {
		min-height: 0;
		padding-bottom: 10px;
	}
	
	.furnSpisWrap .col-sm-4 + .col-sm-4 {
		margin-top: 30px;
	}
	
	.slideContentHead {
		font-size: 27px;
	}
	
	.slide .slideCenterRight {
		padding-top: 0;
	}
	
	.slideCenterSpis {
		margin-top: 20px;
	}
	
	.slideZamki img {
		max-width: 100%;
		height: auto;
	}
	
	
	.filials .col-sm-4 {
		padding-right: 15px;
	}

	.filials .col-sm-8 {
		padding-left: 15px;
	}
	
	.map-address h3 {
		height: auto!important;
	}
	
	.footBlockThird {
		text-align: left;
		margin-top: 25px;
	}
	
	.zamk {
		padding-right: 230px;
	}
	
	.dver {
		width: 220px;
		height: 627px;
	}
	
	.zamkText, .zamkPreimText {
		font-size: 16px;
		line-height: 18px;
		min-height: 0;
		margin-bottom: 15px;
	}
	
	.zamkText span {
		font-size: 18px;
	}
	
	.zamkovayaChast {
		height: 435px;
	}
	
	.zamkPreimWrap {
		height: 235px;
	}
	
	.zamkPreimWrap .zamkPreim {
		padding-right: 230px;
	}
	
	.zamkSpis {
		margin: 0;
	}

	.udobno2 {
		margin-bottom: 15px;
	}
	
	.zakazDveriWrap {
		height: auto;
	}
	
	.zakazDveriDescr {
		font: 24px/32px "RobotoL", snas-serif; 
		margin-top: 270px;
	}
	
	.slideSecond .col-sm-5 {
		text-align: center;
	}	
	.slideSecond .priceBlock {
		width: auto;
	}	
	
	.slideSecond .descr {
		display: inline-block;
	}
	
	.tovarInfo li {
		text-align: left;
	}
	
	.bx-wrapper .bx-pager.bx-default-pager a {
		font-size: 17px;
		line-height: 20px;
		padding: 5px;
	}
	
	.bx-wrapper .bx-controls-direction a {
		width: 32px;
		height: 32px;
		background-size: contain; 
	}
}

@media only screen and (max-width: 640px) {
	.bx-wrapper .bx-pager .bx-pager-item {
		display: none;
	}
	
	.tovarInfo li {
		font-size: 16px;
	}
	
	.logoWrap a span.logoText {
		font-size: 14px;
	}
	
	.block {
		padding-bottom: 15px;
	}
	
	.block .col-xs-6 {
		width: 100%;
	}
	
	.block ul {
		margin-bottom: 0;
		padding-bottom: 0;
	}
		
	.block h3 {
		padding-bottom: 0;
	}
	

	.newsHeadMain .zagolovok, .rigeliZag h2, .petliZag h2 {
		font: 24px "RobotoL", sans-serif;
	}
	
	.leftBorder, .rightBorder {
		border-width: 1px; 
	}
	
	.rigeli{
		height: 400px;
	}
	
	.rigeliText {
		font: 18px "RobotoL", sans-serif;
	}
	
	.rigeliDver {
		background-size: contain;
	}
	
	.rigeliBorder, .rigeliImgBlock {
		margin-top: 15px;
	}
	
	.petliLeft {
		height: 365px;
		padding: 20px 0 0 290px;
	}
	
	.zamk {
		padding-right: 180px;
	}
	
	.dver {
		width: 150px;
		height: 410px;
	}
	
	.zamkovayaChast, .zamkPreimWrap {
		height: auto;
	}
	
	.zamkPreimWrap .zamkPreim {
		padding-right: 15px;
	}

    #spec1 div[class*=col-sm-2], #spec2 div[class*=col-sm-2], #top_sale div[class*=col-sm-2] {
		width: 25%;
		margin-bottom: 20px;
	}

    #top_sale .image {
        text-align: center;
    }

    #top_sale .image .img-responsive {
        margin: 0 auto;
    }
}

@media only screen and (max-width: 550px) {
	.headerTopWrap .col-xs-6 {
		width: 100%;
	}
	
	.contHeadBlock {
		margin-top: 10px;
	}
	
	.slogan h2 {
		font-size: 24px;
	}
	
	.slogan h3 {
		font-size: 18px;
	}
	
	.rigeli {
		height: 320px;
	}
	
	.rigeliText {
		font: 15px "RobotoL", sans-serif;
	}
	
	.petliLeft {
		height: 270px;
		padding: 10px 0 0 220px;
	}
	
	.petliLeft h4 {
		font: 17px "RobotoL", sans-serif;
	}
	
	.zamk {
		padding-right: 0;
	}
	
	.dver {
		display: none;
	}

    #spec1 div[class*=col-sm-2], #spec2 div[class*=col-sm-2], #top_sale div[class*=col-sm-2] {
		width: 50%;
	}
}

@media only screen and (max-width: 480px) {
	.leftBorder, .rightBorder {
		display:none;
	}
	
	.block h2 {
		font-size: 24px;
		line-height: 24px;
	}
	
	.block h3 {
		font-size: 14px;
		line-height: 18px;
	}
	
	
	.block ul {
		padding-left: 25px;
		font-size: 14px;
	}
	
	.petliLeft {
	    height: auto;
		background-size: auto 270px;
		background-position: 50% 15px;
		padding: 290px 0 0 0;
	}
	
	.petliImgWrap {
		margin-bottom: 15px;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
	}
	
	.slideTovarName {
		font: 17px "RobotoR", sans-serif;
	}
	
	.slideCenterSpis li {
		font: 15px "RobotoR", sans-serif;
	}
	
	.slideCenterSpis li.last {
		font-size: 17px;
	}
	
	.slideCenterLeft img {
		max-height: 165px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 15px;
	}
	
	.slideCenterLeft,
	.slideCenterRight {
		padding-left: 15px;
		padding-right: 15px;
		border: 0;
		width: auto;
		float: none;
	}
	
	.slideContent {
		height: auto;
	}


    #spec1 div[class*=col-sm-2], #spec2 div[class*=col-sm-2], #top_sale div[class*=col-sm-2] {
		width: 100%;
	}
}

@media only screen and (max-width: 380px) {

}

.lang-select {
	display: flex;
	align-items: center;
	padding: 0;
	justify-content: end;
}

.lang-select > a {
	display: inline-flex;
	align-items: center;
	color: #454a4d;
	font-weight: bold;
}

.lang-select > a:hover, .lang-select > a:focus, .lang-select > a:active:focus {
	text-decoration: none;
	color: #2eaef0;
}

.lang-select > a span {
	margin-right: 5px;
	color: #2eaef0;
}

@media only screen and (max-width: 992px) {
	.lang-select {
		padding: 15px 0;
		justify-content: start;
	}
}

@media only screen and (max-width: 550px) {
	.lang-select {
		padding: 0 0 15px 0;
		justify-content: start;
	}
}