.logo-main-img {
	display: none;
}

.checkbox {

	background: none;
}

.checkbox input {
	position: absolute;
	width: 12px;
	height: 12px;
	display: block;
	left: -4px;
	top: -2px;
	accent-color: #f27e42;
}

.sr-apply-filter {
	display: none;
}

.sr-apply-filter-button {
	border: 1px solid #f27e42;
	height: 30px;
	border-radius: 4px;
	background-color: transparent;
	color: #000;
	/* background-color:#eceee8; */
}

.smartfilter {
	position: relative;
}

.smartfilter__menu_top {
	display: flex;
	justify-content: space-between;
	position: relative;
}
.smartfilter-clear {
	display: block;
	border: 1px solid #f27e42;
	height: 30px;
	border-radius: 4px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #000;
	text-decoration: none;
}
@media (max-width: 1205px) {


	.slider .slider-conteiner .slide {
		width: auto;
	}

	.wrap-header .header-content {
		width: 100%;
	}

	.slider {
		width: 100%;
		left: 0;
		right: 0;
		margin: 0;
	}

	.seo_menu {
		width: 100% !important;
	}

	.wrap-header .slide-cont {
		width: 100%;
		margin: 0;
		left: 0;
	}

	.wrap {
		overflow: visible;
	}

	.wrap-header .menu ul {
		margin-right: 20px;
		margin-left: 20px;
		padding: 0;
	}

	.wrap-header .logo-main,
	.wrap .wrap-header .phone,
	.wrap-header .cart,
	.wrap-header .search {
		position: relative;
		top: auto;
		left: auto;
		float: left;
	}

	.wrap-header .logo-main {
		display: inline-block;
		width: 340px;
		margin: 5px 0 0 20px;
	}

	.wrap .wrap-header .phone {
		margin: 14px 0 0 20px;
	}

	.wrap-header .cart,
	.wrap-header .search {
		float: right;
	}

	.wrap-header .header-content .cart {
		top: auto !important;
		left: auto !important;
		margin: 10px 20px 0 0;
	}

	.wrap .wrap-header .search {
		left: auto !important;
		margin: 20px 20px 0 0;
	}

	.wrap-header .search input {
		width: calc(100% - 48px);
	}

}

@media (max-width: 1030px) {

	.wrap-header .search {
		width: 180px;
	}

	.wrap-content,
	.content-tab,
	.carousel-arr-1 .carousel-conteiner,
	.carousel-arr-1 .carousel-cover {
		width: auto;
	}

	.conteiner .carousel .carousel-conteiner,
	.conteiner .carousel .carousel-conteiner .slide {
		width: auto;
	}

	.slider {
		top: 146px;
	}

	.slider .slider-conteiner .slide img {
		max-width: 100%;
	}

}


@media (max-width: 960px) {

	.sidebar {
		width: 751px;
		float: none;
		padding: 0;
		margin: 0 auto;
	}

	.sidebar .sidebar-inner {
		box-shadow: none;
		margin: 0;
	}

	.sidebar .shadow {
		display: none;
	}

	.sidebar .smartfilter .bm {
		max-width: 320px;
	}

	.smartfilter__menu {
		display: block;
		text-align: center;
		font-weight: 600;
		/* padding: 0 0 10px; */
		display: flex;
		align-items: center;
	}

	.smartfilter__menu-icon {
		font-style: normal;
	}

	.smartfilter__menu-icon::after {
		content: '▲';
		display: inline-block;
		margin-left: 6px;
		transition: all .2s ease-out .1s;
		font-style: normal;
	}

	.smartfilter.active .smartfilter__menu-icon::after {
		transform: rotate(180deg);
	}


	.sidebar .smartfilter .bm {
		display: none !important;
	}

	.sidebar .smartfilter.active .bm {
		display: block !important;
	}

	.smartfilter-clear {
		display: block;
		border: 1px solid #f27e42;
		height: 30px;
		border-radius: 4px;
		display: flex;
		justify-content: center;
		align-items: center;
		color: #000;
		text-decoration: none;
	}

	.sidebar .checkbox-list.sidebar-catlist li {
		display: inline-block;
		width: 33.33%;
	}

	.sidebar .checkbox-list.sidebar-catlist li+li::before {
		content: '/ ';
		display: inline-block;
		color: #989898;
	}

	.sidebar .checkbox-list.sidebar-catlist a {
		padding-left: 0;
		display: inline-block;
	}

	.sidebar .b-articles-list {
		display: none;
	}

	.products-slider.carousel-slick {
		padding-left: 0;
		padding-right: 0;
	}

	.content {
		float: none;
		margin: 0 auto;
		padding: 20px 10px;
	}

	.content-padding-small,
	.content-nopadding {
		max-width: 100%;
	}

	.content-padding-small {
		box-sizing: border-box;
	}

	.content-nopadding,
	.carousel .carousel-cover {
		width: 100%;
	}

	.product-tab .content {
		box-sizing: border-box;
	}

	.product-card .product-photo-conteiner {
		width: 40%;
	}

	.product-card .product-photo,
	.product-card .product-photo img {
		width: 100%;
	}

	.product-card .product-content {
		width: calc(60% - 20px);
	}

}


@media (max-width: 900px) {

	.wrap .wrap-header .phone {
		margin: 14px 0 0 -10px;
	}

	.wrap-header .header-content .cart,
	.wrap .wrap-header .search {
		margin-right: 10px;
	}

	.wrap-header .logo-main {
		margin-left: 10px;
	}

	.video-section .swiper-container {
		width: 100% !important;
	}

	.video-section .video-slider__item {
		display: block;
		width: 100%;
	}

	.video-section .video-slider__item img {
		max-width: 100%;
	}

	.products-slider.carousel-slick .product-last {
		border-right: 1px solid #d8d9d9;
	}

}


@media (max-width: 860px) {

	.slider {
		top: 74px;
	}

	.basket-link-svg {
		position: absolute;
		top: -5px;
	}

	.search-box {
		top: 0;
		right: 0;
	}

	.button-search-top {
		display: block !important;
		width: 33px;
		height: 22px;
		position: absolute;
		right: 39px;
		top: 13px;
		border: 0;
		background: url('../turizmindex/images/search-button.png') no-repeat center center;
		color: #fff;
		padding: 0;
		cursor: pointer;
		opacity: 1;
	}

	.toggle-search {
		position: absolute;
		visibility: hidden;
		left: -9999999px;
	}

	.search {
		transition: opacity 0.3s ease;
		opacity: 0;
	}

	.toggle-search:checked~.search {
		opacity: 1;
	}

	.toggle-search:checked~.button-search-top {
		opacity: 0;
	}

	.toggle-search:checked~.logo-main-img-close {
		opacity: 1;
	}

	.logo-main-img-close {
		display: block !important;
		opacity: 0;
		/* transition: opacity 0.3s ease;  */
		position: absolute;
		top: 11px;
		right: 42px;
	}

	.logo-main-mob {
		position: absolute;
		top: 5px;
		left: 40px;
	}

	.logo-name {
		display: none;
	}



	/* .menu-phone-mob{
		display: block !important;
		font-size: 18px !important;
		color: #fff;
		line-height: normal !important;
		text-decoration: none;
	} */
	/* .header-content__menu-burger{
		display: flex !important;
		align-items: center;
		gap: 10px;
	} */

	.logo-main img {
		display: none;
	}

	.logo-main-img {
		display: block !important;
		width: 46px;
		top: -21px;
		position: absolute;
		left: -6px;
	}

	.logo-main-title {
		display: none;
	}

	/* #bx-panel {
		display: none !important;
	} */

	.main-page .wrap-header,
	body>.wrap>.wrap-header {
		background: none;
		z-index: auto;
	}

	.wrap-header .menu {}

	.wrap-header .header-content {
		position: fixed;
		height: 45px;
		background: rgba(0, 0, 0, 0.74);
		z-index: 102;
	}

	.top-nav__menu-burger,
	.header-content__menu-burger {
		display: inline-block;
		margin: 18px 0 0 10px;

	}

	.header-content__menu-burger {
		position: absolute;
		left: 47px;
	}

	.top-nav__menu-burger {
		margin-top: 8px;
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 10px;
	}

	i.burger {
		display: inline-block;
		position: relative;
		width: 20px;
		height: 2px;
		background: #ff9600;
		margin-top: -5px;
		vertical-align: middle;
		transition: background .1s ease-out .1s;
	}

	.burger-catalog {
		margin-top: 8px;
	}

	i.burger::before,
	i.burger::after {
		content: '';
		display: block;
		position: absolute;
		left: 0;
		right: 0;
		height: 2px;
		background: #ff9600;
		transition: transform .2s ease-out;
	}

	i.burger::before {
		top: -6px;
	}

	i.burger::after {
		bottom: -6px;
	}

	.active>.top-nav__menu-burger i.burger,
	.active>.header-content__menu-burger i.burger {
		background: transparent;
		transition: background .1s ease-out;
	}

	.active>.top-nav__menu-burger i.burger::after,
	.active>.top-nav__menu-burger i.burger::before,
	.active>.header-content__menu-burger i.burger::after,
	.active>.header-content__menu-burger i.burger::before {
		top: 0;
		bottom: 0;
		transform: rotate(-45deg);
	}

	.active>.top-nav__menu-burger i.burger::before,
	.active>.header-content__menu-burger i.burger::before {
		transform: rotate(45deg);
	}


	.top-nav__menu-burger span,
	.header-content__menu-burger span {
		/* display: inline-block;
		vertical-align: middle;
		margin-left: 10px;
		margin-top: 1px;
		color: #fff; */
		display: none;
	}

	.top-nav__menu-burger span {
		text-transform: uppercase;
		font-weight: 600;
		color: #000;
		display: block;
	}

	.wrap-header .menu ul {
		position: absolute;
		background: #fff;
		z-index: 1;
		margin: 0;
		width: 100%;
		text-align: center;
		display: none;
		padding: 14px 0;
		border-bottom: 1px solid #606365;
		top: 45px;
	}

	.wrap-header .menu.active ul {
		display: block;
	}

	.wrap-header .menu ul li {
		float: none;
		background: none;
		padding: 0;
		margin: 0;
	}

	.top-nav {
		position: fixed;
		top: 45px;
		z-index: 101;
		left: 0;
		right: 0;
		background: #f0f4f9;
		height: 28px;
		border-bottom: solid 1px #000;
	}

	.wrap-header .slide-cont .pager-conteiner {
		z-index: 100;
	}

	.seo_navigation {
		display: none;
		top: 29px !important;
	}

	.top-nav.active .seo_navigation {
		display: block;
	}

	.seo_navigation table,
	.seo_navigation tbody,
	.seo_navigation tr,
	.seo_navigation td {
		display: block;
	}

	.seo_navigation td {
		text-align: center;
	}

	.wrap-header .header-content .cart {
		position: absolute;
		top: 5px !important;
		margin: 6px 0 0;
		right: 10px;
	}


	.wrap-header .cart .cart-hdr {
		overflow: hidden;
		width: 29px;
		height: 29px;
		background-size: contain;
		padding: 0;
		font-size: 0;
	}

	.wrap-header .cart .cart-desc {
		display: none;
	}

	.wrap .wrap-header .search {
		position: absolute;
		top: 9px;
		margin: 0;
		right: 67px;
	}

	.wrap .wrap-header .phone {
		/* float: right;
		width: 240px; */
		top: -32px;
		right: 270px;
		float: left;
	}

}


@media (max-width: 780px) {

	.conteiner .sr-promo-blocks {
		width: auto;
	}

	.conteiner .sr-promo-blocks .blocks .block {
		width: calc(33.33% - 20px);
	}

	.product-card .product-photo-conteiner,
	.product-card .product-content {
		width: auto;
		float: none;
	}

	.product-card .product-photo-conteiner {
		max-width: 362px;
		margin: 0 auto;
	}

	.product-card .product-content {
		margin-top: 20px;
	}

}


@media (max-width: 760px) {
	.smartfilter__menu {
		position: absolute;
		z-index: 111;
		top: 6px;
	}

	.sr-apply-filter {
		display: block;
		position: sticky;
		top: 100px;
		display: flex;
		justify-content: flex-end;
		padding: 0 0 18px 0;
	}


	.sidebar,
	.content {
		max-width: 100%;
		box-sizing: border-box;
	}

	.catalog-section {
		margin: 0;
		width: 100%;
	}

	.catalog-section>.products {
		display: inline;
	}

	.catalog-section>.products>.cb {
		display: none;
	}

	.catalog-section>.products>.product {
		width: 33.33%;
		box-sizing: border-box;
	}

	.catalog-section>.products>.product .image {
		width: 100%;
	}

	.catalog-section>.products>.product .image img,
	.product .colors,
	.product .price.with_compare {
		max-width: 100%;
		max-height: 100%;
	}

	.sidebar>.sidebar-inner>.checkbox-list,
	.sidebar>.sidebar-inner>.border.bm.bp {
		display: none;
	}

	.sr-section-header {
		overflow: hidden;
		height: 85px;
		position: relative;
	}

	.sr-section-header.active {
		height: auto;
		padding-bottom: 19px;
	}

	.sr-section-header::after {
		content: 'Подробнее';
		display: block;
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		background: #fff;
		text-align: center;
		padding: 6px 0 16px;
		color: #f27e42;
		font-size: 14px;
	}

	.sr-section-header.active::after {
		content: 'Скрыть';
	}

	.sr-section-header .product-desc {
		padding-right: 0;
	}

}


@media (max-width: 710px) {

	.conteiner .sr-promo-blocks .blocks .block {
		width: auto;
		float: none;
		margin: 0;
	}

	.conteiner .sr-promo-blocks .blocks .block+.block {
		margin-top: 20px;
	}

	.index-article-table,
	.index-article-table tbody,
	.index-article-table tr,
	.index-article-table td {
		width: 100%;
		display: block;
	}

	.index-article-table td {
		padding-right: 0 !important;
	}

}


@media (max-width: 600px) {
	.wrap .wrap-header .phone {
		right: 156px;
	}

	.header-content .logo-main {
		width: 220px;
	}

	.header-content .logo-main img {
		height: 48px;
	}

	.header-content .logo-main h1,
	.header-content .logo-main .logo-name {
		font-size: 12px;
	}

	.wrap-header .slide-cont .pager-conteiner {
		top: 320px;
	}

	.wrap-content--index-header {
		margin-top: -240px;
	}

	.footer .footer-content {
		padding: 0 10px 20px !important;
		background: none !important;
	}

	.table-cart {
		table-layout: auto;
	}

	.table-cart tbody td .image,
	.table-cart tbody td .product-inf .desc {
		float: none;
		width: auto;
	}

	.b-news-detail__img {
		float: none;
		margin: 0 auto 20px;
		display: block;
	}

}

@media (max-width: 580px) {

	.catalog-section>.products>.product {
		width: 50%;
	}

	.sortable {
		height: auto;
		overflow: auto;
		padding-bottom: 6px;
	}

}

@media (max-width: 510px) {

	.footer .social {
		float: none;
		margin-top: 10px;
		text-align: center;
	}

	.sr-footer-right-col {
		position: relative !important;
		width: auto !important;
		text-align: center !important;
	}

	.table-conteiner {
		max-width: 100%;
	}

	.table-cart tfoot td {
		text-align: center;
	}

	.table-cart tfoot td>a {
		display: inline-block;
		border: none;
	}

	.table-cart tfoot td button {
		float: none;
	}

	.table-cart tfoot td .result-price {
		float: none;
		text-align: center;
		display: block;
	}

}


@media (max-width: 460px) {

	.ui-slider .ui-slider-handle {
		background: none;
		background-color: rgb(242, 126, 66);
		border-radius: 50%;
		width: 20px;
		height: 20px;
		top: -7px;
	}

	.ui-slider-horizontal {
		height: 8px;
	}

	.checkbox {
		width: 13px;
		height: 13px;
		overflow: visible;
		display: inline-block;
		background: none;
		position: relative;
	}

	.checkbox input {
		display: block;
		left: 0;
		top: -4px;
		accent-color: #f27e42;
	}

	.checkbox-label {
		font-size: 20px;
	}

	.logo-main-img {
		display: block !important;
	}


	.wrap-header .header-content {
		height: 45px;
	}

	.top-nav {
		top: 45px;
	}

	.header-content .logo-main {
		/* float: none;
		margin: 8px auto 0;
		display: block;
		overflow: auto; */
		/* display: none; */
	}

	.wrap .wrap-header .phone {
		/* float: none;
		margin: 0;
		width: 100%;
		text-align: center; */
		right: 116px;
		top: -25px;
	}

	.wrap .wrap-header .phone .phone-text {
		font-size: 16px;
		line-height: normal;
	}

	/* .wrap .wrap-header .phone .phone-text > span {
		display: none;
	} */



	.wrap .wrap-header .phone br {
		display: none;
	}

	.wrap .wrap-header .phone .header__contacts-link {
		position: relative;
		width: auto;
		font-size: 14px !important;
	}

	.slider {
		top: 74px;
	}

	.wrap-header .slide-cont .pager-conteiner {
		/* top: 290px; */
		top: 238px;
	}

	.wrap-content--index-header {
		/* margin-top: -289px; */
		margin-top: -363px;
	}

	.conteiner .carousel .carousel-cover {
		/* height: 260px !important; */
		overflow: hidden;
	}

	.carousel-slick .product .price {
		width: auto;
		left: 0;
		right: 0;
	}

	.carousel.carousel-arr-1 .arr.prev,
	.carousel.carousel-arr-1 .arr.next {
		display: block !important;
	}

	.carousel-arr-1 .next {
		right: -4px;
	}

	.carousel-arr-1 .prev {
		left: -4px;
	}

	.content .product {
		height: 266px !important;
	}

	.content .product .image {
		height: 170px !important;
	}

	.product .price.with_compare {
		width: 125px;
	}

	.product-card .product-controll .block-buy {
		padding-top: 20px;
		clear: both;
		float: none;
		text-align: center;
	}

	.product-card .product-controll .block-buy .button-order {
		float: none;
		display: inline-block;
	}

	.buy-one-click {
		float: none;
	}

	.product-controll .compare {
		float: none;
		text-align: center;
		margin-top: 20px;
	}

	.compare .button-compare {
		float: none;
	}

	.product-card .product-photo-list {
		width: 100%;
	}

	.mousetrap {
		max-width: 100%;
	}

	.product-card .product-photo-list .main-carousel {
		max-width: 80%;
	}

	.table-cart tfoot td button {
		margin: 0 20px;
	}

	.conteiner .video-section>h2 {
		margin-left: 0;
		text-align: left;
	}

	img.product-controll__image,
	a.product-controll__image,
	span.product-controll__image {
		display: inline-block;
		width: 31%;
		border: none;
		float: none;
		margin: 0;
		height: auto;
		vertical-align: middle;
	}

	a.product-controll__image img,
	span.product-controll__image img {
		max-width: 100%;
		height: auto;
		margin: 0;
	}

	.carousel-slick .product .image,
	.carousel-slick .product .image img {
		max-width: 100%;
	}

	.product-card .product-controll .block-labels {
		margin: 0;
		width: auto;
	}

}

@media (max-width: 375px) {
	.wrap .wrap-header .phone {
		left: 120px;
		top: -30px;
	}

}