@media (max-width: 1199px) {
	.b-search{
		width: 295px;
	}
	.b-header-contacts-item {
	    margin: 0 30px 0 0;
	}	
	.b-header-contacts-item a{
	    font-size: 15px;
	}
	.b-menu ul{
		padding: 0;
	}
	.b-news-item{
		display: block;
	}
	.b-news-item__text{
		width: auto;
	}
	.b-news-item__img{
		margin: 0 0 20px 0;
	}
	.b-news-item__img img{
		margin: 0 auto 0;
	}
	.b-news-item__text a{
		margin: 15px 0 0 0;
	}	
	.b-main-slider .b-catalog-item {
	    width: 270px;
	    margin: 0 0 0 65px;
	}
	.b-card-popular__wrapper .b-catalog-item{
		width: 300px;
	    margin: 0 0 0 95px;
	}
	.b-card-slider{
		width: 380px;
	}
	.b-card-slider__big{
		//padding: 20px;
		height: auto;
	}
	.b-card-slider__pager__item{
		margin: 0 0 0 10px;
	}
	.b-aside-menu > ul{
	    padding: 0 10px;
	}
	.b-aside-menu > ul > li > a{
		font-size: 12px;
		line-height: 14px;
		padding: 13px 0;
	}
	.b-aside-menu__title{
	    padding: 20px 10px 20px 10px;
	}
	.b-cart-table table .b-cart-table__name{
		width: 250px;
	}
	.b-cart-table table thead tr td span{
		font-size: 12px;
	}
	.b-cart-table table tbody tr td a{
		font-size: 12px;
	}
	.b-cart-table table tbody tr td b{
		font-size: 12px;
	}
	.b-contacts-form__btn{
		width: 100%;
	}	
}

@media (max-width: 991px){
	.b-header-menu ul li {
	    margin: 0 15px 0 0;
	}
	.b-logo{
		width: 130px;
	}
	.b-search{
		width: 200px;
	}
	.b-header-contacts-item {
	    margin: 0 15px 0 0;
	}
	.b-header-contacts-item a {
	    font-size: 12px;
	}	
	.b-menu ul li a{
		font-size: 12px;
		line-height: 14px;
	}
	.b-footer-block a{
		padding: 0;
		text-align: center;
	}
	.b-main-slider .b-catalog-item {
	    width: 300px;
	    margin: 0 0 0 120px;
	}	
	.b-article-wrapper{
		display: block;
	}
	.b-article-wrapper > div{
		width: 100%;
	}
	.b-article-wrapper > div img{
		margin: 0 auto 30px;
	}
	.b-article-item{
		width: 100%;
		padding: 24px 30px 24px 30px;
	}
	.b-card-popular__wrapper .slick-next{
		right: -10px;
	}
	.b-card-popular__wrapper .slick-prev{
		left: -10px;
	}	
	.b-breadcreambs ul{
		flex-wrap: wrap;
	}
	.b-cart-table table thead tr td{
	    padding: 15px 10px 15px 10px;
	}
	.b-cart-table table tbody tr td{
		padding: 15px 10px 15px 10px;
	}
	.b-cart-table table .b-cart-table__name{
		width: auto;
	}
	.b-cart-table{
		width: 100%;
	}
	.b-contacts-form__btn{
		width: 100%;
	}
}

@media (max-width: 980px) {
	.b-header-menu{
		display: block;
		position: absolute;
		top: 0;
		left: -300px;
		background: #f2f2f2;
		width: 320px;
		z-index: -1;
		padding: 50px 0 50px 45px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		opacity: 0;
		transition: 0.5s;
	}
	.b-header-menu.active{
		left: 0;
		opacity: 1;
		transition: 0.5s;
		z-index: 10000;
	}
	.b-header-menu ul{
		display: block;
	}
	.b-header-menu ul li{
		margin: 0 0 30px 0;
	}
	.b-mobile{
		display: block;
	}
	.menu-icon  {
	    position: relative;
		display: flex;
		align-items: center;
	    z-index: 10001;
	    cursor: pointer;
	}
	.menu-icon__wrapper{
		position: relative;
		width: 20px;
		height: 22px;
		margin: 0 10px 0 0;
	}
	.b-mobile b{
		opacity: 0.6;
		color: #373737;
		font-size: 14px;
		font-weight: 400;
		line-height: 16px;
		transition: 0.5s;
	}
	.menu-icon.active b{
		opacity: 0;
		transition: 0.5s;
	}
	.menu-icon .b-menu__line {
	    display: block;
	    position: absolute;
	    left: 0;
	    top: 0;
	    width: 100%;
	    height: 4px;
	    background: #000000;
	    -webkit-transition: background-color 0.35s, -webkit-transform 0.175s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.175s cubic-bezier(0.215, 0.61, 0.355, 1);
	    transition: background-color 0.35s, transform 0.175s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.175s cubic-bezier(0.215, 0.61, 0.355, 1);
	    -webkit-transform: translateY(0) translateZ(0);
	    transform: translateY(0) translateZ(0);
	    border-radius: 120px;
	}
	.menu-icon .b-menu__line_1 {
	    top: 0;
	}
	.menu-icon .b-menu__line_2 {
	    top: 7px;
	}
	.menu-icon .b-menu__line_3 {
	    top: 14px;
	}
	.menu-icon.active .b-menu__line {
	    background: #000000;
	}
	.menu-icon.active .b-menu__line_1 {
	    -webkit-transform: translateY(8px) rotate(45deg);
	    transform: translateY(8px) rotate(45deg);
	    top: 0px;
	}
	.menu-icon.active .b-menu__line_2 {
	    opacity: 0;
	}
	.menu-icon.active .b-menu__line_3 {
	    -webkit-transform: translateY(-8px) rotate(-45deg);
	    transform: translateY(-8px) rotate(-45deg);
	    top: 16px;
	}

	.b-header-contacts{
		display: block;
		margin: 45px 0 0 0;
	}
	.b-header-contacts-item{
		margin: 0 0 20px 0;
	}
	.b-header-contacts-item span{
		font-size: 15px;
	}
	.b-header-contacts-item a{
		font-size: 16px;
	}
	.b-header-content > .container > .row > div{
		flex-wrap: wrap;
	}
	.b-logo{
		width: auto;
		order: 2;
		float: left;
	}
	.b-cart{
		order: 1;
	}
	.b-header-contacts__wrapper{
		display: none;
	}
	.b-search{
		width: 100%;
		order: 3;
		margin: 25px 0 0 0;
	}
	.b-menu{
		padding: 0;
	}
	.b-menu__title{
		display: flex;
		justify-content: center;
		align-items: center;
		text-align: center;
		padding: 15px 0;
	}
	.b-menu__title__ico{
		background: url(../images/b-menu__title__ico.png);
		width: 10px;
		height: 7px;
		margin: 0 0 0 10px;
		transform: rotate(180deg);
		transition: 0.5s;
	}
	.b-menu__title.active .b-menu__title__ico{
		transform: rotate(0deg);
		transition: 0.5s;
	}
	.b-menu__title span{
		color: #ffffff;
		font-size: 16px;
		font-weight: 500;
		line-height: 18px;
	}
	.b-menu ul{
		display: none;
	}
	.b-menu ul li a{
		text-align: center;
		font-size: 16px;
		font-weight: 500;
		line-height: 18px;
		border-top: 1px solid #ffffff;
		padding: 13px 0;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	
	.b-main{
		background: url(../images/main-xs.jpg) center top no-repeat;
		background-size: cover;
	}
	.b-main b{
		font-size: 25px;
		line-height: 27px;
	}
	.b-news-item{
		margin: 0 0 30px 0;
	}
	.b-subscription-content{
		width: 100%;
	}
	.b-subscription-content span{
		font-size: 15px;
	}
	.b-info-item{
		margin: 0 0 30px 0;
	}

	h2{
		width: 280px;
		font-size: 16px;
		line-height: 18px;
	}

	.b-footer-block {
		margin: 0 0 25px 0;
	}
	.b-footer-block .b-footer-logo img{
		margin: 0 auto 0;
	}
	.b-footer-menu ul li a{
		text-align: center;
	}
	.b-footer-menu ul li{
		margin: 10px 0;
	}
	.b-main-slider .b-catalog-item {
	    width: 100%;
	    margin: 0 0 0 0px;
	}		
	.b-main-slider .slick-prev{
		left: 0;
	}
	.b-main-slider .slick-next{
		right: 0;
	}
	.b-article-item__ico{
		display: none;
	}
	.b-card-wrapper{
		display: block;
	}
	.b-card-slider{
		width: 100%;
		//margin: 0 0 30px 0;
		//padding: 0 40px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.b-card-slider__pager{
		display: none;
	}
	.b-card-slider{
		//margin: 30px 0;
	}
	.b-card-slider .slick-arrow{
	    position: absolute;
	    top: 50%;
	    margin: -25px 0 0 0;
	    display: block;
	    width: 50px;
	    height: 50px;
	    background: #ffffff;
	    border-radius: 100%;
	    box-shadow: 0.8px 2.9px 10px rgba(0, 0, 0, 0.18);
	    text-indent: -99999px;
	    z-index: 100;
	}
	.b-card-slider .slick-prev{
	    background: url(../images/arrow-prev.png) #ffffff center no-repeat;
	    left: -35px;
	}
	.b-card-slider .slick-next{
	    background: url(../images/arrow-next.png) #ffffff center no-repeat;
	    right: -35px;
	}
	.b-breadcreambs{
		//display: none;
		
	}
	.b-cart-table__foto{
		display: none;
	}
	.b-cart-table__article{
		display: none;
	}
	.b-cart-table__price{
		display: none;
	}
	.b-container-title{
		margin: 30px 0;
	}
	.b-cart-form__btn{
		width: 290px;
		background-position: left 43px top 15px;
		padding: 0 0 0 50px;
	}
	.b-quantity .minus{
		width: 20px;
	}
	.b-quantity .plus{
		width: 20px;
	}	
	.b-quantity input{
		width: 30px;
	}
	.b-cart-table table thead tr td {
	    padding: 10px 5px 10px 5px;
	}
	.b-cart-table table tbody tr td {
	    padding: 10px 5px 10px 5px;
	}	
	.b-cart-form__right{
		padding: 10px 10px 10px 10px;
	}
	.b-catalog-filters{
		display: block;
	}
	.b-catalog-filters__left{
		margin: 0 0 25px 0;
	}
	.b-catalog-bottom{
		flex-direction: column;
		align-items: center;
	}
	.btn-reload{
		margin: 50px 0 0 25px;
	}
	.b-content{
		//padding: 30px 0 80px 0;
	}
	.b-catalog-images{
		display: none;
	}
	.b-contacts-form__btn{
		width: 100%;
	}
	.b-history-table{
		overflow-x: scroll;
	}
	.b-history-table table{
		width: 1000px;
	}
	.b-personal-area__item{
		display: block;
	}
	.b-personal-area__item span{
		margin: 0 0 15px 0;
		display: block;
		text-align: left;
	}
	.b-personal-area__wrapper > form{
		display: block;
	}
	.b-personal-area__input{
		display: block;
		width: 100%;
	}
	.b-personal-area__item__wrapper{
		width: 100%;
	}
	.b-personal-area__btn{
		width: 290px;
	}
	.b-user-menu{
		right: -14px;
		left: auto;
	}
	.b-order-top{
		margin: 50px 0;
	}
	.b-order-top__wrapper{
		padding: 0;
	}
	.b-order-bottom > .container > .row > div{
		display: block;
		text-align: center;
	}
	.b-order-bottom__right {
		margin: 20px 0 0 0;
	    text-align: center;
	    display: flex;
	    justify-content: center;
	}	
	.b-personal-area__wrapper{
		display: block;
	}
	.b-container-title > .container > .row > div{
		display: block;
	}
	.btn-review{
		margin: 20px 0 0 0;
	}
	.b-search-page{
		padding: 50px 0;
	}
	/*.modal-order .modal-dialog{
		//min-width: 300px;
		//width: auto;
		//margin: 40px 10px 0 10px;
	}*/
	.b-modal-order__btns{
		flex-direction: column;
		align-items: center;
		padding: 0;
	}
	.b-modal-order__content i{
		font-size: 13px;
	}
	.btn-cont{
		margin: 0 0 20px 0;
	}
	.b-history-orders{
		padding: 0 0 50px 0;
	}/*
	.modal-review .modal-dialog{
		//min-width: 300px;
		//width: auto;
		//margin: 40px 10px 0 10px;
		padding: 10px;
	}*/
	.b-contacts-form{
		padding: 0;
	}
}
@media (max-width: 500px) {
	.b-card-slider{
		padding: 0;
	}
	.b-card-slider .slick-next{
		right: -13px;
	}
	.b-card-slider .slick-prev{
		left: -13px;
	}
	.b-cart-form__row{
		display: block;
	}
	.b-cart-form__row label{
		margin: 0 0 30px 0;
	}
}
@media (max-width: 620px){

}

@media (max-width: 445px) {

}


@media (max-width: 370px) {

}