@media (min-width: 1200px) {
	.mobile-menu-content {
		display: none!important;
	}
}

@media (max-width: 1199px) {
	.block-title,
	.block-title h1 {
		font-size: 26px;
	}

	.text {
		font-size: 15px;
	}

	.main-slider {
		padding-bottom: 44px;
	}

	.main-slider .slick-dots {
		bottom: 15px;
	}

	.content {
		padding-top: 48px;
	}

	.header {
		position: fixed;
	}

	.language {
		margin-left: 30px;
	}

	.language__current {
		padding-right: 0;
		min-width: 52px;
		color: #b5b3b3
	}

	.language__current:after {
		display: none;
	}


	.mini-cart__amount {

	}

	.mini-account-opener {
		margin-left: 24px;
	}

	.mobile-menu-opener {
		width: 36px;
		height: 30px;
		display: block;
		margin-right: 15px;
		position: relative;
		cursor: pointer;
	}

	.mobile-menu-opener__inner {
		left: 0;
		right: 0;
		position: absolute;
		height: 4px;
		background: #b5b3b3;
		top: 50%;
		margin-top: -2px;
	}

	.mobile-menu-opener__inner:before,
	.mobile-menu-opener__inner:after {
		content: '';
		left: 0;
		right: 0;
		position: absolute;
		height: 4px;
		background: #b5b3b3;
		top: -10px;
	}

	.mobile-menu-opener__inner:after {
		top: auto;
		bottom: -10px;
	}

	.mobile-menu-opener.active .mobile-menu-opener__inner {
		background: #fff;
	}

	.mobile-menu-opener.active .mobile-menu-opener__inner:before,
	.mobile-menu-opener.active .mobile-menu-opener__inner:after {
		background: #fff;
	}

	.mobile-menu-opener__count {
		position: absolute;
		display: inline-flex;
		align-items: center;
		background: #a51335;
		color: #fff;
		text-align: center;
		justify-content: center;
		font-weight: 400;
		border-radius: 10px;
		z-index: 2;
		padding: 0 4px;
		top: -5px;
		min-width: auto;
		height: 15px;
		font-size: 10px;
		right: -7px;
	}

	.wrapper {
		padding-top: 30px;
	}

	.catalog__sidebar {
		display: none;
	}

	.catalog__content {
		width: 100%;
	}

	.products-full .product__content {
		width: 870px;
	}

	.products-full .product__gallery {
		width: 870px;
	}
	
	.header__line-1 .header__col:nth-child(1) {
		width: 220px;
	}
	
	.header__line-1 .header__col:nth-child(2) {
		display: none;
	}
	
	.header__line-1 .header__col:nth-child(3) {
		width: calc(100% - 220px);
		justify-content: flex-end;
	}
	
	.logo-mini img {
		width: 120px;
	}
}

@media (max-width: 991px) {
	.products-grid .product__amount {
		display: none;
	}

	.products-list .product__price {
		font-size: 18px;
	}

	.products-list .product__price-old {
		font-size: 13px;
	}

	.products-full .product__content {
		max-width: 692px;
		width: 100%;
	}

	.products-full .product__gallery {
		width: 100%;
		max-width: 692px;
		flex-wrap: wrap;
	}

	.big-slider {
		width: 100%;
	}

	.small-slider {
		width: 100%;
		padding-bottom: 0;
		margin-bottom: 0;
		padding-left: 38px;
		padding-right: 38px;
		margin-top: 20px;
	}

	.small-slider__slider {
		margin-top: 0;
		margin-bottom: 0;
		margin-left: -10px;
		margin-right: -10px;
	}

	.small-slider__item {
		padding: 0 10px;
	}

	.small-slider__item > div {
		width: 100%;
	}

	.small-slider .slick-arrow {
		top: 50%;
		bottom: auto;
		margin-top: -9px;
	}

	.small-slider .slick-prev {
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
		left: -28px;
	}

	.small-slider .slick-next {
		-webkit-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		transform: rotate(180deg);
		right: -28px;
	}

	.content-nav {
		-moz-columns: 2 auto;
		-webkit-columns: 2 auto;
		columns: 2 auto;
	}
}

@media (max-width: 767px) {
	.form__row {
		margin-left: -5px;
		margin-right: -5px;
	}

	.form__col {
		padding-left: 5px;
		padding-right: 5px;
	}

	.form_horizontal .form__col_i_3 {
		width: 100%;
	}

	.form_horizontal .form__col_i_2 {
		width: 50%;
	}

	.form .links {
		text-align: right;
	}

	.form-block {
		margin-top: 10px;
	}

	.captcha {
		margin-top: 20px;
	}

	.captcha .input-text {
		width: calc(100% - 160px);
	}

	.form-footer {
		margin-top: 20px;
	}

	.text h1 {
		font-size: 26px;
	}

	.text h2 {
		font-size: 22px;
	}

	.text h3 {
		font-size: 18px;
	}

	.text h4 {
		font-size: 16px;
	}

	.text h5 {
		font-size: 14px;
	}

	.text h6 {
		font-size: 12px;
	}

	.main-slider {
		padding-bottom: 0;
	}

	.products-grid {
		margin-left: -5px;
		margin-right: -5px;
		margin-top: 20px;
		justify-content: center;
	}

	.products-grid .product__item {
		padding-left: 5px;
		padding-right: 5px;
		margin-top: 10px;
		min-width: 170px;
	}

	.products-grid .product__item-inner {
		padding-bottom: 10px;
	}

	.products-grid .product__image-block {
		margin-bottom: 10px;
	}

	.products-grid .product__image-text {
		left: 5px;
		right: 5px;
		font-size: 11px;
	}

	.products-grid .product__content {
		padding: 0 5px;
	}

	.products-grid .product__title {
		font-size: 12px;
		padding: 0 5px;
	}

	.products-grid .product__sku {
		font-size: 12px;
	}

	.products-grid .product__price {
		font-size: 18px;
	}

	.products-grid .product__price-old {
		font-size: 13px;
	}

	.products-grid .product__buy {
		margin-top: 13px;
	}

	.products-grid .button {
		border-radius: 5px;
		height: 36px;
		font-size: 13px;
	}

	.products-list {
		margin-top: 20px;
	}

	.products-list .product__item {
		margin-top: 10px;
	}

	.products-list .product__item-inner {
		min-height: auto;
		flex-direction: row;
		padding: 0 0 5px 0;
		position: relative;
	}

	.products-list .product__image-block {
		width: 100px;
		height: 100px;
	}

	.products-list .product__image-text {
		left: 2px;
		right: 2px;
		font-size: 9px;
		padding: 5px 4px;
	}

	.products-list .product__sale {
		display: none;
	}

	.products-list .product__title {
		font-size: 14px;
		padding: 5px 5px 5px 110px;
		height: 100px;
		align-items: center;
		display: flex;
	}

	.products-list .product__description {
		font-size: 12px;
		margin-top: 5px;
		padding: 0 5px;
		width: 100%;
	}

	.products-list .product__sku {
		padding: 0 5px;
		font-size: 12px;
		width: 100%;
	}

	.products-list .product__content {
		padding: 0 5px;
		margin-top: 10px;
		width: 100%;
	}

	.products-full .product__content {
		flex-wrap: wrap;
	}

	.products-full .product__sku {
		height: auto;
		margin-top: 20px;
		padding-right: 0;
		font-size: 16px;
	}

	.products-full .product__buy {
		height: auto;
		width: 100%;
		justify-content: flex-end;
		flex-wrap: wrap;
		padding: 15px 15px;
	}

	.products-full .product__price-block {
		margin-right: auto;
	}

	.count-pages {
		text-align: left;
	}

	.toolbar_top .toolbar__col:nth-child(1) {
		width: 100%;
	}

	.toolbar_top .toolbar__col:nth-child(2) {
		width: 100%;
		text-align: left;
		justify-content: flex-start;
	}

	.toolbar_top .toolbar__col:nth-child(3) {
		width: calc(100% - 74px);
	}

	.toolbar_top .toolbar__col:nth-child(4) {
		width: 74px;
	}

	.view__header {
		display: none;
	}

	.cart-block__result-price {
		font-size: 14px;
	}

	.cart-block__footer-text {
		font-size: 14px;
	}

	.products-order .product__item-inner {
		padding: 5px 5px 25px;
		flex-wrap: wrap;
		align-items: flex-start;
		justify-content: center;
	}

	.products-order .product__col:nth-child(1) {
		width: 80px;
	}

	.products-order .product__col:nth-child(2) {
		padding: 0 0 0 10px;
		width: calc(100% - 80px);
	}

	.products-order .product__col:nth-child(3) {
		height: 44px;
		display: flex;
		align-items: center;
		margin-top: 10px;
		width: 95px;
	}

	.products-order .product__col:nth-child(4) {
		margin-top: 10px;
		width: 130px;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.products-order .product__col:nth-child(5) {
		height: 44px;
		display: flex;
		align-items: center;
		margin-top: 10px;
		width: 108px;
	}

	.products-order .product__image-block {
		width: 80px;
		height: 80px;
	}

	.products-order .product__title {
		font-size: 14px;
	}

	.products-order .product__sku {
		font-size: 12px;
		margin-top: 5px;
	}

	.products-order .product__preorder {
		font-size: 12px;
		margin-top: 5px;
	}

	.products-order .product__price-block {
		text-align: right;
		width: 100%;
	}

	.products-order .product__price {
		font-size: 13px;
	}

	.products-order .product__price-old {
		font-size: 11px;
	}

	.products-order .product__total {
		font-size: 15px;
		text-align: left;
		width: 100%;
	}

	.products-order .product__remove {
		top: auto;
		right: 5px;
		bottom: 5px;
	}

}

@media (max-width: 529px) {
	.products-order .product__col:nth-child(4) {
		width: 120px;
		padding: 0 10px;
	}

	.products-order .product__col:nth-child(3) {
		width: 85px;
	}

	.products-grid .product__item {
		width: 50%;
	}

	.products-grid .product__sale {
		left: 10px;
		top: 10px;
	}

	.products-grid .product__sale-item {
		font-size: 14px;
	}

	.products-list .product__content {
		flex-wrap: wrap;
	}

	.products-list .product__price {
		width: 100%;
		padding: 0;
	}

	.products-list .product__buy {
		margin-left: 0;
		margin-top: 10px;
		width: 100%;
	}

	.products-list .product__amount {
		margin-right: 10px;
	}

	.products-list .product__amount-minus {
		height: 34px;
	}

	.products-list .product__amount-plus {
		height: 34px;
	}

	.products-list .product__amount-input {
		height: 36px;
		border-radius: 5px;
	}

	.products-list .button {
		border-radius: 5px;
		width: auto;
		height: 36px;
		font-size: 13px;
		min-width: 150px;
		margin-left: auto;
	}

	.products-full .product__buy {
		justify-content: center;
	}

	.products-full .product__price-block {
		margin-right: 0;
		margin-bottom: 15px;
		padding-right: 0;
		width: 100%;
		text-align: center;
	}

	.products-full .product__price {
		font-size: 18px;
	}

	.products-full .product__price-old {
		font-size: 13px;
	}

	.block-title,
	.catalog__header h1,
	.text h1,
	.text h2,
	.text h3,
	.text h4,
	.text h5,
	.text h6 {
		word-break: break-word;
	}

	.news-list__item-image-block {
		margin: 20px 0 0 20px;
	}

	.news-list__item-content {
		padding: 20px;
		width: 100%;
	}

	.content-nav {
		-moz-columns: 1 auto;
		-webkit-columns: 1 auto;
		columns: 1 auto;
	}
	
	.account {
		padding-bottom: 8px;
		margin-top: 20px;
	}
	
	.account__i {
		width: 100%;
		font-size: 13px;
	}
	
	.account__i a {
		display: flex;
		align-items: center;
	}
	
	.account__i-i-b {
		margin-bottom: 0;
		margin-right: 15px;
		width: 26px;
	}
}

@media (max-width: 374px) {
	.products-grid .product__item {
		width: 100%;
	}

	.products-full .product__amount-input {
		border-radius: 5px;
		height: 36px;
	}

	.products-full .product__amount-plus,
	.products-full .product__amount-minus {
		height: 34px;
	}

	.products-full .product__amount {
		margin-right: 5px;
	}

	.products-full .button {
		border-radius: 5px;
		width: auto;
		height: 36px;
		font-size: 13px;
		min-width: 150px;
	}

	.input-checkbox.large,
	.input-radio.large {
		font-size: 14px;
	}

	.input-checkbox.large input + .i,
	.input-radio.large input + .i {
		top: 0;
	}

	.products-order .product__col:nth-child(3) {
		width: 100%;
		height: auto;
	}

	.products-order .product__col:nth-child(4) {
		width: 100%;
		padding: 0;
	}

	.products-order .product__col:nth-child(5) {
		height: auto;
		width: 100%;
	}

	.products-order .product__price-block {
		text-align: center;
		width: 100%;
	}

	.products-order .product__total {
		text-align: center;
	}
	
	.logo-mini img {
		width: 100px;
	}
}
