/* 1199px */
@media	(max-width: 1199px) {
	/* Carousel */
	.carousel {
		display: none;
	}
	/* Header */
	.header .header__item .header__slogan {
		display: none;
	}
	.header .header__item .link {
		display: none;
	}
	.mobile_bg_menu {
		box-shadow: none;
		background: url('/images/bg/page-bg.jpg');
	}
	/* Bx */
	.bx-wrapper .bx-pager {
		display: none;
	}
	/* About */
	.about {
		padding-top: 40px;
	}
	/* Products */
	.products {
		display: none;
		position: absolute;
		top: 0;
		height: 100%;
		background-color: #f8f8f8;
		overflow-y: scroll;
	}
	.products.active {
		top: 49px;
		overflow-y: scroll;
	}
	.products .container {
		padding: 0;
	}
	.padding--r {
		padding-right: 30px;
	}
	.padding--l {
		padding-left: 30px;
	}
	.products__list {
		position: absolute;
		top: 50%;
		left: 50%;
		padding: 0;
		/*background-color: #f8f8f8;*/
		text-align: center;
		-webkit-transform: translate(-50%, -50%);
		-moz-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		-o-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}
	.products .products__item {
		margin-bottom: 10px;
		padding-right: 15px;
		padding-left: 15px;
	}
	.products__link:before {
		display: none;
	}
	/*.products .products__list .lang {
		display: block;
	}*/
	.products__link span {
		display: inline-block;
	}
	.mobile-contacts {
		display: inline-block;
		margin-bottom: 20px;
	}
	.header__phone_mobile{
	    margin-bottom: 20px;
	    display:block;
	}
	.header__phone_mobile span{
	    display: block;
        margin-bottom: 5px;
        font-size: 13px;
	}
	.mobile_bg{
	    width: 100%;
	}

	/* Btn__menu */
	.btn__menu {
		display: block;
	}
	/* About */
	.about__row {
		flex-wrap: wrap;
	}
	.about__title {
		font-size: 22px;
		line-height: 32px;
	}
	.about__text p {
		font-size: 18px;
	}
	/* Crumbs */
	.crumbs {
		margin-top: 10px;
		padding-top: 0;
	}
	/* Catalog */
	.catalog__title {
		margin-bottom: 60px;
		font-size: 30px;
	}
	.catalog__row {
		margin-right: -15px;
		margin-left: -15px;
	}
	.catalog__col {
		margin-bottom: 60px;
		padding-right: 15px;
		padding-left: 15px;
	}
	.catalog__item {
		padding: 0;
	}
	.catalog__item-title {
		font-size: 20px;
	}
	
	/* Details */
	.details__title {
		font-size: 30px;
	}
	.details__status {
		right: 15px;
	}
	.details__price {
		top: 6px;
		right: 15px;
	}
	
	/* Text */
	.text {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.text__title {
		margin-bottom: 20px;
		padding-bottom: 15px;
		font-size: 30px;
	}
	
	/* Contacts */
	.contacts {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.contacts__title {
	    margin-bottom: 20px;
    	padding-bottom: 15px;
    	font-size: 30px;
	}
	
	/* Gallery */
	.gallery__img {
		height: auto;
		margin-bottom: 20px;
	}
}
@media (max-width: 780px) {
	 div.zoomWindow {
		width: 350px;
		height: 350px;
	}
}

@media (max-width: 767px) {
	div.zoomContainer, div.zoomWindow, div.zoomLens {
		display: none;
	}
	.gallery__img {
		pointer-events: none;
	}
}

/* 960px */
@media (max-width: 960px) {
	/* About */
	.about__col {
		width: 100%;
	}
	.padding--r {
		padding-right: 0;
	}
	.padding--l {
		padding-left: 0;
	}
	.about__item {
		margin-bottom: 40px;
	}
	.about__item:nth-child(even) .order1 {
		order: 1;
	}
	.about__item:nth-child(even) .order2 {
		order: 2;
	}
	.about__text {
		padding-top: 20px;
	}
	
	/* Details */
	.details__questions {
		padding-top: 25px;
		padding-bottom: 45px;
		font-size: 19px;
	}
	.details__descr p {
		font-size: 14px;
		line-height: 21px;
	}
	
	/* Text */
	.text p {
		font-size: 14px;
		line-height: 21px;
	}
}

/* 750px */
@media (max-width: 750px) {
	/* Header */
	.header__phone span {
		display: none;
	}
	/* Details */
	.details__question, .details__phone {
		font-size: 24px;
	}
}

/* 600px */
@media (max-width: 600px) {
	/* About */
	.about__item {
		margin-bottom: 30px;
	}
	.about__title {
		font-size: 18px;
		line-height: 24px;
	}
	.about__text p {
		font-size: 14px;
		line-height: 22px;
	}
	/* Products */
	.products__item {
		font-size: 14px;
	}
	.products__link {
		line-height: 18px;
	}
	/* Footer */
	.center {
		text-align: left;
	}
	.footer__col {
		margin-bottom: 15px;
	}
	.footer__col:last-child {
		/*margin-bottom: 0;*/
		text-align: left;
	}
	
	/* Catalog */
	.catalog__title {
		margin-bottom: 50px;
		font-size: 24px;
	}
	.catalog__item-title {
		font-size: 18px;
	}
	.catalog__img {
		margin-bottom: 30px;
	}
	.catalog__item-volume {
		margin-bottom: 15px;
	}
	.tabs__color {
		margin-bottom: 10px;
	}
	
	/* Crumbs */
	.crumbs {
		font-size: 12px;	
	}
	.crumbs a {
		margin-left: 0;
	}
	.crumbs span, .crumbs span.active {
		margin-left: 2px;
	}
	
	/* Details */
	.details__title {
		font-size: 24px;
	}
	.details__text {
		padding-bottom: 20px;
	}
	.details__subtitle {
		margin-bottom: 10px;
	}
	.details__status {
		display: inline-block;
		position: relative;
		top: 0;
		right: 0;
	}
	.details__descr {
		padding-top: 20px;
	}
	.details__about {
		padding-top: 65px;
	}
	.details__price {
	    top: 16px;
    	right: auto;
    	left: 50%;
    	-webkit-transform: translateX(-50%);
    	-moz-transform: translateX(-50%);
    	-ms-transform: translateX(-50%);
    	-o-transform: translateX(-50%);
    	transform: translateX(-50%);
	}
	.details__price span {
		font-size: 30px;
	}
	
	/* Text */
	.text__title {
		font-size: 24px;
	}
	.text__title--sm {
		font-size: 18px;
	}
	
	/* Contacts */
	.contacts__title {
	    font-size: 24px;
	}
	.contacts__name {
		font-size: 20px;
	}
}

/* 500px */
@media (max-width: 500px) {
	/* Header */
	.header__logo {
		max-width: 80px;
		margin-right: 10px;
	}
	.header__item > div:not(.header__logo), .header__item > a {
		padding-top: 0;
	}
	.header__phone {
		margin-right: 10px;
	}
	.header__phone a {
		display: block;
	}
	.header__phone a:first-of-type {
		margin-right: 0;
	}
	.header__link {
		padding-top: 0;
		vertical-align: top;
	}
	.header__item a {
		font-size: 14px;
	}
	
	/* Details */
	.details__question, .details__phone {
		display: block;
	}
	.details__question {
		margin-right: 0;
	}
	.details__phone {
		margin-left: 0;
	}
}

/* 413px */
@media (max-width: 413px) {
	/* Catalog */
	.catalog__col {
		width: 100%;
		margin-bottom: 45px;
	}
}
